

/* Start:/include/websites_development/ekskluziv/style.css?1767089706656*/
:root{
    --main-color: #C41F4C;
    --main-color-hover: #000000;
}

.special{
    color: var(--main-color, #252525);
}
hr{
    margin: 0 !important;
}
@media all and (max-width: 1000px) {
    .br:after{
        display: none;
    }
}

.widget-about.template-3 .widget-description b{
    color: #1B1E25;
}
.widget-staff-wrap{
    padding: clamp(30px, 12vw, 60px) 0;
}
.widget-projects-wrap{
    padding: clamp(30px, 12vw, 60px) 0 clamp(60px, 10vw, 120px);
}
.widget-reviews-wrap{
    padding: clamp(60px, 8vw, 120px) 0;
    background-color: #F8F8F8;
}
.widget-services-wrap{
    padding: clamp(60px, 10vw, 120px) 0 40px;
}
/* End */


/* Start:/websites_development/ekskluziv/style.css?17669906631343*/
.websites_development-ekskluziv .container-how-it-works{
	margin-top: 30px;
}
.websites_development-ekskluziv .container-what-you-get{
	margin-top: 140px;
}
.websites_development-ekskluziv .container-stages{
	margin-top: 140px;
}
.websites_development-ekskluziv .container-include-3{
	margin-top: 88px;
}
.websites_development-ekskluziv .container-staff{
	margin-top: 100px;
}
.websites_development-ekskluziv .container-list{
	margin-top: 100px;
}
.websites_development-ekskluziv .container-reviews{
	margin-top: 120px;
}
.websites_development-ekskluziv .container-faq{
	margin-top: 100px;
}
.websites_development-ekskluziv .container-other-services{
	margin-top: 150px;
}

@media all and (max-width: 1024px) {

    .page-container .container-advantages {
        margin-top: 70px;
    }
	
	.websites_development-ekskluziv .container-how-it-works,
	.websites_development-ekskluziv .container-what-you-get,
	.websites_development-ekskluziv .container-stages,
	.websites_development-ekskluziv .container-include-3,
	.websites_development-ekskluziv .container-staff,
	.websites_development-ekskluziv .container-list,
	.websites_development-ekskluziv .container-reviews,
	.websites_development-ekskluziv .container-faq,
	.websites_development-ekskluziv .container-other-services{
		margin-top: 50px;
	}
}
@media all and (max-width: 500px) {
   
}

/* 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.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:/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:/include/templates/forms/template.2/style.css?17670020763404*/
.widget-forms.template-2{
    position: relative;
    overflow: hidden;
    font-size: clamp(16px, 1.7vw, 20px);
}
.widget-forms.template-2 .widget-template{
    display: flex;
    align-items: center;
    gap: 3.3em;
    padding: 2.7em 3.4em;
    border-radius: 4px;
    background-color: #000000;
    box-shadow: 0 1px 17px 2px rgba(171, 171, 171, 0.18);
}
.widget-forms.template-2 .widget-title{
    color: #FFF;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.04;
    text-transform: uppercase;
    text-wrap: balance;
}
.widget-forms.template-2 .widget-description{
    color: #FFF;
    font-size: .9em;
    font-weight: 400;
    line-height: 1.3;
    max-width: 29em;
    text-wrap: balance;
}
.widget-forms.template-2 .widget-empty{
    flex: 1;
}
.widget-forms.template-2 .widget-buttons{
    display: flex;
    gap: .6em;
}
.widget-forms.template-2 .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;
    margin: 0 0 0 auto;
    white-space: nowrap;

    transition: background-color .2s ease-out, color .2s ease-out, border-color .2s ease-out;
}
.widget-forms.template-2 .widget-button:hover{
    color: #000000;
    background-color: #ffffff;
}
.widget-forms.template-2 .widget-buttons .widget-button:nth-child(odd) {
    background-color: #ffffff;
    color: #1B1E25;
}
.widget-forms.template-2 .widget-buttons .widget-button:nth-child(odd):hover{
    background-color: #cccccc;
}
@media all and (max-width: 1000px) {
    .widget-forms.template-2 .intec-content-wrapper{
        margin-right: 0;
        margin-left: 0;
    }
    .widget-forms.template-2 .widget-template{
        border-radius: 0;
    }
}
@media all and (max-width: 800px) {
    .widget-forms.template-2 .widget-template{
        flex-wrap: wrap;
        gap: 1em;
    }
    .widget-forms.template-2 .widget-wrapper{
        padding: 3.75em 1.25em;
        flex-wrap: wrap;
    }
    .widget-forms.template-2 .widget-title{
        font-size: 2.125em;
    }
    .widget-forms.template-2 .widget-description{
        font-size: 1em;
        line-height: 1.5;
    }
    .widget-forms.template-2 .widget-title,
    .widget-forms.template-2 .widget-description{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-forms.template-2 .widget-title br,
    .widget-forms.template-2 .widget-description br{
        display: none;
    }
    .widget-forms.template-2 .widget-buttons{
        flex-wrap: wrap;
        margin: 1.4em 0 0 0;
    }
    .widget-forms.template-2 .widget-button{
        font-size: 1em;
        margin: 1.4em 0 0 0;
    }
    .widget-forms.template-2 .widget-buttons .widget-button{
        margin: 0;
    }
    .widget-forms.template-2 .widget-empty{
        display: none;
    }
}
@media all and (max-width: 600px) {
    .widget-forms.template-2 .widget-template{
        padding: 3em 1.25em;
    }
    .widget-forms.template-2 .widget-buttons{
        width: 100%;
    }
    .widget-forms.template-2 .widget-button{
        width: 100%;
    }
}
/* 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 */


/* Start:/bitrix/templates/newintec/components/bitrix/news.list/portfolio/style.css?17651712108608*/
/*html {*/
/*    overflow-x: unset !important;*/
/*    overflow-y: unset !important;*/
/*    overflow: unset !important;*/
/*}*/
.widget-portfolio.template-list{
    position: relative;
    overflow: hidden;
    font-size: clamp(16px, 1.7vw, 20px);
}
.widget-portfolio.template-list [data-pagen-show=false] {
    display: none !important;
}

.widget-portfolio.template-list .widget-header .widget-title{
    color: #1B1E25;
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}
.widget-portfolio.template-list .widget-header + .widget-content{
    margin-top: 24px;
}

.widget-portfolio.template-list .tab-content{
    min-height: auto;
}
.widget-portfolio.template-list .tab-content .custom-tabs-wrap{
    margin: 0 auto;
    max-width: 1218px;
    padding: 0 10px 30px;
}
.widget-portfolio.template-list .tab-content .custom-tabs {
    font-size: 0;
    text-align: left;
    margin-left: -5px;
    margin-right: -5px;
}
.widget-portfolio.template-list .tab-content .custom-tabs .item {
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    font-size: 13px;
    line-height: 13px;
    padding: 7px 10px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #f0f0f0;
    cursor: pointer;
}
.widget-portfolio.template-list .tab-content .custom-tabs svg path {
    fill: #000;
}

/*portfolio LAST_VERSION*/
.new-progects-sites-container {
    padding-top: 51px;
    background: #fff;
    position: relative;
    padding-bottom: 80px;
    margin-bottom: 80px;
}
.new-progects-sites-container > * {
    position: relative;
    z-index: 2;
}
.new-progects-sites-container:after {
    content: "";
    position: absolute;
    top: 0;
    left: 237px;
    right: 0;
    bottom: 0;
    background: #fff;
}
@media (max-width:1700px){
	.new-progects-sites-container:after{
		display:none;
	}
}
.widget-portfolio.template-list .widget-types {
    margin-bottom: 35px;
}
.widget-portfolio.template-list .widget-type {
    position: relative;
}
.widget-portfolio.template-list .widget-type-wrapper {
    font-size: 18px;
    line-height: normal;
    color: #A5A5A5;   
    margin-right: 25px;
    user-select: none;
    cursor: pointer;
    transition-property: color;
    transition-duration: 0.4s;
}
.widget-portfolio.template-list .widget-type-wrapper:hover {
    color: #222222;
}
.widget-portfolio.template-list [data-state=disabled] .widget-type-wrapper {
    font-weight: 400;
}
.widget-portfolio.template-list [data-state=active] .widget-type-wrapper {
    font-weight: 400;
    color: #222222;
    border-bottom: 1px solid;
}
.widget-portfolio.template-list .widget-item-wrapper {
    position: relative;
    display: block;
    text-decoration: none;
}
.widget-portfolio.template-list .widget-item-picture {
    padding-top: 63%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.widget-portfolio.template-list .widget-item-fade {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.45);
    opacity: 0.8;
    transition: opacity 0.4s;
}
.widget-portfolio.template-list .widget-item-fade2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: linear-gradient(0deg, rgba(62, 66, 73, 0.75) 24.87%, rgba(61, 68, 76, 0) 58.59%); */
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 24.87%, rgba(61, 68, 76, 0) 58.59%);
    opacity: 0.8;
    transition: opacity 0.4s;
}
/* .widget-portfolio.template-list .widget-item:hover .widget-item-fade {
    opacity: 0;
} */
.widget-portfolio.template-list .widget-item:hover .widget-item-fade2 {
    opacity: 1;
}
.widget-portfolio.template-list .info-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    color: #FFF;
    padding: 0 25px 15px 20px;
}
.widget-portfolio.template-list .widget-item-name {
    transition-duration: 0.4s;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.3;    
}
.widget-portfolio.template-list .preview-text {
    font-weight: 500;
    font-size: 12px;
    line-height: 133.3%;
    font-family: Gilroy, sans-serif;
    padding-top: 7px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.widget-portfolio.template-list .detail-button {
    font-size: 14px;
    line-height: 141.8%;
    font-family: Gilroy, sans-serif;
    border-radius: 25px;
    border: 1px solid #FFFFFF;
    padding: 9px 30px;
    display: inline-block;
    transition: 0.4s;
    font-weight: normal;
} 
.widget-portfolio.template-list .detail-button-container {
    padding-top: 20px;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.widget-portfolio.template-list .detail-button:hover {
    background: #fff;
    color: #000;
}
.widget-portfolio.template-list .rating-site {
    display: flex;
    align-items: center;
	color: #fff;
    font-size: 16px;
}
.widget-portfolio.template-list .rating-site svg {
    margin-right: 7px;
}
.widget-portfolio.template-list .widget-item:hover .widget-item-name {

}
.widget-portfolio.template-list .hide-container {
    height: 0;
	opacity:0;
    overflow: hidden;
    transition: 0.4s;
}
.widget-portfolio.template-list .site_type-items {
    position: absolute;
    top: 0;
    left: 20px;
    display: flex;
    flex-wrap: wrap;
    /* font-weight: 600; */
    font-size: 13px;
    line-height: 133.3%;
    color: #FFFFFF;
    font-family: Gilroy, sans-serif;
    z-index: 2;
    opacity: 0;
    transition: 0.4s;
	width: 88%;
}
.widget-portfolio.template-list .widget-item-wrapper:hover .site_type-items {
    top: 23px;
    opacity: 1;
}
.widget-portfolio.template-list .site_type-items span {
    padding-right: 10px;
}
.widget-portfolio.template-list .site_type-items span.date-site {
    padding-right: 0px;
	margin-left: auto;
	font-size: 13px;
	font-weight: 600;
    color: #C2C2C2;
}
.widget-portfolio.template-list .pagination-custom{
    margin-top: 2em;
}
@media all and (max-width: 1024px) {
	.widget-portfolio.template-list .info-container{
	    padding: 0 25px 0px 20px;	
	}
	.widget-portfolio.template-list .site_type-items{
	
	}
	.widget-portfolio.template-list .widget-item-name{
	    font-size: 16px;
		line-height: 18px;	
	}
	.widget-portfolio.template-list .preview-text{
	    font-size: 12px;	
	}
	.widget-portfolio.template-list .detail-button-container {
		padding-top: 15px;
	}
	.widget-portfolio.template-list .detail-button{
	    font-size: 12px;  
		padding: 10px 30px;	
	}
}
@media all and (max-width: 550px) {
  .widget-portfolio.template-list .info-container{
    padding: 0 25px 15px 20px;    
  }
  .widget-portfolio.template-list .widget-item-picture {
	padding-top: 70%;
  }
  .widget-portfolio.template-list .site_type-items{
	    left: 20px;  
  }
}
.widget-portfolio.template-list .load-more-items {
    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-portfolio.template-list .load-more-items:hover {
    color: #FFF;
    background-color: #1B1E25;
}
.widget-portfolio__tags {
	margin-bottom: 40px;
}
.widget-portfolio__tags--hidden {
	display: none;
}
.widget-portfolio .show-filter {
	align-self: center;
    margin-top: -6px;
	margin-left: auto;
	border: 1px solid #AB3362;
	color: #AB3362;
	background: #fff;
	color: #AB3362;
	border-radius: 4px;
	padding: 10px 26px;
	font-weight: 600;	
}
.widget-portfolio .show-filter:hover,
.widget-portfolio .show-filter:focus {
	background: #AB3362;
	color:#fff;
}
@media (max-width: 768px) {
	.widget-portfolio .show-filter {
		margin-left: 0;
		margin-top: 10px;
	}
.widget-portfolio.template-list  .widget-type-wrapper {
font-weight: 400;
    margin-bottom: 11px;
    font-size: 16px;
    margin-right: 12px;
}
}

.tab-content .custom-tabs {
    max-width: 1248px;
    margin: 0 auto;
}

@media (max-width: 800px) {
    .widget-portfolio.template-list .widget-header .widget-title{
        font-size: 2.125em;
    }
    .widget-portfolio.template-list .load-more-items{
        font-size: .875em;
        padding: 1.1em 2.2em;
    }
}
/* End */


/* Start:/bitrix/templates/newintec/components/intec.universe/tags.cloud.custom/template.1.small/style.css?17101372822404*/
.c-tags-cloud.c-tags-cloud-template-1 .tags-cloud-header {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
}
.c-tags-cloud.c-tags-cloud-template-1 .tags-cloud-content {
    font-size: 0;
    text-align: left;
    margin-left: -5px;
    margin-right: -5px;
}
.c-tags-cloud.c-tags-cloud-template-1 .tags-cloud-element {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    font-size: 14px;
    font-weight: 600;
}
.c-tags-cloud.c-tags-cloud-template-1 .tags-cloud-element-button {
    font-size: 14px;
    line-height: 13px;
    padding: 8px 12px;
    border: none;
    border-radius: 20px;
    font-weight: 500;
    -webkit-appearance: none;
    background: #efefef;
   
}
.tags-another {
	margin-top: 30px;
}
.c-tags-cloud.c-tags-cloud-template-1 .tags-cloud-element-button:focus {
    outline: none;
}
.c-tags-cloud.c-tags-cloud-template-1 .tags-cloud-element-button.active, 
.c-tags-cloud.c-tags-cloud-template-1 .tags-cloud-element-button:hover {
    background-color: #000;
    color: #fff;
}
.c-tags-cloud.c-tags-cloud-template-1{

}
.tags-cloud-content--hiden {

}
.c-tags-cloud.c-tags-cloud-template-1 button.tags-cloud-show-all {
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    margin-left: 0;
}
.tags-cloud-show-all,
.tags-cloud-hide-all {
    margin: 0 auto;
    display: block;    
    background: #efefef;
    border: 0;
    padding: 7px 12px;
    border-radius: 4px;
    font-size: 14px;
    /* font-weight: bold; */
    color: #000;
    
}
.tags-another .c-tags-cloud.c-tags-cloud-template-1 .tags-cloud-element-button.tags-cloud-show-all,
.tags-another .c-tags-cloud.c-tags-cloud-template-1 .tags-cloud-element-button.tags-cloud-hide-all {
    border: 1px solid #000;
    color: #000;
}
.tags-cloud-show-all svg {
	margin-left: 4px;
}
.tags-another .c-tags-cloud.c-tags-cloud-template-1 .tags-cloud-element-button {
	color:#82848C;
	font-size: 14px;
	background: #fff;
	padding: 8px 12px;
	border: 1px solid #D1D1D1;
	border-radius: 4px;
	margin: 0;
-webkit-appearance: none;
	
}
.tags-another .c-tags-cloud.c-tags-cloud-template-1 .tags-cloud-element-button.active {
	background: #000000!important;
	color: #fff!important;
	border-color:#000!important;
}
.tags-another .c-tags-cloud.c-tags-cloud-template-1 .tags-cloud-element-button:hover {
	color: #000;
	border-color: #000;
	background: #fff;
}
/* End */


/* Start:/bitrix/templates/newintec/components/bitrix/news.list/reviews/style.css?17670814187319*/
@keyframes development-solutions {
	from {
		transform: translateX(0);
	}
	50% {
		transform: translateX(5px);
	}
	to {
		transform: translateX(0);
	}
}
.widget-reviews-develop.widget-template-reviews{
    position: relative;
    overflow: hidden;
    font-size: clamp(16px, 1.7vw, 20px);
}
.widget-reviews-develop.widget-template-reviews .widget-header {
    color: #1B1E25;
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}
.widget-reviews-develop.widget-template-reviews .widget-header + .widget-content{
    margin-top: 2.5em;
}
.widget-reviews-develop.widget-template-reviews .widget-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.2em 3em;
    padding: 2em 0;
    border-bottom: 1px solid #cbc9c9;
}
.widget-reviews-develop.widget-template-reviews .widget-item:first-child{
    padding-top: 0;
}
.widget-reviews-develop.widget-template-reviews .widget-item:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.widget-reviews-develop.widget-template-reviews .widget-item-header{
    display: flex;
    align-items: flex-start;
    gap: 2em;
}
.widget-reviews-develop.widget-template-reviews .widget-item-picture {
    flex: 0 0 5.3em;
    aspect-ratio: 4/4;
    border-radius: 50%;
    overflow: hidden;
}
.widget-reviews-develop.widget-template-reviews .widget-item-picture img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    user-select: none;
    pointer-events: none;
}
.widget-reviews-develop.widget-template-reviews .widget-item-author {
    font-size: 1.1em;
    line-height: 1.2;
    font-weight: 700;
    color: #1B1E25;
}
.widget-reviews-develop.widget-template-reviews .widget-item-position {
    font-size: .8em;
    line-height: 1.2;
    color: #808080;
    margin-top: .8em;
}
.widget-reviews-develop.widget-template-reviews .widget-item-content{
    max-width: 59%;
    flex: 0 0 59%;
}
.widget-reviews-develop.widget-template-reviews .widget-item-text {
    font-size: .9em;
    line-height: 1.3;
    font-weight: 400;
    color: #1B1E25;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.widget-reviews-develop.widget-template-reviews .widget-item-link-wrap {
    text-align: left;
    margin-top: 2.8em;
}
.widget-reviews-develop.widget-template-reviews .widget-item-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: .9em;
    font-weight: 500;
    line-height: 1;
    color: #000000;
    text-decoration: none;

    transition: color .2s ease-out;
}
.widget-reviews-develop.widget-template-reviews .widget-link-arrow {
    position: relative;
    background: #000000;
    width: 25px;
    height: 1px;
    transform: translateY(2px);
    transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.widget-reviews-develop.widget-template-reviews .widget-link-arrow:before,
.widget-reviews-develop.widget-template-reviews .widget-link-arrow:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%) rotate(45deg);
    transform-origin: right top;
    width: 5px;
    height: 1px;
    background: #000000;

    transition: background .3s ease-out;
}
.widget-reviews-develop.widget-template-reviews .widget-link-arrow:after {
    transform-origin: right bottom;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    -ms-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg);
}
.widget-reviews-develop.widget-template-reviews .widget-item-link:hover .widget-link-arrow{
    width: 30px;
    background: #C41F4C;
}
.widget-reviews-develop.widget-template-reviews .widget-item-link:hover .widget-link-arrow:after,
.widget-reviews-develop.widget-template-reviews .widget-item-link:hover .widget-link-arrow:before{
    background: #C41F4C;
}
.widget-reviews-develop.widget-template-reviews .widget-item-link:hover{
    color: #C41F4C;
}

.widget-reviews-develop.widget-template-reviews [data-align=left] {
    text-align: left;
}
.widget-reviews-develop.widget-template-reviews [data-align=center] {
    text-align: center;
}
.widget-reviews-develop.widget-template-reviews [data-align=right] {
    text-align: right;
}
.widget-reviews-develop.widget-template-reviews .owl-nav,
.widget-reviews-develop.widget-template-reviews .owl-dots {
    height: 0;
}
.widget-reviews-develop.widget-template-reviews .widget-slider-buttons {
	position: absolute;
	width:8px;
	height:16px;
	top:15%;
	cursor:pointer;
}
.widget-reviews-develop.widget-template-reviews .widget-slider-buttons:after {
	content: "";
    width: 48px;
    height: 48px;
    border: 1px solid #efefef;
    border-radius: 100%;
    padding: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
}
.widget-reviews-develop.widget-template-reviews .widget-slider-buttons:hover:after {
	box-shadow:0 0 14px rgba(0, 0, 0, 0.25);
}
.widget-reviews-develop.widget-template-reviews .widget-slider-buttons.widget-slider-button-left {
	background:url(/bitrix/templates/newintec/components/bitrix/news.list/reviews/images/arrow-left.svg);
	left:-30px;
}
.widget-reviews-develop.widget-template-reviews .widget-slider-buttons.widget-slider-button-right {
	background:url(/bitrix/templates/newintec/components/bitrix/news.list/reviews/images/arrow-right.svg);
	right:-30px;
}
.widget-reviews-develop.widget-template-reviews .widget-button-wrap {
    display: flex;
    justify-content: center;
    margin-top: 2.5em;
}
.widget-reviews-develop.widget-template-reviews .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-reviews-develop.widget-template-reviews .widget-button:hover {
    color: #FFF;
    background-color: #1B1E25;
}
@media all and (max-width: 800px) {
    .widget-reviews-develop.widget-template-reviews .widget-header{
        font-size: 2.125em;
    }
    .widget-reviews-develop.widget-template-reviews .widget-item{
        flex-wrap: wrap;
    }
    .widget-reviews-develop.widget-template-reviews .widget-item-header,
    .widget-reviews-develop.widget-template-reviews .widget-item-content{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-reviews-develop.widget-template-reviews .widget-item-author{
        font-size: 1.125em;
    }
    .widget-reviews-develop.widget-template-reviews .widget-item-position,
    .widget-reviews-develop.widget-template-reviews .widget-item-text{
        font-size: 1em;
    }
    .widget-reviews-develop.widget-template-reviews .widget-item-position{
        margin-top: .4em;
    }
    .widget-reviews-develop.widget-template-reviews .widget-button{
        font-size: .875em;
        padding: 1.1em 2.2em;
    }
    .widget-reviews-develop.widget-template-reviews .widget-item-header{
        align-items: center;
        gap: 1.4em;
    }
    .widget-reviews-develop.widget-template-reviews .widget-item-link-wrap{
        margin-top: 1.8em;
    }
    .widget-reviews-develop.widget-template-reviews .widget-item-link{
        font-size: 1em;
    }
}

/* End */


/* Start:/bitrix/templates/newintec/components/bitrix/news.list/services/style.css?17651709154198*/
.widget-services.template-services{
    position: relative;
    overflow: hidden;
    font-size: clamp(16px, 1.7vw, 20px);
}
.widget-services.template-services .widget-header {
    color: #1B1E25;
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    padding-bottom: 0;
}
.widget-services.template-services .widget-header + .widget-content{
    margin-top: 2.5em;
}
.widget-services.template-services .widget-items {
    position: relative;
}
.widget-services.template-services .widget-item {
    position: relative;
}
.widget-services.template-services .widget-item-container {
	position: relative;
    height: 100%;
    min-height: 100%;    
}
.widget-services.template-services .widget-item-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2em;
    position: relative;
    padding: 2em 2.7em;
    border: 1px solid #e8e8e8;
    background-color: #FFF;
    min-height: 100%;
}
.widget-services.template-services .widget-item-category {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}
.widget-services.template-services .widget-item-category-tag {
    padding: 4px 14px;
    background-color: #C41F4C;
    border-radius: 50px;
    color: #FFF;
    text-align: center;
    font-size: .7em;
    font-weight: 400;
    line-height: 1.2;
}
.widget-services.template-services .widget-item-name {
    display: block;
    margin-top: .8em;
    font-weight: 600;
    font-size: 1em;
    line-height: 1.2;
    color: #1B1E25;
    text-decoration: none;
    text-wrap: balance;

    transition: color 0.4s;
}
.widget-services.template-services .widget-item-name:hover {
    color: #c6366f;
}
.widget-services.template-services .widget-item-text {
    font-size: .8em;
    font-weight: 400;
    line-height: 1.3;
    color: #1B1E25;
    margin-top: .6em;
}
.widget-services.template-services .widget-item-price {
    font-size: .9em;
    line-height: 1.2;
    font-weight: 500;
    color: #1B1E25;
    margin-top: 1em;

}
.widget-services.template-services .widget-item-advanced {
    position: absolute;
    display: none;
    bottom: 30px;
}
.widget-services.template-services [data-expanded=true] .widget-item-advanced {
    display: block;
}
.widget-services.template-services .widget-item-button-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1em;
}
.widget-services.template-services .widget-item-button {
    display: inline-block;
    font-size: .7em;
    color: #1B1E25;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    padding: 1.1em 2.2em;
    border: 1px solid #1B1E25;
    border-radius: 4px;
    cursor: pointer;
    user-select: none;

    transition: color .2s ease-out, background-color .2s ease-out;
}
.widget-services.template-services .widget-item-button:hover {
    background-color: #0B0B0B;
    color: #FFF;
}
.widget-services.template-services .widget-item-read-all {
    font-weight: 500;
    font-size: .8em;
    margin-top: 0;
}

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

@media all and (max-width: 800px) {
    .widget-services.template-services .widget-header {
        font-size: 2.125em;
    }
    .widget-services.template-services .widget-item-wrapper{
        padding: 2em 2em;
    }
    .widget-services.template-services .widget-item-name {
        font-size: 1.125em;
        margin-top: 1.2em;
    }
    .widget-services.template-services .widget-item-price,
    .widget-services.template-services .widget-item-text{
        font-size: 1em;
    }
    .widget-services.template-services .widget-item-read-all{
        font-size: .9375em;
    }
    .widget-services.template-services .widget-item-button{
        font-size: .875em;
    }
    .widget-services.template-services .widget-item-category-tag{
        font-size: .75em;
    }
}
@media all and (max-width: 600px) {
    .widget-services.template-services .widget-item-wrapper {
        padding: 1.4em 1em;
    }
}

/* End */
/* /include/websites_development/ekskluziv/style.css?1767089706656 */
/* /websites_development/ekskluziv/style.css?17669906631343 */
/* /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.3/style.css?17691704994453 */
/* /include/templates/faq/template.1/style.css?17691724444626 */
/* /include/templates/forms/template.2/style.css?17670020763404 */
/* /bitrix/templates/newintec/components/bitrix/news.list/staff/style.css?17651708483094 */
/* /bitrix/templates/newintec/components/bitrix/news.list/portfolio/style.css?17651712108608 */
/* /bitrix/templates/newintec/components/intec.universe/tags.cloud.custom/template.1.small/style.css?17101372822404 */
/* /bitrix/templates/newintec/components/bitrix/news.list/reviews/style.css?17670814187319 */
/* /bitrix/templates/newintec/components/bitrix/news.list/services/style.css?17651709154198 */
