

/* Start:/include/2024/templates/forms/template.2/style.css?17458436294560*/
.widget-form.template-2{
    position: relative;
    overflow: hidden;
    font-size: clamp(16px, 1.8vw, 20px);
}
.widget-form.template-2 .widget-item{
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 60px;
    border-radius: 4px;
    background-color: var(--form-background-color, #000000);
    padding: 80px;
    overflow: hidden;
}
.widget-form.template-2 .widget-item:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(0%, 50%);
    width: 50%;
    max-width: 380px;
    aspect-ratio: 4 / 2;
    border-radius: 50%;
    background-color: var(--form-additional-color, #000000);
    filter: blur(100px);
    pointer-events: none;
}
.widget-form.template-2 .widget-item-wrapper{
    position: relative;
    flex: 1;
}
.widget-form.template-2 .widget-item:has(.widget-picture){
    max-width: calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
}
.widget-form.template-2 .widget-item-name{
    font-size: 2em;
    font-weight: 700;
    line-height: 116%;
    color: #ffffff;
    text-wrap-style: balance;
    text-wrap: balance;
}
.widget-form.template-2 .widget-item-description{
    font-size: 1em;
    font-weight: 500;
    line-height: 130%;
    color: #ffffff;
    margin-top: 1.15em;
}
.widget-form.template-2 .widget-item-description span.special{
    font-weight: 500;
    color: var(--main-color);
}
.widget-form.template-2 .widget-item-button{
    display: inline-block;
    font-size: .85em;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    background-color: var(--main-color);
    white-space: nowrap;
    text-decoration: none;
    padding: 19px 34px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 2em;
    user-select: none;

    transition: background-color .2s ease-out;
}
.widget-form.template-2 .widget-item-button:hover,
.widget-form.template-2 .widget-item-button:focus{
    background-color: var(--dark-main-color);
}
.widget-form.template-2 .widget-item-picture{
    display: flex;
    position: relative;
    max-width: calc(40% - 15px);
    margin-right: 43px;
}
.widget-form.template-2 .widget-item-picture:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    aspect-ratio: 4 / 4;
    border-radius: 50%;
    opacity: 1;
    background-color: var(--form-additional-color, transparent);
    filter: blur(100px);
    pointer-events: none;
}
.widget-form.template-2 .widget-item-picture img{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    pointer-events: none;
    user-select: none;
}
@media all and (max-width: 1240px) {
    .widget-form.template-2 .widget-item{
        padding: 70px 60px;
    }
    .widget-form.template-2 .widget-item-name br{
        display: none;
    }
    .widget-form.template-2 .widget-item-picture{
        margin-right: 0;
    }
}
@media all and (max-width: 1000px) {
    .widget-form.template-2 .widget-item{
        gap: 40px;
    }
}
@media all and (max-width: 800px) {
    .widget-form.template-2{
        font-size: clamp(16px, 2.8vw, 18px);
    }
    .widget-form.template-2 .widget-item{
        padding: 60px 40px;
        gap: 50px 30px;
    }
    .widget-form.template-2 .widget-item-picture{
        max-width: 40%;
    }
    .widget-form.template-2 .widget-item-name{
        font-size: 1.6em;
        line-height: 124%;
        font-weight: 600;
    }
    .widget-form.template-2 .widget-item-description {
        font-weight: 400;
        line-height: 124%;
        margin-top: .9375em;
    }
    .widget-form.template-2 .widget-item-button{
        font-size: .875em;
        margin-top: 1.715em;
        padding: 16px 32px;
    }
}
@media all and (max-width: 720px) {
    .widget-form.template-2 .widget-item {
        justify-content: flex-start;
        flex-direction: column;
        gap: 40px 30px;
        padding: 50px 28px;
        width: calc(100% + 32px);
        margin: 0 -16px;
        border-radius: 0;
    }
    .widget-form.template-2 .widget-item-picture{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-form.template-2 .widget-item:before{
        width: 100%;
        max-width: 100%;
    }
    .widget-form.template-2 .widget-item-picture:before{
        display: none;
    }
}
/* End */


/* Start:/bitrix/templates/newintec/components/bitrix/form.result.new/new_intec_form_question/style.css?16805191693743*/
.form_feedback_question {
	width:300px;
	min-height: 280px;
	font-size:0;
}
.form_feedback_question .header_grey {
	margin-bottom: 18px
}
.form_feedback_question_under {
    font-size: 18px;
    font-weight: normal;
    text-align: left;
}
.form_feedback_question .header_grey {
	font-size: 30px;
	padding-top: 35px;
	padding-bottom:5px;
	color: #2c3449;
	font-weight: 300;
	margin-top: -30px;
	text-align: center;
}
.form_feedback_question .decription_form {
	text-align: center;
	font-size: 16px;
	color: #9198a9;
}
.form_feedback_question .controls_question label{
    display: block;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    margin-bottom: 5px;
}
.form_feedback_question .controls_question .input input,.form_feedback_question .controls_question .captcha_form .input input{
	width: 100%;	
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    padding: 9px 10px;

	border: none;
	border-radius: 3px;
    background: #f6f6f6;
	box-shadow: none;
	font-weight: normal;
	font-size: 14px;
	float:none;
	border: 1px solid #efefef;
}
.form_feedback_question .controls_question .input textarea{
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 9px 10px;
    height: 38px;
    border: none;
    border-radius: 3px;
    background: #f6f6f6;
    box-shadow: none;
    font-weight: normal;
    font-size: 14px;
    float: none;
    width: 98.66%;
    max-width: 98.66%;
    height: 100px;
    max-height: 100px;
    color: #5f5f5f;
    border: 1px solid #efefef;
}
.form_feedback_question .controls_question .input input.nofill,
.form_feedback_question .controls_question .input textarea.nofill,
.form_feedback_question .controls_question .captcha_form .input input.nofill{
	border:1px solid red;
}
.form_feedback_question .control .starrequired{
	color:#940939;
}
.form_feedback_question .controls_question {
	margin-top: 16px;
	/*display: inline-block;
	width: 32%;*/
	margin-right: 1.33%;
}
.form_feedback_question .controls_question .input input.inputfile {
	border:0;
	box-shadow:none;
}


.form_feedback_question .decription_form {
	text-align: center;
	font-size: 16px;
	color: #9198a9;
}

.form_feedback_question .buttons {
	margin-top:25px;
	text-align: left;
}
.form_feedback_question .solid_button {
    display: inline-block;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
    line-height: 1.42857;
    border: 0;
    padding: 8px 18px;
    text-align: center;
    background: #c6366f;
    margin: 0 auto;
    transition-property: background-color, border-color;
    transition: 0.4s;
}
.form_feedback_question .solid_button:hover {
	color: #2c3449;
	background:#f6c12e;
}
.form_feedback_question .close_button {
	height: 36px;
	border-radius: 3px;
	float:left;
	line-height:36px;
	width: 45%;
	text-align:center;
}
.form_feedback_question .errors {
	color:red;
	margin-top: 15px;
	font-size: 14px;
    font-weight: 300;
}
.form_feedback_question .text {
	font-size:11px;
	margin-top:5px;
}
.form_feedback_question .consent{
    padding-top: 15px;	
}
.form_feedback_question .consent a {
	display: flex;
}
.consent a, .consent a:hover {
	text-decoration: none;
}
.consent label {
    font-size: 14px;
    color: #2d2d2d;
    cursor: pointer;
}
.consent label:hover {color: #8e8e8e;}
.consent label, .consent input {
	display: inline-block;
	vertical-align: middle;
	padding-top: 3px;
	padding-left: 3px;
	font-weight: normal;
}
.form_feedback_question_under .header_grey {
	font-weight: bold;
	font-size: 24px;
}
.form_feedback_question_under font.errortext {
    color: #f55555 !important;
    line-height: 18px;
    font-weight: 500;
}
/* 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/faq-develop/style.css?16258355501656*/
.faq-develop .widget-title {
	font-size: 40px;
    	line-height: 50px;
    	margin-bottom: 55px;
	font-weight:500;
}
.faq-develop .widget-title.align-center {
	text-align:center;
}
.faq-develop  .widget-collapse-title {
	font-size: 20px;
	font-weight: 400;	
	line-height: 1.45;
	letter-spacing: normal;
	color: #222222;
	cursor:pointer;
	position:relative;
}
.faq-develop  .widget-collapse-title:hover {
	color:#c6366f;
}
.faq-develop  .widget-collapse-title .widget-arrow .widget-arrow-svg {
	fill:#000;
}
.faq-develop  .widget-collapse-title:hover  .widget-arrow .widget-arrow-svg  {
	fill: #c6366f;
}
.faq-develop  .widget-collapse-title[aria-expanded="true"]  .widget-arrow .widget-arrow-svg.active {
	transform: rotate(180deg);
}
.faq-develop  .widget-collapse-title[aria-expanded="true"]  .widget-arrow .widget-arrow-svg.not-active {
	transition: 0.4s;
	
}
.faq-develop  .widget-collapse-text {
	color: #444444;
	line-height:23.3px;
}
.faq-develop  .widget-collapse-text-wrapper {
	padding-top: 15px;
}
.faq-develop  .widget-collapse-title .widget-arrow {
	float:right;
}
.faq-develop  .widget-collapse-title .widget-arrow.not-active {
	display:none;
}
@media all and (max-width: 768px) {
	.faq-develop .widget-title {
		font-size: 24px;
		line-height: 133.3%;
		text-align: left;
		margin-bottom: 25px;
	}
	.faq-develop .widget-collapse-title {
		font-size: 16px;
		padding-right: 28px;
	}
	.faq-develop .widget-collapse-title .widget-arrow {
		display: inline-block;
		position: absolute;
		right: 0;
		top: 0;
	}
	.faq-develop .widget-collapse-text-wrapper{
		font-size: 14px;	
	}
	.faq-develop hr {
		margin-top: 13px;
		margin-bottom: 13px;
	}
}
/* 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_video_sections/style.css?16272809664661*/
 .w-videolist .vlist-wrapper {
  margin: -10px;
  flex-wrap: wrap;
}

 .w-videolist .vlist-wrapper > div {
  padding: 10px;
}

 .w-videolist .vlist-wrapper .vlist-main {
  font-size: 0;
  text-align: center;
}
 .w-videolist .w-videolist-title {
  margin-bottom: 50px;
  font-weight:500;
  font-size: 40px;
  color: #222222; 
}
 .w-videolist .vlist-wrapper .vlist-main .vlist-main-wrapper {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  border-radius: 0;
  overflow: hidden;
}

 .w-videolist .vlist-wrapper .vlist-main .vlist-main-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

 .w-videolist .vlist-wrapper .vlist-main .vlist-main-wrapper iframe,
 .w-videolist .vlist-wrapper .vlist-main .vlist-main-wrapper .vlist-cover {
  transition: 0.2s visibility linear, 0.2s opacity linear;
}

 .w-videolist .vlist-wrapper .vlist-main.active-player .vlist-main-wrapper iframe {
  visibility: visible;
  opacity: 1;
}

 .w-videolist .vlist-wrapper .vlist-main.active-player .vlist-main-wrapper .vlist-cover {
  visibility: hidden;
  opacity: 0;
}

 .w-videolist .vlist-wrapper .vlist-list {
  max-width: 423px;
}

 .w-videolist .vlist-wrapper .vlist-list .vlist-list-wrapper {
  margin: -10px 0;
}

 .w-videolist .vlist-wrapper .vlist-list .vlist-item {
  width: 100%;
  background-color: #fff;
  border-radius: 0;
  padding: 15px 10px;
  margin-bottom: 9px;
  cursor: pointer;
  transition: .15s box-shadow linear;
}

 .w-videolist .vlist-wrapper .vlist-list .vlist-item .vlist-item-cover {
  position: relative;
  width: 33.03333333%;
  max-width: 133px;
  border-radius: 0;
  overflow: hidden;
}

 .w-videolist .vlist-wrapper .vlist-list .vlist-item .vlist-item-cover .vlist-main-play-wrap::before {
  background-color: #333;
  opacity: .65;
}

 .w-videolist .vlist-wrapper .vlist-list .vlist-item .vlist-item-info {
  padding-left: 10px;
}

 .w-videolist .vlist-wrapper .vlist-list .vlist-item .vlist-item-info .vlist-item-date {
  margin-top: 10px;
  color: #888888;
}

 .w-videolist .vlist-wrapper .vlist-list .vlist-item:hover,  .w-videolist .vlist-wrapper .vlist-list .vlist-item.active {
  position: relative;
  box-shadow: 0px 9px 21px 0px rgba(36, 38, 42, 0.22);
}

@media all and (max-width: 990px) {
   .w-videolist .vlist-wrapper .vlist-list {
    max-width: none;
    width: 100%;
  }
   .w-videolist .vlist-wrapper .vlist-list .vlist-item {
    width: auto;
  }
}

 .w-videolist .vlist-wrapper .vlist-cover-wrap::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

 .w-videolist .vlist-wrapper .vlist-cover-wrap .vlist-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

 .w-videolist .vlist-wrapper .vlist-cover-wrap .vlist-cover .vlist-main-play-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

 .w-videolist .vlist-wrapper .vlist-cover-wrap .vlist-cover .vlist-main-play-wrap .vlist-main-play {
  width: 25%;
  height: 44.4444444444%;
  opacity: 0.8;
  filter: blur(14px);
  border-radius: 0;
  background-size: 395%;
  background-position: center;
  overflow: hidden;
}

 .w-videolist .vlist-wrapper .vlist-cover-wrap .vlist-cover .vlist-main-play-wrap .vlist-main-play,  .w-videolist .vlist-wrapper .vlist-cover-wrap .vlist-cover .vlist-main-play-wrap::before,  .w-videolist .vlist-wrapper .vlist-cover-wrap .vlist-cover .vlist-main-play-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  margin: auto 0;
  transform: translate3d(-50%, 0, 0);
}

 .w-videolist .vlist-wrapper .vlist-cover-wrap .vlist-cover .vlist-main-play-wrap::before {
  background-color: #333;
  width: 25%;
  height: 44.4444444444%;
  border-radius: 0;
  transform: translate3d(-50%, 0, 0) scale(0.94);
}

 .w-videolist .vlist-wrapper .vlist-cover-wrap .vlist-cover .vlist-main-play-wrap::after {
  width: 0;
  height: 0;
  margin-left: 1%;
  width: 10%;
  height: 12%;
  background-repeat: no-repeat;
  background-position: center top;
  transform: translate3d(-50%, 0, 0) rotateZ(90deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 130 110'%3E%3Cdesc%3EExample Triangle%3C/desc%3E%3C!-- A triangle --%3E%3Cpath d='M 10,110 L 70,0 L 130,110 z' fill='%23fff' stroke='%23ECDCC6' stroke-width='0'/%3E%3C/svg%3E");
}

@media all and (max-width: 1024px) {
	.w-videolist .w-videolist-title{
	    font-size: 24px;
		line-height: 133.3%;
		margin-bottom: 25px;	
	}
}
/* End */
/* /include/2024/templates/forms/template.2/style.css?17458436294560 */
/* /bitrix/templates/newintec/components/bitrix/form.result.new/new_intec_form_question/style.css?16805191693743 */
/* /bitrix/templates/newintec/components/bitrix/news.list/new_intec_reviews_develop/style.css?16272837824877 */
/* /bitrix/templates/newintec/components/bitrix/news.list/faq-develop/style.css?16258355501656 */
/* /bitrix/templates/newintec/components/bitrix/news.list/new_intec_development_solutions/style.css?16272821304303 */
/* /bitrix/templates/newintec/components/bitrix/news.list/new_intec_video_sections/style.css?16272809664661 */
