

/* Start:/websites_development/corporate/style.css?16328158232044*/
.page-container .container-text {
    font-size: 18px;
    line-height: 26px;
    padding: 75px 0;
    background-color: #ededed;
}
.page-container .container-advantages .widget-header {
    font-size: 20px;
    line-height: 29px;
}
.page-container .container-solutions {
    padding: 70px 0 125px 0;
    background-color: #f5f5f5;
}
.websites_development-corporate-wrap .container-include-1{
	margin-top: 45px;
}
.websites_development-corporate-wrap .container-include-2{
	margin-top: 120px;
}
.websites_development-corporate-wrap .container-advantages{
	margin-top: 100px;		
}
.websites_development-corporate-wrap .container-solutions{
	margin-top: 70px;
}
.websites_development-corporate-wrap .container-stages{
	margin-top: 110px;
}
.websites_development-corporate-wrap .container-include-2{
	margin-top: 88px;
}
.websites_development-corporate-wrap .container-staff{
	margin-top: 120px;
}
.websites_development-corporate-wrap .container-list{
	margin-top: 85px;
}
.websites_development-corporate-wrap .container-reviews{
	margin-top: 90px;
}
.websites_development-corporate-wrap .container-faq{
	margin-top: 120px;
}
.websites_development-corporate-wrap .container-other-services{
	margin-top: 150px;
}

@media all and (max-width: 1024px) {
	.websites_development-corporate-wrap .container-include-1,
	.websites_development-corporate-wrap .container-include-2,
	.websites_development-corporate-wrap .container-advantages,
	.websites_development-corporate-wrap .container-solutions,
	.websites_development-corporate-wrap .container-stages,
	.websites_development-corporate-wrap .container-include-2,
	.websites_development-corporate-wrap .container-staff,
	.websites_development-corporate-wrap .container-list,
	.websites_development-corporate-wrap .container-reviews,
	.websites_development-corporate-wrap .container-faq,
	.websites_development-corporate-wrap .container-other-services{
		margin-top: 50px;	
	}
	.websites_development-corporate-wrap .container-include-1{
		margin-top: 0px;	
	}
}
@media all and (max-width: 500px) {
    
}

/* End */


/* Start:/include/2024/banner/style.css?17339127395212*/
.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;

    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:/websites_development/corporate/include.what.you.get/style.css?16272928602272*/
.widget-include.template-deveplopment-what-you-get {
    position: relative;
}
.widget-include.template-deveplopment-what-you-get .widget-image {
    width: 55%;
    height: 650px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.widget-include.template-deveplopment-what-you-get .widget-content {
    pointer-events: none;
}
.widget-include.template-deveplopment-what-you-get .widget-text-wrap {
    pointer-events: all;
}
.widget-include.template-deveplopment-what-you-get .adaptive-container,
.widget-include.template-deveplopment-what-you-get .widget-text-wrap {
    height: 100%;
}
.widget-include.template-deveplopment-what-you-get .widget-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}
.widget-include.template-deveplopment-what-you-get .widget-text {
    color: #FFF;
    padding: 90px 65px 90px 75px;
    backdrop-filter: blur(24px);
    background-color: rgba(38, 38, 38, 0.9);
    max-width: 750px;
}
.widget-include.template-deveplopment-what-you-get .widget-text-header {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
}
.widget-include.template-deveplopment-what-you-get .widget-text-description {
    font-size: 16px;
    line-height: 23px;
    color: #8e949d;
    margin-top: 25px;
}
@media all and (max-width: 1024px) {
    .widget-include.template-deveplopment-what-you-get .widget-image {
        width: 100%;
    }
	.widget-include.template-deveplopment-what-you-get .widget-text-header{
	    font-weight: 600;
		font-size: 24px;
		line-height: 133.3%;	
	}
	.widget-include.template-deveplopment-what-you-get .widget-text-description{
	    margin-top: 10px;	
	}
	.widget-include.template-deveplopment-what-you-get .widget-text {
		padding: 60px 30px 60px 30px;
	}
}
@media all and (max-width: 500px) {
    .widget-include.template-deveplopment-what-you-get .widget-picture {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .widget-include.template-deveplopment-what-you-get .widget-image {
        height: 100%;
    }
    .widget-include.template-deveplopment-what-you-get .widget-content {
        position: static;
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

/* End */


/* Start:/websites_development/corporate/include.develop.on.solution/style.css?16272930621049*/
.widget-main-include.template-develop-on-solution .widget-header {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
}
.widget-main-include.template-develop-on-solution .widget-description {
    font-size: 14px;
    line-height: 20px;
    color: #444444;
    margin-top: 30px;
}
.widget-main-include.template-develop-on-solution .widget-picture-wrap {
    max-width: 460px;
    padding-left: 30px;
    width: 100%;
}
.widget-main-include.template-develop-on-solution .widget-picture {
    text-align: center;
}
.widget-main-include.template-develop-on-solution .widget-picture img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}
@media all and (max-width: 1024px) {
    .widget-main-include.template-develop-on-solution .widget-picture-wrap {
        display: none;
    }
	.widget-main-include.template-develop-on-solution .widget-header{
		font-weight: 600;
		font-size: 24px;
		line-height: 133.3%;		
	}
	.widget-main-include.template-develop-on-solution .widget-description{
	    margin-top: 15px;	
	}
}

/* End */


/* Start:/bitrix/templates/newintec/components/bitrix/news.list/new_intec_development_advantages_1/style.css?16328160322680*/
.widget-development.template-advantages-1 .adaptive-container {
    position: relative;
}
.widget-development.template-advantages-1 .widget-header {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 30px;
}
.widget-development.template-advantages-1 .widget-items {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.widget-development.template-advantages-1 .widget-item-wrapper {
    padding: 35px 45px;
    border-bottom: 1px solid #e8e8e8;
}
.widget-development.template-advantages-1 .widget-item-image {
    width: 58px;
    height: 58px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    margin-right: 35px;
}
.widget-development.template-advantages-1 .widget-item-name {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    transition: color 0.4s;
}
.widget-development.template-advantages-1 .widget-item-wrapper:hover .widget-item-name {
    color: #c60662;
}
.widget-development.template-advantages-1 .widget-item-description {
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
}
.widget-development.template-advantages-1 .widget-button-wrap {
    position: relative;
    font-size: 0;
    text-align: center;
    margin-top: 40px;
    z-index: 2;
}
.widget-development.template-advantages-1 .widget-button {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    padding: 15px 33px;
    border: 2px solid #c60662;
    border-radius: 25px;
    cursor: pointer;
    transition-property: color, background-color;
    transition-duration: 0.4s;
}
.widget-development.template-advantages-1 .widget-button:hover {
    color: #FFF;
    background-color: #c60662;
}
.widget-development.template-advantages-1 [data-align=left] {
    text-align: left;
}
.widget-development.template-advantages-1 [data-align=center] {
    text-align: center;
}
.widget-development.template-advantages-1 [data-align=right] {
    text-align: right;
}
@media all and (max-width: 1024px) {
	.widget-development.template-advantages-1 .widget-header{
		font-weight: 600;
		font-size: 24px;
		line-height: 133.3%;	
		margin-bottom: 15px;	
	}	
	.widget-development.template-advantages-1 .widget-item-wrapper {
		padding: 15px 0;
	}
	.widget-development.template-advantages-1 .widget-item-name{
	    font-size: 16px;
		line-height: 24px;	
	}
}
@media all and (max-width: 768px) {
    .widget-development.template-advantages-1 .widget-items .widget-item:last-child .widget-item-wrapper {
		border-bottom: none;
	}
}
@media all and (max-width: 400px) {
    .widget-development.template-advantages-1 .widget-item-picture {
        display: none;
    }
}

/* End */


/* Start:/bitrix/templates/newintec/components/bitrix/news.list/new_intec_development_solutions/style.css?16272821304303*/
@keyframes development-solutions {
    from {
        transform: translateX(0);
    }
    50% {
        transform: translateX(5px);
    }
    to {
        transform: translateX(0);
    }
}
.widget-development.template-solutions .widget-header {
    margin-bottom: 60px;
}
.widget-development.template-solutions .widget-header-text {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
}
.widget-development.template-solutions .widget-header-description {
    padding-top: 13px;
    font-size: 14px;
    line-height: 20px;
}
.widget-development.template-solutions .widget-header-description-link-wrapper {
    display: inline-block;
}
.widget-development.template-solutions .widget-header-description-link {
    margin-top: 40px;
}
.widget-development.template-solutions .widget-header-description-link-text {
    text-decoration: none;
}
.widget-development.template-solutions .widget-header-description-link-icon {
    font-size: 11px;
    color: #c6366f;
    padding-left: 5px;
}
.widget-development.template-solutions .widget-header-description-link-wrapper:hover .widget-header-description-link-icon {
    animation-name: development-solutions;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.widget-development.template-solutions .widget-items {
    position: relative;
}
.widget-development.template-solutions .widget-item {
    position: relative;
    margin-left: -1px;
    margin-top: -1px;
    z-index: 1;
}
.widget-development.template-solutions .widget-item:hover {
    z-index: 2;
}
.widget-development.template-solutions .widget-item-wrapper {
    position: relative;
    height: 100%;
    padding: 40px 20px 35px 20px;
    background-color: #FFF;
    border: 1px solid #e8e8e8;
    transition: box-shadow 0.4s;
}
.widget-development.template-solutions .widget-item-wrapper[data-price=true] {
    padding-bottom: 108px;
}
.widget-development.template-solutions .widget-item-wrapper:hover {
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.3);
}
.widget-development.template-solutions .widget-item-picture {
    display: block;
    padding-top: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.widget-development.template-solutions .widget-item-marks {
    font-size: 0;
    text-align: center;
    min-height: 21px;
    margin-top: 15px;
}
.widget-development.template-solutions .widget-item-mark {
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    line-height: 11px;
    padding: 5px;
    text-transform: uppercase;
    letter-spacing: 2.2px;
}
.widget-development.template-solutions .widget-item-mark[data-mark=new] {
    color: #c60662;
}
.widget-development.template-solutions .widget-item-mark[data-mark=hit] {
    color: #116afc;
}
.widget-development.template-solutions .widget-item-mark[data-mark=recommend] {
    color: #13a06d;
}
.widget-development.template-solutions .widget-item-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    margin-top: 15px;
}
.widget-development.template-solutions .widget-item-text a {
    color: #2f3334;
    text-decoration: none;
    transition: color 0.4s;
}
.widget-development.template-solutions .widget-item-text a:hover {
    color: #c60662;
}
.widget-development.template-solutions .widget-item-price {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 35px;
    height: 48px;
    text-align: center;
}
.widget-development.template-solutions .widget-item-price [data-price=new] {
    font-size: 24px;
    line-height: 24px;
}
.widget-development.template-solutions .widget-item-price [data-price=old] {
    font-size: 14px;
    line-height: 14px;
    text-decoration: line-through;
    margin-top: 10px;
}
@media all and (max-width: 1024px) {
    .widget-development.template-solutions .widget-header-text,
    .widget-development.template-solutions .widget-header-description {
        text-align: center;
    }
    .widget-development.template-solutions .widget-header-description {
        padding-top: 25px;
    }
    .widget-development.template-solutions .widget-header-description-link {
        margin-top: 25px;
    }
	.widget-development.template-solutions .widget-header-text{
		font-weight: 600;
		font-size: 24px;
		line-height: 133.3%;	
	}
}

/* End */


/* Start:/bitrix/templates/newintec/components/bitrix/news.list/new_intec_development_stages/style.css?16328153595662*/
.widget-development.template-stages .widget-header {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 75px;
}
.widget-development.template-stages [data-hide-items=true] {
    position: relative;
}
.widget-development.template-stages [data-hide-items=true]::after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: -10px;
    height: 200px;
    opacity: 0;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);
    pointer-events: none;
    transition: opacity 0.4s;
}
.widget-development.template-stages [data-hide-items=true][data-state=collapsed]::after {
    opacity: 1;
}
.widget-development.template-stages .widget-item-wrap {
    padding: 40px 0;
}
/* #eee */
.widget-development.template-stages .widget-item:first-child .widget-item-wrap {
    padding-top: 0;
}
.widget-development.template-stages [data-hide-items=false] .widget-item:last-child .widget-item-wrap {
    padding-bottom: 0;
}
.widget-development.template-stages .widget-item-name {
    position: relative;
    width: 45%;
}
.widget-development.template-stages .widget-item-name::before {
    content: "";
    position: absolute;
    display: block;
    top: 73px;
    left: 24px;
    bottom: -50px;
    width: 1px;
    background-color: #e8e8e8;
    transition: background-color 0.4s;
}
.widget-development.template-stages .widget-item-wrap:hover .widget-item-name::before {
    background-color: #16dc95;
}
.widget-development.template-stages .widget-item:last-child .widget-item-name::before {
    display: none;
}
.widget-development.template-stages .widget-item-name-count {
    font-size: 17px;
    line-height: 44px;
    text-align: center;
    color: #16dc95;
    width: 48px;
    height: 48px;
    margin-right: 22px;
    border: 2px solid #16dc95;
    border-radius: 50%;
    transition-property: color, background-color, box-shadow;
    transition-duration: 0.4s;
}
.widget-development.template-stages .widget-item-wrap:hover .widget-item-name-count {
    color: #FFF;
    background-color: #16dc95;
    box-shadow: 0 4px 14px 0 #16dc95;
}
.widget-development.template-stages .widget-item-name-text {
    font-weight: 300;
    line-height: normal;
    padding-right: 40px;
}
.widget-development.template-stages .widget-item-name-text[data-size=big] {
    font-size: 45px;
}
.widget-development.template-stages .widget-item-name-text[data-size=normal] {
    font-size: 40px;
}
.widget-development.template-stages .widget-item-name-time {
    margin-top: 20px;
}
.widget-development.template-stages .widget-item-name-time-icon {
    position: relative;
    width: 32px;
    height: 32px;
    margin-right: 20px;
    border: 2px solid #a6a6a6;
    border-radius: 50%;
}
.widget-development.template-stages .widget-item-name-time-icon::before,
.widget-development.template-stages .widget-item-name-time-icon::after {
    content: "";
    position: absolute;
    border: 1px solid #a6a6a6;
}
.widget-development.template-stages .widget-item-name-time-icon::before {
    left: 13px;
    top: 3px;
    height: 12px;
    border-radius: 1px 1px 0 1px;
}
.widget-development.template-stages .widget-item-name-time-icon::after {
    left: 13px;
    top: 14px;
    width: 9px;
    border-radius: 0 1px 1px 1px;
}
.widget-development.template-stages .widget-item-name-time-text {
    font-size: 16px;
    line-height: 20px;
}
.widget-development.template-stages .widget-item-name-time-value {
    font-size: 16px;
    line-height: 16px;
    margin-top: 10px;
}

.widget-development.template-stages .widget-item-description {
    font-size: 16px;
    line-height: 23px;
    color: #444;
}
.widget-development.template-stages .widget-button-wrap {
    font-size: 0;
    text-align: center;
    margin-top: 10px;
}
.widget-development.template-stages .widget-button {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    padding: 17px 33px;
    border: 2px solid #e20b60;
    border-radius: 25px;
    cursor: pointer;
    transition-property: color, background-color;
    transition-duration: 0.4s;
}
.widget-development.template-stages .widget-button:hover {
    color: #FFF;
    background-color: #b71354;
    border-color: #b71354;
}
.widget-development.template-stages [data-align=left] {
    text-align: left;
}
.widget-development.template-stages [data-align=center] {
    text-align: center;
}
.widget-development.template-stages [data-align=right] {
    text-align: right;
}
@media all and (max-width: 1024px) {
    .widget-development.template-stages .widget-item-name-text {
        padding-right: 0;
    }
.widget-development.template-stages .widget-item-description {
    padding-top: 4px;
    padding-left: 62px;
}

    .widget-development.template-stages .widget-item-name::before {
        display: none;
    }
	.widget-development.template-stages .widget-header{
    font-weight: 600;
    font-size: 24px;
    line-height: 133.3%;
    margin-bottom: 0;
	}
	.widget-development.template-stages .widget-item-wrap {
		padding: 20px 0;
	}
	.widget-development.template-stages .widget-item-name-text {
		font-size: 20px!important;
		line-height: 40px;
		padding-top: 0px;
    }
	.widget-development.template-stages .widget-item-name-count{
	    line-height: 36px;    
		width: 40px;
		height: 40px;	
	}
}

@media all and (max-width: 500px) {
	.widget-development.template-stages .widget-item-name-text {
		font-size: 16px!important;
		line-height: 24px;
		font-weight: 400;
	}
	.widget-development.template-stages .widget-item-description {
		font-size: 14px;
		line-height: 21px; 
		padding-left: 0;
	}
}

/* End */


/* Start:/websites_development/corporate/include.feedback/style.css?15986084172740*/
.widget-main-include.template-feedback .widget-container {
    background-color: #fbfbfb;
    border-radius: 10px;
}
.widget-main-include.template-feedback .widget-header {
    font-size: 30px;
    font-weight: 500;
    line-height: 43px;
}
.widget-main-include.template-feedback .widget-description {
    font-size: 16px;
    line-height: 23px;
    color: #8e949d;
    margin-top: 10px;
}
.widget-main-include.template-feedback .widget-picture {
    padding: 20px;
}
.widget-main-include.template-feedback .widget-person-name {
    font-size: 18px;
    line-height: 26px;
    color: #222222;
}
.widget-main-include.template-feedback .widget-person-position {
    font-size: 14px;
    line-height: 20px;
    color: #8e949d;
}
.widget-main-include.template-feedback .widget-buttons {
    text-align: center;
    margin-top: 10px;
}
.widget-main-include.template-feedback .widget-buttons-variant {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #8e949d;
    padding-left: 20px;
    padding-right: 20px;
}
.widget-main-include.template-feedback .widget-buttons .marquiz__button,
.widget-main-include.template-feedback .widget-button {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    padding: 17px 25px;
    transition: box-shadow 0.4s;
}
.widget-main-include.template-feedback .widget-button {
    color: #FFF;
    background-color: #c60662;
    cursor: pointer;
    border-radius: 25px;
}
.widget-main-include.template-feedback .widget-buttons .marquiz__button:hover,
.widget-main-include.template-feedback .widget-button:hover {
    box-shadow: 0 6px 18px 0 rgba(198, 6, 98, 0.42);
}
@media all and (max-width: 1024px) {
    .widget-main-include.template-feedback .widget-container {
        padding-top: 40px;
        padding-bottom: 40px;
        border-radius: 0;
    }
    .widget-main-include.template-feedback .widget-header,
    .widget-main-include.template-feedback .widget-description,
    .widget-main-include.template-feedback .widget-picture,
    .widget-main-include.template-feedback .widget-person {
        text-align: center;
    }
    .widget-main-include.template-feedback .widget-buttons > div {
        justify-content: center;
    }
}
@media all and (max-width: 768px) {
    .widget-main-include.template-feedback .widget-buttons {
        margin-top: 20px;
    }
    .widget-main-include.template-feedback .widget-buttons-variant {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media all and (max-width: 500px) {
    .widget-main-include.template-feedback .widget-buttons .marquiz__button,
    .widget-main-include.template-feedback .widget-button {
        font-size: 14px;
        line-height: 14px;
        padding: 12px 15px;
    }
}

/* End */


/* Start:/bitrix/templates/newintec/components/bitrix/news.list/new_intec_development_staff/style.css?16272831833027*/
.widget-development.template-staff .widget-header {
    margin-bottom: 45px;
}
.widget-development.template-staff .widget-header-text {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
}
.widget-development.template-staff .widget-header-description {
    font-size: 16px;
    line-height: 23px;
    color: #888888;
    margin-top: 16px;
}
.widget-development.template-staff .widget-items {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.widget-development.template-staff .widget-item-wrapper {
    border: 1px solid #e6e6e6;
    height: 100%;
    padding: 55px;
    box-sizing: border-box;
    transition: border-color 0.4s;
}
.widget-development.template-staff .widget-item-wrapper:hover {
    border-color: #c60662;
}
.widget-development.template-staff .widget-item-picture {
    width: 96px;
    height: 96px;
    margin-right: 25px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}
.widget-development.template-staff .widget-item-name {
    font-size: 24px;
    line-height: 34px;
}
.widget-development.template-staff .widget-item-description {
    font-size: 16px;
    line-height: 23px;
    margin-top: 20px;
}
.widget-development.template-staff .widget-button-wrapper {
    font-size: 0;
    text-align: center;
    margin-top: 35px;
}
.widget-development.template-staff .widget-button {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    padding: 15px 33px;
    border: 2px solid #e20b60;
    border-radius: 25px;
    cursor: pointer;
    transition-property: color, background-color;
    transition-duration: 0.4s;
    z-index: 2;
}
.widget-development.template-staff .widget-button:hover {
    color: #FFF;
    background-color: #b71354;
    border-color: #b71354;
}
.widget-development.template-staff [data-align=left] {
    text-align: left;
}
.widget-development.template-staff [data-align=center] {
    text-align: center;
}
.widget-development.template-staff [data-align=right] {
    text-align: right;
}
@media all and (max-width: 1024px) {
	.widget-development.template-staff .widget-header-text{
		font-weight: 600;
		font-size: 24px;
		line-height: 133.3%;	
	}
	.widget-development.template-staff .widget-item-text-wrap {
		margin-top: 15px;
		margin-left: 20px;
	}
	.widget-development.template-staff .widget-item-name {
		font-size: 16px;
		line-height: 23px;
	}
	.widget-development.template-staff .widget-item-description {
		font-size: 14px;
		line-height: 21px;
		margin-top: 10px;
	}
	.widget-development.template-staff .widget-item-wrapper {
		padding: 40px;
		
		padding-left: 20px;
		padding-right: 20px;
	}
	.widget-development.template-staff .widget-item-picture{
	    margin: 0 auto;	
	}
}
@media all and (max-width: 500px) {
	.widget-development.template-staff .widget-item-wrapper {
		text-align: center;
	}
	.widget-development.template-staff .widget-item-text-wrap {
	    margin-left: 0;	
	}

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

}

/* End */


/* Start:/bitrix/templates/newintec/components/bitrix/news.list/new_intec_portfolio_list_LAST_VERSION/style.css?17458387787556*/
/*html {*/
/*    overflow-x: unset !important;*/
/*    overflow-y: unset !important;*/
/*    overflow: unset !important;*/
/*}*/

.widget-portfolio.template-list [data-pagen-show=false] {
    display: none !important;
}

.tab-content .custom-tabs-wrap{
    margin: 0 auto;
    max-width: 1218px;
    padding: 0 10px 30px;
}
.tab-content .custom-tabs {
    font-size: 0;
    text-align: left;
    margin-left: -5px;
    margin-right: -5px;
}
.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;
}
.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;
}
@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;  
  }
}
.load-more-items:hover {
    color: #ffffff;
    background: #AB3362;
}
.load-more-items {
    cursor: pointer;
    color: #AB3362;
    font-size: 14px;
    line-height: 141.8%;
    border-radius: 25px;
    border: 1px solid #AB3362;
    text-align: center;
    display: inline-block;
    padding: 14px 42px;
    font-family: Gilroy, sans-serif;
    transition: 0.4s;
    margin-top: 52px;
    font-weight: 400;
}
.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;
}
/* 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/new_intec_reviews_develop/style.css?16272837824877*/
@keyframes development-solutions {
	from {
		transform: translateX(0);
	}
	50% {
		transform: translateX(5px);
	}
	to {
		transform: translateX(0);
	}
}
.widget-reviews-develop.widget-template-reviews .widget-header {
    font-size: 40px;
    line-height: 50px;
    font-weight:500;
    margin-bottom: 55px;
}
.widget-reviews-develop.widget-template-reviews .widget-item {
	max-width:888px;
	margin:0 auto;
}
.widget-reviews-develop.widget-template-reviews .widget-item-picture-wrap {
    padding-right: 45px;
}
.widget-reviews-develop.widget-template-reviews .widget-item-picture {
    width: 105px;
    height: 105px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.widget-reviews-develop.widget-template-reviews .widget-item-count {
    font-size: 14px;
    line-height: 14px;
    color: #888888;
    text-align: center;
    margin-top: 40px;
}
.widget-reviews-develop.widget-template-reviews .widget-item-author {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}
.widget-reviews-develop.widget-template-reviews .widget-item-position {
    font-size: 14px;
    line-height: 18px;
    color: #888888;
    margin-top: 10px;
}
.widget-reviews-develop.widget-template-reviews .widget-item-text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}
.widget-reviews-develop.widget-template-reviews .widget-item-link-wrap {
    text-align: right;
    margin-bottom: 30px;
}
.widget-reviews-develop.widget-template-reviews .widget-item-link {
    color: #c60662;
    transition: all 0.4s;
    text-decoration: none;
}
.widget-reviews-develop.widget-template-reviews .widget-item-link-icon {
    font-size: 12px;
    color: #c6366f;
    padding-left: 5px;
}	
.widget-reviews-develop.widget-template-reviews .widget-item-link-wrap:hover .widget-item-link-icon {
    animation-name: development-solutions;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.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/new_intec_reviews_develop/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/new_intec_reviews_develop/images/arrow-right.svg);
	right:-30px;
}
.widget-reviews-develop.widget-template-reviews .widget-button-wrap {
    font-size: 0;
    text-align: center;
    margin-bottom: 35px;
    margin-top: 20px;
}
.widget-reviews-develop.widget-template-reviews .widget-button {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: #444;
    padding: 15px 25px;
    border: 2px solid #d6d6d6;
    text-decoration: none;
    border-radius: 25px;
    transition-property: background-color, border-color, color;
    transition-duration: 0.4s;
}
.widget-reviews-develop.widget-template-reviews .widget-button:hover {
    background-color: #b71354;
	border: 2px solid #b71354;
    color: #FFF;
}
@media all and (max-width: 1024px ) {
	.widget-reviews-develop.widget-template-reviews .widget-header{
		font-weight: 600;
		font-size: 24px;
		line-height: 133.3%;	
	}
	.widget-reviews-develop.widget-template-reviews .widget-item-text {
		font-size: 14px;
		line-height: 22px;
	}
}
@media all and (max-width: 900px ) {
	.widget-slider-buttons {
		display:none;
	}
}
@media all and (max-width: 550px) {
    .widget-reviews-develop.widget-template-reviews .widget-item-picture-wrap {
        padding-right: 0;
    }
    .widget-reviews-develop.widget-template-reviews .widget-item-picture {
        margin: auto;
    }
    .widget-reviews-develop.widget-template-reviews .widget-item-count {
        margin-top: 20px;
    }
    .widget-reviews-develop.widget-template-reviews .widget-item-information {
        margin-top: 25px;
        text-align: center;
    }
}

/* End */


/* Start:/bitrix/templates/newintec/components/bitrix/news.list/new_intec_faq_1/style.css?16272835412436*/
.widget-faq.template-faq-1 .widget-header {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 50px;
}
.widget-faq.template-faq-1 .widget-item {
    border-top: 1px solid #eee;
}
.widget-faq.template-faq-1 .widget-item-wrapper {
    padding: 35px;
}
.widget-faq.template-faq-1 .widget-item-name-wrap {
    cursor: pointer;
}
.widget-faq.template-faq-1 .widget-item-name {
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    padding-right: 30px;
    transition-property: color, transform;
    transition-duration: 0.4s, 0.2s;
}
.widget-faq.template-faq-1 .widget-item-name-wrap:hover .widget-item-name {
    color: #c60662;
}
.widget-faq.template-faq-1 .widget-item-name:active {
    transform: translateY(3px);
}
.widget-faq.template-faq-1 .widget-item-decoration {
    font-size: 0;
}
.widget-faq.template-faq-1 .widget-item-decoration svg {
    transition-property: fill, transform;
    transition-duration: 0.4s, 0.35s;
}
.widget-faq.template-faq-1 [data-state='expanded'] .widget-item-decoration svg {
    transform: rotate(-180deg);
}
.widget-faq.template-faq-1 .widget-item-name-wrap:hover .widget-item-decoration svg {
    fill: #c60662;
}
.widget-faq.template-faq-1 .widget-item-expandable {
    overflow: hidden;
    opacity: 1;
    transition: opacity 0.8s;
}
.widget-faq.template-faq-1 [data-state='expanded'] .widget-item-expandable {
    opacity: 1;
}
.widget-faq.template-faq-1 [data-state='collapsed'] .widget-item-expandable {
    opacity: 0;
}
.widget-faq.template-faq-1 .widget-item-description {
    padding-top: 44px;
    font-size: 16px;
    line-height: 23px;
    color: #444444;
}
.widget-faq.template-faq-1 [data-align=left] {
    text-align: left;
}
.widget-faq.template-faq-1 [data-align=center] {
    text-align: center;
}
.widget-faq.template-faq-1 [data-align=right] {
    text-align: right;
}
@media all and (max-width: 1024px) {
	.widget-faq.template-faq-1 .widget-header{
		font-weight: 600;
		font-size: 24px;
		line-height: 133.3%;	
	}
	.widget-faq.template-faq-1 .widget-item-name{
	    font-size: 16px;
		line-height: 22px;	
	}
	.widget-faq.template-faq-1 .widget-item-wrapper {
		padding: 23px;
	}
	.widget-faq.template-faq-1 .widget-item-description {
		padding-top: 20px;
		font-size: 14px;
	}
}
@media all and (max-width: 500px) {
    .widget-faq.template-faq-1 .widget-item-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

/* End */


/* Start:/bitrix/templates/newintec/components/bitrix/news.list/new_intec_other_services/style.css?16272854722541*/
.widget-services.template-other-services .widget-header {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 50px;
}
.widget-services.template-other-services .widget-item-wrap {
    height: 100%;
    transition: box-shadow 0.4s;
}
.widget-services.template-other-services [data-view=default] .widget-item-wrap {
    padding-right: 40px;
}
.widget-services.template-other-services [data-view=blocks] .widget-item-wrap {
    padding: 45px 35px 35px 45px;
}
.widget-services.template-other-services [data-view=blocks][data-effect=true] .widget-item-wrap:hover {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.13);
}
.widget-services.template-other-services .widget-item-image {
    display: block;
    width: 109px;
    height: 109px;
    margin-right: 21px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}
.widget-services.template-other-services .widget-item-name {
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    color: #2f3334;
    text-decoration: none;
    transition: color 0.4s;
}
.widget-services.template-other-services .widget-item-name:hover {
    color: #c6366f;
}
.widget-services.template-other-services .widget-item-description {
    font-size: 14px;
    line-height: 20px;
    margin-top: 18px;
}
.widget-services.template-other-services [data-align=left] {
    text-align: left;
}
.widget-services.template-other-services [data-align=center] {
    text-align: center;
}
.widget-services.template-other-services [data-align=right] {
    text-align: right;
}
@media all and (max-width: 1024px) {
	.widget-services.template-other-services .widget-header{
		font-weight: 600;
		font-size: 24px;
		line-height: 133.3%;
	    margin-bottom: 10px;
	}
	.widget-services.template-other-services .widget-item-name{
	    font-size: 16px;
		line-height: 20px;
	}
	.widget-services.template-other-services .widget-item-description{
	    margin-top: 15px;	
	}
	.widget-services.template-other-services [data-view=blocks] .widget-item-wrap {
		padding: 25px 0 30px 0px;
	}
	.widget-services.template-other-services [data-view=blocks][data-effect=true] .widget-item-wrap:hover {
		box-shadow: none;
	}
	
}
@media all and (max-width: 768px) {
    .widget-services.template-other-services [data-view=default] .widget-item-wrap {
        padding-right: 0;
    }
}
@media all and (max-width: 400px) {
    .widget-services.template-other-services .widget-item-picture {
        display: none;
    }
}

/* End */
/* /websites_development/corporate/style.css?16328158232044 */
/* /include/2024/banner/style.css?17339127395212 */
/* /websites_development/corporate/include.what.you.get/style.css?16272928602272 */
/* /websites_development/corporate/include.develop.on.solution/style.css?16272930621049 */
/* /bitrix/templates/newintec/components/bitrix/news.list/new_intec_development_advantages_1/style.css?16328160322680 */
/* /bitrix/templates/newintec/components/bitrix/news.list/new_intec_development_solutions/style.css?16272821304303 */
/* /bitrix/templates/newintec/components/bitrix/news.list/new_intec_development_stages/style.css?16328153595662 */
/* /websites_development/corporate/include.feedback/style.css?15986084172740 */
/* /bitrix/templates/newintec/components/bitrix/news.list/new_intec_development_staff/style.css?16272831833027 */
/* /bitrix/templates/newintec/components/bitrix/news.list/new_intec_portfolio_list_LAST_VERSION/style.css?17458387787556 */
/* /bitrix/templates/newintec/components/intec.universe/tags.cloud.custom/template.1.small/style.css?17101372822404 */
/* /bitrix/templates/newintec/components/bitrix/news.list/new_intec_reviews_develop/style.css?16272837824877 */
/* /bitrix/templates/newintec/components/bitrix/news.list/new_intec_faq_1/style.css?16272835412436 */
/* /bitrix/templates/newintec/components/bitrix/news.list/new_intec_other_services/style.css?16272854722541 */
