

/* Start:/websites_development/internet-shop/style.css?17663829611609*/
.page-container .container-include-1 {
    font-size: 18px;
    line-height: 27px;
    padding: 110px 0;
}

.widget-development .widget-header-text {
    padding: 0px;
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
}

.internet-shop-main .container-advantages{
	margin-top: 158px;
}
.internet-shop-main .container-solutions{
	margin-top: 90px; 
	padding: 96px 0 125px 0; 
	background-color: #efefef;
}
.internet-shop-main .container-include-3{
	padding: 65px 0 150px 0;
	background-image: linear-gradient(to bottom, #efefef, rgba(255, 255, 255, 0.16));
}
.internet-shop-main .container-stages{
	margin-top: 113px;
}
.internet-shop-main .container-include-4{
	margin-top: 100px;
}
.internet-shop-main .container-staff{
	margin-top: 120px;
}
.internet-shop-main .container-previews{
	margin-top: 90px;
}
.internet-shop-main .container-faq{
	margin-top: 120px;
}
.internet-shop-main .contain-other-services{
	margin-top: 123px;
}
.internet-shop-main .container-list {
    padding-top: 100px;
}
@media all and (max-width: 1024px) {
	.internet-shop-main .container-advantages {
		margin-top: 60px;
	}
	.internet-shop-main .container-solutions {
		margin-top: 60px;
		padding: 60px 0 45px 0;
	}
	.internet-shop-main .container-include-3 {
		padding: 20px 0 45px 0;
	}
	.internet-shop-main .container-stages {
		margin-top: 25px;
	}
	.internet-shop-main .container-include-4 {
		margin-top: 50px;
	}
	.internet-shop-main .container-staff {
		margin-top: 50px;
	}
	.internet-shop-main .container-list {
		padding-top: 50px;
	}
	.internet-shop-main .contain-other-services {
		margin-top: 50px;
	}
}
/* End */


/* Start:/include/websites_development/internet-shop/style.css?17670884361275*/
:root{
	--main-color: #C41F4C;
	--main-color-hover: #000000;
}

b{
	font-weight: 600 !important;
}
.special{
	color: var(--main-color, #252525);
}
b.special{
	font-weight: 700 !important;
}

.widget-solutions-wrap{
	position: relative;
	overflow: hidden;
	font-size: clamp(16px, 1.7vw, 20px);
	padding: clamp(60px, 10vw, 120px) 0 clamp(30px, 12vw, 60px);
}
.widget-solutions-wrap .widget-header{
	display: flex;
	justify-content: space-between;
	gap: .8em 2em;
}
.widget-solutions-wrap .widget-header .widget-title{
	font-weight: 700;
	font-size: 2.2em;
	line-height: 1.2;
	text-transform: uppercase;
	color: #151515;
	padding: 0;
	margin: 0;
}
.widget-solutions-wrap .widget-header .widget-description{
	color: #1B1E25;
	font-size: .9em;
	font-weight: 400;
	line-height: 1.5;
	max-width: 26em;
}
.widget-solutions-wrap .widget-header + .widget-content{
	margin-top: 2.5em;
}
@media all and (max-width: 800px) {
	.widget-solutions-wrap .widget-header{
		flex-wrap: wrap;
	}
	.widget-solutions-wrap .widget-header .widget-title{
		font-size: 1.625em;
		max-width: 100%;
		flex: 0 0 100%;
	}
	.widget-solutions-wrap .widget-header .widget-description{
		font-size: 1em;
		max-width: 100%;
		flex: 0 0 100%;
	}
}

.widget-staff-wrap{
	padding: clamp(60px, 10vw, 120px) 0 40px;
}
/* End */


/* Start:/include/2024/banner/style.css?17663902415236*/
.widget-banner{
    position: relative;
    overflow: hidden;
    background-color: #212429;
    padding: 234px 0 78px;
}
.widget-banner .widget-banner-wrapper{
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.widget-banner .widget-header{
    flex: 1;
}
.widget-banner .widget-header .widget-title{
    font-size: 42px;
    font-weight: 700;
    line-height: 130%;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 44px;
    padding: 0;
    text-wrap: balance;
}
.widget-banner .widget-header .widget-description{
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    color: #ffffff;
    margin-bottom: 28px;
    max-width: 600px;
}
.widget-banner .widget-header .widget-price{
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 44px;
}
.widget-banner .widget-header .widget-price span{
    font-size: 37px;
    color: #ffffff;
}
.widget-banner .widget-header .widget-buttons{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 26px 34px;
}
.widget-banner .widget-header .widget-button[data-index="0"]{
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    padding: 19px 32px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 4px;
    cursor: pointer;
    user-select: none;

    transition: color .2s ease-out, background-color .2s ease-out;
}
.widget-banner .widget-header .widget-button[data-index="0"]:hover,
.widget-banner .widget-header .widget-button[data-index="0"]:focus{
    color: #ffffff;
    background-color: transparent;
}
.widget-banner .widget-header .widget-button[data-index="1"]{
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;

    transition: opacity .2s ease-out;
}
.widget-banner .widget-header .widget-button[data-index="1"]:hover,
.widget-banner .widget-header .widget-button[data-index="1"]:focus{
    opacity: .6;
}
.widget-banner .widget-header div:last-child{
    margin-bottom: 0;
}
.widget-banner .widget-content{
    max-width: calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
}
.widget-banner .widget-content .widget-icon{
    display: flex;
    margin-top: -77px;
    transform: translateX(18px);
    width: calc(100% + 258px);
}
.widget-banner .widget-content .widget-icon svg{
    display: flex;
    height: auto;
}
@media all and (max-width: 1600px) {
    .widget-banner .widget-header .widget-title{
        font-size: 38px;
    }
    .widget-banner .widget-header .widget-description{
        font-size: 18px;
    }
    .widget-banner .widget-header .widget-price{
        font-size: 20px;
    }
    .widget-banner .widget-header .widget-price span{
        font-size: 35px;
    }
    .widget-banner .widget-content .widget-icon{
        transform: none;
        width: calc(100% + 120px);
    }
}
@media all and (max-width: 1200px) {
    .widget-banner .widget-header .widget-title{
        font-size: 36px;
    }
    .widget-banner .widget-content .widget-icon{
        margin-top: 0;
        width: calc(100% + 100px);
    }
    .widget-banner .widget-content {
        align-self: flex-end;
        max-width: calc(50% - 30px);
        flex: 0 0 calc(50% - 30px);
    }
}
@media all and (max-width: 1100px) {
    .widget-banner .widget-header .widget-description br{
        display: none;
    }
}
@media all and (max-width: 1000px) {
    .widget-banner .widget-banner-wrapper{
        flex-wrap: wrap;
    }
    .widget-banner .widget-header{
        order: 2;
    }
    .widget-banner .widget-content{
        max-width: 100%;
        flex: 0 0 100%;
        display: none;
        order: 1;
    }
    .widget-banner .widget-content .widget-icon {
        width: 100%;
    }
}
@media all and (max-width: 980px) {
    .widget-banner{
        padding: 140px 0 76px;
    }
}
@media all and (max-width: 600px) {
    .widget-banner {
        padding: 76px 0 60px;
    }
    .widget-banner .widget-header .widget-title{
        font-size: 26px;
        line-height: 136%;
        margin-bottom: 24px;
    }
    .widget-banner .widget-header .widget-title br{
        display: none;
    }
    .widget-banner .widget-header .widget-description {
        font-size: 16px;
        line-height: 175%;
        max-width: calc(100% - 8px);
    }
    .widget-banner .widget-header .widget-price {
        font-size: 16px;
    }
    .widget-banner .widget-header .widget-price span {
        font-size: 32px;
    }
    .widget-banner .widget-header .widget-button[data-index="0"]{
        padding: 16px 24px;
    }
    .widget-banner .widget-header .widget-button[data-index="0"],
    .widget-banner .widget-header .widget-button[data-index="1"]{
        text-align: center;
        font-size: 14px;
    }
    .widget-banner .widget-content{
        display: block;
    }
    .widget-banner .widget-banner-wrapper{
        gap: 28px;
    }
}
/* End */


/* Start:/include/2024/banner/websites_development_response.css?1760515427281*/
.banner-title--websites-development-page {
max-width: 600px;
}

.widget-banner-wrapper h1 span:after {
	content: "\A";
    white-space: pre;
}

.widget-development.template-staff .widget-header-text {
    font-size: 40px;
	padding: 0;
    font-weight: 500;
    line-height: 50px;
}
/* End */


/* Start:/include/templates/advantages/template.5/style.css?17691706413625*/
.widget-advantages.template-5{
    position: relative;
    overflow: hidden;
    font-size: clamp(16px, 1.7vw, 20px);
}
.widget-advantages.template-5 .widget-header{
    display: flex;
    align-items: flex-start;
    gap: 2em 4.7em;
}
.widget-advantages.template-5 .widget-header.vertical-align-center{
    align-items: center;
}
.widget-advantages.template-5 .widget-header.vertical-align-end{
    align-items: flex-end;
}
.widget-advantages.template-5 .widget-picture{
    max-width: 38%;
    flex: 0 0 38%;
    overflow: hidden;
    border-radius: 50%;
}
.widget-advantages.template-5 .widget-picture img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    user-select: none;
    pointer-events: none;
}
.widget-advantages.template-5 .widget-header-wrapper{
    flex: 1;
}
.widget-advantages.template-5 .widget-header.vertical-align-top .widget-picture + .widget-header-wrapper{
    padding-top: 0.7em;
}
.widget-advantages.template-5 .widget-title{
    color: #1B1E25;
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    text-wrap: balance;
}
.widget-advantages.template-5 .widget-title + .widget-description{
    margin-top: 1.75em;
}
.widget-advantages.template-5 .widget-description{
    color: #1B1E25;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
}
.widget-advantages.template-5 .widget-description p{
    margin-bottom: 1.5em;
}
.widget-advantages.template-5 .widget-description *:last-child{
    margin-bottom: 0;
}
.widget-advantages.template-5 .widget-description ul{
    color: inherit;
}
.widget-advantages.template-5 .widget-description ul li{
    position: relative;
    padding-left: 1em;
    margin-bottom: .7em;
}
.widget-advantages.template-5 .widget-description ul li:last-child{
    margin-bottom: 0;
}
.widget-advantages.template-5 .widget-description ul li:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(.15em, .6em);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #808080;
}
.widget-advantages.template-5 .widget-description ul li:last-child{
    margin-bottom: 0;
}
@media all and (max-width: 800px) {
    .widget-advantages.template-5 .widget-header{
        flex-wrap: wrap;
        gap: 3em 2em;
    }
    .widget-advantages.template-5 .widget-title,
    .widget-advantages.template-5 .widget-description{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-advantages.template-5 .widget-description p{
        margin-bottom: 1em;
    }
    .widget-advantages.template-5 .widget-title{
        font-size: 2.125em;
        line-height: 1.2;
    }
    .widget-advantages.template-5 .widget-picture{
        max-width: 36%;
        flex: 0 0 36%;
    }
    .widget-advantages.template-5 .widget-picture + .widget-header-wrapper {
        padding-top: 0;
    }
    .widget-advantages.template-5 .widget-header-wrapper{
        max-width: 100%;
        flex: 0 0 100%;
    }
}
@media all and (max-width: 600px) {
    .widget-advantages.template-5 .widget-picture {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-advantages.template-5 .widget-title + .widget-description {
        margin-top: 1.3em;
    }
    .widget-advantages.template-5 .widget-description ul li{
        padding-left: 1.5em;
        margin-bottom: 0;
    }
    .widget-advantages.template-5 .widget-description ul li:before{
        transform: translate(.6em, .6em);
    }
}
/* End */


/* Start:/include/templates/advantages/template.1/style.css?17691705233241*/
.widget-advantages.template-1{
    position: relative;
    overflow: hidden;
    font-size: clamp(16px, 1.7vw, 20px);
}
.widget-advantages.template-1 .widget-header .widget-title{
    color: #1B1E25;
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    text-wrap: balance;
    padding: 0;
    margin: 0;
}
.widget-advantages.template-1 .widget-header + .widget-content{
    margin-top: 2.5em;
}
.widget-advantages.template-1 .widget-items{
    display: flex;
    flex-wrap: wrap;
    gap: 1.5em;
}
.widget-advantages.template-1 .widget-item{
    max-width: calc(33.3333% - 1em);
    flex: 0 0 calc(33.3333% - 1em);
    border-radius: 4px;
    background-color: #F3F3F3;
    padding: 1.7em 1.9em;
}
.widget-advantages.template-1 .widget-item-index{
    color: var(--main-color, #000000);
    font-size: 1em;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}
.widget-advantages.template-1 .widget-item-index + *{
    margin-top: 1.4em;
}
.widget-advantages.template-1 .widget-item-title{
    color: #1B1E25;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.35;
}
.widget-advantages.template-1 .widget-item-title + *{
    margin-top: .6em;
}
.widget-advantages.template-1 .widget-item-description{
    color: #1B1E25;
    font-size: .9em;
    font-weight: 400;
    line-height: 1.4;
}
.widget-advantages.template-1 .widget-item-description ul{}
.widget-advantages.template-1 .widget-item-description ul li{
    position: relative;
    padding-left: 1em;
    color: #1B1E25;
    margin-bottom: .6em;
}
.widget-advantages.template-1 .widget-item-description ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(.6em);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #808080;
}
.widget-advantages.template-1 .widget-item-title + .widget-item-description{
    color: #808080;
}
.widget-advantages.template-1 .widget-item-title + .widget-item-description ul li{
    color: #808080;
}
@media all and (max-width: 800px) {
    .widget-advantages.template-1 .widget-header .widget-title{
        font-size: 2.125em;
    }
    .widget-advantages.template-1 .widget-item{
        max-width: calc(50% - .75em);
        flex: 0 0 calc(50% - .75em);
    }
    .widget-advantages.template-1 .widget-item-index + * {
        margin-top: .6em;
    }
    .widget-advantages.template-1 .widget-item-title{
        font-size: 1.125em;
    }
    .widget-advantages.template-1 .widget-item-description{
        font-size: 1em;
    }
}
@media all and (max-width: 600px) {
    .widget-advantages.template-1 .widget-header .widget-title br {
        display: none;
    }
    .widget-advantages.template-1 .widget-items {
        gap: 1em;
    }
    .widget-advantages.template-1 .widget-item{
        max-width: 100%;
        flex: 100%;
        padding: 1.4em 1.25em;
    }
    .widget-advantages.template-1 .widget-item-description{
        line-height: 1.3;
    }
    .widget-advantages.template-1 .widget-item-description ul li:before{
        transform: translateY(.5em);
    }
}
/* End */


/* Start:/include/templates/about/template.2/style.css?17663862651970*/
.widget-about.template-2{
    position: relative;
    overflow: hidden;
    font-size: clamp(16px, 1.7vw, 20px);
    width: 100%;
}
.widget-about.template-2 .widget-header{
    display: flex;
    justify-content: space-between;
    gap: 2em 5em;
}
.widget-about.template-2 .widget-header .widget-title{
    flex: 1;
    color: #1B1E25;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.4;
}
.widget-about.template-2 .widget-header .widget-description{
    flex: 1;
    color: #1B1E25;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
}
.widget-about.template-2 .widget-header .widget-description p{
    margin-bottom: 1.5em;
}
.widget-about.template-2 .widget-header .widget-description b{
    font-weight: 700;
}
.widget-about.template-2 .widget-header .widget-description *:last-child{
    margin-bottom: 0;
}
.widget-about.template-2 .widget-header .widget-description ul{
    color: inherit;
}
.widget-about.template-2 .widget-header .widget-description ul li{
    position: relative;
    padding-left: 1.5em;
}
.widget-about.template-2 .widget-header .widget-description ul li:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(.6em, .6em);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #808080;
}
.widget-about.template-2 .widget-header .widget-description ul li:last-child{
    margin-bottom: 0;
}
@media all and (max-width: 800px) {
    .widget-about.template-2 .widget-header{
        flex-wrap: wrap;
    }
    .widget-about.template-2 .widget-header .widget-title,
    .widget-about.template-2 .widget-header .widget-description{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-about.template-2 .widget-header .widget-description p{
        margin-bottom: 1em;
    }
    .widget-about.template-2 .widget-header .widget-title{
        font-size: 1.125em;
    }
}
/* End */


/* Start:/include/templates/about/template.3/style.css?17691704994453*/
.widget-about.template-3{
    position: relative;
    overflow: hidden;
    font-size: clamp(16px, 1.7vw, 20px);
}
.widget-about.template-3 .widget-header{
    display: flex;
    align-items: flex-start;
    gap: 2em 4.4em;
}
.widget-about.template-3 .widget-header.vertical-align-center{
    align-items: center;
}
.widget-about.template-3 .widget-header.vertical-align-end{
    align-items: flex-end;
}
.widget-about.template-3 .widget-picture{
    max-width: 45%;
    flex: 0 0 45%;
    overflow: hidden;
}
.widget-about.template-3 .widget-picture img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    user-select: none;
    pointer-events: none;
}
.widget-about.template-3 .widget-header-wrapper{
    flex: 1;
}
.widget-about.template-3 .widget-header.vertical-align-top .widget-picture + .widget-header-wrapper{
    padding-top: 0.7em;
}
.widget-about.template-3 .widget-title{
    color: #1B1E25;
    font-size: 1.9em;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    text-wrap: balance;
}
.widget-about.template-3 .widget-title + .widget-description{
    margin-top: 1em;
}
.widget-about.template-3 .widget-description{
    color: #808080;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
}
.widget-about.template-3 .widget-description p{
    margin-bottom: 1.5em;
}
.widget-about.template-3 .widget-description *:last-child{
    margin-bottom: 0;
}
.widget-about.template-3 .widget-description ul{
    color: inherit;
}
.widget-about.template-3 .widget-description ul li{
    position: relative;
    padding-left: 1em;
    margin-bottom: .7em;
}
.widget-about.template-3 .widget-description ul li:last-child{
    margin-bottom: 0;
}
.widget-about.template-3 .widget-description ul li:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(.15em, .6em);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #808080;
}
.widget-about.template-3 .widget-description ul li:last-child{
    margin-bottom: 0;
}
.widget-about.template-3 .widget-description + .widget-button{
    margin-top: 2.8125em;
}
.widget-about.template-3 .widget-button{
    display: inline-block;
    color: #FFF;
    font-size: .8em;
    font-style: normal;
    font-weight: 500;
    line-height: 1.1em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 2px;
    padding: 1em 2em;
    user-select: none;
    background-color: var(--main-color, #C41F4C);
    border: 1px solid var(--main-color, #C41F4C);
    cursor: pointer;
    margin: 0 0 0 auto;

    transition: background-color .2s ease-out, color .2s ease-out, border-color .2s ease-out;
}
.widget-about.template-3 .widget-button:hover{
    border-color: #000000;
    background-color: #000000;
}
@media all and (max-width: 800px) {
    .widget-about.template-3 .widget-header{
        flex-wrap: wrap;
        gap: 3em 2em;
    }
    .widget-about.template-3 .widget-title,
    .widget-about.template-3 .widget-description{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-about.template-3 .widget-description p{
        margin-bottom: 1em;
    }
    .widget-about.template-3 .widget-title{
        font-size: 2.125em;
        line-height: 1.2;
    }
    .widget-about.template-3 .widget-picture{
        max-width: 36%;
        flex: 0 0 36%;
    }
    .widget-about.template-3 .widget-picture + .widget-header-wrapper {
        padding-top: 0;
    }
    .widget-about.template-3 .widget-header-wrapper{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-about.template-3 .widget-button{
        font-size: 1em;
        margin: 1.4em 0 0 0;
    }
    .widget-about.template-3 .widget-description + .widget-button {
        margin-top: 2.6em;
    }
}
@media all and (max-width: 600px) {
    .widget-about.template-3 .widget-picture {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-about.template-3 .widget-title + .widget-description {
        margin-top: 1.3em;
    }
    .widget-about.template-3 .widget-description ul li{
        padding-left: 1.5em;
        margin-bottom: 0;
    }
    .widget-about.template-3 .widget-description ul li:before{
        transform: translate(.6em, .6em);
    }
}
/* End */


/* Start:/bitrix/templates/newintec/components/bitrix/catalog.section/solutions/style.css?176466946527371*/
.widget.widget-solutions{
    position: relative;
    overflow: hidden;
}

@keyframes widget-solutions-show-item {
    0%{ opacity: 0 }
    100%{ opacity: 1 }
}

.widget.widget-solutions .widget-header{
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.widget.widget-solutions .widget-tabs{
    display: flex;
    gap: 40px;
    max-width: calc(100% - 96px);
    margin: 0;
}
.widget.widget-solutions .widget-tab{
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 130%;
    color: #000;
    font-weight: 400;
    white-space: nowrap;
    max-width: fit-content;
    cursor: pointer;
    text-decoration: none;

    transition: color .2s ease-out;
}
.widget.widget-solutions .widget-tab:hover,
.widget.widget-solutions .widget-tab[data-active=true]{
    color: #323232;
}
.widget.widget-solutions .widget-tab[data-active=true]{
    pointer-events: none;
}
.widget.widget-solutions .widget-tab:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #323232;
    transform: scale(0, 1);
    opacity: 0;

    transition: transform .4s cubic-bezier(0.22, 0.61, 0.36, 1), opacity .4s ease-out;
}
.widget.widget-solutions .widget-tab[data-active=true]:after{
    transform: scale(1);
    opacity: 1;
}
.widget.widget-solutions .widget-views{
    display: flex;
    align-items: center;
    gap: 12px;
}
.widget.widget-solutions .widget-view{
    display: flex;
    cursor: pointer;
}
.widget.widget-solutions .widget-view svg path{
    transition: stroke .2s ease-out;
}
.widget.widget-solutions .widget-view:hover svg path,
.widget.widget-solutions[data-view="1"] .widget-view[data-view="1"] svg path,
.widget.widget-solutions[data-view="2"] .widget-view[data-view="2"] svg path,
.widget.widget-solutions[data-view="3"] .widget-view[data-view="3"] svg path{
    stroke: #000000;
}
.widget.widget-solutions[data-view="1"] .widget-view[data-view="1"],
.widget.widget-solutions[data-view="2"] .widget-view[data-view="2"],
.widget.widget-solutions[data-view="3"] .widget-view[data-view="3"]{
    pointer-events: none;
}
.widget.widget-solutions .widget-section{
    display: none;
}
.widget.widget-solutions .widget-section[data-active=true]{
    display: block;
}
.widget.widget-solutions .widget-items{
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}
.widget.widget-solutions .widget-item{
    border: 1px solid #D1D1D1;
    flex: 1 0 100%;
    background-color: #ffffff;
}
.widget.widget-solutions .widget-item-content-wrap{
    width: 100vw;
    margin-left: calc((100vw - 1193px) / -2);
    margin-top: clamp(80px, 12vw, 120px);
}
.widget.widget-solutions .widget-item-wrapper{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 60px 50px;
}
.widget.widget-solutions .widget-item-text{
    max-width: 678px;
}
.widget.widget-solutions .widget-item-title-wrap{
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.widget.widget-solutions .widget-item-title{
    display: block;
    font-size: 22px;
    line-height: 120%;
    font-weight: 600;
    color: #151515;
    text-decoration: none;

    transition: color .2s ease-out;
}
.widget.widget-solutions .widget-item-title:hover{
    color: #c6366f;
}
.widget.widget-solutions .widget-item-title-logo-mobile{
    display: none;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
}
.widget.widget-solutions .widget-item-title-logo-mobile img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}
.widget.widget-solutions .widget-item-description{
    margin-top: 25px;
    font-size: 18px;
    color: #323232;
    font-weight: 400;
    line-height: 145%;
}
.widget.widget-solutions .widget-item-editions-container{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 41px;
}
.widget.widget-solutions .widget-item-editions-title{
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: .07em;
}
.widget.widget-solutions .widget-item-editions-title svg{
    width: 30px;
    height: auto;
}
.widget.widget-solutions .widget-item-editions{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.widget.widget-solutions .widget-item-edition{
    font-size: 14px;
    padding: 12px 16px;
    border: 1px solid;
    border-radius: 4px;
}
.widget.widget-solutions .widget-item-edition.start {
    color: #E73B36;
}
.widget.widget-solutions .widget-item-edition.standart {
    color: #116afc;
}
.widget.widget-solutions .widget-item-edition.malyy-biznes {
    color: #F87700;
}
.widget.widget-solutions .widget-item-edition.biznes {
    color: #350259;
}
.widget.widget-solutions .widget-item-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 52px;
}
.widget.widget-solutions .widget-item-price-wrap{
    display: flex;
    align-items: center;
    gap: 17px;
}
.widget.widget-solutions .widget-item-price{
    font-size: 30px;
    font-weight: 700;
    line-height: 130%;
    color: #151515;
}
.widget.widget-solutions .widget-item-price-old{
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    color: #989494;
    text-decoration: line-through;
}
.widget.widget-solutions .widget-item-buttons{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 26px;
}
.widget.widget-solutions .widget-item-button{
    background-color: #000000;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border-radius: 4px;
    line-height: 120%;
    text-transform: uppercase;
    padding: 16px 50px;
    text-decoration: none;
    text-align: center;

    transition: background-color .2s ease-out;
}
.widget.widget-solutions .widget-item-button:hover{
    background-color: #c6366f;
}
.widget.widget-solutions .widget-item-link{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    color: #000000;
    text-decoration: none;
    white-space: nowrap;

    transition: color .2s ease-out;
}
.widget.widget-solutions .widget-item-link:hover{
    color: #c6366f;
}
.widget.widget-solutions .widget-item-link svg{
    transform: translateY(1px);
}
.widget.widget-solutions .widget-item-link svg path{
    transition: fill .2s ease-out;
}
.widget.widget-solutions .widget-item-link:hover svg path{
    fill: #c6366f;
}
.widget.widget-solutions .widget-item-picture-wrap{

}
.widget.widget-solutions .widget-item-picture{
    display: block;
    width: 342px;

    transition: opacity .2s ease-out;
}
.widget.widget-solutions .widget-item-picture img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}
.widget.widget-solutions .widget-item-picture:hover{
    opacity: .8;
}

.widget.widget-solutions .widget-button-show-more-wrap{
    display: flex;
    justify-content: center;
    margin-top: 80px;
}
.widget.widget-solutions .widget-button-show-more{
    text-transform: uppercase;
    color: #151515;
    font-size: 16px;
    font-weight: 500;
    padding: 18px 36px;
    border: 1px solid #151515;
    cursor: pointer;
    border-radius: 4px;

    transition: color .2s ease-out,  background-color .2s ease-out;
}
.widget.widget-solutions .widget-button-show-more:hover{
    color: #ffffff;
    background-color: #151515;
}

.widget.widget-solutions[data-view="2"] .widget-item{
    flex: 0 0 calc(50% - 16px);
    max-width: calc(50% - 16px);
}
.widget.widget-solutions[data-view="2"] .widget-item-wrapper{
    flex-direction: column-reverse;
    padding: 32px;
    gap: 32px;
    height: 100%;
}
.widget.widget-solutions[data-view="2"] .widget-item-picture-wrap{
    /*width: 100%;*/
}
.widget.widget-solutions[data-view="2"] .widget-item-picture{
    width: 100%;
    max-width: 360px;
    aspect-ratio: 4/3.2;
}
.widget.widget-solutions[data-view="2"] .widget-item-price-wrap,
.widget.widget-solutions[data-view="2"] .widget-item-buttons{
    flex: 1 0 100%;
}
.widget.widget-solutions[data-view="2"] .widget-item-button{
    flex: 1;
}
.widget.widget-solutions[data-view="2"] .widget-item-text{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.widget.widget-solutions[data-view="2"] .widget-item-title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.widget.widget-solutions[data-view="2"] .widget-item-description{
    /*margin-top: 22px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.widget.widget-solutions[data-view="1"] .widget-items{
    gap: 24px;
}
.widget.widget-solutions[data-view="1"] .widget-item{
    flex: 0 0 calc(33.3333% - 16px);
    max-width: calc(33.3333% - 16px);
}
.widget.widget-solutions[data-view="1"] .widget-item-wrapper{
    flex-direction: column-reverse;
    padding: 32px 32px 51px;
    gap: 32px;
    height: 100%;
}
.widget.widget-solutions[data-view="1"] .widget-item-picture-wrap{
    /*width: 100%;*/
}
.widget.widget-solutions[data-view="1"] .widget-item-picture{
    width: 100%;
    aspect-ratio: 4/3.2;
}
.widget.widget-solutions[data-view="1"] .widget-item-text{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 100%;
}
.widget.widget-solutions[data-view="1"] .widget-item-title{
    line-height: 120%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.widget.widget-solutions[data-view="1"] .widget-item-description{
    margin-top: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.widget.widget-solutions[data-view="1"] .widget-item-editions-container{
    margin-top: 24px;
}
.widget.widget-solutions[data-view="1"] .widget-item-footer{
    margin-top: 35px;
    gap: 39px;
}
.widget.widget-solutions[data-view="1"] .widget-item-buttons{
    gap: 22px 16px;
}

@media all and (max-width: 1200px) {
    .widget.widget-solutions .widget-item-wrapper{
        padding: 50px 40px;
    }
    .widget.widget-solutions[data-view="1"] .widget-item-buttons{
        flex-wrap: wrap;
    }
    .widget.widget-solutions[data-view="1"] .widget-item-button{
        flex: 1;
    }
    .widget.widget-solutions[data-view="1"] .widget-item-link{
        flex: 1;
    }
}
@media all and (max-width: 1193px) {
    .widget.widget-solutions .widget-item-content-wrap{
        width: calc(100% + 40px);
        margin-left: -20px;
    }
}
@media all and (max-width: 1000px) {
    .widget.widget-solutions .widget-item-picture{
        width: 280px;
    }
    .widget.widget-solutions .widget-item-wrapper{
        align-items: flex-start;
    }
    .widget.widget-solutions .widget-item-picture-wrap{
        display: none;
    }
    .widget.widget-solutions .widget-item-text{
        flex: 1 0 100%;
        max-width: 100%;
    }
    .widget.widget-solutions .widget-item-title-logo-mobile{
        display: block;
    }
    .widget.widget-solutions .widget-item-title{
       font-size: 20px;
        max-width: 560px;
    }
    .widget.widget-solutions[data-view="2"] .widget-item-button{
        flex: none;
    }
    .widget.widget-solutions[data-view="1"] .widget-item{
        flex: 0 0 calc(50% - 12px);
        max-width: calc(50% - 12px);
    }
    .widget.widget-solutions .widget-item-wrapper,
    .widget.widget-solutions[data-view="1"] .widget-item-wrapper,
    .widget.widget-solutions[data-view="2"] .widget-item-wrapper{
        padding: 32px;
    }
    .widget.widget-solutions[data-view="2"] .widget-items{
        gap: 24px;
    }
    .widget.widget-solutions[data-view="2"] .widget-item {
        flex: 0 0 calc(50% - 12px);
        max-width: calc(50% - 12px);
    }
    .widget.widget-solutions .widget-view[data-view="2"]{
        display: none;
    }
}
@media all and (max-width: 800px) {
    .widget.widget-solutions[data-view="1"] .widget-item,
    .widget.widget-solutions[data-view="2"] .widget-item{
        flex: 1 0 100%;
        max-width: 100%;
    }
    .widget.widget-solutions .widget-views{
        display: none;
    }
    .widget.widget-solutions .widget-tabs{
        max-width: calc(100% + 40px);
        margin: 0 -20px;
        padding: 0 20px;
    }
}
@media all and (max-width: 600px) {
    .widget.widget-solutions .widget-item-footer{
        gap: 12px 20px;
        margin-top: 40px;
    }
    .widget.widget-solutions .widget-item-editions-container{
        gap: 14px 16px;
        margin-top: 30px;
    }
    .widget.widget-solutions .widget-item-description{
        margin-top: 24px;
        font-size: 16px;
    }

    .widget.widget-solutions .widget-item-wrapper,
    .widget.widget-solutions[data-view="1"] .widget-item-wrapper,
    .widget.widget-solutions[data-view="2"] .widget-item-wrapper{
        padding: 30px 20px;
    }
}
@media all and (max-width: 450px) {
    .widget.widget-solutions .widget-item-buttons{
        flex-wrap: wrap;
    }
    .widget.widget-solutions .widget-item-button,
    .widget.widget-solutions .widget-item-link{
        width: 100%;
    }
    .widget.widget-solutions .widget-item-price-wrap{
        width: 100%;
        justify-content: center;
    }
}




.w-widget.w-section-main {
  overflow: hidden;
  margin: 0 !important;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.w-widget.w-section-main .w-section-main-wrapper-bg {
  background: #FFFFFF; 
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25); 
  margin-bottom: 20px;
}
.w-widget.w-section-main .w-section-main-wrapper {
  position: relative;
  padding: 60px 30px;
}
.w-widget.w-section-main .logo-mobile {
    display: none;
}
.w-widget.w-section-main .w-section-main-wrapper > div {
  font-size: 0;
  padding: 0 20px;
}
.w-widget.w-section-main .w-section-main-wrapper .w-section-main-text .w-section-main-text-wrapper {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
  padding: 0;
}
.w-widget.w-section-main .w-section-main-wrapper .w-section-main-text .w-section-main-text-wrapper .w-section-main-label {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2.2px;
  margin-bottom: 35px;
}
.w-widget.w-section-main .w-section-main-wrapper .w-section-main-title-wrap {
  margin-bottom: 30px;
}
.w-widget.w-section-main .w-section-main-wrapper .w-section-main-title-wrap .w-section-main-logo {
  width: 90px;
  height: 90px;
  float: left;
}
.w-widget.w-section-main .w-section-main-wrapper .w-section-main-text .w-section-main-text-wrapper .w-section-main-title {
  text-align: left;
  font-size: 20px;
  line-height: 27px;
  color: #0B0B0B;
  font-weight: 600;
}
.w-widget.w-section-main .w-section-main-wrapper .w-section-main-text .w-section-main-text-wrapper .w-section-main-title a{
  color: #0B0B0B;
  transition: all 0.4s;
}
.w-widget.w-section-main .w-section-main-wrapper .w-section-main-text .w-section-main-text-wrapper .w-section-main-title a:hover {
	text-decoration: none;
	color: #c6366f;
}
.w-widget.w-section-main .w-section-main-wrapper .w-section-main-text .w-section-main-text-wrapper .w-section-main-desc {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 21px;
	color: #494949;
}
.w-widget.w-section-main .w-section-main-button-wrap {
	text-align: left;
}
.w-widget.w-section-main .w-section-button {
	display: inline-block;
	margin-right: 20px;
	padding: 15px 30px;
	font-size: 16px;
	border-radius: 3px;
	text-decoration: none;
    transition-property: background-color, border-color;
    transition: 0.4s;
}
.w-widget.w-section-main .w-section-button.w-section-button-more {
	color: #2c2c2c;
	background: #f8b900;
	border: 1px solid #f8b900;
}
.w-widget.w-section-main .w-section-button.w-section-button-demo {
	color: #ffffff;
	background: transparent;
	border: 1px solid #ffffff;
}
.w-widget.w-section-main .w-section-button.w-section-button-demo:hover,
.w-widget.w-section-main .w-section-button.w-section-button-more:hover {
    background: #c6366f;
    color: #fff;
    border-color: #c6366f;
}
.w-widget.w-section-main .w-section-main-button:hover {
    background: #c6366f;
    color: #fff;
    border-color: #c6366f;
}
.w-widget.w-section-main .w-section-main-wrapper .w-section-main-text .w-section-main-text-wrapper .w-section-main-actions {
  margin-top: 25px;
}
.w-widget.w-section-main .w-section-main-wrapper .w-section-main-text .w-section-main-text-wrapper p + p {
  margin-top: 10px;
}
.w-widget.w-section-main .w-section-main-wrapper .w-section-main-img {
  max-width: 60%;
  line-height: 1;
}
.w-widget.w-section-main .w-section-main-wrapper .w-section-main-img span {
  display: inline-block;
  padding: 0;
}
.w-widget.w-section-main .w-section-main-wrapper .w-section-main-img img {
  max-width: 100%;
  max-height: 100%;
  pointer-events: none;
  user-select: none;
}
.w-widget.w-section-main .w-section-main-wrapper .w-section-main-img.middle span {
  vertical-align: middle;
}
.w-widget.w-section-main .w-section-main-wrapper .w-section-main-img.bottom span {
  vertical-align: bottom;
}
.w-widget.w-section-main .w-section-main-after {
  background: #000;
  font-size: 18px;
  line-height: 1.5;
}
.w-widget.w-section-main .w-section-main-after .w-section-main-after-wrapper {
  padding: 106px 50px;
}
.w-widget.w-section-main .w-section-main-after.after-products a {
  color: #fff;
  text-decoration: none;
}
.w-widget.w-section-main .w-section-main-after.after-products .w-section-main-after-wrapper {
  padding: 100px 0;
}
.w-widget.w-section-main .w-section-main-after.after-products .w-section-main-after-wrapper .after-products-list {
  font-size: 0;
  text-align: center;
}
.w-widget.w-section-main .w-section-main-after.after-products .w-section-main-after-wrapper .after-products-list .after-products-item {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  padding: 25px;
}
.w-widget.w-section-main .w-section-main-after.after-products .w-section-main-after-wrapper .after-products-list .after-products-item .after-products-title {
  font-size: 18px;
  opacity: 0.5;
  transition: .15s opacity;
}
.w-widget.w-section-main .w-section-main-after.after-products .w-section-main-after-wrapper .after-products-list .after-products-item .after-products-image {
  display: inline-block;
  position: relative;
  padding-top: 45px;
}
.w-widget.w-section-main .w-section-main-after.after-products .w-section-main-after-wrapper .after-products-list .after-products-item .after-products-image::before {
  content: '';
  position: absolute;
  top: 65px;
  left: 60px;
  right: 60px;
  bottom: -15px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.001) 0%, rgba(255, 255, 255, 0.8) 25%, rgba(255, 255, 255, 0.8) 75%, rgba(0, 0, 0, 0.001) 100%);
  filter: blur(28px);
}
.w-widget.w-section-main .w-section-main-after.after-products .w-section-main-after-wrapper .after-products-list .after-products-item img {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  transition: .15s transform;
}
.w-widget.w-section-main .w-section-main-after.after-products .w-section-main-after-wrapper .after-products-list .after-products-item:hover .after-products-title {
  opacity: 1;
}
.w-widget.w-section-main .w-section-main-after.after-products .w-section-main-after-wrapper .after-products-list .after-products-item:hover img {
  transform: translate3d(0, -25px, 0);
}
.w-widget.w-section-main .w-section-main-after.after-products .w-section-main-after-wrapper .after-products-actions {
  margin-top: 90px;
  text-align: center;
  line-height: 1.25;
}
.w-widget.w-section-main .w-section-main-after.after-products .w-section-main-after-wrapper .after-products-actions .btn {
  max-width: 280px;
}
.w-widget.w-section-main .w-section-main-wrapper .w-section-main-text .w-section-main-text-wrapper .block-price-left {
	font-weight: 500;
	margin-bottom: 30px;
}
.w-widget.w-section-main .w-section-main-wrapper .w-section-main-text .w-section-main-text-wrapper .block-price-left .price{
    font-size: 26px;
    line-height: 26px;
    text-decoration: none;
    font-weight: 400;
    color: #0B0B0B;
    display: inline-block;
    margin-right: 25px;
    vertical-align: middle;
    white-space: nowrap;
}
.w-widget.w-section-main .w-section-main-wrapper .w-section-main-text .w-section-main-text-wrapper .block-price-left .price-old{
	font-size: 18px;
	line-height: 24px;
	text-decoration: line-through;
	font-weight: 400;
	color:#0B0B0B;
	display: inline-block;
}

.parallax {
  perspective: 1px;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.parallax__layer {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.parallax__layer--base {
  transform: translateZ(0);
}
.parallax__layer--back {
  transform: translateZ(-1px);
  transform: translateZ(90px) scale(90);
}
.parallax-window {
    min-height: 400px;
    background: transparent;
}
.w-section-button-detail {
	display: inline-block;
}
.panel-info-block {
	font-size: 16px;
	display: block !important;
	margin-bottom: 25px;
}
.panel-info-block .panel-info-title {
    font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	color: #0B0B0B;
}
.panel-info-block .panel-info-title .svg {
	width: 24px;
    display: inline-block;
    vertical-align: middle;
	margin: 0 10px;
}
.panel-info-block .panel-info-title .svg path {
	transition-property: fill;
    transition-duration: 0.2s;
}
.panel-info-block .panel-info-title .svg:hover path {
	fill: red;
}
.panel-info-block .panel-info .text-element {
	padding: 5px 15px  !important;
    margin: 5px 1px;
    border-radius: 5px;
    display: inline-block;
    font-size: 13px;
	line-height: 24px;
	border: 1px solid;
}
/* .panel-info-block .panel-info .text-element:nth-child(1) {
    color: #E73B36;
    border-color: #E73B36;
}
.panel-info-block .panel-info .text-element:nth-child(2) {
    color: #116afc;
    border-color: #116afc;
}
.panel-info-block .panel-info .text-element:nth-child(3) {
    color: #F87700;
    border-color: #F87700;
}
.panel-info-block .panel-info .text-element:nth-child(4) {
    color: #350259;
    border-color: #350259;
} */
.panel-info-block .panel-info .text-element.text-element--start {
    color: #E73B36;
    border-color: #E73B36;
}
.panel-info-block .panel-info .text-element.text-element--standart {
    color: #116afc;
    border-color: #116afc;
}
.panel-info-block .panel-info .text-element.text-element--malyy-biznes {
    color: #F87700;
    border-color: #F87700;
}
.panel-info-block .panel-info .text-element.text-element--biznes {
    color: #350259;
    border-color: #350259;
}

@media all and (max-width: 990px) {
  /*.w-widget.w-section-main .w-section-main-wrapper .w-section-main-text {
    position: relative;
    z-index: 2;
    text-align: center;
  }
  .w-widget.w-section-main .w-section-main-wrapper .w-section-main-text .w-section-main-text-wrapper .w-section-main-title {
    text-align: center;
  }
  .w-widget.w-section-main .w-section-main-wrapper .w-section-main-text::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .6;
  }
  .w-widget.w-section-main .w-section-main-wrapper .w-section-main-img {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    margin: 0 auto;
  }*/
}

@media all and (max-width: 1024px) {
	.mobile-adaptive-list .ul-content {
		margin: 0px 0px 0px 20px;
	}
	.tech-content-adaptive.intec-grid-i-25 {
		margin: -10px !important;
	}
	.tech-content-adaptive.intec-grid-i-25 .intec-grid-item-3 {
		padding: 10px !important;
	}
	.tech-content-adaptive .title-content {
		padding-bottom: 0;
	}
}
@media all and (max-width: 990px) {
  .w-widget.w-section-main {
    flex-wrap: wrap;
  }
  .w-widget.w-section-main .w-section-main-after {
    text-align: center;
  }
}

@media all and (max-width: 980px) {
	.w-widget.w-section-main .logo-mobile img {
		width: 50px;
	}
	.w-widget.w-section-main .logo-mobile {
		display: inline-block;
		padding-right: 10px;
	}
  .w-widget.w-section-main {
    margin-top: -25px;
  }
  .w-widget.w-section-main .w-section-main-wrapper > div {
	padding: 0 0px;
  }
  .w-widget.w-section-main .w-section-main-after {
    font-size: 16px;
  }
  .w-widget.w-section-main .w-section-main-after .w-section-main-after-wrapper {
    padding: 50px 0;
  }
  .w-widget.w-section-main .w-section-main-wrapper .w-section-main-img {
	  display: none;
  }
  .w-widget.w-section-main .w-section-main-wrapper .w-section-main-title-wrap .w-section-main-logo,
  .w-widget.w-section-main .w-section-main-wrapper .w-section-main-title-wrap .w-section-main-logo img  {
	  width: 50px;
	  height: 50px;
  }
  .w-widget.w-section-main .w-section-main-wrapper .w-section-main-title-wrap .w-section-main-logo {
	  margin-right: 15px;
  }
  .w-widget.w-section-main .w-section-main-wrapper .w-section-main-text .w-section-main-text-wrapper .w-section-main-title {
	  text-align: left;
	  font-size: 22px;
	  padding-left: 0;
	  display: flex;
  }
  .w-widget.w-section-main .w-section-main-button-wrap {
	  text-align: center;
  }
  .w-widget.w-section-main .w-section-button {
	  display: block;
	  width: 170px;
	  margin: 10px auto 0;	  
  }
  .w-widget.w-section-main .w-section-main-wrapper .w-section-main-text .w-section-main-text-wrapper .w-section-main-desc {
	  text-align: left;
  }
  .panel-info-block .panel-info-title, .panel-info {
	  display: block;
  }
}
@media all and (max-width: 768px) {
	.w-widget.w-section-main .w-section-main-wrapper .w-section-main-text .w-section-main-text-wrapper .w-section-main-title a {
		font-size: 16px;
		line-height: 1.3;
	}
	.w-widget.w-section-main .w-section-main-wrapper .w-section-main-title-wrap {
		margin-bottom: 15px;
	}
	.w-widget.w-section-main .w-section-main-wrapper {
	  position: relative;
	  padding: 30px 0;
	}
}


.main-page-sertificates__subtitle {
    font-weight: 400;
    font-size: clamp(20px, 3vw, 38px);
    text-transform: uppercase;
}
.main-page-sertificates__text {
    max-width: 856px;
}
body .main-page-sertificates .main-page-sertificates__title {
    font-weight: 700;
    font-size: clamp(38px, 6vw, 60px) !important;
    text-transform: uppercase;
}
.main-page-sertificates__text {
    margin-top: 40px;
}
.main-page-sertificates__text p {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}
.main-page-sertificates {
    padding: clamp(53px , 15vw, 150px) 0;
    background: #F4F4F4;
}
.main-page-sertificates__title-block {
    display: flex;
}
.main-page-sertificates__all-link {
    margin-top: auto;
    margin-left: auto;
    margin-bottom: 30px;

}
.main-page-sertificates__all-link a {
    color: #000;
    text-decoration: none!important;
	display: inline-flex;
    align-items: center;
}
.main-page-sertificates__all-link a svg {
    margin-left: 10px;
}
@media (max-width:500px) {
    .main-page-sertificates__all-link {
        display: none;
    }
}
/* End */


/* Start:/include/templates/forms/template.1/style.css?17655435932631*/
.widget-forms.template-1{
    position: relative;
    overflow: hidden;
    font-size: clamp(16px, 1.7vw, 20px);
}
.widget-forms.template-1 .widget-template{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1em;
    padding: 1.6em 2em;
    border-radius: 4px;
    background-color: #AF1C44;
    box-shadow: 0 1px 17px 2px rgba(171, 171, 171, 0.18);
}
.widget-forms.template-1 .widget-title{
    color: #FFF;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    text-wrap: balance;
}
.widget-forms.template-1 .widget-description{
    color: #FFF;
    font-size: .9em;
    font-weight: 400;
    line-height: 1.3;
    max-width: 29em;
    text-wrap: balance;
}
.widget-forms.template-1 .widget-button{
    display: inline-block;
    color: #FFF;
    font-size: .8em;
    font-style: normal;
    font-weight: 500;
    line-height: 1.1em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 1.41px;
    padding: 1em 2em;
    user-select: none;
    border: 1px solid #ffffff;
    cursor: pointer;

    transition: background-color .2s ease-out, color .2s ease-out, border-color .2s ease-out;
}
.widget-forms.template-1 .widget-button:hover{
    color: #AF1C44;
    background-color: #ffffff;
}
@media all and (max-width: 1000px) {
    .widget-forms.template-1 .intec-content-wrapper{
        margin-right: 0;
        margin-left: 0;
    }
    .widget-forms.template-1 .widget-template{
        border-radius: 0;
    }
}
@media all and (max-width: 800px) {
    .widget-forms.template-1 .widget-template{
        flex-wrap: wrap;
    }
    .widget-forms.template-1 .widget-wrapper{
        padding: 3.75em 1.25em;
        flex-wrap: wrap;
    }
    .widget-forms.template-1 .widget-title{
        font-size: 2.125em;
    }
    .widget-forms.template-1 .widget-description{
        font-size: 1em;
        line-height: 1.5;
    }
    .widget-forms.template-1 .widget-title,
    .widget-forms.template-1 .widget-description{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-forms.template-1 .widget-title br,
    .widget-forms.template-1 .widget-description br{
        display: none;
    }
    .widget-forms.template-1 .widget-button{
        font-size: 1em;
        margin-top: 1.4em;
    }
}
@media all and (max-width: 600px) {
    .widget-forms.template-1 .widget-template{
        padding: 1.6em 1.25em;
    }
    .widget-forms.template-1 .widget-button{
        width: 100%;
    }
}
/* End */


/* Start:/include/templates/faq/template.1/style.css?17691724444626*/
.widget-faq.template-1{
    position: relative;
    overflow: hidden;
    font-size: clamp(16px, 1.7vw, 20px);
}
.widget-faq.template-1 .widget-header .widget-title{
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1.2;
    color: #151515;
    text-transform: uppercase;
    text-wrap: balance;
    padding: 0;
    margin: 0;
}
.widget-faq.template-1 .widget-header .widget-description{
    color: #5B5B5B;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
}
.widget-faq.template-1 .widget-header .widget-title + .widget-description{
    margin-top: 1.5em;
}
.widget-faq.template-1 .widget-header + .widget-content{
    margin-top: 2.5em;
}
.widget-faq.template-1 .widget-items{}
.widget-faq.template-1 .widget-item{
    border-bottom: 1px solid #989494;
}
.widget-faq.template-1 .widget-item-header{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    padding-top: 40px;
    padding-bottom: 18px;
    cursor: pointer;
}
.widget-faq.template-1 .widget-item:first-child .widget-item-header{
    padding-top: 0;
}
.widget-faq.template-1 .widget-item-title{
    font-size: 1.1em;
    font-weight: 600;
    line-height: 130%;
    color: #151515;
}
.widget-faq.template-1 .widget-item-icon{
    display: flex;
    width: 18px;
    height: 18px;
    transform: translateY(-6px);

    transition: transform .4s ease-out;
}
.widget-faq.template-1 .widget-item.open .widget-item-icon{
    transform: translateY(-6px) rotateZ(-90deg);
    transform-origin: center;
}
.widget-faq.template-1 .widget-item-icon svg{
    height: auto;
}
.widget-faq.template-1 .widget-item-icon svg path{
    transition: stroke .4s ease-out;
}
.widget-faq.template-1 .widget-item.open .widget-item-icon svg path{
    stroke: #CB1B4C;
}
.widget-faq.template-1 .widget-item-content{
    cursor: default;
    display: none;
}
.widget-faq.template-1 .widget-item-description{
    font-size: 1em;
    font-weight: 400;
    line-height: 1.3;
    color: #5B5B5B;
    margin: 13px 0 40px;
}
.widget-faq.template-1 .widget-item-description p{
    margin-bottom: 20px;
}
.widget-faq.template-1 .widget-item-description b{
    font-weight: 600;
}
.widget-faq.template-1 .widget-item-description ol {
    counter-reset: num;
    list-style: none;
}
.widget-faq.template-1 .widget-item-description ol li {
    display: flex;
    position: relative;
    margin-bottom: 22px;
    counter-increment: num;
}
.widget-faq.template-1 .widget-item-description ol li:last-child{
    margin-bottom: 0;
}
.widget-faq.template-1 .widget-item-description ol li:before {
    content: "/" counter(num);
    display: inline-block;
    margin-right: 5px;
    min-width: 40px;
}
.widget-faq.template-1 .widget-item-description ol li:nth-child(-n+9):before {
    content: "/0" counter(num);
}
@media all and (max-width: 1000px) {
    .widget-faq.template-1 .widget-header .widget-title{
        text-align: left;
    }
    .widget-faq.template-1 .widget-item-title{
        font-size: 20px;
    }
    .widget-faq.template-1 .widget-item-description{
        margin: 12px 0 30px;
    }
}
@media all and (max-width: 800px) {
    .widget-faq.template-1 .widget-header .widget-title{
        font-size: 2.125em;
    }
    .widget-faq.template-1 .widget-header .widget-description{
        font-size: 1.125em;
    }
    .widget-faq.template-1 .widget-header .widget-title + .widget-description{
        margin-top: 1.1em;
    }
    .widget-faq.template-1 .widget-item-title{
        font-size: 1.125em;
    }
    .widget-faq.template-1 .widget-item-description{
        line-height: 1.45;
    }
}
@media all and (max-width: 600px) {
    .widget-faq.template-1 .widget-header .widget-title br{
        display: none;
    }
    .widget-faq.template-1 .widget-item-header{
        padding-top: 45px;
        padding-bottom: 11px;
        gap: 20px;
    }
    .widget-faq.template-1 .widget-item-title{
        font-size: 18px;
    }
    .widget-faq.template-1 .widget-item-icon{
        width: 14px;
        height: 14px;
    }
    .widget-faq.template-1 .widget-item-description{
        margin: 15px 0 17px;
    }
    .widget-faq.template-1 .widget-item-description p {
        margin-bottom: 24px;
    }
    .widget-faq.template-1 .widget-item-description ol li {
        margin-bottom: 26px;
        line-height: 133%;
    }
    .widget-faq.template-1 .widget-item-description ol li:before{
        min-width: 32px;
        margin-right: 13px;
    }
}
/* End */


/* Start:/bitrix/templates/newintec/components/bitrix/news.list/staff/style.css?17651708483094*/

.widget-staff{
    position: relative;
    overflow: hidden;
    font-size: clamp(16px, 1.7vw, 20px);
}
.widget-staff .widget-header .widget-title {
    color:  #1B1E25;
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}
.widget-staff .widget-header .widget-description {
    color: #1B1E25;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
}
.widget-staff .widget-header .widget-title + .widget-description{
    margin-top: .6em;
}
.widget-staff .widget-header + .widget-content{
    margin-top: 2.5em;
}
.widget-staff .widget-items {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.widget-staff .widget-item-wrapper {
    display: flex;
    gap: 1.1em;
    border: 1px solid #cecece;
    background-color: #ffffff;
    height: 100%;
    padding: 2.3em 1.5em;
}
.widget-staff .widget-item-picture {
    width: 4.8em;
    height: 4.8em;
    border-radius: 50%;
}
.widget-staff .widget-item-picture img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    user-select: none;
    pointer-events: none;
}
.widget-staff .widget-item-name {
    color: #1B1E25;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.5;
}
.widget-staff .widget-item-description {
    color: #808080;
    font-size: .9em;
    font-weight: 400;
    line-height: 1.5;
}
.widget-staff .widget-item-name + .widget-item-description{
    margin-top: .7em;
}
.widget-staff .widget-button-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 1.9em;
}
.widget-staff .widget-button {
    display: inline-flex;
    color: #1B1E25;
    font-size: .8em;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    user-select: none;
    border: 1px solid #1B1E25;
    padding: 1.25em 2.5em;
    cursor: pointer;
    border-radius: 4px;

    transition: color .2s ease-out, background-color .2s ease-out;
}
.widget-staff .widget-button:hover {
    color: #FFF;
    background-color: #1B1E25;
}

.widget-staff [data-align=left] {
    text-align: left;
}
.widget-staff [data-align=center] {
    text-align: center;
}
.widget-staff [data-align=right] {
    text-align: right;
}

@media all and (max-width: 1000px) {
    .widget-staff .widget-header .widget-description br{
        display: none;
    }
}
@media all and (max-width: 800px) {
    .widget-staff .widget-header .widget-title {
        font-size: 2.125em;
    }
    .widget-staff .widget-item-name{
        font-size: 1.125em;
        line-height: 1.3;
    }
    .widget-staff .widget-item-description{
        font-size: 1em;
        line-height: 1.3;
    }
    .widget-staff .widget-item-picture{
        width: 4em;
        height: 4em;
    }
    .widget-staff .widget-button-wrapper{
        margin-top: 1.2em;
    }
}
@media all and (max-width: 600px) {
    .widget-staff .widget-item-wrapper{
        flex-wrap: wrap;
        padding: 1.4em 1.25em;
    }
    .widget-staff .widget-item-text-wrap{
        max-width: 100%;
        flex: 0 0 100%;
    }
}
/* End */
/* /websites_development/internet-shop/style.css?17663829611609 */
/* /include/websites_development/internet-shop/style.css?17670884361275 */
/* /include/2024/banner/style.css?17663902415236 */
/* /include/2024/banner/websites_development_response.css?1760515427281 */
/* /include/templates/advantages/template.5/style.css?17691706413625 */
/* /include/templates/advantages/template.1/style.css?17691705233241 */
/* /include/templates/about/template.2/style.css?17663862651970 */
/* /include/templates/about/template.3/style.css?17691704994453 */
/* /bitrix/templates/newintec/components/bitrix/catalog.section/solutions/style.css?176466946527371 */
/* /include/templates/forms/template.1/style.css?17655435932631 */
/* /include/templates/faq/template.1/style.css?17691724444626 */
/* /bitrix/templates/newintec/components/bitrix/news.list/staff/style.css?17651708483094 */
