

/* Start:/bitrix/templates/newintec/css/custom/universe_2020.css?1759474895130238*/
@charset "UTF-8";
/* --- Imports --- */
@import url("/bitrix/templates/newintec/css/custom/grid.min.css");
@import url("/bitrix/templates/newintec/css/custom/flickity.css");
*, *::before, *::after {
  box-sizing: border-box;
}

@-webkit-keyframes autofill {
  to {
    color: inherit;
    background: transparent;
  }
}

input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

html, body {
  margin: 0;
  min-height: 100%;
  padding: 0;
}

body {
	overflow-x: hidden;
	transition: transform .2s linear;
}

.body-universe {
  font-family: Rubik;
  color: #222;
  font-size: 14px;
  line-height: 24px;
}

.body-universe a,
.body-universe a:hover,
.body-universe a:focus{
	color: #c6366f;
	text-decoration: none;
} 

.body-universe a.main-button--border {
	border: 1px solid #0B0B0B;
	color: #0B0B0B;
	background: transparent;
}
.body-universe a.main-button--border:hover,
.body-universe a.main-button--border:focus,
.body-universe a.main-button--border:active {
	background: #0B0B0B;
	color: #fff;
	text-decoration:none;
}
.universe-description__counts {
	padding: 100px 0;
}
@media all and (max-width: 10240px) {
	.body-universe img.adaptiv-img {
		max-width: 100%;
	}
}

@media all and (max-width: 990px) {
  body.show-sidebar {
    overflow: hidden;
    transform: translate3d(-240px, 0, 0);
  }
}

a {
  text-decoration: none;
  color: #222;
}

a:hover {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

h1 {
  font-weight: 500;
}

nowrap,
.nowrap {
  white-space: nowrap;
}

.pre {
    background: #f4f4f4;
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1.4;
}

.aligner {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
  overflow: hidden;
}

.body-universe .title {
	font-size: 40px;
	line-height: 50px;
	text-align: center;
	margin: 40px 0;
	font-weight: 500;
}
.body-universe .title.black {
	color: #111017;
}
.body-universe .title.white {
	color: #fff;
}

.body-universe .wrap-blog {
	max-width: 900px;
	margin: 0 auto;
}

.type-img {
	min-height: 75px;
}

/*������*/
.title-block-text {
    font-size: 24px;
    margin: 40px 0;
	font-weight: 400;
}
.text-block {
	text-align: left;
	padding-top: 140px;
}
.text-block .title-text {
	font-size: 14px;
	color: #d7d7d7;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 20px;
	letter-spacing: 2.8px;
}
.text-block h1,
.text-block .big-text {
	color: #fff;
	font-size: 40px;
	line-height: 1.2;
	font-weight: 500;
	text-align: left;
}
.text-block .small-text {
	color: #fff;
	font-size: 16px;
	padding-top: 25px;
	padding-bottom: 40px;
	line-height: 24px;
	width: 100%;
}
.text-block .price-text {
	color: #fff;
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 30px;
}
.title-black {
	color: #000;
	font-size: 40px;
	line-height: 48px;
	text-align: center;
	margin-bottom: 60px;
	font-weight: 500;
}
.title-white {
	color: #fff;
	font-size: 40px;
	line-height: 48px;
	text-align: center;
	margin-bottom: 60px;
	font-weight: 500;
}
.title-gray {
	color: #a5a5c5;
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
	font-weight: 500;
	text-transform: uppercase;
}
.panel-info {
	/* border-top: 1px solid rgba(255,255,255,0.2); */
	width: 100%;
	min-height: 115px;
	margin-top: 60px;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
}
.panel-info div.intec-grid-item, .panel-info div.intec-grid-item-auto {
	padding: 20px 15px;
}
.panel-info div.intec-grid-item {
	border-right: 1px solid rgba(255,255,255,0.2);
}
.panel-info .text-element {
	padding: 3px 5px;
	margin: 5px 1px;
	border-radius: 5px;
	display: inline-block;
	font-size: 13px;
}
.check-green {
	background: url(/upload/page-universe/check-green.png) no-repeat;
	width: 65px;
	height: 65px;
	display: inline-block;
	vertical-align: middle;
	margin-top: 10px;
}
.check-green-text {
	display: inline-block;
	vertical-align: middle;
}

/*����*/
.body-universe .bg-2-nav-tabs {
	margin: 20px 0;
}
.body-universe .bg-nav-tabs {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.body-universe .bg-nav-tabs.content-space-between {
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.body-universe .bg-nav-tabs.content-start {
	display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
}
@media screen and (max-width:768px) {
	.body-universe .bg-nav-tabs,
	.body-universe .bg-nav-tabs.content-start,
	.body-universe .bg-nav-tabs.content-space-between {
		white-space: nowrap;
		overflow: hidden;
		overflow-x: scroll;
		display: block;
	}	
}
.body-universe .bg-1-nav-tabs {
	margin: 40px 0;
} 
.body-universe .bg-nav-tabs.nav > li.active > a {
    text-decoration: none;
    border-bottom: none;
    color: #fff;	
	transition-property: color;
    transition: 0.4s;
	color: #AB3362;
	background: none;
    border-radius: 0;
	font-weight: 600;
}
.body-universe .bg-nav-tabs.nav > li > a {
	padding: 30px 0;
	font-weight: normal;
	font-size: 14px;
	line-height: 135.5%;
	border-radius: 0;
	color: #0B0B0B;
	border-bottom: 1px solid transparent;
}
.body-universe .bg-nav-tabs.nav > li > a.main-button {
	margin-left: 25px;
	padding: 13px 37px;
	border-radius: 25px;
	border: 0;
	color: #fff;
}
.body-universe .bg-nav-tabs.nav > li > a.main-button:hover,
.body-universe .bg-nav-tabs.nav > li > a.main-button:focus,
.body-universe .bg-nav-tabs.nav > li > a.main-button:active {	
	background-color: #8D1846;
	color: #fff;
	text-decoration: none;
}
.body-universe .bg-nav-tabs.nav > li > a.main-button.main-button--border {
	margin-left: 10px;
	padding: 12px 37px;
	color: #000;
	border: 1px solid;
}
.body-universe .bg-nav-tabs.nav > li > a.main-button.main-button--border:hover,
.body-universe .bg-nav-tabs.nav > li > a.main-button.main-button--border:focus,
.body-universe .bg-nav-tabs.nav > li > a.main-button.main-button--border:active {	
	background-color: #000;
	color: #fff;
	border: 1px solid;
}
.body-universe .bg-1-nav-tabs > li {
    display: inline-block !important;
	transition-property: background-color, border-color;
}
.body-universe .bg-1-nav-tabs.nav > li > a {
    text-decoration: none;
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #49494e;
    color: #49494e;
	transition-property: background-color, border-color;
    transition: 0.4s;
	padding: 15px 35px;
	border-radius: 0px;
	margin: 0 10px;
}
.body-universe .bg-1-nav-tabs.nav > li > a:hover, .bg-1-nav-tabs.nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #0054ff;
    color: #fff;
}
.body-universe .bg-1-nav-tabs.nav > li.active > a {
    text-decoration: none;
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #0054ff;
    color: #fff;
}
.body-universe .bg-2-nav-tabs > li {
    display: inline-block !important;
	transition-property: background-color, border-color;
}
.body-universe .bg-2-nav-tabs.nav > li > a {
    text-decoration: none;
    background-color: transparent;
    box-shadow: none;
    border: 2px solid #ebebeb;
    color: #8e949d;
	transition-property: background-color, border-color;
    transition: 0.4s;
	padding: 15px 35px;
	border-radius: 0px;
	margin: 0 10px;
}
.body-universe .bg-2-nav-tabs.nav > li > a:hover, .bg-1-nav-tabs.nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
    box-shadow: none;
    border: 2px solid #0054ff;
    color: #0054ff;
}
.body-universe .bg-2-nav-tabs.nav > li.active > a {
    text-decoration: none;
    background-color: transparent;
    box-shadow: none;
    border: 2px solid #0054ff;
    color: #0054ff;
}

/*Update block*/
/* .update-block .update-block-title {
	color: #000;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 15px;
}
.update-block .update-block-title a {
	color: #000;
	text-decoration: none;
}
.update-block .update-block-title a:hover {
	color: #ff007a;
	text-decoration: none;
}
.update-block .update-block-text {
	color: #444444;
	font-size: 14px;
	line-height: 20px;
}

.update-block .update-block-date {
	font-size: 20px;
	line-height: 30px;
	color: #b1b1b1;
	margin-bottom: 15px;
} */

/*demo-view*/
.description_wrapper.adaptive-pro {
    position: relative;
    padding: 0;
}

.description_wrapper.adaptive-pro .description_wrapper {
    position: relative;
    padding-top: 230px;
    padding-bottom: 350px;
    background-color: transparent
}

.description_wrapper.adaptive-pro .description_info {
    margin: 0 0 45px;
    width: 390px;
    padding: 0;
    border: 0
}

@media (min-width: 1366px) {
    .description_wrapper.adaptive-pro .description_info {
        width:530px
    }
}

.description_wrapper.adaptive-pro .description_info h2 {
    margin-bottom: 30px;
    line-height: 40px
}

.description_wrapper.adaptive-pro .text-desc {
    font-size: 16px;
    color: #fff
}

.description_wrapper.adaptive-pro .device-link {
    width: 335px;
    color: #999
}

.description_wrapper.adaptive-pro .parallax-group {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden
}

.description_wrapper.adaptive-pro .parallax-group .parallax-layer {
    position: absolute
}

.description_wrapper.adaptive-pro .parallax-group .parallax-layer.phone {
    top: 185px;
    left: 510px;
    width: 172px;
    height: 346px;
	z-index:3;
}

.description_wrapper.adaptive-pro .parallax-group .parallax-layer.tablet {
    top: 50px;
    right: 0;
    width: 567px;
    height: 395px;
    z-index: 2;
}

.description_wrapper.adaptive-pro .parallax-group .parallax-layer.desktop {
    top: 50px;
    left: 20px;
    width: 636px;
    height: 461px;
	z-index:1;
}

.body-prom .description_wrapper.adaptive-pro .parallax-group .parallax-layer.desktop {
    top: 50px;
    left: 100px;
    width: 636px;
    height: 461px;
	z-index:1;
}
.body-prom .description_wrapper.adaptive-pro .parallax-group .parallax-layer.tablet {
    top: 20px;
    right: 215px;
    width: 346px;
    height: 453px;
    z-index: 2;
}


.description_wrapper.adaptive-pro .description_devices {
    margin: 0
}

.description_wrapper.adaptive-pro .description_devices img {
    width: auto
}

.description_wrapper.adaptive-pro .description_devices .fancy-link-iframe {
    overflow: visible;
}
.body-prom .description_wrapper.adaptive-pro .description_devices .fancy-link {
    overflow: visible;
}

.description_wrapper.adaptive-pro .description_devices .fancy-link-iframe.phone-link {
    top: 0;
    left: 19px;
    right: 0;
    bottom: 14px
}

.body-prom .description_wrapper.adaptive-pro .description_devices .fancy-link.phone-link {
    top: 1px;
    left: 18px;
    right: 0;
    bottom: 31px;
}

.description_wrapper.adaptive-pro .description_devices .fancy-link-iframe.phone-link span {
	top: 8px;
    left: 10px;
    right: 10px;
    bottom: 33px;
    padding: 85% 0;
    border-radius: 13px;
}
.body-prom .description_wrapper.adaptive-pro .description_devices .fancy-link.phone-link span {
	top: 9px;
    left: 11px;
    right: 8px;
    bottom: 11px;
    padding: 83% 0;
    border-radius: 13px;
}

.description_wrapper.adaptive-pro .description_devices .fancy-link-iframe.tab-link {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.body-prom .description_wrapper.adaptive-pro .description_devices .fancy-link.tab-link {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.description_wrapper.adaptive-pro .description_devices .fancy-link-iframe.tab-link span {
    top: 14px;
    left: 40px;
    right: 42px;
    bottom: 18px;
    padding: 30% 0;
}

.body-prom .description_wrapper.adaptive-pro .description_devices .fancy-link.tab-link span {
    top: 18px;
    left: 15px;
    right: 16px;
    bottom: 15px;
    padding: 56% 0;
}

.description_wrapper.adaptive-pro .description_devices .fancy-link-iframe.desktop-link {
    top: 0;
    left: 63px;
    right: 0;
    bottom: 127px;
}
.body-prom .description_wrapper.adaptive-pro .description_devices .fancy-link.desktop-link {
    top: 0;
    left: 63px;
    right: 25px;
    bottom: 70px;
}

.description_wrapper.adaptive-pro .description_devices .fancy-link-iframe.desktop-link span {
    top: 18px;
    left: 15px;
    right: 41px;
    bottom: -15px;
    padding: 27% 0;
}

.body-prom .description_wrapper.adaptive-pro .description_devices .fancy-link.desktop-link span {
    top: 21px;
    left: 22px;
    right: 24px;
    bottom: 36px;
    padding: 28% 0;
}

.description_wrapper.adaptive-pro .description_devices .fancy-link-iframe span {
    text-align: center;
    opacity: 0;
}
.body-prom .description_wrapper.adaptive-pro .description_devices .fancy-link span {
    text-align: center;
    opacity: 0;
}

.description_wrapper.adaptive-pro .description_devices .fancy-link-iframe:hover span {
    opacity: .9
}
.body-prom .description_wrapper.adaptive-pro .description_devices .fancy-link:hover span {
    opacity: .9
}

.description_wrapper .description_devices {
    position: relative;
    margin-left: -130px
}

.description_wrapper .description_devices .fancy-link-iframe {
    position: absolute;
    overflow: hidden;
}
.body-prom .description_wrapper .description_devices .fancy-link {
    position: absolute;
    overflow: hidden;
}

.description_wrapper .description_devices .fancy-link-iframe.desktop-link {
    top: 26px;
    left: 122px;
    right: 296px;
    bottom: 86px
}
.body-prom .description_wrapper .description_devices .fancy-link.desktop-link {
    top: 26px;
    left: 122px;
    right: 296px;
    bottom: 86px
}

.description_wrapper .description_devices .fancy-link-iframe.tab-link {
    top: 61px;
    left: 519px;
    right: 110px;
    bottom: 76px
}
.body-prom .description_wrapper .description_devices .fancy-link.tab-link {
    top: 61px;
    left: 519px;
    right: 110px;
    bottom: 76px
}

.description_wrapper .description_devices .fancy-link-iframe.phone-link {
    top: 190px;
    left: 696px;
    right: 21px;
    bottom: 71px
}
.body-prom .description_wrapper .description_devices .fancy-link.phone-link {
    top: 190px;
    left: 696px;
    right: 21px;
    bottom: 71px
}

.description_wrapper .description_devices .fancy-link-iframe.phone-link span {
    bottom: -78px
}
.body-prom .description_wrapper .description_devices .fancy-link.phone-link span {
    bottom: -78px
}

.description_wrapper .description_devices .fancy-link-iframe span,
.body-prom .description_wrapper .description_devices .fancy-link span {
	font-family: Rubik;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -60px;
    padding: 21px 0;
    font-size: 13px;
    letter-spacing: 1pt;
    text-transform: uppercase;
    color: #fff;
    background: #2180eb;
    opacity: .9;
    -webkit-transition: .3s;
    transition: .3s
}

.description_wrapper .description_devices .fancy-link-iframe:hover span,
.body-prom .description_wrapper .description_devices .fancy-link:hover span  {
    bottom: 0
}

.description_wrapper .description_devices img {
    width: 800px
}

.fancy-phone {
    padding: 98px 31px 104px !important;
    background: url(/upload/page_universe/fancy-phone.png) center center no-repeat;
	box-sizing: initial;
	top: 5px !important;
}
.fancy-tablet {
    padding: 83px 44px 81px !important;
    background: url(/upload/page_universe/fancy-tablet.png) center center no-repeat;
	box-sizing: initial;
	top: 5px !important;
}

/*w-advantages*/
.w-advantages {
  overflow: hidden;
}

.w-advantages .advantages-wrapper {
  flex-wrap: wrap;
  margin: -30px -50px;
}

.w-advantages .advantages-wrapper .advantages-item {
  position: relative;
  width: 50%;
  padding: 30px 50px 30px 136px;
  font-size: 16px;
  line-height: 1.5;
  min-height: 90px;
}

.w-advantages .advantages-wrapper .advantages-item .advantages-item-icon {
  position: absolute;
  top: 33px;
  left: 53px;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
}

.w-advantages .advantages-wrapper .advantages-item .advantages-item-title {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.23;
}

@media all and (max-width: 990px) {
  .w-advantages .advantages-wrapper .advantages-item {
    width: 100%;
    padding: 15px 0 15px 76px;
  }
  .w-advantages .advantages-wrapper .advantages-item .advantages-item-icon {
    left: 3px;
  }
}

@media all and (max-width: 525px) {
  .w-advantages .advantages-wrapper .advantages-item {
    text-align: center;
    padding-left: 0;
  }
  .w-advantages .advantages-wrapper .advantages-item .advantages-item-icon {
    position: static;
    margin: 0 auto;
    background-position: center;
  }
  .w-advantages .advantages-wrapper .advantages-item .advantages-item-title {
    margin-top: 10px;
  }
}

@media all and (max-width: 990px) {
  .w-advantages .advantages-wrapper {
    margin: -15px 0;
  }
}

.w-advantages.reasons .advantages-wrapper {
  margin: -70px 0;
}

.w-advantages.reasons .advantages-wrapper .advantages-item {
  width: 100%;
  padding: 70px 20px 70px 196px;
  min-height: 212px;
  border-bottom: 1px solid #ccc;
}

.w-advantages.reasons .advantages-wrapper .advantages-item .advantages-item-icon {
  top: 67px;
  left: 43px;
  font-size: 72px;
  line-height: 1;
  width: auto;
  height: auto;
}

.w-advantages.reasons .advantages-wrapper .advantages-item .advantages-item-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.5;
}

.w-advantages.reasons .advantages-wrapper .advantages-item:last-child {
  border-bottom: none;
}

@media all and (max-width: 525px) {
  .w-advantages.reasons .advantages-wrapper .advantages-item {
    padding-left: 0;
    padding-right: 0;
    min-height: 0;
  }
}

.w-advantages-2 {
  overflow: hidden;
}

.w-advantages-2 h2 {
  text-align: left;
}

.w-advantages-2 .advantages-wrapper {
  flex-wrap: wrap;
  margin: -30px;
}

.w-advantages-2 .advantages-wrapper > div {
  padding: 30px;
}

.w-advantages-2 .advantages-wrapper .advantages-list {
  font-size: 0;
  padding: 0;
  margin: -23px 0;
}

.w-advantages-2 .advantages-wrapper .advantages-list li {
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-size: 16px;
  width: 50%;
  padding-left: 25px;
  line-height: 1.5;
  padding: 23px 0 23px 25px;
}

.w-advantages-2 .advantages-wrapper .advantages-list li span {
  display: inline-block;
  max-width: 186px;
}

.w-advantages-2 .advantages-wrapper .advantages-list li::before {
  content: '�';
  position: absolute;
  left: 0;
  top: 34px;
  font-size: 34px;
  line-height: 0;
}

.w-advantages-2 .advantages-wrapper .advantages-image {
  max-width: 50%;
  text-align: center;
}

.w-advantages-2 .advantages-wrapper .advantages-image span {
  display: inline-block;
}

.w-advantages-2 .advantages-wrapper .advantages-image img {
  max-width: 100%;
  max-height: 100%;
}

@media all and (max-width: 990px) {
  .w-advantages-2 .advantages-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  .w-advantages-2 .advantages-wrapper > div {
    padding-left: 0;
    padding-right: 0;
  }
  .w-advantages-2 .advantages-wrapper .advantages-list {
    margin-top: 0;
  }
  .w-advantages-2 .advantages-wrapper .advantages-list li {
    text-align: center;
    padding-right: 25px;
  }
  .w-advantages-2 .advantages-wrapper .advantages-list li::before {
    top: 11px;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
  .w-advantages-2 .advantages-wrapper .advantages-image {
    max-width: none;
    width: 100%;
  }
}

@media all and (max-width: 525px) {
  .w-advantages-2 .advantages-wrapper .advantages-list li {
    width: 100%;
  }
}

@media all and (max-width: 990px) {
  .w-advantages-2 h2 {
    text-align: center;
  }
}

/*btn*/
.btn {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    position: relative;
    /* border: none; */
    background: transparent;
    font-family: Rubik;
    font-size: 14px;
    cursor: pointer;
    padding: 0;
}
.btn-universe, a.btn-universe {
	text-decoration: none;
    background-color: transparent;
    box-shadow: none;
    border: 2px solid #ff007a;
    color: #444444;
	padding: 15px 35px;
	border-radius: 80px;
	display: inline-block;
}
.btn-universe:hover, a.btn-universe:hover {
	text-decoration: none;
    background-color: #ff007a;
    border: 2px solid #ff007a;
    color: #fff;
}
.btn-universe:active, a.btn-universe:active,
.btn-universe:focus, a.btn-universe:focus {
    color: #444444;
}
.btn-universe-2, a.btn-universe-2 {
	display: inline-block;
	position: relative;
	text-decoration: none;
    background: linear-gradient(to bottom, #ff007a, #d40098);
    /*box-shadow: 0px 5px 25px #f6007f;*/
    color: #fff;
	padding: 16px 36px;
	border-radius: 5px;
    /*border: 1px solid transparent;*/
}
.btn-universe-2, a.btn-universe-2 span {
	position: relative;
	z-index: 3;
}
.btn-universe-2:focus, a.btn-universe-2:focus {
	color: #ffffff !important;
}
.btn-universe-2:hover, a.btn-universe-2:hover {
	/*background: linear-gradient(to bottom, #ffd800, #ffd800);
    box-shadow: 0px 5px 25px #ffd800;
    color: #2c3449;*/
    color: #444444;
}

.btn-universe-2:before, a.btn-universe-2:before{
	position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: linear-gradient(to bottom, #ffd800, #ffd800);
    transition: opacity 0.4s;
    z-index: 2;
    opacity: 0;
}
.btn-universe-2:hover:before, a.btn-universe-2:hover:before {
    opacity: 1;
}

.body-prom .prom-settings-banners-wrap {
	max-width: 625px;
	margin: -200px auto 20px;
}
.body-prom .prom-settings-banner img  {
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	background: transparent;
	transition: 0.3s;
}
.body-prom .prom-view-settings-link img:hover  {
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}
.body-prom .prom-view-settings-link {
	text-decoration: none;
}
@media (max-width: 650px) {
	.body-prom .prom-settings-banners-wrap {
		margin-top: -150px;
	}
}
@media (max-width: 450px) {
	.body-prom .prom-settings-banners-wrap {
		margin-top: -120px;
	}
}

.btn-universe-3, a.btn-universe-3,
.btn-universe-3:active, a.btn-universe-3:active,
.btn-universe-3:focus, a.btn-universe-3:focus {
	text-decoration: none;
    background: linear-gradient(to bottom, #ff007a, #d40098);
    box-shadow: 0px 5px 25px #f6007f;
    color: #fff;
	padding: 15px 35px;
	border-radius: 50px;
	display: inline-block;
}
.btn-universe-3:hover, a.btn-universe-3:hover {
	background: linear-gradient(to bottom, #ffd800, #ffd800);
    box-shadow: 0px 5px 25px #ffd800;
    color: #2c3449;
    color: #444444;
}
.btn-universe-4, a.btn-universe-4 {
	text-decoration: none;
	padding: 14px 35px;
	border-radius: 5px;
	display: inline-block;
    border: 1px solid transparent;
	background: linear-gradient(to bottom, #ffd800, #ffd800);
    box-shadow: 0px 5px 25px #ffd800;
    color: #444444;
	font-weight: 500;
}
.btn-universe-4:hover, a.btn-universe-4:hover {
    background: linear-gradient(to bottom, #ff007a, #d40098);
    box-shadow: 0px 5px 25px #f6007f;
    color: #fff;
}
.btn-marketplace-header {
    padding: 5px 20px;
    mix-blend-mode: undefined;
    border-radius: 10px;
    background-color: #ffe32a;
    border: solid 2px #ffe32a;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #383838 !important;
    margin-top: 10px;
}
.btn-marketplace-header:hover {
	background-color: #e7cb17;
	border: solid 2px #e7cb17;
	text-decoration: none;
	color: #383838 !important;
}
.transition{
    transition-property: background, background-color, border-color, color;
    transition: 0.4s;
}

/*bootstrap panel*/
.body-universe .panel {
	background: transparent;
	box-shadow: none;
}

/*bootstrap collapse*/
.btn[aria-expanded="true"] span.close-collapse {
	display: inline-block;
}
.btn[aria-expanded="true"] span.open-collapse {
	display: none;
}
.btn[aria-expanded="false"] span.open-collapse {
	display: inline-block;
}
.btn[aria-expanded="false"] span.close-collapse {
	display: none;
}

/*bootstrap nav-tabs*/
.body-universe .bg-1-nav-tabs > li {
    display: inline-block !important;
	transition-property: background-color, border-color;
}
.body-universe .bg-1-nav-tabs.nav > li > a {
    text-decoration: none;
    background-color: transparent;
    box-shadow: none;
    border: 2px solid #d8d8d8;
    color: #d8d8d8;
	transition-property: background-color, border-color;
    transition: 0.4s;
	padding: 15px 50px;
	border-radius: 0px;
	margin: 0 10px;
	font-size: 16px;
}
.body-universe .bg-1-nav-tabs.nav > li > a:hover, .bg-1-nav-tabs.nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
    box-shadow: none;
    border: 2px solid #ff007a;
    color: #444444;
}
.body-universe .bg-1-nav-tabs.nav > li.active > a {
    text-decoration: none;
    background-color: transparent;
    box-shadow: none;
    border: 2px solid #ff007a;
    color: #444444;
}
.body-universe .bg-1-nav-tabs.nav > li > a:hover svg rect, .bg-1-nav-tabs.nav > li > a:focus svg rect, 
.body-universe .bg-1-nav-tabs.nav > li.active > a svg rect {
	fill: #444444;
}

.body-universe .bg-2-nav-tabs > li {
    display: inline-block !important;
	transition-property: background-color, border-color;
}
.body-universe .bg-2-nav-tabs.nav > li > a {
    text-decoration: none;
    background-color: transparent;
    box-shadow: none;
    border: 2px solid #d8d8d8;
    color: #d8d8d8;
	transition-property: background-color, border-color;
    transition: 0.4s;
	padding: 15px 50px;
	border-radius: 0px;
	margin: 0 10px;
	font-size: 16px;
}
.body-universe .bg-2-nav-tabs.nav > li > a:hover, .bg-2-nav-tabs.nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
    box-shadow: none;
    border: 2px solid #ff007a;
    color: #ff007a;
}
.body-universe .bg-2-nav-tabs.nav > li.active > a {
    text-decoration: none;
    background-color: transparent;
    box-shadow: none;
    border: 2px solid #ff007a;
    color: #fff;
}

.body-universe svg,
.body-universe .tab-text {
	vertical-align: middle;
	display: inline-block;
	margin: 0 5px;
}

.macbook-tabs {
    background: url(/upload/page-universe/macbook-tabs-bg.png) top center no-repeat;
    padding: 46px 100px 150px 100px;
    box-sizing: border-box;
}

.body-universe .number {
    font-size: 40px;
    color: #383838;
    font-weight: 700;
}
.body-universe .number-title {
    font-size: 15px;
    color: #1a1919;
    min-height: 40px;
    margin-top: 15px;
	font-weight: 500;
}

/*iframe*/
.iframe-block {
	border-radius: 20px;
	display: block;
	overflow: hidden;
}
.iframe-block iframe {
	width: 100% !important;
}

/*other*/
.text-info {
	text-align: left;
	max-width: 216px;
	color: #fff;
	position: absolute;
}
.text-info span{
	font-weight: 500;
	display: block;
	margin-bottom: 20px;
	text-transform: uppercase;
}

#order_question form {
    max-width: 600px;
    margin: 0 auto;
}
.universe-index-bg {
	background: url(/upload/page-universe/universe-index-bg.jpg) center 90px no-repeat; 
	position:relative;
}
.img-display-bg {
	background:url(/upload/page-universe/img-display.png) no-repeat center left; 
	min-height: 650px;
}
.body-prom .img-display-bg {
	background:url(/upload/prom/img-display.png) no-repeat center left; 
	min-height: 650px;
}

@media (max-width:1000px) {
	.text-info {
		max-width: 100%;
		position: initial;
		margin: 15px 0 15px 0;
	}
}	
@media (max-width:768px) {
	.panel-info {
		border-top: 0px;
		padding-bottom: 60px;
	}
	.panel-info div.intec-grid-item {
		border-right: 0px;
	}
	.banner-block-text {
		max-width: 100% !important;
	}
	.banner-block-img,
	.check-green,
	.check_green {
		display: none !important;
	}
	.panel-info div.intec-grid-item, .panel-info div.intec-grid-item-auto {
		padding: 15px;
	}
	#description_devices {
		display: none;
	}
	.body-universe .bg-1-nav-tabs.nav > li > a,
	.body-universe .bg-2-nav-tabs.nav > li > a	{
		margin: 10px;
		padding: 15px;
	}
	.macbook-tabs {
		background: none;
		padding: 0px;
	}
	.img-display-bg,
	.universe-index-bg {
		background: none !important;
	}
	.text-info {
		margin: 15px 0 25px 0;
	}
	.text-info span {
		margin-bottom: 5px;
	}
	.body-universe .title {
		font-size: 28px;
		line-height: 34px;
	}
}

@media (max-width:600px) {
	.bg-nav-tabs.nav > li.active > a:after,
	.bg-nav-tabs.nav > li.active > a:before {
		display: none;
	}
	.table-universe img {
		width: auto;
	}
	/* img {
		width: 80%;
	} */
	iframe {
		width: 100%;
		height: 100%;
	}
	.col-xs-4 {
		width: 90% !important;
	}
	.col-xs-6, .col-xs-3, .col-xs-5, .col-xs-7 {
		width: 100%;
		margin-bottom: 20px;
	}
	.check_green {
		display: none;
	}
	.check_green_text {
		width: 100%;
	}
	.text-block {
		padding-top: 50px;
	}
	.text-block .big-text {
		font-size: 30px;
	}
	.text-block .small-text {
		width: 100%;
	}
	.banner-universe {
		min-height: 800px !important;
	}
	.btn-universe, .btn-universe2 {
		width: 100%;
		display: block;
		margin-bottom: 20px;
		text-align: center;
	}
	.form_feedback_help .controls_help {
		width: 100%;
		margin-bottom: 10px;
	}
	.form_feedback_help .buttons,
	.form_feedback_help .solid_button {
		width: 100%;
	}
	.form_feedback_help .solid_button {
		margin-left: 0px;
	}
	.landing_feedback_title {
		line-height: 1.4;
	}
	.text-block .small-text {
		font-size: 14px;
	}
	.time-sale-block {
		margin-bottom: 30px;
	}
	.title-time, .price-sale-block .sale-price {
		margin-right: 0px;
	}
	.price-sale-block .sale-old-price {
		display: block;
		margin-right: 0px;
	}
	.bg-nav-tabs > li {
		margin-bottom: 10px;
	}
}

.banner-solution {
	min-height:1000px;
	background-image:url(/upload/2020/pattern-white.png);
	background-repeat: repeat;
	color: #fff;
	padding-top: 250px;
}
@media (max-width:1024px) {
	.banner-solution {
		min-height:auto;
	}
}
.banner-solution-universe {
	background-color: #0889C0;
}
/* .banner-solution__container, .banner-soluton__wrapper{
	height: 100%;
} */
.banner-solution__title {
	font-style: normal;
	font-weight: 600;
	font-size: 44px;
	line-height: 1.2;
	color: #fff;
	text-align: left;
}
.banner-solution__description {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 30px;
}
.banner-soluton__new-price {
	margin-right: 50px;
	font-weight: 600;
	font-size: 28.1594px;
	line-height: 135.5%;
}
/* .banner-solution__price-block {
	margin-top: 16px;
} */
.banner-solution__old-price {
	font-size: 18.7729px;
	line-height: 25px;
	text-decoration-line: line-through;
}
.banner-solution__credit {
	display: flex;
	margin-top: 13px;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 135.5%;
	color: #fff !important;
}
.banner-solution__credit::before {
	content: "";
	margin-right: 9px;
	width: 27px;
	height: 27px;
	background: url("/upload/2020/websites_bitrix/universe/percent.svg") no-repeat center;
	flex-shrink: 0;
}
.banner-solution__credit::after {
	content: "";
	margin-left: 9px;
	width: 27px;
	height: 27px;
	background: url("/upload/2020/websites_bitrix/universe/arrow.svg") no-repeat center;
	flex-shrink: 0;
}
.banner-solution__credit svg {
	fill: #fff;
	self-align: end;
	/* align-self: end; */
	margin-top: auto;
	margin-bottom: 10px;
	margin-left: 15px;
}
.banner-solution__buttons {
	margin-top: 53px;
}
a.banner-solution__buy {
	display: inline-block;
	padding: 16px 54px;
	color: #333333;
	background: #FFCD1A;
	border: 1px solid #FFCD1A;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 141.8%;
	border-radius: 50px;
	transition: background 0.4s;
}
a.banner-solution__buy:hover {
	color: #fff;
	border: 1px solid #fff;
	background: transparent;
}
.banner-solution__demo {
	display: inline-block;
	padding: 16px 54px;
	color: #333333;
	background: #fff;
	border: 1px solid #fff;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 141.8%;
	border-radius: 50px;
	transition: background 0.4s;
	margin-right: 16px;
}
a.banner-solution__demo {
	color: #333333;
	background: #fff;
}
a.banner-solution__demo:hover {
	color: #fff !important;
	background: transparent;
}
/* a.banner-solution__demo:hover svg {
	fill: #000;
} */
.banner-solution__image-block {
	position: relative;
	border: 2px solid #fff;
	border-radius: 25px;
	padding: 9px;
	
}
.banner-solution__image-block.banner-solution__image-block-universe::after {
	content: "";
	/*right: 36px;
	top: -63px;*/
	left: 36px;
	bottom: -63px;
	position: absolute;
	width: 126px;
	height: 126px;
	background: url(/upload/2020/websites_bitrix/universe/universe.png);
}
@media screen and (max-width: 768px){
	.banner-solution__image-block.banner-solution__image-block-universe::after {
		right: 36px;
		top: -63px;
		left: auto;
	}
}
@media screen and (max-width: 450px){
	.banner-solution__image-block.banner-solution__image-block-universe::after {
	    content: "";
		left: 100%;
		transform: translateX(-60px);
		top: -25px;
		position: absolute;
		width: 45px;
		height: 45px;
		background-size: cover;	
	}
}
.banner-solution__image-block.banner-solution__image-block-universe .btn-play-media,
.banner-solution__image-block.banner-solution__image-block-universelite .btn-play-media,
.banner-solution__image-block.banner-solution__image-block-garderob .btn-play-media,
.banner-solution__image-block.banner-solution__image-block-food .btn-play-media,
.banner-solution__image-block.banner-solution__image-block-basket .btn-play-media,
.banner-solution__image-block.banner-solution__image-block-unibox .btn-play-media,
.banner-solution__image-block.banner-solution__image-block-prom .btn-play-media,
.banner-solution__image-block.banner-solution__image-block-universesite .btn-play-media,
.link-to-youtube-blocks .link-to-youtube-block .btn-play-media {
	right: 0;
    top: 50%;
    left: 0;
    position: absolute;
    width: 80px;
    height: 80px;
    background: url(/images/2020/play-media.svg);
    margin: 0 auto;
    margin-top: -40px;
	opacity: 0.75;
	cursor: pointer;
}
.banner-solution__image-block.banner-solution__image-block-universe .btn-play-media:hover,
.banner-solution__image-block.banner-solution__image-block-universelite .btn-play-media:hover,
.banner-solution__image-block.banner-solution__image-block-garderob .btn-play-media:hover,
.banner-solution__image-block.banner-solution__image-block-food .btn-play-media:hover,
.banner-solution__image-block.banner-solution__image-block-basket .btn-play-media:hover,
.banner-solution__image-block.banner-solution__image-block-unibox .btn-play-media:hover,
.banner-solution__image-block.banner-solution__image-block-prom .btn-play-media:hover,
.banner-solution__image-block.banner-solution__image-block-universesite .btn-play-media:hover,
.link-to-youtube-blocks .link-to-youtube-block .btn-play-media:hover {
	opacity: 1;
}
.banner-solution__image {
	border-radius: 20px;
	width: 100%;
	display: block;
}
@media (max-width: 1024px) {
	.banner-solution__title {
		font-size: 25px;
		line-height: 1.2;
	}
	.banner-solution__description {
		font-size: 18px;
		line-height: 1.2;
		margin-bottom: 10px;
	}
	.banner-soluton__new-price{
	    font-size: 25px;	
	}
	.banner-solution__old-price {
		font-size: 16px;
		line-height: 18px;
	}
	.banner-solution__buttons {
		margin-top: 25px;
	}
	.universe-description__counts {
		padding: 30px 0 40px 0;
	}
	.counts__value,
	.universe-editions__title{
		font-size: 18px;	
	}
	.counts__description {
		font-size: 16px;
	}
	.universe-editions__labels .text-element{
	    padding: 3px 12px;	
	}
}
@media (max-width: 768px) {
	.banner-solution__image-block.banner-solution__image-block-universe .btn-play-media,
	.banner-solution__image-block.banner-solution__image-block-universelite .btn-play-media,
	.banner-solution__image-block.banner-solution__image-block-garderob .btn-play-media,
	.banner-solution__image-block.banner-solution__image-block-food .btn-play-media,
	.banner-solution__image-block.banner-solution__image-block-basket .btn-play-media,
	.banner-solution__image-block.banner-solution__image-block-unibox .btn-play-media,
	.banner-solution__image-block.banner-solution__image-block-prom .btn-play-media,
	.banner-solution__image-block.banner-solution__image-block-universesite .btn-play-media,
	.link-to-youtube-blocks .link-to-youtube-block .btn-play-media {
    width: 50px;
    height: 50px;
    background-size: contain !important;
    right: 0% !important;
    top: 42% !important;
	}
	.banner-solution {
		min-height: 500px;
		height:auto;
		padding-top: 100px;
	}
	.banner-solution__image-col {
		order: -1;
		
	}
	.banner-solution__image-block {
		margin-top: 80px;
	}
	
	.banner-soluton__new-price {
		font-size: 18px;
		line-height: 135.5%;
	}
	.banner-solution__old-price {
		font-size: 16px;
		line-height: 135.5%;
	}
	.banner-solution__credit {
		font-weight: 600;
		font-size: 16px;
		line-height: 135.5%;
	}
	.banner-solution__credit  svg {
		display: none;
	}
	a.banner-solution__buy {
		padding: 9px 38px ;
		font-weight: 500;
		font-size: 14px;
		line-height: 141.8%;
	}
	a.banner-solution__demo {
		font-weight: 600;
		font-size: 14px;
		line-height: 135.5%;
	}
	.banner-solution__image-block::after {
		/*width: 46px !important;
		height: 46px !important;
		bottom: -23px;
		left: 23px;
		background-size: contain !important;*/
	}
	.banner-solution__buttons {
		margin-bottom: 30px;
	}
	.universe-description__counts {
		padding: 0;
	}
	.banner-solution {
		min-height: auto;
	}
}
@media (max-width: 450px) {
	.banner-solution__buttons {
		margin-bottom: 35px;
	}
	.banner-solution__buttons a:not(:first-child) {
		margin-top: 25px;
	}
	
	.banner-solution__image {
		border-radius: 15px;
	}
	.banner-solution__image-block {
		margin-top: 30px;
		max-width: 100%;
		padding: 5px;
		border-radius: 15px;
	}
	.banner-solution__title {
		margin-top: 0;
	}
}

.widget-advantages-container {
	padding-top: 130px;
	padding-bottom: 130px;
	background: #F5F5F5;
}
.widget-advantages-container .widget-advantages-title {
	font-weight: 500;
	font-size: 36px;
	line-height: 141.8%;
	color: #0B0B0B;
}
.widget-advantages-container .widget-advantages-items{
	margin:0 -30px;
}
.widget-advantages-container .widget-advantages-item {
	height: 100%;
	position: relative;
	border-bottom: 1px solid #D0D0D0;
	padding: 50px 30px;
}
.widget-advantages-container .widget-advantages-item .num {
	font-weight: normal;
	font-size: 16px;
	line-height: 141.5%;
	color: #0B0B0B;
	margin-bottom: 8px;
}
.widget-advantages-container .widget-advantages-item .name {
	font-weight: 600;
	font-size: 20px;
	line-height: 141.5%;
	color: #0B0B0B;
	margin-bottom: 16px;
}
.widget-advantages-container .widget-advantages-item .description {
	font-size: 16px;
	line-height: 141.5%;
	color: #5B5B5B;
}
.widget-advantages-container .widget-advantages-item.no-border{
	border-bottom:none;	
}
@media screen and (max-width:1024px) {
	.widget-advantages-container {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.widget-advantages-container .widget-advantages-item{
		padding: 26px 26px;	
	}
	.widget-advantages-container .widget-advantages-items {
		margin: 0 -20px;
	}
	.widget-advantages-container .widget-advantages-item .name{
		font-size: 18px;	
		margin-bottom: 12px;
	}
	.widget-advantages-container .widget-advantages-title{
		font-size: 24px;	 
		text-align: left;
	}
}
.widget-basket-and-order-view .widget-basket-and-order-view-title {
    font-weight: 500;
    font-size: 36px;
    line-height: 126.8%;
    color: #0B0B0B;
    width: 50%;
}
.widget-basket-and-order-view #widget-basket-and-order-nav {
    width: 50%;   
	border-bottom: none;
}
.widget-basket-and-order-view #widget-basket-and-order-nav a.tabnav {
    font-size: 16px !important;
    line-height: 145.5% !important;
    padding: 10px 0px !important;
    font-style: normal !important;
    margin: 0 30px 0 0;
    color: #989494;
    font-weight: 400 !important;
}
.widget-basket-and-order-view {
    padding-top: 138px;
    padding-bottom: 136px;
}
.widget-basket-and-order-view #widget-basket-and-order-nav .active a.tabnav {
    color: #c6366f;
}
.widget-basket-and-order-view .widget-basket-and-order-list {
    font-weight: normal;
    font-size: 16px;
    line-height: 145.5%;
    color: #0B0B0B;
    margin-top: 18px;
}
.widget-basket-and-order-view .widget-basket-and-order-list div {
    margin-bottom: 16px;
    position: relative;
}
.widget-basket-and-order-view .widget-basket-and-order-list div:after {
    content: url(/images/2020/universe/settings-list-after.svg);
    position: absolute;
    left: -15px;
    top: 0;
}
.widget-basket-and-order-view .widget-basket-and-order-view-image {
    border: 1px solid #DBDBDB;
    border-radius: 26px;
    padding: 10px;
    position: relative;
    top: -80px;
}
.widget-basket-and-order-view .widget-basket-and-order-view-image img {
    max-width: 100%;
    border: 1px solid #DBDBDB;
    border-radius: 20px;
}
.widget-basket-and-order-view .widget-basket-and-order-view-image-wrap {
    width: 53%;
}
@media screen and (max-width:1024px) {
	.widget-basket-and-order-view {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.widget-basket-and-order-view .widget-basket-and-order-view-title{
	    font-size: 24px;
		width: 100%;	
	}
	.widget-basket-and-order-view #widget-basket-and-order-nav {
		width: 100%;
	}
	.widget-basket-and-order-view #widget-basket-and-order-nav a.tabnav{
		font-size: 14px !important;
		margin: 0 32px 0 0px;
	}
	.widget-basket-and-order-view .widget-basket-and-order-view-image{
	    border-radius: 7px;
		padding: 3px;	
	}
	.widget-basket-and-order-view .widget-basket-and-order-view-image img{
		border-radius: 7px;	
	}
	.widget-basket-and-order-view .widget-basket-and-order-list{
	    margin-top: 0;	   
		font-size: 14px;
	}
	.widget-basket-and-order-view .widget-basket-and-order-list div{
	    padding-left: 12px;    
		margin-bottom: 12px;	
	}
	.widget-basket-and-order-view .widget-basket-and-order-list div:after{
	    left: 0;	
	}
	.widget-basket-and-order-view .widget-basket-and-order-view-image{
	    top: 0;	
	}
}
.widget-capabilities-list .widget-capabilities-list-hidden-block .widget-capabilities-slider-container-title {
	font-size: 24px;
}
.widget-capabilities-list .widget-capabilities-list-item {
	padding: 136px 0;
}
.widget-capabilities-list .widget-capabilities-list-item:nth-child(even) {
	background: #f5f5f5;
}
.widget-capabilities-list .widget-capabilities-list-item .widget-capabilities-list-name {
	font-weight: 500;
	font-size: 36px;
	line-height: 126.8%;
	color: #0B0B0B;
	padding-right: 60px;
	padding-top: 17px;
}
.widget-capabilities-list .widget-capabilities-list-item .widget-capabilities-list-preview-text {
	font-size: 18px;
	line-height: 145.5%;
	color: #0B0B0B;
	margin-top: 15px;
	padding-right: 60px;
}
.widget-capabilities-list .widget-capabilities-list-item .widget-capabilities-list-link {
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	display: inline-flex;
	margin-top: 25px;
	justify-content: center;
	align-items: center;
	cursor:pointer;
}
.widget-capabilities-list .widget-capabilities-list-item .widget-capabilities-list-preview-image.noborder {
	border: none;
}
.widget-capabilities-list .widget-capabilities-list-item .widget-capabilities-list-preview-image.noborder img {
	border: none;
}
.widget-capabilities-list .widget-capabilities-list-item .widget-capabilities-list-preview-image img {
    border-radius: 16px;
    border: 1px solid rgba(115, 115, 115, 0.2);
    max-width: 100%;
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: pixelated;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}
.widget-capabilities-list .widget-capabilities-slider-container {
	padding: 84px 0 0 0;
}	
.widget-capabilities-list .widget-capabilities-list-item .widget-capabilities-list-preview-image {
	border-radius: 17px;
	border: 1px solid rgba(115, 115, 115, 0.2);
	padding: 10px; 
	display: inline-block;
	/* margin-left: -35px; */
}
.widget-capabilities-list ul li a {
	font-weight: normal !important;
	font-size: 16px !IMPORTANT;
	line-height: 145.5% !important;
	color: #989494 !important;
	padding: 10px 0 !important;
	margin: 0 50px 0 0 !important;
	display: inline-block;
}
.widget-capabilities-list ul li:last-child a {
	font-weight: normal !important;
	font-size: 16px !IMPORTANT;
	line-height: 145.5% !important;
	color: #989494 !important;
	padding: 10px 0 !important;
	margin: 0 !important;
	display: inline-block;
}
.widget-capabilities-list ul li.active a {
	color: #AB3362 !important;
}
.widget-capabilities-list ul li.active a svg rect {
	fill: #ab3362;
}
.widget-capabilities-list ul li.active a svg line {
	stroke: #ab3362;
}
.widget-capabilities-list ul {
	width: 50%;
	float: right;
	border-bottom: none !important;
}
.widget-capabilities-list ul.tabs-center {
	width: 100%;
	float: right;
	border-bottom: none !important;
}

.widget-capabilities-list .widget-capabilities-list-hidden-block .widget-capabilities-list-preview-image {
	margin-left: 0;
}
.widget-capabilities-list .widget-capabilities-list-hidden-block {
	font-weight: 400;
	font-size: 18px;
	line-height: 145.5%; 
	display: none;
}
.widget-capabilities-list .widget-capabilities-list-hidden-block .widget-capabilities-list-hidden-item {
	margin-top: 55px;
}
.widget-capabilities-list .widget-capabilities-list-hidden-block .widget-capabilities-list-hidden-block-content {
	margin-top: 75px;
}
.widget-capabilities-list .widget-capabilities-list-hidden-block .widget-capabilities-list-dop-name {
	font-weight: 500;
	font-size: 26px;
	line-height: 121.5%;
	color: #0B0B0B;
	margin-bottom: 10px;
}
.widget-capabilities-list .widget-capabilities-list-hidden-block .widget-capabilities-list-hidden-block-content .widget-capabilities-list-dop-description {
	font-weight: normal;
	font-size: 18px;
	line-height: 152%;
	color: #0B0B0B;
}
.widget-capabilities-list .widget-capabilities-list-hidden-block .widget-capabilities-list-hidden-block-content .widget-capabilities-list-dop-text {
	font-weight: normal;
	font-size: 18px;
	line-height: 152%;
	color: #0B0B0B;
}
.widget-capabilities-list .widget-capabilities-list-hidden-block .owl-dots {
	display: none;
}
.widget-capabilities-list .widget-capabilities-view-item-list {
	font-size: 16px;
	line-height: 145.5%;
	color: #000000;
}
.widget-capabilities-list .widget-capabilities-view-item-list > div {
	margin-bottom: 25px;
	position: relative;
	padding-left: 12px;
}
.widget-capabilities-list .widget-capabilities-view-item-list > div:after {
	content: url(/images/2020/universe/settings-list-after.svg);
	position: absolute;
	left: 0;
	top: 0;
}
.widget-capabilities-list .widget-capabilities-mobile-version .num {
	font-weight: normal;
	font-size: 16px;
	line-height: 141.5%;
	color: #0B0B0B;
	margin-bottom: 8px;
}
.widget-capabilities-list .widget-capabilities-mobile-version .name {
	font-weight: 600;
	font-size: 16px;
	line-height: 141.5%;
	color: #0B0B0B;
	margin-bottom: 16px;
}
.widget-capabilities-list .widget-capabilities-mobile-version .description {
	font-size: 16px;
	line-height: 141.5%;
	color: #5B5B5B;
}
.widget-capabilities-list .widget-capabilities-mobile-version .widget-capabilities-list-link {
	margin-top: 43px;
}
.widget-capabilities-list .widget-capabilities-mobile-version .intec-grid {
	flex-direction: unset;
}
@media screen and (max-width:1024px) {
	.widget-capabilities-list .widget-capabilities-list-hidden-block .widget-capabilities-list-hidden-block-content .widget-capabilities-list-dop-text,
	.widget-capabilities-list .widget-capabilities-list-hidden-block .widget-capabilities-list-hidden-block-content .widget-capabilities-list-dop-description{
		font-size: 16px;	
	}
	.widget-capabilities-list .widget-capabilities-list-hidden-block .widget-capabilities-list-hidden-block-content .widget-capabilities-list-dop-text br,
	.widget-capabilities-list .widget-capabilities-list-hidden-block .widget-capabilities-list-hidden-block-content .widget-capabilities-list-dop-name br,
	.widget-capabilities-list .widget-capabilities-list-hidden-block .widget-capabilities-list-hidden-block-content .widget-capabilities-list-dop-description br{
		display: none;
	}
	.widget-capabilities-list .widget-capabilities-list-hidden-block .widget-capabilities-list-hidden-block-content {
		margin-top: 25px;
	}
	.widget-capabilities-list .widget-capabilities-slider-container {
		padding: 50px 0 0 0;
	}
	.widget-capabilities-slider-container-tabs #capabilities-description-nav {
		margin-top: 40px;
	}
	.widget-capabilities-slider-container-tabs ul li a.tabnav,
	.widget-capabilities-list ul li a{
		font-size: 14px !important;
	}
	.widget-capabilities-list ul {
		margin: 0px 0 !important;
	}
	.widget-capabilities-list .widget-capabilities-list-hidden-block .widget-capabilities-slider-container-title,
	.widget-capabilities-list .widget-capabilities-list-hidden-block .widget-capabilities-list-hidden-block-content .widget-capabilities-list-dop-name		{
		font-size: 20px;
	}
	.widget-capabilities-list .widget-capabilities-list-item.widget-capabilities-list-item-tabs .intec-grid {
		flex-direction: unset;
	}
	.widget-capabilities-list .widget-capabilities-list-item.widget-capabilities-list-item-tabs .intec-grid > div:nth-child(1) {
		order: 3;
	}
	.widget-capabilities-list .intec-grid {
		flex-direction: column-reverse;
	}
	.widget-capabilities-list.widget-capabilities-list--no .intec-grid {
		flex-direction: initial;
	}
	.widget-capabilities-list.widget-capabilities-list--no img {
		max-width: 100%;
	}
	.widget-capabilities-list ul {
		width: 100%;
		float: none;  
		text-align: left;
	}
	.widget-capabilities-list .widget-capabilities-list-item {
		padding: 50px 0;
	}
	.widget-capabilities-list .widget-capabilities-list-item .widget-capabilities-list-preview-image{
		max-width: 500px;	
		margin-left: 0px;
	}
	.widget-capabilities-list .widget-capabilities-list-item .widget-capabilities-list-name{
		font-size: 24px;  
		padding-right: 0;	
		padding-top: 0px;
	}
	.widget-capabilities-list .widget-capabilities-list-item .widget-capabilities-list-preview-text{
		font-size: 16px;  
		padding-right: 0;	
	}
}
@media screen and (max-width:768px) {
	.tab-content {
		min-height: auto !important;
	}
	.widget-capabilities-list ul li a {
		margin: 0 20px 0 0 !important;
	}
}
@media screen and (max-width:450px) {
	.widget.widget-universe-slider .image-slider,
	.widget-capabilities-list .widget-capabilities-list-item .widget-capabilities-list-preview-image {
		padding: 5px !important;
	}
}

.widget-capabilities-slider-container {
    position: relative;
    background: #F5F5F5;
    padding: 100px 0 110px 0;
}
.widget-capabilities-slider-container .widget-capabilities-slider-container-title {
    font-weight: 500;
    font-size: 36px;
    line-height: 126.8%;
    color: #0B0B0B;
    padding-bottom: 35px;
}
.widget-capabilities-slider-container .widget-capabilities-slider-image {
    transform: scale(0.9) translateY(3%);
    opacity: 0.55;
    padding-bottom: 50px;  
	margin-bottom: 10%;
}
.widget-capabilities-slider-container .center .widget-capabilities-slider-image {
    transform: none;
    margin: 0px -5%;
    opacity: 1;  
	margin-bottom: 0%;
}
.widget-capabilities-slider-container .center .widget-capabilities-slider-image img {
    border: 1px solid rgba(115, 115, 115, 0.2);
    border-radius: 40px;
    padding: 12px;
}
.widget-capabilities-slider-container .widget-capabilities-slider-name,
.widget-capabilities-slider-container .widget-capabilities-slider-preview-text {
    visibility:hidden;
	text-align: center;
}
.widget-capabilities-slider-container .widget-capabilities-slider-name{
	font-weight: 600;
	font-size: 20px;
	line-height: 141.5%;
	color: #0B0B0B	
}
.widget-capabilities-slider-container .widget-capabilities-slider-preview-text{
	font-size: 18px;
	line-height: 141.5%;
	color: #0B0B0B;	
	margin-top:12px;
}
.widget-capabilities-slider-container .center .widget-capabilities-slider-name,
.widget-capabilities-slider-container .center .widget-capabilities-slider-preview-text {
    visibility:visible;
}
.widget-capabilities-slider-container .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
}
.widget-capabilities-slider-container .owl-nav button {
    background: rgba(255, 255, 255, 0.86) !important;
    border: 1px solid #989494 !important;
    height: 38px;
    width: 38px;
    z-index: 2;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.widget-capabilities-slider-container .owl-nav button.owl-next {
    position: absolute;
    right: -23px;
}
.widget-capabilities-slider-container .owl-nav button.owl-prev {
    position: absolute;
    left: -15px;
}
@media screen and (max-width:1024px) {
	#capabilities {
		margin-top: 0;
	}
	.widget-capabilities-slider-container .widget-capabilities-slider-container-title{
	    font-size: 24px;	
	}
	.widget-capabilities-slider-container{
		padding: 50px 0 50px 0;	
	}
	.widget-capabilities-slider-container .center .widget-capabilities-slider-image{
	    margin: 0px 5%;
		padding-bottom: 25px;
	}
	.widget-capabilities-slider-container .owl-nav button{
	    height: 30px;
		width: 30px;	
	}
	.widget-capabilities-slider-container .owl-nav button.owl-next{
		right: -13px;	
	}
	.widget-capabilities-slider-container .center .widget-capabilities-slider-image img {
		border-radius: 10px;
		padding: 5px;
	}
	.widget-capabilities-slider-container .widget-capabilities-slider-name{
	    font-size: 16px;
		padding: 0 20px;	
	}
	.widget-capabilities-slider-container .widget-capabilities-slider-preview-text {
		font-size: 14px;
		padding: 0 20px;
	}
}


.widget-capabilities-slider-container-tabs .widget-capabilities-slider-container-tabs-title {
    font-weight: 500;
    font-size: 36px;
    line-height: 126.8%;
    color: #0B0B0B;
}
.widget-capabilities-slider-container-tabs .widget-capabilities-slider-container-tabs-description {
    font-size: 18px;
    line-height: 145.5%;
    color: #0B0B0B;
    margin-top: 15px;
}
.widget-capabilities-slider-container-tabs {
    position: relative;
    background: #F5F5F5;
	padding: 137px 0 70px 0;
}
.widget-capabilities-slider-container-tabs .widget-capabilities-slider-image {
    transform: scale(0.9) translateY(3%);
    opacity: 0.55;
	margin-bottom: 10%;
}
.widget-capabilities-slider-container-tabs .center .widget-capabilities-slider-image {
    transform: none;
    margin: 0px -5%;
    opacity: 1;  
	margin-bottom: 0%;
}
.widget-capabilities-slider-container-tabs .center .widget-capabilities-slider-image img {
    border: 1px solid #C4C4C4;
    border-radius: 40px;
    padding: 12px;
}
.widget-capabilities-slider-container-tabs .widget-capabilities-slider-name,
.widget-capabilities-slider-container-tabs .widget-capabilities-slider-preview-text {
	text-align: left;
}
.widget-capabilities-slider-container-tabs .widget-capabilities-slider-content {
    position: relative;
    padding-top: 50px;
    padding-left: 30px;
}
.widget-capabilities-slider-container-tabs .widget-capabilities-slider-content {
    position: relative;
    padding-top: 40px;
    padding-left: 30px;
	visibility:hidden;
}
.widget-capabilities-slider-container-tabs .widget-capabilities-slider-name{
	font-weight: 600;
    font-size: 16px;
	line-height: 141.5%;
	color: #0B0B0B	
}
.widget-capabilities-slider-container-tabs .widget-capabilities-slider-preview-text{
    font-size: 16px;
    line-height: 141.5%;
    color: #0B0B0B;
    margin-top: 10px;
}
.widget-capabilities-slider-container-tabs .center .widget-capabilities-slider-content {
    visibility:visible;
}
.widget-capabilities-slider-container-tabs .widget-capabilities-slider-content:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #BFBFBF;
}
.widget-capabilities-slider-container-tabs .widget-capabilities-slider-content:before {
    content: "";
    position: absolute;
    left: -2.5px;
    bottom: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #BFBFBF;
}
.widget-capabilities-slider-container-tabs .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
}
.widget-capabilities-slider-container-tabs .owl-nav button {
    background: rgba(255, 255, 255, 0.86) !important;
    border: 1px solid #989494 !important;
    height: 38px;
    width: 38px;
    z-index: 2;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.widget-capabilities-slider-container-tabs .owl-nav button.owl-next {
    position: absolute;
    right: -23px;
}
.widget-capabilities-slider-container-tabs .owl-nav button.owl-prev {
    position: absolute;
    left: -15px;
}
.widget-capabilities-slider-container-tabs #capabilities-description-nav {
    margin-top: 55px;
    margin-bottom: 25px;
}
.widget-capabilities-slider-container-tabs ul li a.tabnav {
    font-size: 16px !important;
    line-height: 145.5% !important;
    padding: 10px 0px !important;
    font-style: normal !important;
    margin: 0 27px;
}

@media screen and (max-width:1024px) {
	.widget-capabilities-slider-container-tabs .widget-capabilities-slider-container-tabs-title {
		font-size: 24px;
		padding-right: 0;
	}
		.widget-capabilities-list .widget-capabilities-list-item ..widget-capabilities-slider-container-tabs-description {
		font-size: 16px;
		padding-right: 0;
	}
	.widget-capabilities-slider-container-tabs .center .widget-capabilities-slider-image{
	    margin: 0px 5%;
		padding-bottom: 0px;
	}
	.widget-capabilities-slider-container-tabs .owl-nav button{
	    height: 30px;
		width: 30px;	
	}
	.widget-capabilities-slider-container-tabs .owl-nav button.owl-next{
		right: -13px;	
	}
	.widget-capabilities-slider-container-tabs .center .widget-capabilities-slider-image img {
		border-radius: 10px;
		padding: 5px;
	}
	.widget-capabilities-slider-container-tabs .widget-capabilities-slider-name{
	    font-size: 16px;
		
	}
	.widget-capabilities-slider-container-tabs .widget-capabilities-slider-preview-text {
		font-size: 14px;
		
	}
	.widget-capabilities-slider-container-tabs{
	    padding: 50px 0 50px 0;	
	}
	.widget-capabilities-slider-container-tabs .widget-capabilities-slider-container-tabs-description{
	    font-size: 14px;
		padding-right: 0;	
	}
	.widget-capabilities-slider-container-tabs .widget-capabilities-slider-content{
	    padding-top: 24px;
		padding-left: 18px;
		margin: 0px 5%;
	}
	.universe-description__counts.counts > li {
		padding: 10px !important;
	}
	.universe-description__counts.counts {
		margin: -10px;
	}
}
.universe-description {
	margin-top: 50px;
	margin-bottom: 50px;
}
.universe-description__text {
	font-size:28px; 
	line-height:41px; 
	color:#0B0B0B; 
	padding: 80px 0;
}
@media screen and (max-width:1024px) {
	.universe-description__text {
		font-size: 16px;
		line-height: 27px;
		padding: 15px 0;
	}
}
/*
@media screen and (max-width:768px) {
	.universe-description__text { 
		padding: 50px 0;
	}
}
@media screen and (max-width:450px) {
	.universe-description__text {
		font-size:21px; 
		line-height:31px;		
		padding: 0;
	}
}
*/


	.counts .counts__item {
		/* padding: 61px 0; */
		text-align: left;
		font-size: 20px;
		line-height: 149%;
	}
	.counts__value {
		font-weight: 600;
		font-size: 24px;
		line-height: 133.3%;
		color: #fff;
		margin-bottom: 5px;
	}
	/* .universe-editions {
		padding: 61px 69px;
		background: #fff;
		border-radius: 14px;
	} */
	.universe-editions {
		max-width: 360px;
	}
	.universe-editions__title {
		margin-bottom: 10px;
		margin-left: 5px;
		font-weight: 600;
		font-size: 24px;
		line-height: 133.3%;
		color: #fff;
	}
	.universe-editions__labels .text-element {
		margin-left:5px;
		margin-right:5px;
		background: transparent!important;
		padding: 7px 18px;
		border: 1px solid;
		font-style: normal;
		font-weight: normal;
		font-size: 14px;
		line-height: 133.3%;
		color: #fff;
	}
	.universe-editions__labels .text-element.text-element--biznes {
		color: #350259;
	}
	.universe-editions__labels .text-element.text-element--malyy-biznes {
		color: #F87700;
	}
	.universe-editions__labels {
		/* display: flex;
		justify-content: center; */
		margin: 0;
		min-height: auto;
	}		
	.universe-description__examples-title {
		font-size: 36px; 
		line-height: 44px; 
		font-weight: 500; 
		margin-bottom: 40px; 
		padding-top:100px;
	}
	.universe-description__examples {
		margin-top: 30px;
	}
	.examples__tab-list {
		display: flex;
		margin-top: -60px;
		justify-content: center;
		align-items: flex-end;
	}
	.examples .examples__tab-name {
		margin: 0 auto;
		display: flex;
		align-items: center;
		width: 80px;
		height: 80px;		
		background: #e7e7e7c7;
		border-radius: 13.6828px;
	}
	.examples .active .examples__tab-name  {
		width: 99px;
		height: 99px;
		background: #000;
	}
	.examples .active .examples__tab-name  svg {
		fill: white;
	}
	.examples__tab-name svg {
		fill: black;
		margin: auto;
	}
	.counts__description {
		font-size: 20px;
		font-weight: normal;
		line-height: 149%;
		color: #fff;
	}
	.examples__banner {
		width: 100%;		
		height: 625px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		font-weight: 500;
		font-size: 26px;
		line-height: 141.8%;
		color: #fff;
		text-align: center;
	}
	.examples__banner-wrapper {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 100%;
	}	
	.examples__banner-name {
		max-width: 280px;
		margin: 0 auto;
		margin-top: 26px;
		height: 104px; 
	}
	.examples__banner-title {
		margin-bottom: 118px;
	}
	.examples__banner--animals {
		background-image: url(/upload/2020/websites_bitrix/universe/examples/animals.jpg);
	}
	.examples__banner--wheel {
		background-image: url(/upload/2020/websites_bitrix/universe/examples/wheel.jpg);
	}
	.examples__banner--helmet {
		background-image: url(/upload/2020/websites_bitrix/universe/examples/helmet.jpg);
	}
	.examples__banner--bicycle {
		background-image: url(/upload/2020/websites_bitrix/universe/examples/bicycle.jpg);
	}
	.examples__banner--cosmetics {
		background-image: url(/upload/2020/websites_bitrix/universe/examples/cosmetics.jpg);
	}
	.examples__banner--phone {
		background-image: url(/upload/2020/websites_bitrix/universe/examples/phone.jpg);
	}
	.examples__banner--clothes {
		background-image: url(/upload/2020/websites_bitrix/universe/examples/clothes.jpg);
	}
	@media screen and (max-width:1024px) {
		.universe-description__examples-title {
			font-size: 24px;
			line-height: 35px;
			margin-bottom: 20px;
			padding-top: 60px;
		}
		.widget.widget-universe-slider{
		    padding-top: 80px;	
		}
		.universe-description__examples .intec-grid-i-25 {
			margin: -10px !important;
		}
		.universe-description__examples .intec-grid-i-25 > * {
			padding: 10px !important;
		}
		.universe-description__examples {
			margin-top: 30px;
			font-size: 14px;
			line-height: 1.1;
		}
		.widget.widget-universe-slider .widget-universe-slider-title{
		    font-size: 24px;	
		}
	}
	@media screen and (max-width:1000px) {
		.universe-editions__labels .text-element{
		    padding: 7px 12px;	
		}
		.counts__value{
		    font-size: 24px;	
		}
		.counts__description {
			font-size: 14px;
		}
		.counts .counts__item {
			padding: 2px 0;
		}
		/*.universe-description__counts {
			padding: 0;
		}*/
		.universe-editions{
		    margin-top: 0;	
			margin-bottom: 50px;
			max-width: 100%;
			padding: 0;
		}
		.universe-editions .panel-info {
			padding-bottom: 0;
		}
		.universe-editions__title{
		    font-size: 18px;  
			margin-bottom: 15px; 
			margin-top: 0px;
		}
		.examples__tab-list{
			justify-content: start;	
		}
		.examples__banner{
			height: 525px;	 
			font-size: 20px;
		}
		.examples__banner-name{
			height: 75px;  
			font-size: 22px;
		}
		.examples .active .examples__tab-name {
			width: 70px;
			height: 70px;
		}
	}
	@media screen and (max-width:768px) {
		.universe-description__examples-title {
			font-size: 24px;
			padding-top:50px;
		}
	}
	@media screen and (max-width:450px) {
		.counts__value{
			font-size: 18px;	
		}
		.universe-description__examples-title {
			text-align: center;
		}
		
		.examples.universe-description__examples ul li:nth-child(odd) .examples__tab-name {
		/*	margin: 0 0 0 auto;*/
		}
		.examples.universe-description__examples ul li:nth-child(even) .examples__tab-name {
			/*margin: 0 0 auto 0;*/
		}
	}
	@media screen and (max-width:320px) {
		.counts__value{
			font-size: 16px;	
		}
		.universe-editions__labels .text-element {
			font-size: 13px;
			margin-left: 2px;
			margin-right: 2px;
		}
		body.adaptiv.adaptiv_with_footer h1 {
			font-size: 22px !important;
			line-height: 26px !important;
		}
	}
/*bg_new_form_presentation*/
.bg_new_form_presentation {
    background-image: url(/upload/2020/pattern-white.png);
    background-repeat: repeat;
    background-color: #AB3362;
    background-position: center;   
}
.bg_new_form_presentation img {
    padding-top: 31px;
}
.bg_new_form_presentation .new_form_text {
    font-weight: 600;
    font-size: 37px;
    line-height: 134.1%;
    color: #FFFFFF;  
	margin-left: 50px;
}
.bg_new_form_presentation .main-new_form__button {
    border: 1px solid #ffffff;
    color: #ffffff;
	cursor:pointer;
}
.bg_new_form_presentation .main-new_form__button:hover {
    border-color: #000;
}
@media screen and (max-width:1024px) {
	.bg_new_form_presentation .new_form_text{
		font-size: 24px;
		margin-left: 0;	
	}
	.bg_new_form_presentation .main-new_form__button{
	    margin: 35px 0 45px 0;	
	}
}
@media screen and (max-width:1000px) {
	.bg_new_form_presentation .new_form_text{
	    margin-top: 20px;	
	}
	.bg_new_form_presentation{
		text-align:center;
	}
	.bg_new_form_presentation .main-new_form__button {
		margin: 18px 0 35px 0;
	}	
}
@media screen and (max-width:500px) {
	.bg_new_form_presentation .new_form_text{
	    font-size: 22px;	
	}
	.bg_new_form_presentation{
		text-align:center;   
		padding-top: 50px;
	}
}
/*mobile-version*/
.widget-universe-mobile-version {
		background-image: url(/images/2020/universe/mobile-version-bg.webp?ver=1.0.1);
		padding-top: 130px;
		padding-bottom: 360px;
		background-size: cover;
		background-position: top center;
		background-repeat: no-repeat;
		min-height: 860px;
		box-sizing: border-box;
	}
	.widget-universe-mobile-version .widget-universe-mobile-version-text {
		width: 44%;
		margin: 0 0 0 auto;
		margin-right: 3%;
	}
	.widget-universe-mobile-version .widget-universe-mobile-version-title {
		font-weight: 500;
		font-size: 36px;
		line-height: 122%;
		color: #0B0B0B;
		margin-bottom: 45px;
	}
	.widget-universe-mobile-version .widget-universe-mobile-version-description {
		font-weight: normal;
		font-size: 16px;
		line-height: 145%;
		color: #0B0B0B;
		margin: 20px 0;
	}
	.widget-universe-mobile-version .widget-universe-mobile-version-list div {
		font-weight: normal;
		font-size: 16px;
		line-height: 145%;
		color: #0B0B0B;
		position: relative;
		margin-bottom: 15px;  
		padding-left: 12px;
		position:relative;
	}
	.widget-universe-mobile-version .widget-universe-mobile-version-list div:before {
		content: url(/images/2020/arrow-tabs.svg);
		position: absolute;
		left: 0;
	}
	
	@media screen and (max-width:1740px) {
		.widget-universe-mobile-version { 
			padding-top: 100px;
			padding-bottom: 50px;
		}
		.widget-universe-mobile-version .widget-universe-mobile-version-text {
			width: 50%;
			margin: 0 auto;
			margin-right: 0;
			display: inline-block;
			margin-left: 50%;
		}
	}
	@media screen and (max-width:1240px) {
		.widget-universe-mobile-version { 
			padding-top: 50px;
			padding-bottom: 50px;
		}
		.widget-universe-mobile-version .widget-universe-mobile-version-text {
			width: 50%;
			margin: 0 auto;
			margin-right: 0;
			display: inline-block;
			margin-left: 50%;
		}
	}
	@media screen and (max-width:1024px) {
		.widget-universe-mobile-version .widget-universe-mobile-version-title{
			font-size: 24px;	 
			margin-bottom: 15px;
		}
	}
	@media screen and (max-width:1000px) {
		.widget-universe-mobile-version {
			/* background-image: none;   
			padding-top: 50px;
			padding-bottom: 50px;
			background: rgb(221,221,221);
			background: linear-gradient(42deg, rgba(221,221,221,1) 40%, rgba(250,250,250,1) 69%); */
			background-image: url(/images/2020/universe/mobile-version-bg-mobile-768.png);
			background-size: cover;
			background-position: bottom center;
		}
		.widget-universe-mobile-version { 
			padding-top: 0;
			padding-bottom: 0;
		}
		.widget-universe-mobile-version .widget-universe-mobile-version-text {
			width: 50%;
			margin: 0 auto;
			margin-right: 0;
			display: inline-block;
			margin-left: 25%;
		}
		.widget-universe-mobile-version .widget-universe-mobile-version-text {
			width: 100%;
			margin-left: 0;
			padding: 50px;
		}
		
		.widget-universe-mobile-version .widget-universe-mobile-version-description{
			font-size: 14px;	
		}
		.widget-universe-mobile-version .widget-universe-mobile-version-list div{
			font-size: 14px;		
		}
	}
	@media screen and (max-width:500px) {
		.widget-universe-mobile-version {
			background-image: url(/images/2020/universe/mobile-version-bg-mobile-425.png);
			background-size: cover;
			/* background-position: bottom center; */
			background-position: 0 -145px;
		}
	}
	@media screen and (max-width:320px) {
		.widget-universe-mobile-version {
			background-image: url(/images/2020/universe/mobile-version-bg-mobile-425.png);
			background-size: cover;
			background-position: 0 55px;
			background-color: #f0f0f0;
		}
	}
	@media screen and (max-width:375px) {
		.widget-universe-mobile-version .widget-universe-mobile-version-text {
			padding: 50px 20px;
		}
	}
/*order_install*/
.order_install .order_install-title {
		font-weight: 500;
		font-size: 36px;
		line-height: 141.8%;
		color: #0B0B0B;
		padding-bottom: 15px;
	}
	.order_install .order_install-list {
		font-size: 16px;
		line-height: 141.5%;
		color: #0B0B0B;
	}
	.order_install .order_install-list .order_install-list-item {
		position: relative;
		padding-left: 12px;
		padding-bottom: 14px;
	}
	.order_install .order_install-list .order_install-list-item:before {
		content: url(/images/2020/arrow-tabs.svg);
		position: absolute;
		left: 0;
	}
	.order_install .order_install-list .order_install-list-item a {
		color: inherit;
	}
	.order_install .order_install-video iframe {
		width: 100%;
		padding-bottom: 15px;
	}
	.order_install .order_install-video .order_install-video-name {
		font-size: 16px;
		line-height: 122%;
		color: #0B0B0B;
	}
	.order_install .order_install-video .order_install-video-date {
		font-weight: normal;
		font-size: 16px;
		line-height: 133.3%;
		color: #989494;
		padding-top: 8px;
	}
	.order_install .order_install-text {
		font-weight: normal;
		font-size: 16px;
		line-height: 141.5%;
		color: #0B0B0B;
		padding-top: 30px;
	}
	.order_install .order_install-text b {
		font-size: 18px;
		display: block;
		padding-bottom: 15px;
	}
	.order_install .order_install-code {
		font-size: 16px;
		line-height: 141.5%;
		color: #0B0B0B;
		background: #F9F9F9;
		border-radius: 14px;
		padding: 42px 48px;
	}
	.order_install .order_install-course-title {
		font-weight: 600;
		font-size: 18px;
		line-height: 141.5%;
		color: #0B0B0B;
		padding-bottom: 14px;
		display: block;
		transition: 0.4s;
	}
	.order_install .order_install-course-description {
		font-weight: normal;
		font-size: 16px;
		line-height: 141.5%;
		color: #0B0B0B;
		height: 250px;
	}
	.order_install .order_install-course-link {
		font-weight: 500;
		font-size: 16px;
		line-height: 19px;
		color: #0B0B0B;
	}
	.order_install .order_install-course-link svg {
		width: 19px;
	}
	.order_install .order_install-delimiter-1 {
		margin-bottom: 70px;
	}
	.order_install .order_install-delimiter-2 {
		margin-bottom: 98px;
	}
	@media all and (max-width: 1000px) {
		.order_install .order_install-delimiter-2 {
			margin-bottom: 0px;
		}
		.order_install .order_install-code{
			padding: 29px 19px;
		}
		.order_install .order_install-title{
			font-size: 25px;	
		}
		.order_install .order_install-course-description {
			height: auto;
		}
	}
	
/*order_maket*/
.order_maket-wrap iframe {
    width: 100%;
    height: 250px;
}
.order_maket-wrap .order_maket-wrap-title {
    font-weight: normal;
    font-size: 16px;
    line-height: 133.3%;
    color: #0B0B0B;
    margin-top: 30px;
}
.order_maket-wrap .order_maket-header {
    font-weight: 500;
    font-size: 36px;
    line-height: 141.8%;
    color: #0B0B0B;
    text-align: center;
}
.order_maket-wrap .order_maket-num {
    font-size: 16px;
    line-height: 141.5%;
    color: #0B0B0B;
    margin-bottom: 6px;
}
.order_maket-wrap .order_maket-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 141.5%;
    color: #0B0B0B;
    margin-bottom: 14px;
}
.order_maket-wrap .order_maket-description {
    font-size: 14px;
    line-height: 141.5%;
    color: #5B5B5B;
}
.order_maket-wrap .order_maket-advantages {
    margin-top: 45px;
}
.order_maket-wrap .order_maket-delimiter {
    margin-top: 100px;
}

/*others-page-slider*/
.widget-others-page-slider-container {
    position: relative;
    background: #F5F5F5;
    padding: 100px 0 100px 0;
}
.widget-others-page-slider-container .widget-others-page-slider-container-title {
    font-weight: 500;
    font-size: 36px;
    line-height: 126.8%;
    color: #0B0B0B;
    padding-bottom: 35px;
}
.widget-others-page-slider-container .widget-others-page-slider-image {
    transform: scale(0.9) translateY(3%);
    opacity: 0.55;
    padding-bottom: 50px;  
	margin-bottom: 10%;
}
.widget-others-page-slider-container .center .widget-others-page-slider-image {
    transform: none;
    margin: 0px -5%;
    opacity: 1;  
	margin-bottom: 0%;
}
.widget-others-page-slider-container .center .widget-others-page-slider-image img {
    border: 1px solid rgba(115, 115, 115, 0.2);
    border-radius: 40px;
    padding: 12px;
}
.widget-others-page-slider-container .widget-others-page-slider-name,
.widget-others-page-slider-container .widget-others-page-slider-preview-text {
    visibility:hidden;
	text-align: center;
}
.widget-others-page-slider-container .widget-others-page-slider-name{
	font-weight: 600;
	font-size: 20px;
	line-height: 141.5%;
	color: #0B0B0B;
    display: flex;
    justify-content: center;	
}
.widget-others-page-slider-container .widget-others-page-slider-name a {
	color: #0B0B0B;
}
.widget-others-page-slider-container .widget-others-page-slider-name a:hover {
	color: #c6366f;
}
.widget-others-page-slider-container .widget-others-page-slider-name svg {
	margin: 0 5px 3px 7px;
}
.widget-others-page-slider-container .widget-others-page-slider-name svg:hover path{
	stroke: #c6366f;	
}
.widget-others-page-slider-container .widget-others-page-slider-preview-text{
	font-size: 18px;
	line-height: 141.5%;
	color: #0B0B0B;	
	margin-top:12px;
}
.widget-others-page-slider-container .center .widget-others-page-slider-name,
.widget-others-page-slider-container .center .widget-others-page-slider-preview-text {
    visibility:visible;
}
.widget-others-page-slider-container .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
}
.widget-others-page-slider-container .owl-nav button {
    background: rgba(255, 255, 255, 0.86) !important;
    border: 1px solid #989494 !important;
    height: 38px;
    width: 38px;
    z-index: 2;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.widget-others-page-slider-container .owl-nav button.owl-next {
    position: absolute;
    right: -23px;
}
.widget-others-page-slider-container .owl-nav button.owl-prev {
    position: absolute;
    left: -15px;
}
@media screen and (max-width:1024px) {
	.widget-others-page-slider-container .widget-others-page-slider-container-title{
	    font-size: 24px;	
	}
	.widget-others-page-slider-container{
		padding: 50px 0 50px 0;	
	}
	.widget-others-page-slider-container .center .widget-others-page-slider-image{
	    margin: 0px 5%;
		padding-bottom: 25px;
	}
	.widget-others-page-slider-container .owl-nav button{
	    height: 30px;
		width: 30px;	
	}
	.widget-others-page-slider-container .owl-nav button.owl-next{
		right: -13px;	
	}
	.widget-others-page-slider-container .center .widget-others-page-slider-image img {
		border-radius: 10px;
		padding: 5px;
	}
	.widget-others-page-slider-container .widget-others-page-slider-name{
	    font-size: 16px;
		padding: 0 20px;	
	}
	.widget-others-page-slider-container .widget-others-page-slider-preview-text {
		font-size: 14px;
		padding: 0 20px;
	}
}
/*portfolio */
.widget.widget-new-form-portfolio {
		background-image: url(/upload/2020/pattern-white.png);
		background-repeat: repeat;
		background-color: #AB3362;
		background-position: center;
		padding: 50px 0;
		color: #fff;
	}
	.widget.widget-new-form-portfolio .widget-new-form-portfolio-title {
		font-weight: 600;
		font-size: 36px;
		line-height: 134.1%;
	}
	.widget.widget-new-form-portfolio .widget-new-form-portfolio-description {
		font-weight: 500;
		font-size: 22px;
		line-height: 134.1%;
		padding-top: 12px;
	}
	.widget.widget-new-form-portfolio .widget-new-form-portfolio__button {
		font-weight: 500;
		font-size: 18px;
		line-height: 141.8%;
		color: #fff;
		border-color: #fff;
		margin-top: 30px;
		cursor:pointer;
	}
	.widget.widget-new-form-portfolio .widget-new-form-portfolio__button:hover {
		border-color: #fff;
		background-color: #fff;
		color: #000;
	}
	@media screen and (max-width:1024px) {
		.widget.widget-new-form-portfolio .widget-new-form-portfolio-title{
			font-size: 24px;	
		}
		.widget.widget-new-form-portfolio .widget-new-form-portfolio-description {
			font-size: 18px;
		}
		.widget.widget-new-form-portfolio .widget-new-form-portfolio__button {
			font-size: 14px; 
			margin-top: 20px;
		}
		.widget.widget-new-form-portfolio img {
			margin-top: 60px;
			max-width: 100%;
		}
	}

/*quick-view*/
.widget-qiuck-view {
    padding: 130px 0;
}
.widget-qiuck-view .widget-qiuck-view-title {
    font-weight: 500;
    font-size: 36px;
    line-height: 126.8%;
    color: #0B0B0B;
}
.widget-qiuck-view .widget-qiuck-view-description {
    font-size: 18px;
    line-height: 145.5%;
    color: #0B0B0B;
    margin-top: 15px;
}
.widget-qiuck-view .widget-qiuck-view-image {
    border: 1px solid #DBDBDB;
    padding: 10px;
	border-radius: 26px;
}
.widget-qiuck-view .widget-qiuck-view-image img {
    max-width: 100%;
    border: 1px solid #DBDBDB;
    border-radius: 20px;
}
.widget-qiuck-view .tab-content {
    min-height: 100%;
}
.widget-qiuck-view .widget-qiuck-view-tab-navigations {
    width: 50%;
    margin-left: 50%;
}
.widget-qiuck-view .widget-qiuck-view-tab-navigations.no-margin {
    width: auto;
    margin-left: 0;
}
.widget-qiuck-view .widget-qiuck-view-tab-navigations ul a.tabnav {
    font-size: 16px !important;
    line-height: 145.5% !important;
    padding: 10px 0px !important;
    font-style: normal !important;
    margin: 0 27px;  
	color: #989494;
}
.widget-qiuck-view .widget-qiuck-view-tab-navigations ul {
    border: none !important;
}
@media screen and (max-width:1000px) {
	.widget-qiuck-view .intec-grid-1000-reverse{
	
	}
	.widget-qiuck-view {
		padding: 50px 0;
	}
	.widget-qiuck-view .widget-qiuck-view-title {
		font-size: 24px;
	}
	.widget-qiuck-view .widget-qiuck-view-description{
		font-size: 16px;
	}
	.widget-qiuck-view .widget-qiuck-view-tab-navigations {
		width: 100%;
		margin-left: 0;
	}
	.widget-qiuck-view .widget-qiuck-view-tab-order-3 {
	    order: 3;
	}
	.widget-qiuck-view .widget-qiuck-view-image img{
	    border-radius: 7px;
	}
	.widget-qiuck-view .widget-qiuck-view-image {
		text-align: center; 
	    padding: 4px;
		border-radius: 7px;
	}
	.widget-qiuck-view .widget-qiuck-view-tab-navigations ul {
		text-align: left;
		margin: 0px 0;
	}
	.widget-qiuck-view .widget-qiuck-view-tab-navigations ul a.tabnav{
	    margin: 0 19px;	
	}
}
@media screen and (max-width:500px) {
	.widget-qiuck-view .widget-qiuck-view-tab-navigations ul a.tabnav {
		font-size: 15px !important;
	}
}
/*rasskazat*/
.widget-universe-rasskazat {
		position: relative;
	}
	.widget-universe-rasskazat .main-rasskazat__button:hover {
    color: #ffffff;
}
	.widget-universe-rasskazat .widget-universe-rasskazat-bg {
		background: linear-gradient(97.79deg, #EEEEEE 19.15%, rgba(196, 196, 196, 0) 89.37%);
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;   
		z-index: 2;
	}
	.widget-universe-rasskazat .adaptive-container {
		position: relative;  
		z-index: 3;
	}
	.widget-universe-rasskazat .widget-universe-rasskazat-text-decoration {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
	}
	.widget-universe-rasskazat .widget-universe-rasskazat-text {
		padding-top: 100px;
	}
	.widget-universe-rasskazat .widget-universe-rasskazat-description {
	    font-weight: 400;
		font-size: 20px;
		line-height: 149%;
		color: #0B0B0B;
		margin-top: 18px; 
		margin-bottom: 45px;
		padding-left: 15px;
	}
	.widget-universe-rasskazat .widget-universe-rasskazat-description div {
		margin-bottom: 12px;
	}
	.widget-universe-rasskazat .widget-universe-rasskazat-title {
		font-weight: 500;
		font-size: 36px;
		line-height: 42px;
		color: #0B0B0B;
		margin-bottom: 15px;
		padding-left: 15px;
	}
	.widget-universe-rasskazat .main-rasskazat__button {
		font-size: 14px;
		line-height: 141.8%;
		text-align: center;
		color: #0B0B0B;
		padding: 15px 43px;
	}
	.widget-universe-rasskazat img {
		position: relative;
		left: -150px;
		top: -45px;
	}
	.widget-universe-rasskazat .adaptive-container .rasskazat {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 50%;
		font-weight: 800;
		font-size: 281.66px;
		line-height: 83.5%;
		text-transform: uppercase;
		color: #0B0B0B;
		opacity: 0.04;
	}
	.form-access-container .form-access-form-wrap .form-access-form-confirm input#demo_agree {
    margin: 0px 0 0;
}
	@media screen and (max-width:1024px) {
		.widget-universe-rasskazat .adaptive-container .intec-grid {
			flex-direction: column-reverse;
		}
		.widget-universe-rasskazat .adaptive-container .intec-grid .intec-grid {
			flex-direction: column;
		}
		.form-access-container .form-access-form-wrap .form-access-form-input{
		    margin-bottom: 10px;	
		}
		.widget-universe-rasskazat .adaptive-container .form-access-bottom .intec-grid {
			-webkit-box-align: start!important;
			-ms-flex-align: start!important;
			align-items: start!important;
		}
		.widget-universe-rasskazat .widget-universe-rasskazat-title{
			font-size: 24px;
			line-height: 1.2;
		}
		.widget-universe-rasskazat .widget-universe-rasskazat-description{
			font-size: 16px;	  
			margin-top: 16px;
			margin-bottom: 25px;
		}
		.widget-universe-rasskazat img{
		    max-width: 500px;	
			left: 0;
			top: 0;
		}
		.widget-universe-rasskazat .widget-universe-rasskazat-text-decoration{
			display:none;
		}
		.widget-universe-rasskazat .widget-universe-rasskazat-text {
			padding-top: 50px;
		}
		
		.widget-universe-rasskazat img{
		    max-width: 100%;	
		}
	}
	
/*service-view*/
.widget-service-view .widget-capabilities-list-hidden-block {
    display: none;
}
.widget-service-view .widget-capabilities-list-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    display: inline-flex;
    margin-top: 25px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
	.widget-service-view {
		padding-top: 120px;
		padding-bottom: 120px;
	}
	.widget-service-view .widget-service-view-name {
		font-weight: 500;
		font-size: 36px;
		line-height: 126.8%;
		color: #0B0B0B;
	}
	.widget-service-view .widget-service-view-preview-text {
		font-size: 16px;
		line-height: 145.5%;
		color: #0B0B0B;
		margin-top: 10px;
	}
	.widget-service-view .widget-service-preview-image {
		border: 1px solid #DBDBDB;
		padding: 10px;
		border-radius: 27px;
	}
	.widget-service-view .widget-service-preview-image img {
		max-width: 100%;
		border: 1px solid #DBDBDB;
		border-radius: 20px;
	}
	@media screen and (max-width:1024px) {
		.widget-service-view .intec-grid {
			flex-direction: column-reverse;
		}
		.widget-service-view .widget-service-view-name{
		    font-size: 24px;  
		}
		.widget-service-view .widget-service-view-preview-text{
		    font-size: 16px; 	
		}
		.widget-service-view .widget-service-preview-image{
		    padding: 3px;
			border-radius: 23px;	
		}
	}
	
/*modules-view*/
.widget-modules-view .widget-capabilities-list-hidden-block {
    display: none;
}
.widget-modules-view .widget-capabilities-list-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    display: inline-flex;
    margin-top: 25px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
	.widget-modules-view > div:first-child {
		padding: 100px 0 50px 0;
	}	
	.widget-modules-view > div {
		padding: 50px 0;
	}	
	.widget-modules-view > div:last-child {
		padding: 50px 0 100px 0;
	}
	.widget-modules-view .widget-modules-view-name {
		font-weight: 500;
		font-size: 36px;
		line-height: 126.8%;
		color: #0B0B0B;
	}
	.widget-modules-view .widget-modules-view-preview-text {
		font-size: 16px;
		line-height: 145.5%;
		color: #0B0B0B;
		margin-top: 10px;
	}
	.widget-modules-view .widget-modules-preview-image img {
		max-width: 100%;
	}
	@media screen and (max-width:1024px) {
		/* .widget-modules-view .intec-grid {
			flex-direction: column-reverse;
		} */
		.widget-modules-view .widget-modules-view-name{
		    font-size: 24px;  
		}
		.widget-modules-view .widget-modules-view-preview-text{
		    font-size: 16px; 	
		}
	}	
	@media screen and (max-width:768px) {
		.widget-modules-view > div:first-child,
		.widget-modules-view > div:last-child {
			padding: 50px 0;
		}
	}	
	
/*settings-view*/
.widget-settings-view {
    padding-top: 130px;
}
.widget-settings-view .widget-settings-view-name {
    font-weight: 500;
    font-size: 26px;
    line-height: 145.5%;
    text-align: center;
    color: #0B0B0B;
}
.widget-settings-view .widget-settings-view-preview-text {
    font-size: 16px;
    line-height: 145.5%;
    text-align: center;
    color: #0B0B0B;
    width: 50%;
    margin: 0 auto;
    margin-top: 8px;
    margin-bottom: 34px;
}
.widget-settings-view .widget-settings-view-item-name {
    font-weight: 500;
    font-size: 18px;
    line-height: 145.5%;
    color: #0B0B0B;
    margin-bottom: 6px;
}
.widget-settings-view .widget-settings-view-item-preview {
    font-size: 16px;
    line-height: 145.5%;
    color: #000000;
}
.widget-settings-view .widget-settings-view-item-list {
    font-size: 16px;
    line-height: 145.5%;
    color: #000000;
}
.widget-settings-view .widget-settings-view-item-list div {
    margin-bottom: 25px;
    position: relative;
    padding-left: 12px;
}
.widget-settings-view .widget-settings-view-item-list div:after {
    content: url(/images/2020/universe/settings-list-after.svg);
    position: absolute;
    left: 0;
    top: 0;
}
.widget-settings-view .widget-settings-view-button {
    text-align: center;
}
.widget-settings-view .widget-settings-view-button .widget-settings-view-button-open {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #AB3362;
    cursor: pointer; 
	display: inline-block;  
	transition: 0.4s;
	padding-top: 91px;
}
.widget-settings-view .widget-settings-view-button .widget-settings-view-button-open.toggle {
	padding-top: 0px;	
}
.widget-settings-view .widget-settings-view-button .widget-settings-view-button-open svg {
    position: relative;
    transition: 0.4s;	
}
.widget-settings-view .widget-settings-view-button .widget-settings-view-button-open span.text-toggle {
    font-size: 0;
}
.widget-settings-view .widget-settings-view-button .widget-settings-view-button-open.toggle span.text-not-toggle {
	font-size: 0;
}
.widget-settings-view .widget-settings-view-button .widget-settings-view-button-open.toggle span.text-toggle {
	font-size: 16px;
}
.widget-settings-view .widget-settings-view-button .widget-settings-view-button-open.toggle svg {
    transform: rotate(180deg);
}
@media screen and (max-width:1024px) {
	.widget-settings-view {
		padding-bottom: 50px;
	}
	.widget-settings-view .widget-settings-view-name{
		font-size: 24px;
		text-align: left;
	}
	.widget-settings-view .widget-settings-view-preview-text{
	    text-align: left;
		width: 100%;	
	}
	.widget-settings-view .widget-settings-view-item-list div {
		margin-bottom: 12px;
	}
	.widget-settings-view .widget-settings-view-button {
		text-align: left;
		padding-top: 36px;
	}
}
/*slider*/
.widget.widget-universe-slider {
    background: #F5F5F5;
    /* margin-top: -40px; */
    padding-top: 140px;
    padding-bottom: 120px;
}
.widget.widget-universe-slider .widget-universe-slider-title {
    font-weight: 500;
    font-size: 36px;
    line-height: 141.8%;
    color: #0B0B0B;
}
.widget.widget-universe-slider .widget-universe-slider-page-product .widget-universe-slider__read-all {
    font-weight: 600;
    font-size: 18px;
    line-height: 141.8%;
    color: #AB3362;
}
.widget.widget-universe-slider .widget-universe-slider-page-product .widget-universe-slider__read-all svg {
    width: 20px
    fill: #c6366f;
}
.widget.widget-universe-slider .widget-universe-slider-description {
    font-weight: normal;
    font-size: 16px;
    line-height: 141.5%;
    color: #0B0B0B;    
	margin-top: 15px;
}
.widget.widget-universe-slider .widget-universe-slider-advantages,
.widget.widget-universe-slider .widget-universe-slider-advantages a {
    font-weight: 500;
    font-size: 18px;
    line-height: 141.8%;
    color: #0B0B0B;
}
.widget.widget-universe-slider .widget-universe-slider-advantages div {
    margin-top: 30px;
}
/* .widget.widget-universe-slider .owl-nav {
    text-align: right;
    margin-top: 40px;
    margin-right: 25%;
    transform: translateX(53px);
} */
.widget.widget-universe-slider .owl-nav {
    position: absolute;
    top: 400px;
    right: 20%;
}
.widget.widget-universe-slider .owl-nav button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 38px;
    width: 38px;
    border: 1px solid #989494;
    border-radius: 50%;
    transition: 0.4s;
}
.widget.widget-universe-slider .owl-nav button:hover{
	border-color:#000;
}
.widget.widget-universe-slider .owl-nav button:hover svg path{
	stroke:#000;
}
.widget.widget-universe-slider .owl-nav button svg path{
	stroke:#989494;
    transition: 0.4s;
}
.widget.widget-universe-slider .owl-nav button.owl-prev {
    margin-right: 15px;
}


@media screen and (max-width:1024px) {
	.widget.widget-universe-slider .widget-universe-slider-title {
		font-size: 24px;
	}	
	.widget.widget-universe-slider .widget-universe-slider-page-product .widget-universe-slider__read-all{
		margin-top: 15px;	
	}
	.widget.widget-universe-slider .widget-universe-slider-advantages div {
		margin-top: 15px;
	}
}
@media screen and (max-width:1000px) {
	.widget.widget-universe-slider .widget-universe-slider-page-product .widget-universe-slider__read-all {
		font-size: 16px;
		margin-top: 16px;
	}
	.widget.widget-universe-slider .widget-universe-slider-description{
		font-size: 14px;	
	}
	.widget.widget-universe-slider .widget-universe-slider-description br {
		display: none;
	}
	.widget.widget-universe-slider .widget-universe-slider-advantages,
	.widget.widget-universe-slider .widget-universe-slider-advantages a{
		font-size: 16px;
	}
	.widget.widget-universe-slider img {
		max-width: 500px;
		margin: 0 auto;
	}
	.widget.widget-universe-slider .owl-nav{
	    text-align: center;
		margin-top: 20px;
		margin-right: 0;
		transform: none;
		position: relative;
		top: 0;
		right: 0;
	}
	.widget.widget-universe-slider .owl-nav button {
		height: 25px;
		width: 25px;
	}
	.widget.widget-universe-slider .owl-nav button svg {
		width: 6px;
	}
	.widget.widget-universe-slider{
		padding-top: 100px;
		padding-bottom: 50px;	
	}
}

/*slider-2*/
.widget.widget-universe-slider {
    background: #F5F5F5;
    /* margin-top: -40px; */
    padding-top: 140px;
    padding-bottom: 120px;
}
.widget.widget-universe-slider .widget-universe-slider-title {
    font-weight: 500;
    font-size: 36px;
    line-height: 141.8%;
    color: #0B0B0B;
}
.widget.widget-universe-slider .widget-universe-slider-page-product .widget-universe-slider__read-all {
    font-weight: 600;
    font-size: 18px;
    line-height: 141.8%;
    color: #AB3362;
}
.widget.widget-universe-slider .widget-universe-slider-page-product .widget-universe-slider__read-all svg {
    width: 20px
    fill: #c6366f;
}
.widget.widget-universe-slider .widget-universe-slider-description {
    font-weight: normal;
    font-size: 16px;
    line-height: 141.5%;
    color: #0B0B0B;    
	margin-top: 15px;
}
.widget.widget-universe-slider .widget-universe-slider-advantages,
.widget.widget-universe-slider .widget-universe-slider-advantages a{
    font-weight: 500;
    font-size: 18px;
    line-height: 141.8%;
    color: #0B0B0B;
}
.widget.widget-universe-slider .widget-universe-slider-advantages div {
    margin-top: 30px;
}
/* .widget.widget-universe-slider .owl-nav {
    text-align: right;
    margin-top: 40px;
    margin-right: 25%;
    transform: translateX(53px);
}
.widget.widget-universe-slider .owl-nav button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 38px;
    width: 38px;
    border: 1px solid #989494;
    border-radius: 50%;
    transition: 0.4s;
}
.widget.widget-universe-slider .owl-nav button:hover{
	border-color:#000;
}
.widget.widget-universe-slider .owl-nav button:hover svg path{
	stroke:#000;
}
.widget.widget-universe-slider .owl-nav button svg path{
	stroke:#989494;
    transition: 0.4s;
}
.widget.widget-universe-slider .owl-nav button.owl-prev {
    margin-right: 15px;
} */

@media screen and (max-width:1000px) {
	.widget.widget-universe-slider .widget-universe-slider-title {
		font-size: 24px;
	}		
	.widget.widget-universe-slider .widget-universe-slider-page-product .widget-universe-slider__read-all {
		font-size: 16px;
		margin-top: 16px;
	}
	.widget.widget-universe-slider .widget-universe-slider-description{
		font-size: 14px;	
	}
	.widget.widget-universe-slider .widget-universe-slider-description br {
		display: none;
	}
	.widget.widget-universe-slider .widget-universe-slider-advantages,
	.widget.widget-universe-slider .widget-universe-slider-advantages a{
		font-size: 16px;
	}
	.widget.widget-universe-slider .widget-universe-slider-advantages div {
		margin-top: 20px;
	}
	.widget.widget-universe-slider img {
		max-width: 500px;
		margin: 0 auto;
	}
	/* .widget.widget-universe-slider .owl-nav{
	    text-align: center;
		margin-top: 20px;
		margin-right: 0;
		transform: none;
	}
	.widget.widget-universe-slider .owl-nav button {
		height: 25px;
		width: 25px;
	}
	.widget.widget-universe-slider .owl-nav button svg {
		width: 6px;
	} */
	.widget.widget-universe-slider{
		padding-top: 100px;
		padding-bottom: 50px;	
	}
}
@media screen and (max-width:540px) {
	.widget.widget-universe-slider img {
		max-width: 100%;
	}
}

.order_maket-header {
	font-weight: 600;
	font-size: 36px;
	line-height: 133.3%;
	color: #0B0B0B;
}
.new-intec-portfolio__read-all{
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #0B0B0B !important;
}
.new-intec-portfolio__read-all:hover {
	color: #c6366f !important;
}
.new_intec_portfolio-wrap {
	padding-top: 250px;
	position: relative;
	background: #f5f5f5;
	padding-bottom: 250px;
}
.new_intec_portfolio-wrap:after {
	content: "";
	position: absolute;
	bottom: 136px;
	left: 10%;
	right: 0;
	top: 136px;
	background: #fff;
}
.new_intec_portfolio-wrap > div {
	position: relative;
	z-index: 2;
}
.new_intec_portfolio-wrap .new_intec_portfolio-wrap-header {
	margin-bottom: 40px;
}
.body-universe .bg-nav-tabs.nav > li > a.main-button .mobile-show {
	display: none;
}
.body-universe .bg-nav-tabs.nav > li.active > a{
	background: none;	
}
.body-universe .bg-nav-tabs.nav > li > a.main-button{
	box-shadow: none;	
}
.bg-nav-tabs > li.active .main-button-red, 
.bg-nav-tabs > li.active:hover .main-button-red, 
.bg-nav-tabs > li.active:focus .main-button-red {
	color: #fff !important;
	background: #c6366f !important;
}
@media screen and (max-width:1600px) {
	.new_intec_portfolio-wrap:after{
		display:none;
	}
	.new_intec_portfolio-wrap {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
@media screen and (max-width:1024px) {
	.order_maket-header{
		font-size: 24px;
	}
	.new-intec-portfolio__read-all{
		margin-top: 0;  
		font-size: 16px;	
	}
}
@media screen and (max-width:1000px) {
	.body-universe .bg-nav-tabs.nav > li > a.main-button {
		margin-left: 5px;
	}
	.body-universe .bg-nav-tabs.nav > li > a {
		text-align: left;
		border-bottom: none;
		padding-left: 0;
		padding-bottom: 10px;
		margin-left: 0;
		padding-right: 0;
		margin-right: 30px;
	}
	.bg-nav-tabs > li {
		margin-bottom: 0px;
	}
	.body-universe .bg-nav-tabs {
		text-align: left; 
		border-bottom: none;
		margin: 35px 20px 20px 20px;
	}
	.body-universe .bg-nav-tabs.nav > li > a.main-button{
		margin-top: 20px;	
	}
	/* .body-universe .bg-nav-tabs.nav > li > a.main-button .mobile-show {
		display: inline-block;
	} */
	.body-universe .bg-nav-tabs.nav > li > a.main-button {
		border: none !important;
		background: transparent !important;
		color: #000 !important;
		padding: 0 !important;
		margin-left: 0 !important;
		font-weight: 600;
		min-height: 100%;
	}
	/* .bg-nav-tabs > li.mobile-block {
		display: block !important;
	} */
	.body-universe .bg-nav-tabs.nav > li > a.main-button.main-button-red {
		color: #c6366f !important;
	}
}
.widget.widget-universe-slider .widget-universe-slider-page-text,
.widget.widget-universe-slider .widget-universe-slider-page-text a {
    font-weight: 500;
    font-size: 18px;
    line-height: 141.8%;
    color: #0B0B0B;
    margin-top: 30px;
}

#order_maket .order_maket-header{
    font-weight: 500;
    font-size: 36px;
    line-height: 141.8%;
    color: #0B0B0B;
}
/* .capabilities-gray-bg:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
	top: 140px;
    background: #F5F5F5;
} */
.capabilities-gray-bg {
    position: relative;
	background: #F5F5F5;
}
.capabilities-gray-bg > div {
    position: relative;
    z-index: 2;
}
.widget-reviews-wrap{
	padding-top:100px;	
	padding-bottom:100px;	
}
.widget-faq-develop{
	padding-top: 100px;
	padding-bottom: 100px;
}
.container-solutions{
	padding: 80px 0 125px 0;
}
@media all and (max-width: 1000px) {
	.widget-reviews-wrap{
		padding-top:50px;	
		padding-bottom: 50px;	
	}	
	.widget-faq-develop,
	.container-solutions{
		padding-top: 50px;
		padding-bottom: 50px;	
	}
	
}



.widget.widget-universe-slider .image-slider img {
    border-radius: 20px;
    border: 1px solid rgba(115, 115, 115, 0.2);
    max-width: 100%;
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: pixelated;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}
.widget.widget-universe-slider .image-slider {
    border: 1px solid rgba(115, 115, 115, 0.2);
    padding: 7px;
    border-radius: 20px;
}
@media all and (max-width: 1000px) {
	.widget.widget-universe-slider .image-slider{
		display: inline-block;	
	}
}
.banner-capabilities {
	height: 140px;
	background: #000;
}
.banner-capabilities__wrapper {
	display: flex;
    align-items: center;
    height: 100%;
    text-decoration: none!important;
    color: #fff;
}
.banner-capabilities a:hover {
	text-decoration: none!important;
	border: 0;
}
.banner-capabilities__percent {	
    height: 100%;
    width: 131px;
    text-align: center;
    line-height: 100px;
	background: #fff;
    font-weight: bold;
    font-size: 62px;
	color: #000;
}
.banner-capabilities__text {
	flex-grow: 1;	 
}
.banner-capabilities__text svg {
	fill: #fff;	 
}
.banner-capabilities__title {
	font-size: 32px;
	line-height: 106.1%;
	color: #FFFFFF;
	text-align:center;
}
.banner-capabilities__content {
	font-weight: 300;
	font-size: 18px;
	text-align:center;
}
@media (max-width:600px) {
	.banner-capabilities__content {
		display: none;
	}
	.banner-capabilities__title {
		font-size: 23px;
	}
	.banner-capabilities__percent {
		font-size: 46px;
	}
}

/*universelite*/
.banner-solution-universelite {
	background: url(/upload/2020/pattern-white.png), linear-gradient(90.28deg, #4F8551 2.48%, #6BB86A 94.87%);
}
/* .banner-solution-universelite .banner-solution__buy {
	color: #4E9C51;
} */
.banner-solution__image-block.banner-solution__image-block-universelite::after {
    content: "";
    left: 36px;
    bottom: -63px;
    position: absolute;
    width: 120px;
    height: 120px;
    background: url(/images/2020/universelite/universelite.jpg);
}
@media screen and (max-width: 768px){
	.banner-solution__image-block.banner-solution__image-block-universelite::after {
		right: 36px;
		top: -63px;
		left: auto;
	}
}
@media screen and (max-width:450px) {
	.banner-solution__image-block.banner-solution__image-block-universelite::after {
		content: "";
		left: 100%;
		transform: translateX(-60px);
		top: -25px;
		position: absolute;
		width: 45px;
		height: 45px;
		background-size: cover;
	}
	.banner-solution__image {
		max-width:100%;
	}
	
}
.widget-universe-mobile-version.mobile-version-universelite {
	background-image: url(/images/2020/universelite/mobile-version-bg.png);
}
@media screen and (max-width:1000px) {
	.widget-universe-mobile-version.mobile-version-universelite {
		background-image: url(/images/2020/universelite/mobile-version-bg-768.png);
	}
}
@media screen and (max-width:500px) {
	.widget-universe-mobile-version.mobile-version-universelite {
		background-image: url(/images/2020/universelite/mobile-version-bg-425.png);
		background-position: 0 -145px;
	}
}
@media screen and (max-width:320px) {
	.widget-universe-mobile-version.mobile-version-universelite {
		background-image: url(/images/2020/universelite/mobile-version-bg-425.png);
		background-position: 0 55px;
		background-color: #dbdbdb;
	}
}

/*speed-version*/
.widget-universe-speed-version {
		background-image: url(/images/2020/universelite/speed-version-bg.png?ver=2);
		padding-top: 180px;
		background-size: cover;
		background-position: top center;
		background-repeat: no-repeat;
		min-height: 750px;
		box-sizing: border-box;
	}
	.widget-universe-speed-version .widget-universe-speed-version-text {
		width: 44%;
	}
	.widget-universe-speed-version .widget-universe-speed-version-title {
		font-weight: 500;
		font-size: 36px;
		line-height: 122%;
		color: #0B0B0B;
		margin-bottom: 20px;
	}
	.widget-universe-speed-version .widget-universe-speed-version-description {
		font-weight: normal;
		font-size: 20px;
		line-height: 30px;
		color: #0B0B0B;
	}
	.widget-universe-speed-version .widget-universe-speed-version-list div {
		font-weight: normal;
		font-size: 20px;
		line-height: 30px;
		color: #0B0B0B;
		position: relative;
		margin-bottom: 15px;  
		padding-left: 12px;
		position:relative;
	}
	.widget-universe-speed-version .widget-universe-speed-version-list div:before {
		content: url(/images/2020/arrow-tabs.svg);
		position: absolute;
		left: 0;
	}
	
	@media screen and (max-width:1740px) {
		.widget-universe-speed-version { 
			padding-top: 100px;
			padding-bottom: 50px;
		}
		.widget-universe-speed-version .widget-universe-speed-version-text {
			width: 50%;
			margin: 0 auto;
			margin-right: 0;
			display: inline-block;
			margin-left: 0;
		}
	}
	@media screen and (max-width:1240px) {
		.widget-universe-speed-version { 
			padding-top: 50px;
			padding-bottom: 50px;
		}
		.widget-universe-speed-version .widget-universe-speed-version-text {
			width: 50%;
			margin: 0 auto;
			margin-right: 0;
			display: inline-block;
			margin-left: 0;
		}
	}
	@media screen and (max-width:1000px) {
		.widget-universe-speed-version {
			background-image: url(/images/2020/universelite/speed-version-bg-768.png?ver=3);
			background-size: cover;
			background-position: bottom center;
		}
		.widget-universe-speed-version { 
			padding-top: 0;
			padding-bottom: 0;
		}
		.widget-universe-speed-version .widget-universe-speed-version-text {
			width: 50%;
			margin: 0 auto;
			margin-right: 0;
			display: inline-block;
			margin-left: 25%;
		}
		.widget-universe-speed-version .widget-universe-speed-version-text {
		    width: 100%;
			margin-left: 0;
			padding: 50px 0;
		}
		.widget-universe-speed-version .widget-universe-speed-version-text a.read-all__link {
			margin-top: 5px;
		}
		.widget-universe-speed-version .widget-universe-speed-version-title{
			font-size: 24px;	
		}
		.widget-universe-speed-version .widget-universe-speed-version-description{
			font-size: 14px;	
		}
		.widget-universe-speed-version .widget-universe-speed-version-list div{
			font-size: 14px;		
		}
	}
	@media screen and (max-width:500px) {
		.widget-universe-speed-version {
			background-image: url(/images/2020/universelite/speed-version-bg-425.png?ver=3);
			background-size: cover;
			background-position: bottom center;
		}
	}
	@media screen and (max-width:375px) {
		.widget-universe-speed-version .widget-universe-speed-version-text {
	
		}
	}

.widget.widget-universe-slider .owl-carousel-nav-center .owl-nav {
	margin: 0 auto;
    max-width: 100px;
    right: 0;
    left: 0;
}

/*garderob*/
.banner-solution-garderob {
	background: url(/upload/2020/pattern-white.png), linear-gradient(90.28deg, #7F1292 2.48%, #B56EF7 94.87%);
}
.banner-solution-garderob .banner-solution__title {
	max-width: 505px;
}
@media screen and (max-width:768px) {
	.banner-solution-garderob .banner-solution__title {
		max-width: 100%;
	}
}
/* .banner-solution-garderob .banner-solution__buy {
	color: #8C29AB;
} */
.banner-solution__image-block.banner-solution__image-block-garderob::after {
    content: "";
    left: 36px;
    bottom: -63px;
    position: absolute;
    width: 120px;
    height: 120px;
    background: url(/images/2020/garderob/garderob.png);
}
@media screen and (max-width: 768px){
	.banner-solution__image-block.banner-solution__image-block-garderob::after {
		right: 36px;
		top: -63px;
		left: auto;
	}
}
@media screen and (max-width:450px) {
	.banner-solution__image-block.banner-solution__image-block-garderob::after {
    content: "";
    left: 100%;
    transform: translateX(-60px);
    top: -25px;
    position: absolute;
    width: 45px;
    height: 45px;
    background-size: cover;
	}
}
.widget-universe-mobile-version.mobile-version-garderob {
	background-image: url(/images/2020/garderob/mobile-version-bg.webp);
}
@media screen and (max-width:1000px) {
	.widget-universe-mobile-version.mobile-version-garderob {
		min-height: auto;
		background-image: url(/images/2020/garderob/mobile-version-bg-768.webp);
	}
}
@media screen and (max-width:500px) {
	.widget-universe-mobile-version.mobile-version-garderob {
		background-image: url(/images/2020/garderob/mobile-version-bg-425.webp);
		background-position: 0 -145px;
	}
}
@media screen and (max-width:320px) {
	.widget-universe-mobile-version.mobile-version-garderob {
		background-image: url(/images/2020/garderob/mobile-version-bg-425.webp);
		background-position: 0 55px;
		background-color: #dbdbdb;
	}
}

.widget-universe-speed-version.speed-version-garderob {
	background-image: url(/images/2020/garderob/speed-version-bg.png);
	padding-top: 180px;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 750px;
	box-sizing: border-box;
}
@media screen and (max-width:1000px) {
	.widget-universe-speed-version.speed-version-garderob {
		background-image: none;    min-height: auto;
    padding-top: 0;
		background-size: cover;
		background-position: bottom center;
	}
}
@media screen and (max-width:500px) {
	.widget-universe-speed-version.speed-version-garderob {
		background-image: none;
		background-size: cover;
		background-position: bottom center;
	}
}

.icon-box {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.icon-block {
	background: #F3F4F5;
	box-shadow: -6px -6px 16px #F9F9F9, 6px 6px 16px rgba(214, 217, 226, 0.5);
	border-radius: 20px;
	min-width: 64px;
	min-height: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.icon-block--white {
	background: #FFFFFF;
	box-shadow: -6px -6px 16px #F9F9F9, 6px 6px 16px rgba(214, 217, 226, 0.5);
	border-radius: 20px;
	min-width: 64px;
	min-height: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.icon-text {
	margin-left: 30px;
	font-size: 18px;
	line-height: 23px;
}
.icon-text-small-b {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
}
.icon-text-small {
	font-size: 16px;
	line-height: 20px;
}
.icon-text-small--red {
	color: #AB3362;
}

/*food*/
.banner-solution-food {
	background: url(/upload/2020/pattern-white.png), linear-gradient(90.28deg, #D54838 2.48%, #E9A749 94.87%);
}
.banner-solution__image-block.banner-solution__image-block-food::after {
    content: "";
    left: 36px;
    bottom: -63px;
    position: absolute;
    width: 120px;
    height: 120px;
    background: url(/images/2020/food/food.png);
}
@media screen and (max-width: 768px){
	.banner-solution__image-block.banner-solution__image-block-food::after {
		right: 36px;
		top: -63px;
		left: auto;
	}
}
@media screen and (max-width:450px) {
	.banner-solution__image-block.banner-solution__image-block-food::after {
		content: "";
		left: 100%;
		transform: translateX(-60px);
		top: -25px;
		position: absolute;
		width: 45px;
		height: 45px;
		background-size: cover;
	}
}
/* .banner-solution-food .banner-solution__buy {
	color: #D44837;
} */
.examples__tab-name.no-fill svg {
	fill: none;
}
.widget-universe-mobile-version.mobile-version-food {
	background-image: url(/images/2020/food/mobile-version-bg.png);
}
@media screen and (max-width:1000px) {
	.widget-universe-mobile-version.mobile-version-food {
		background-image: url(/images/2020/food/mobile-version-bg-768.png);
	}
}
@media screen and (max-width:500px) {
	.widget-universe-mobile-version.mobile-version-food {
		background-image: url(/images/2020/food/mobile-version-bg-425.png);
		background-position: 0 -145px;
	}
}
@media screen and (max-width:320px) {
	.widget-universe-mobile-version.mobile-version-food {
		background-image: url(/images/2020/food/mobile-version-bg-425.png);
		background-position: 0 55px;
		background-color: #dbdbdb;
	}
}
.widget-universe-speed-version.speed-version-food {
	background-image: url(/images/2020/food/speed-version-bg.png);
	padding-top: 180px;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 750px;
	box-sizing: border-box;
}
@media screen and (max-width:1000px) {
	.widget.widget-universe-slider.slider-3 {
		padding-top: 15px;
	}
	.widget-universe-speed-version.speed-version-food {
		padding-top: 0;
		background-image: url(/images/2020/food/speed-version-bg-768.png);
		background-size: cover;
		background-position: bottom center;
	}
}
@media screen and (max-width:500px) {
	.widget-universe-speed-version.speed-version-food {
		background-image: url(/images/2020/food/speed-version-bg-425.png);
		background-size: cover;
		background-position: bottom center;
	}
}

/*site*/
.banner-solution-universesite {
	background: url(/upload/2020/pattern-white.png), linear-gradient(90.28deg, #AD102E 2.48%, #F3446C 94.87%);
}
.banner-solution__image-block.banner-solution__image-block-universesite::after {
    content: "";
    left: 36px;
    bottom: -63px;
    position: absolute;
    width: 120px;
    height: 120px;
    background: url(/images/2020/universesite/universesite.png);
}
@media screen and (max-width: 768px){
	.banner-solution__image-block.banner-solution__image-block-universesite::after {
		right: 36px;
		top: -63px;
		left: auto;
	}
}
@media screen and (max-width:450px) {
	.banner-solution__image-block.banner-solution__image-block-universesite::after {
		content: "";
		left: 100%;
		transform: translateX(-60px);
		top: -25px;
		position: absolute;
		width: 45px;
		height: 45px;
		background-size: cover;
	}
}
/* .banner-solution-universesite .banner-solution__buy {
	color: #BB1A3A;
} */
.widget-universe-mobile-version.mobile-version-universesite {
	background-image: url(/images/2020/universesite/mobile-version-bg.png);
}
@media screen and (max-width:1000px) {
	.widget-universe-mobile-version.mobile-version-universesite {
		background-image: url(/images/2020/universesite/mobile-version-bg-768.png);
	}
}
@media screen and (max-width:500px) {
	.widget-universe-mobile-version.mobile-version-universesite {
		background-image: url(/images/2020/universesite/mobile-version-bg-425.png);
		background-position: 0 -145px;
	}
}
@media screen and (max-width:320px) {
	.widget-universe-mobile-version.mobile-version-universesite {
		background-image: url(/images/2020/universesite/mobile-version-bg-425.png);
		background-position: 0 55px;
		background-color: #dbdbdb;
	}
}
.widget-universe-speed-version.speed-version-universesite {
	background-image: url(/images/2020/universesite/speed-version-bg.png);
	padding-top: 180px;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 750px;
	box-sizing: border-box;
}
@media screen and (max-width:1000px) {
	.widget-universe-speed-version.speed-version-universesite {
		padding-top: 0;
		background-image: url(/images/2020/universesite/speed-version-bg-768.png);
		background-size: cover;
		background-position: bottom center;
	}
}
@media screen and (max-width:500px) {
	.widget-universe-speed-version.speed-version-universesite {
		background-image: url(/images/2020/universesite/speed-version-bg-425.png);
		background-size: cover;
		background-position: bottom center;
	}
}

/*basket*/
.banner-solution-basket {
	background: url(/upload/2020/pattern-white.png), linear-gradient(90.28deg, #6F3A31 2.48%, #C1805D 94.87%);
}
.banner-solution-b2b {
	background: url(/upload/2020/pattern-white.png), linear-gradient(90.28deg, #2c0a61 2.48%,#3a20ba  94.87%);
}
.banner-solution-phoenix {
	background: url(/upload/2020/pattern-white.png), linear-gradient(90.28deg, #D54838 2.48%, #E9A749 94.87%);
}
.banner-solution-kraken {
	background: url(/upload/2020/pattern-white.png), linear-gradient(90.28deg, #026266 2.48%, #20AE91 94.87%);
}
.banner-solution-hameleon {
	background: url(/upload/2020/pattern-white.png), linear-gradient(90.28deg, #4F8551 2.48%, #6BB86A 94.87%);
}
.banner-solution-b2bshop {
	background: url(/upload/2020/pattern-white.png), linear-gradient(90.28deg, #2A2A2A 31.79%, #686868 94.87%);
}
.banner-solution-basket .banner-solution__title {
	padding-bottom: 10px; 
}
/* .banner-solution-basket .banner-solution__buy {
	color: #6F3A31;
} */
.banner-solution__image-block.banner-solution__image-block-basket::after {
    content: "";
    right: 36px;
    top: -63px;
    position: absolute;
    width: 120px;
    height: 120px;
    background: url(/images/2020/basket/basket.png);
}
.banner-solution__image-block.banner-solution__image-block-b2b::after {
	content: "";
    right: 36px;
    top: -63px;
    position: absolute;
    width: 120px;
    height: 120px;
    background: url(/images/2020/b2bportal/b2b.jpg);
	background-size: cover;
}
.banner-solution__image-block.banner-solution__image-block-phoenix::after {
	content: "";
    right: 36px;
    top: -63px;
    position: absolute;
    width: 120px;
    height: 120px;
    background: url(/images/2020/phoenix/solution.png);
	background-size: cover;
}
.banner-solution__image-block.banner-solution__image-block-kraken::after {
	content: "";
    right: 36px;
    top: -63px;
    position: absolute;
    width: 120px;
    height: 120px;
    background: url(/images/2020/kraken/solution.png);
	background-size: cover;
}
.banner-solution__image-block.banner-solution__image-block-importexport::after {
	content: "";
    right: 36px;
    top: -63px;
    position: absolute;
    width: 120px;
    height: 120px;
    background: url(/images/2020/importexport/logo.png);
	background-size: cover;
}
.banner-solution__image-block.banner-solution__image-block-hameleon::after {
	content: "";
    right: 36px;
    top: -63px;
    position: absolute;
    width: 120px;
    height: 120px;
    background: url(/images/2020/hameleon/ava.jpg);
	background-size: cover;
}
.banner-solution__image-block.banner-solution__image-block-b2bshop::after {
	content: "";
    right: 36px;
    top: -63px;
    position: absolute;
    width: 120px;
    height: 120px;
    background: url(/images/2020/b2bshop/b2b_shop_2.png);
	background-size: cover;
}
@media screen and (max-width:450px) {
	.banner-solution__image-block.banner-solution__image-block-basket::after,
	.banner-solution__image-block.banner-solution__image-block-b2b::after,
	.banner-solution__image-block.banner-solution__image-block-phoenix::after,
	.banner-solution__image-block.banner-solution__image-block-kraken::after,
	.banner-solution__image-block.banner-solution__image-block-importexport::after  {
		content: "";
		left: 145px;
		top: -25px;
		position: absolute;
		width: 45px;
		height: 45px;
		background-size: cover;
	}	
}
.widget-universe-mobile-version.mobile-version-basket {
	background-image: url(/images/2020/basket/mobile-version-bg.png);
}
@media screen and (max-width:1000px) {
	.widget-universe-mobile-version.mobile-version-basket {
		background-image: url(/images/2020/basket/mobile-version-bg-768.png);
	}
}
@media screen and (max-width:500px) {
	.widget-universe-mobile-version.mobile-version-basket {
		background-image: url(/images/2020/basket/mobile-version-bg-425.png);
		background-position: 0 -145px;
	}
}
@media screen and (max-width:320px) {
	.widget-universe-mobile-version.mobile-version-basket {
		background-image: url(/images/2020/basket/mobile-version-bg-425.png);
		background-position: 0 55px;
		/*background-color: #dbdbdb;*/
	}
}

/*unibox*/
.banner-solution-unibox {
	background: url(/upload/2020/pattern-white.png), linear-gradient(90.28deg, #026266 2.48%, #20AE91 94.87%);
}
.banner-solution-unibox .banner-solution__title {
	padding-bottom: 10px;
}
/* .banner-solution-unibox .banner-solution__buy {
	color: #076F6D;
} */
.banner-solution__image-block.banner-solution__image-block-unibox::after {
    content: "";
    left: 36px;
    bottom: -63px;
    position: absolute;
    width: 120px;
    height: 120px;
    background: url(/images/2020/unibox/unibox.png);
}
@media screen and (max-width: 768px){
	.banner-solution__image-block.banner-solution__image-block-unibox::after {
		right: 36px;
		top: -63px;
		left: auto;
	}
}
@media screen and (max-width:450px) {
	.banner-solution__image-block.banner-solution__image-block-unibox::after {
	    content: "";
		left: 100%;
		transform: translateX(-60px);
		top: -25px;
		position: absolute;
		width: 45px;
		height: 45px;
		background-size: cover;
	}
}
.widget-universe-mobile-version.mobile-version-unibox {
	background-image: url(/images/2020/unibox/mobile-version-bg.jpg?ver=1.0.1);
}
@media screen and (max-width:1000px) {
	.widget-universe-mobile-version.mobile-version-unibox {
		background-image: url(/images/2020/unibox/mobile-version-bg-768.jpg);
	}
}
@media screen and (max-width:500px) {
	.widget-universe-mobile-version.mobile-version-unibox {
		background-image: url(/images/2020/unibox/mobile-version-bg-425.jpg);
		background-position: 0 -145px;
	}
}
@media screen and (max-width:320px) {
	.widget-universe-mobile-version.mobile-version-unibox {
		background-image: url(/images/2020/unibox/mobile-version-bg-425.jpg);
		background-position: 0 55px;
		background-color: #dbdbdb;
	}
}
.widget-universe-speed-version.speed-version-unibox {
	background-image: url(/images/2020/unibox/speed-version-bg.jpg);
	padding-top: 180px;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 750px;
	box-sizing: border-box;
}
@media screen and (max-width:1000px) {
	.widget-universe-speed-version.speed-version-unibox {
		background-image: none;
		background-size: cover;
		background-position: bottom center;
		min-height: auto;
		padding-top: 0px;
	}
}
@media screen and (max-width:500px) {
	.widget-universe-speed-version.speed-version-unibox {
		
	}
}
 
/**
* universeprom
*/
.banner-solution-prom {
	background: url(/upload/2020/pattern-white.png), linear-gradient(90.28deg, #2A44A4 2.48%, #205ADB 94.87%);
}
.banner-solution__image-block.banner-solution__image-block-prom::after {
	content: "";
    left: 36px;
    bottom: -63px;
    position: absolute;
    width: 120px;
    height: 120px;
	background: url(/upload/2020/websites_bitrix/prom/prom.png)
}
@media screen and (max-width: 768px){
	.banner-solution__image-block.banner-solution__image-block-prom::after {
		right: 36px;
		top: -63px;
		left: auto;
	}
}
/* .banner-solution-prom a.banner-solution__buy {
	color: #2847AB;
}
.banner-solution-prom a.banner-solution__buy:hover,
.banner-solution-prom a.banner-solution__buy:active,
.banner-solution-prom a.banner-solution__buy:focus {
	color: #fff;
} */
.widget-universe-prom-speed-version {
	background-image:url(/images/2020/prom/speed-version-bg.jpg?ver=1.0.2);
}
.widget-universe-mobile-version.mobile-version-prom {
	background-image: url(/images/2020/prom/mobile-version-bg.jpg?ver=1.0.1);
}
.widget-capabilities-list-sign {
	width: auto!important;
	float: none!important;
}
.widget-capabilities-list-sign li {
	display: flex;
	margin-bottom: 16px;
	align-items: flex-start;
}
.widget-capabilities-list-sign li::before {
	content: url(/images/2020/arrow-tabs.svg);
	margin-right: 14px;
	padding: 0;
    margin-top: -1px;
    flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
	.widget-universe-prom-speed-version {
		background-image:url(/images/2020/prom/speed-version-bg-768.jpg?ver=1.0.2);
	}
	.widget-universe-mobile-version.mobile-version-prom {
		background-image: url(/images/2020/prom/mobile-version-bg-768.jpg?ver=1.0.1);
	}
}
@media screen and (max-width: 500px) {
	.widget-universe-prom-speed-version {
		background-image:url(/images/2020/prom/speed-version-bg-425.jpg?ver=1.0.2);
	}
	.widget-universe-mobile-version.mobile-version-prom {
		background-image: url(/images/2020/prom/mobile-version-bg-425.jpg?ver=1.0.1);
	}

}
@media screen and (max-width: 450px) {
	.banner-solution__image-block.banner-solution__image-block-prom::after{
		content: "";
		left: 100%;
		transform: translateX(-60px);
		top: -25px;
		position: absolute;
		width: 45px;
		height: 45px;
		background-size: cover;
	}
}
/**
* universeprom end
*/

/*regionality*/
.banner-solution-regionality {
	background: url(/upload/2020/pattern-white.png), linear-gradient(90.28deg, #067281 2.48%, #6AC1CC 94.87%);
}
/* .banner-solution-regionality a.banner-solution__buy {
	color: #046674;
}
.banner-solution-regionality a.banner-solution__buy:hover,
.banner-solution-regionality a.banner-solution__buy:active,
.banner-solution-regionality a.banner-solution__buy:focus {
	color: #fff;
}
.banner-solution-regionality a.banner-solution__demo:hover,
.banner-solution-regionality a.banner-solution__demo:active,
.banner-solution-regionality a.banner-solution__demo:focus {
	color: #000;
} */
.banner-solution-regionality .banner-solution__description {
	font-size: 20px;
    line-height: 149%;
    font-weight: normal;
}
.widget.widget-universe-slider.widget-regionality-slider .owl-nav {
	left: 0;
    bottom: 25px;
	top: auto;
}
.widget.widget-universe-slider.widget-regionality-slider .owl-nav button.owl-prev,
.widget.widget-universe-slider.widget-regionality-slider .owl-nav button.owl-next {
	border: 1px solid #989494;
	border-radius: 50%;
}
.widget.widget-universe-slider.widget-regionality-slider .owl-nav button.owl-prev:hover,
.widget.widget-universe-slider.widget-regionality-slider .owl-nav button.owl-next:hover {
	border: 1px solid #000;
}

/*seo*/
.banner-solution-seo {
	background: url(/upload/2020/pattern-white.png), linear-gradient(90.28deg, #851E21 2.48%, #D14152 94.87%);
}
/* .banner-solution-seo a.banner-solution__buy {
	color: #8B2125;
}
.banner-solution-seo a.banner-solution__buy:hover,
.banner-solution-seo a.banner-solution__buy:active,
.banner-solution-seo a.banner-solution__buy:focus {
	color: #fff;
}
.banner-solution-seo a.banner-solution__demo:hover,
.banner-solution-seo a.banner-solution__demo:active,
.banner-solution-seo a.banner-solution__demo:focus {
	color: #8B2125;
} */
.banner-solution-seo .banner-solution__image-block.banner-solution__image-block-basket::after {
	content: "";
    left: 36px;
    bottom: -63px;
    position: absolute;
    width: 120px;
    height: 120px;
    background: url(/images/2020/seo/icon.png);
}
@media screen and (max-width: 768px){
	.banner-solution-seo .banner-solution__image-block.banner-solution__image-block-basket::after {
		right: 36px;
		top: -63px;
		left: auto;
	}
}
@media (max-width: 500px) {
	.banner-solution-seo .banner-solution__image-block.banner-solution__image-block-basket::after {
		content: "";
		right: 36px;
		top: -30px;
		position: absolute;
		width: 120px;
		height: 120px;
		background: url(/images/2020/seo/icon.png);
	}
}
.banner-solution-seo .banner-solution__image {
	width: auto;
}
.controls__block {
	margin-top: 120px;
}
.controls__item-wrapper {
	height: 100%;
	padding: 34px 25px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.06);
	border-radius: 11px;
}
.controls__name {
	font-weight: 600;
	font-size: 20px;
	line-height: 141.5%;
	color: #0B0B0B;
}	
.controls__description {
	margin-top: 20px;
	font-size: 16px;
	line-height: 141.5%;
	color: #5B5B5B;
}
.controls__item--first .controls__item-wrapper {
	padding-left: 5px;
	background: none;
	border-radius: 0;
	box-shadow: none;
}
.controls__item--first .controls__description {
	font-size: 16px;
	line-height: 141.5%;
	color: #0B0B0B;
}
.controls__item--first .controls__name {
	font-weight: 500;
	font-size: 32px;
	line-height: 137.8%;
}
.capabilities-list-delimiter{
	height:120px;
}
@media screen and (max-width:1024px) {
	.controls__item--first .controls__name {
		font-size: 24px;
	}
	.controls__name {
		font-size: 16px;
	}
	.controls__item-wrapper {
		padding: 20px 10px;
	}
	.capabilities-list-delimiter {
		height: 70px;
	}
}
/*cabinet*/
.banner-solution-cabinet {
	background: url(/upload/2020/pattern-white.png), linear-gradient(90.28deg, #2A2A2A 31.79%, #686868 94.87%);
}
.banner-solution__image-block.banner-solution__image-block-cabinet::after {
    content: "";
    left: 36px;
    bottom: -63px;
    position: absolute;
    width: 120px;
    height: 120px;
    background: url(/images/2020/cabinet/cabinet.png);
}
@media screen and (max-width: 768px){
	.banner-solution__image-block.banner-solution__image-block-cabinet::after {
		right: 36px;
		top: -63px;
		left: auto;
	}
}
@media screen and (max-width:450px) {
	.banner-solution__image-block.banner-solution__image-block-cabinet::after {
		content: "";
		left: 145px;
		top: -25px;
		position: absolute;
		width: 45px;
		height: 45px;
		background-size: cover;
	}
	.banner-solution__image {
		max-width:100%;
	}
	
}
/* .banner-solution-cabinet a.banner-solution__demo:hover {
    color: #c6366f;
}
.banner-solution-cabinet a.banner-solution__demo:hover svg {
    fill: #c6366f;
} */
.widget-universe-mobile-version.mobile-version-cabinet {
	background-image: url(/images/2020/cabinet/mobile-version-bg.jpg);
	min-height: 585px;
	padding-top: 0;
    padding-bottom: 0;
	display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width:1000px) {
	.widget-universe-mobile-version.mobile-version-cabinet {
		background-image: url(/images/2020/cabinet/mobile-version-bg-768.jpg);
		position: relative;  
		background-attachment: fixed;
	}
	.widget-universe-mobile-version.mobile-version-cabinet:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #ffffff94;
	}
	.widget-universe-mobile-version.mobile-version-cabinet > div {
		position: relative;
		z-index: 2;
	}
}
@media screen and (max-width:500px) {
	.widget-universe-mobile-version.mobile-version-cabinet {
		background-image: url(/images/2020/cabinet/mobile-version-bg-425.jpg);
		background-position: 0 -145px;
	}
}
@media screen and (max-width:320px) {
	.widget-universe-mobile-version.mobile-version-cabinet {
		background-image: url(/images/2020/cabinet/mobile-version-bg-425.jpg);
		background-position: 0 55px;
		background-color: #dbdbdb;
	}
}
.widget-universe-list div {
    font-weight: normal;
    font-size: 16px;
    line-height: 145%;
    color: #0B0B0B;
    position: relative;
    margin-bottom: 15px;
    padding-left: 12px;
    position: relative;
}
.widget-universe-list div:before {
    content: url(/images/2020/arrow-tabs.svg);
    position: absolute;
    left: 0;
}
.controls__item-wrapper {
	display: flex;
}
.link-to-youtube-blocks {
	padding: 50px 20px;
	max-width: 840px;
	margin: auto;
}
.link-to-youtube-blocks .link-to-youtube-block {
	display: block;
	position: relative;
}
.link-to-youtube-blocks .link-to-youtube-block img {
	filter: brightness(0.75);
	border-radius: 12px;
	max-width: 100%;
}


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

}
.main-page-sertificates__all-link a {
    color: #000;
    text-decoration: none!important;
}
@media (max-width:500px) {
    .main-page-sertificates__all-link {
        display: none;
    }
}
.iframe-container-detail {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 56%;
}

.iframe-container-detail iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* End */


/* Start:/bitrix/templates/newintec/css/custom/flickity.css?15986082322458*/
/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: #333;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* End */


/* Start:/include/2023/websites-bitrix/importexport_new/style.css?169287524720968*/
/* TEMPLATE CLASS */
.widget-description .widget-header-title{
    color: #0B0B0B;
    font-size: clamp(20px, 4vw, 36px);
    font-style: normal;
    font-weight: 500;
    line-height: 128.8%;
}
.widget-description .widget-item-name{
    color: #0B0B0B;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.widget-description .widget-header-description{
    color: #0B0B0B;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.widget-description .widget-item-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    flex: 0 0 64px;
    height: 64px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 6px 6px 16px 0px rgba(214, 217, 226, 0.30), -6px -6px 16px 0px #F9F9F9;
}
.widget-description .widget-item-icon svg{
    max-width: 24px;
    max-height: 24px;
}
.widget-description .widget-picture img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.widget-description .widget-header-description p{
    margin: 0 0 23px;
}
.widget-description .widget-header-description p:last-child{
    margin: 0;
}

@media all and (max-width: 768px) {
    .widget-description .widget-item-name br{
        display: none;
    }
}
@media all and (max-width: 550px) {
    .widget-description .widget-header-description p{
        margin: 0 0 14px;
    }
}

/* DESCRIPTION */
.widget-block-description{
    position: relative;
    overflow: hidden;
    padding: clamp(40px, 12vw, 100px) 0;
}
.widget-block-description .widget-header-description{
    color: #0B0B0B;
    font-size: clamp(18px, 3.4vw, 28px);
    font-style: normal;
    font-weight: 400;
    line-height: 147.3%;
}

/* ADVANTAGES */
.widget-advantages{
    position: relative;
    overflow: hidden;
    padding: clamp(40px, 12vw, 117px) 0;
    background-color: #F5F5F5;
}
.widget-advantages .widget-header{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.widget-advantages .widget-header-title{
    max-width: 526px;
}
.widget-advantages .widget-header-advantages{
    flex: 0 0 calc(44% - 17px);
}
.widget-advantages .widget-header-advantage{
    display: flex;
    align-items: center;
    margin: 0 0 18px;
}
.widget-advantages .widget-header-advantage:last-child{
    margin: 0;
}
.widget-advantages .widget-header-advantage-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(6px 6px 16px rgba(214, 217, 226, 0.30)) drop-shadow(-6px -6px 16px #F9F9F9);
    background-color: #fff;
    width: 64px;
    height: 64px;
    border-radius: 20px;
}
.widget-advantages .widget-header-advantage-icon svg{
    width: 24px;
    height: 24px;
}
.widget-advantages .widget-header-advantage-name{
    color: #0B0B0B;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 0 18px;
}
.widget-advantages .widget-content{
    margin: 27px 0 0;
}
.widget-advantages .widget-presentation-title{
    color: #0B0B0B;
    font-size: clamp(20px, 4vw, 36px);
    font-style: normal;
    font-weight: 500;
    line-height: 128.8%;
    margin: 0 0 34px;
}
.widget-advantages .widget-presentation-link{
    display: block;
    position: relative;
    width: 100%;
    height: clamp(190px, 50vw, 600px);
    border-radius: 10px;
    overflow: hidden;
}
.widget-advantages .widget-presentation-link img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.widget-advantages .widget-presentation-link svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: clamp(74px, 20vw, 192px);
    height: auto;

    transition: transform .2s ease-out;
}
.widget-advantages .widget-presentation-link:focus svg,
.widget-advantages .widget-presentation-link:active svg{
    transform: translate(-50%, -50%) scale(.98);
}

@media all and (max-width: 1000px) {
    .widget-advantages .widget-header{
        flex-wrap: wrap;
    }
    .widget-advantages .widget-header-title{
        max-width: none;
        width: 100%;
    }
    .widget-advantages .widget-header-advantages{
        flex: 0 0 100%;
        margin: 32px 0 0;
    }
    .widget-advantages .widget-content{
        margin: 46px 0 0;
    }
    .widget-advantages .widget-presentation-title{
        margin: 0 0 18px;
    }
}

/* LIST DESCRIPTION */
.widget-list-description{
    position: relative;
    background-color: #F5F5F5;
    overflow: hidden;
}

/* TASKS */
.widget-tasks{
    padding: clamp(40px, 12vw, 128px) 0 45px;
}
.widget-tasks .widget-content{
    margin: 34px 0 0;
}
.widget-tasks .widget-items{
    display: flex;
    flex-wrap: wrap;
}
.widget-tasks .widget-item{
    padding: 0 0 33px;
}
.widget-tasks .widget-item-icon{
    margin: 0 0 10px;
}
.widget-tasks .widget-item-name{
    color: #0B0B0B;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
@media all and (max-width: 1000px) {
    .widget-tasks .widget-item-name br{
        display: none;
    }
    .widget-tasks .widget-item{
        padding: 0 0 14px;
    }
}
@media all and (max-width: 550px) {
    .widget-tasks .widget-item{
        display: flex;
        padding: 0 0 8px;
    }
    .widget-tasks .widget-item-icon{
        margin: 0 18px 0 0;
    }
    .widget-tasks .widget-item-name{
        margin: 13px 0 0;
    }
}

/* OPPORTUNITIES */
.widget-opportunities{
    padding: clamp(40px, 12vw, 45px) 0;
}
.widget-opportunities .widget-content{
    margin: 26px 0 0;
    display: flex;
    justify-content: space-between;
}
.widget-opportunities .widget-items{
    flex: 0 0 33%;
}
.widget-opportunities .widget-item{
    display: flex;
    flex: 1 1 100%;
    margin: 0 0 24px;
}
.widget-opportunities .widget-item:last-child{
    margin: 0;
}
.widget-opportunities .widget-item-icon{
    margin: 0 24px 0 0;
}
.widget-opportunities .widget-item-name{
    margin: 13px 0 0;
}
.widget-opportunities .widget-picture-wrap{
    transform: translate(11px, -37px);
}
.widget-opportunities .widget-picture{
    max-width: 770px;
}

@media all and (max-width: 1240px) {
    .widget-opportunities .widget-picture-wrap{
        transform: none;
    }
    .widget-opportunities .widget-items{
        margin: 0 40px 0 0;
    }
}
@media all and (max-width: 768px) {
    .widget-opportunities .widget-content{
        flex-wrap: wrap;
    }
    .widget-opportunities .widget-items{
        margin: 0 0 36px;
        flex: 0 0 100%;
    }
}
@media all and (max-width: 550px) {
    .widget-opportunities .widget-item-icon{
        margin: 0 18px 0 0;
    }
}

/* FORMATS */
.widget-formats{
    padding: 38px 0;
    display: flex;
    justify-content: space-between;
}
.widget-formats .widget-header{
    max-width: 486px;
    width: 100%;
    margin: 15px 0 0 20px;
}
.widget-formats .widget-header-description{
    margin: 26px 0 0;
}
.widget-formats .widget-content{
    max-width: 517px;
}

@media all and (max-width: 1000px) {
    .widget-formats{
        flex-direction: column-reverse;
        padding: 40px 0;
    }
    .widget-formats .widget-content,
    .widget-formats .widget-header{
        max-width: none;
        flex: 0 0 100%;
    }
    .widget-formats .widget-content{
        margin: 26px 0 0;
    }
    .widget-formats .widget-header{
        margin: 0;
    }
    .widget-formats .widget-header-description{
        margin: 16px 0 0;
    }
}

/* PROCESSING */
.widget-processing{
    padding: clamp(40px, 12vw, 82px) 0;
    display: flex;
    justify-content: space-between;
}
.widget-processing .widget-header{
    max-width: 580px;
    margin: 79px 0 0;
}
.widget-processing .widget-header-description{
    margin: 26px 0 0;
}
.widget-processing .widget-content{
    max-width: 384px;
    margin: 0 81px 0 40px;
}

@media all and (max-width: 1240px) {
    .widget-processing .widget-header-description br{
        display: none;
    }
    .widget-processing .widget-header{
        margin: 0;
    }
    .widget-processing .widget-content{
        margin: 0 0 0 40px;
    }
}
@media all and (max-width: 1000px) {
    .widget-processing .widget-header-description{
        margin: 16px 0 0;
    }
}
@media all and (max-width: 550px) {
    .widget-processing{
        flex-wrap: wrap;
    }
    .widget-processing .widget-content,
    .widget-processing .widget-header{
        max-width: none;
        flex: 0 0 100%;
    }
    .widget-processing .widget-content{
        margin: 26px 0 0;
    }
}

/* PRICES */
.widget-prices{
    padding: 38px 0;
    display: flex;
    justify-content: space-between;
}
.widget-prices .widget-header{
    max-width: 609px;
    margin: 67px 0 0 40px;
}
.widget-prices .widget-header-description{
    margin: 26px 0 0;
}
.widget-prices .widget-content{
    max-width: 448px;
}
@media all and (max-width: 1240px) {
    .widget-prices .widget-header{
        margin: 0 0 0 40px;
    }
    .widget-prices .widget-header-description br{
        display: none;
    }
}
@media all and (max-width: 1000px) {
    .widget-prices .widget-header-description{
        margin: 16px 0 0;
    }
}
@media all and (max-width: 550px) {
    .widget-prices{
        padding: 40px 0;
        flex-direction: column-reverse;
    }
    .widget-prices .widget-content,
    .widget-prices .widget-header{
        max-width: none;
        flex: 0 0 100%;
    }
    .widget-prices .widget-header{
        margin: 0;
    }
    .widget-prices .widget-content{
        margin: 26px 0 0;
    }
}

/* PROPERTIES */
.widget-properties{
    padding: clamp(40px, 12vw, 80px) 0;
}
.widget-properties .widget-header-description{
    margin: 26px 0 0;
}
.widget-properties .widget-content{
    display: flex;
    justify-content: flex-end;
    margin: -156px 0 0;
}
.widget-properties .widget-picture{
    max-width: calc(100% - 125px);
    transform: translateX(4px);
}
@media all and (max-width: 1240px) {
    .widget-properties .widget-content{
        margin: 26px 0 0;
    }
    .widget-properties .widget-picture{
        max-width: 100%;
        transform: none;
    }
    .widget-properties .widget-header-description br{
        display: none;
    }
}
@media all and (max-width: 1000px) {
    .widget-properties .widget-header-description{
        margin: 16px 0 0;
    }
}

/* WORK WITH SECTIONS */
.widget-work-with-sections{
    padding: 40px 0;
}
.widget-work-with-sections .widget-content{
    display: flex;
    justify-content: space-between;
    margin: 23px 0 0;
}
.widget-work-with-sections .widget-item{
    display: flex;
    margin: 0 0 24px;
}
.widget-work-with-sections .widget-item:last-child{
    margin: 0;
}
.widget-work-with-sections .widget-item-name{
    margin: 12px 0 0 24px;
}
.widget-work-with-sections .widget-picture{
    max-width: 321px;
    margin: -70px 155px 0 20px;
}
@media all and (max-width: 1240px) {
    .widget-work-with-sections .widget-picture{
        margin: 0 0 0 40px;
    }
    .widget-work-with-sections .widget-content{
        align-items: flex-start;
    }
}
@media all and (max-width: 1000px) {
    .widget-work-with-sections .widget-item-name br{
        display: none;
    }
}
@media all and (max-width: 550px) {
    .widget-work-with-sections .widget-content{
        flex-wrap: wrap;
    }
    .widget-work-with-sections .widget-picture{
        max-width: none;
        flex: 0 0 100%;
        margin: 26px 0 0;
    }
    .widget-work-with-sections .widget-item-name{
        margin: 12px 0 0 18px;
    }
}

/* TEMPLATES */
.widget-templates{
    padding: clamp(40px, 12vw, 80px) 0;
}
.widget-templates .widget-content{
    margin: 23px 0 0;
}
.widget-templates .widget-item-icon{
    margin: 0 0 16px;
}
.widget-templates .widget-picture{
    margin: 56px 0 0;
    width: calc(100% + 7px);
}
@media all and (max-width: 1240px) {
    .widget-templates .widget-item-name br{
        display: none;
    }
    .widget-templates .widget-picture{
        width: 100%;
    }
}
@media all and (max-width: 1000px) {
    .widget-templates .widget-item{
        display: flex;
    }
    .widget-templates .widget-item-icon{
        margin: 0 18px 0 0;
    }
    .widget-templates .widget-item-name{
        margin: 13px 0 0;
    }
    .widget-templates .widget-picture{
        margin: 26px 0 0;
    }
}

/* WORK WITH BIG FILES */
.widget-work-with-big-files{
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
}
.widget-work-with-big-files .widget-content{
    max-width: 668px;
}
.widget-work-with-big-files .widget-header{
    max-width: 494px;
    transform: translateX(19px);
    margin: 3px 0 0;
}
.widget-work-with-big-files .widget-header-description{
    margin: 26px 0 0;
}
@media all and (max-width: 1240px) {
    .widget-work-with-big-files .widget-header-description br{
        display: none;
    }
    .widget-work-with-big-files .widget-header{
        transform: none;
        margin: 0 0 0 40px;
    }
}
@media all and (max-width: 1000px) {
    .widget-work-with-big-files .widget-header-description{
        margin: 16px 0 0;
    }
    .widget-work-with-big-files{
        flex-direction: column-reverse;
    }
    .widget-work-with-big-files .widget-header{
        margin: 0;
        max-width: none;
    }
    .widget-work-with-big-files .widget-content{
        max-width: none;
        margin: 26px 0 0;
    }
}

/* LOAD */
.widget-load{
    padding: clamp(40px, 12vw, 80px) 0;
    display: flex;
    justify-content: space-between;
}
.widget-load .widget-content{
    max-width: 753px;
    transform: translateX(6px);
    margin: 5px 0 0;
}
.widget-load .widget-header{
    max-width: 388px;
}
.widget-load .widget-header-description{
    margin: 24px 0 0;
}
@media all and (max-width: 1240px) {
    .widget-load .widget-content{
        transform: none;
        margin: 0 0 0 40px;
    }
    .widget-load .widget-header-description br{
        display: none;
    }
}
@media all and (max-width: 1000px) {
    .widget-load .widget-header-description {
        margin: 16px 0 0;
    }
    .widget-load{
        flex-wrap: wrap;
    }
    .widget-load .widget-header,
    .widget-load .widget-content{
        max-width: none;
        flex: 0 0 100%;
    }
    .widget-load .widget-content{
        margin: 26px 0 0;
    }
}

/* EXPORT PRODUCTS */
.widget-export-products{
    padding: 40px 0;
    display: flex;
}
.widget-export-products .widget-content{
    max-width: 533px;
}
.widget-export-products .widget-header{
    max-width: 374px;
    margin: 60px 0 0 82px;
}
.widget-export-products .widget-header-description{
    margin: 24px 0 0;
}
.widget-export-products.widget-export-products-2{
    padding: 0;
}
.widget-export-products.widget-export-products-2 .widget-header{
    margin: 38px 0 0 82px;
}
@media all and (max-width: 1000px) {
    .widget-export-products .widget-header,
    .widget-export-products.widget-export-products-2 .widget-header{
        margin: 0 0 0 40px;
    }
    .widget-export-products.widget-export-products-2 .widget-header-description{
        margin: 0;
    }
    .widget-export-products .widget-header-description{
        margin: 16px 0 0;
    }
}
@media all and (max-width: 720px) {
    .widget-export-products{
        flex-direction: column-reverse;
    }
    .widget-export-products .widget-content,
    .widget-export-products .widget-header{
        max-width: none;
        flex: 0 0 100%;
    }
    .widget-export-products .widget-header,
    .widget-export-products.widget-export-products-2 .widget-header{
        margin: 0;
    }
    .widget-export-products .widget-content{
        margin: 26px 0 0;
    }
}

/* LINKING TO PRODUCTS */
.widget-linking-products{
    padding: clamp(80px, 12vw, 95px) 0 clamp(40px, 12vw, 95px);
    display: flex;
    justify-content: space-between;
}
.widget-linking-products .widget-content{
    max-width: 456px;
    margin: 0 0 0 40px;
}
.widget-linking-products .widget-item-name{
    margin: 14px 0 0;
}
@media all and (max-width: 1000px) {
    .widget-linking-products{
        flex-wrap: wrap;
    }
    .widget-linking-products .widget-content{
        max-width: none;
        flex: 0 0 100%;
        margin: 26px 0 0;
    }
    .widget-linking-products .widget-item{
        display: flex;
    }
    .widget-linking-products .widget-item-icon{
        margin: 0 18px 0 0;
    }
    .widget-linking-products .widget-item-name{
        margin: 13px 0 0;
    }
    .widget-linking-products .widget-item-name br{
        display: none;
    }
}

/* REPORT */
.widget-report{
    padding: 25px 0 clamp(80px, 12vw, 179px);
    display: flex;
    justify-content: space-between;
}
.widget-report .widget-content{
    max-width: 629px;
}
.widget-report .widget-header{
    max-width: 456px;
    width: 100%;
    margin: 91px 0 0 40px;
}
.widget-report .widget-header-description{
    margin: 24px 0 0;
}
@media all and (max-width: 1240px) {
    .widget-report .widget-header{
        margin: 0 0 0 40px;
    }
}
@media all and (max-width: 1000px) {
    .widget-report{
        flex-direction: column-reverse;
        padding: 40px 0 80px;
    }
    .widget-report .widget-content,
    .widget-report .widget-header{
        max-width: none;
        flex: 0 0 100%;
    }
    .widget-report .widget-header{
        margin: 0;
    }
    .widget-report .widget-content{
        margin: 26px 0 0;
    }
    .widget-report .widget-header-description br{
        display: none;
    }
    .widget-report .widget-header-description{
        margin: 16px 0 0;
    }
}

/* RASSKAZAT */
.widget-description .widget-universe-rasskazat{
    padding: clamp(40px, 12vw, 115px) 0 40px;
}
.widget-description .widget-universe-rasskazat .widget-universe-rasskazat-bg{
    background: linear-gradient(270deg, #F4F4F4 19.15%, #E7E7E7 89.37%);
}
.widget-description .widget-universe-rasskazat .widget-rasskazat-picture{
    margin: -168px 0 0;
}
.widget-description .widget-universe-rasskazat img{
    left: -40px;
    top: 0;
    width: 115%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    image-rendering: -webkit-optimize-contrast;
}
.widget-description .widget-universe-rasskazat .banner-solution__demo{
    background-color: #0B0B0B;
    border-color: #0B0B0B;
    color: #fff;
    font-weight: 400;
    transition: color .3s ease-out, border-color .3s ease-out, background-color .3s ease-out;
}
.widget-description .widget-universe-rasskazat .banner-solution__demo:focus,
.widget-description .widget-universe-rasskazat .banner-solution__demo:active,
.widget-description .widget-universe-rasskazat .banner-solution__demo:hover{
    background: #84bc8f;
    border-color: #84bc8f;
    color: #fff;
}
.widget-description .widget-universe-rasskazat .widget-universe-rasskazat-text{
    padding: 0;
}
.widget-description .widget-universe-rasskazat .widget-universe-rasskazat-description{
    padding-bottom: 0;
}
@media all and (max-width: 1240px) {
    .widget-description .widget-universe-rasskazat img{
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
    .form-access-container .form-access-form-wrap form .form-access-bottom{
        margin-bottom: 40px;
    }
}
@media all and (max-width: 1024px) {
    .widget-description .widget-universe-rasskazat .adaptive-container .intec-grid{
        flex-direction: row;
    }
    .widget-description .widget-universe-rasskazat .widget-universe-rasskazat-title {
        font-size: 28px;
    }
}
@media all and (max-width: 1000px) {
    .widget-description .widget-universe-rasskazat .widget-rasskazat-picture{
        display: none;
    }
    .widget-description .widget-universe-rasskazat{
        padding: 40px 0;
    }
}
@media all and (max-width: 550px) {
    .widget-universe-rasskazat .widget-universe-rasskazat-text{
        padding-top: 30px;
    }
    .form-access-container .form-access-form-wrap form .form-access-bottom {
        margin-bottom: 20px;
    }
    .widget-universe-rasskazat .widget-universe-rasskazat-title{
        font-size: 20px;
    }
    .widget-universe-rasskazat .widget-universe-rasskazat-description{
        font-size: 15px;
    }
}


/* OTHER */
.body-universe{
    overflow: hidden;
}
/* 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/reviews_2020/style.css?17188865616485*/
@keyframes development-solutions {
	from {
		transform: translateX(0);
	}
	50% {
		transform: translateX(5px);
	}
	to {
		transform: translateX(0);
	}
}
.widget-reviews-develop.widget-template-reviews .widget-header {
	text-transform: uppercase;
	font-size: 34px;
    margin-bottom: 55px;
}
.widget-reviews-develop.widget-template-reviews .widget-item {
	margin-bottom: 53px;
	padding-bottom: 40px;
	border-bottom: 1px solid #989494;
}
.widget-reviews-develop.widget-template-reviews .widget-item:last-child {
	margin-bottom: 0;
}
.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: 26px;
	line-height: 133.3%;
    font-weight: bold;
	width: 250px;
	max-width: 250px;
}
.widget-reviews-develop.widget-template-reviews .widget-item-position {
	max-width: 250px;
    font-size: 16px;
	font-weight: 500;
	line-height: 133.3%;
	color: #989494;
    margin-top: 10px;
}
.widget-reviews-develop.widget-template-reviews .widget-item-text {
	font-weight: normal;
	color: #0B0B0B;
	font-size: 18px;
	line-height: 133.3%;
}
.widget-reviews-develop.widget-template-reviews .widget-item-link-wrap {
    text-align: left;
    margin-top: 26px;
}

.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_2020/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_2020/images/arrow-right.svg);
	right:-30px;
}
.widget-reviews-develop.widget-template-reviews .widget-button-wrap {
    margin-top: 38px;
}
.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;
}
.widget-item-name-block {
	max-width: 257px;
	margin-right: 96px;
}
@media all and (max-width: 1024px) {
	.widget-reviews-develop.widget-template-reviews .widget-item-author{
	    font-size: 16px;	
	}
	.widget-reviews-develop.widget-template-reviews .widget-item-position{
		font-size: 14px;		
	}	
}
@media all and (max-width: 900px ) {
	.widget-slider-buttons {
		display:none;
	}
}
@media all and (max-width: 550px) {
	.widget-reviews-develop.widget-template-reviews .widget-header {
		margin-bottom: 30px;
	}
	.widget-reviews-develop.widget-template-reviews .widget-item-picture {
		width: 60px;
		height: 60px;
	}
    .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;
    }
	.widget-reviews-develop.widget-template-reviews .widget-item-name-block {
		text-align: center;
		 margin-top: 0px;
	}
	.widget-reviews-develop.widget-template-reviews .widget-item-author {
		max-width: initial;
	}
	.widget-reviews-develop.widget-template-reviews .widget-item-position {
		max-width: initial;
	}
	.widget-reviews-develop.widget-template-reviews .widget-header {
		text-align: left;
	}
	.widget-reviews-develop.widget-template-reviews .widget-item-link-wrap {
		text-align: center;
	}
	.widget-reviews-develop.widget-template-reviews .widget-button-wrap{
		text-align: center;
	}
	
	.widget-reviews-develop.widget-template-reviews .widget-item-position{
	    font-size: 12px;
		margin-top: 7px;	
	}
	.widget-reviews-develop.widget-template-reviews .widget-item-information {
		margin-top: 20px;
	}
	.widget-reviews-develop.widget-template-reviews .widget-item-text{
		font-size: 14px;	
	}
	.widget-reviews-develop.widget-template-reviews .widget-item {
		margin-bottom: 32px;
		padding-bottom: 35px;
	}
	.widget-reviews-develop.widget-template-reviews .widget-button-wrap {
		text-align: left;
		margin-top: 6px;
	}
}
@media all and (max-width: 450px) {
	.widget-reviews-develop.widget-template-reviews .widget-item-picture-wrap {
		padding-right: 0;
	}
	.widget-reviews-develop.widget-template-reviews .widget-item-name-block {
	    text-align: left;
		margin-top: 0px;
		margin-right: 0;
		padding-left: 15px;
		width: calc(100% - 60px);
	}
	.widget-reviews-develop.widget-template-reviews .widget-item-author{
	    width: auto;	
	}
	.widget-reviews-develop.widget-template-reviews .widget-item-information {
		text-align: left;
	}
	.widget-reviews-develop.widget-template-reviews .widget-item-link-wrap {
		text-align: left;
		margin-top: 0;
	}
}
/* End */


/* Start:/bitrix/templates/newintec/components/bitrix/news.list/faq-universe/style.css?16123586202985*/
.faq {
    display: block;
}
.faq .faq-section {
    display: block;
    margin-top: 35px;
    border: 1px solid #e8e8e8;
}
.faq .faq-section .faq-delimiter {
    display: block;
    height: 1px;
    background: #e8e8e8;
    overflow: hidden;
}
.faq .faq-section .faq-item {
    display: block;
    padding: 25px 35px;
}
.faq .faq-section .faq-item .faq-item-wrapper {
    display: block;
}
.faq .faq-section .faq-item .faq-item-name {
    display: block;
    position: relative;
    font-size: 0;
    cursor: pointer;
}
.faq .faq-section .faq-item .faq-item-name .faq-item-name-text {
    color: #232121;
    margin-right: 70px;
    font-size: 16px;
    line-height: 1.5;
}
.faq .faq-section .faq-item .faq-item-name .faq-item-name-indicators {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 100%;
    white-space: nowrap;
    text-align: center;
}
.faq .faq-section .faq-item .faq-item-name .faq-item-name-indicators .faq-item-name-indicator {
    vertical-align: middle;
    font-size: 14px;
}
.faq .faq-section .faq-item .faq-item-name .faq-item-name-indicators .faq-item-name-indicator.faq-item-name-indicator-active {
    display: none;
}
.faq .faq-section .faq-item.active .faq-item-name .faq-item-name-indicators .faq-item-name-indicator.faq-item-name-indicator-active {
    display: inline-block;
}
.faq .faq-section .faq-item.active .faq-item-name .faq-item-name-indicators .faq-item-name-indicator.faq-item-name-indicator-inactive {
    display: none;
}
.faq .faq-section .faq-item .faq-item-description {
    display: none;
    padding-top: 25px;
    overflow: hidden;
}
.faq .faq-section .faq-item .faq-item-description ul, 
.faq .faq-section .faq-item .faq-item-description ol {
    list-style: circle;
    margin-left: 40px;
}
.faq .faq-section .faq-item .faq-item-description .faq-item-description-wrapper {
    display: block;
    color: #888888;
    font-size: 13px;
    line-height: 24px;
    padding-top: 20px;
    border-top: 1px solid #e8e8e8;
}

.intec-tabs.nav-tabs > li.active > a, .intec-tabs.nav-tabs > li.active > a:hover, .intec-tabs.nav-tabs > li.active > a:focus {
    color: #c6366f;
    cursor: default;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom-color: transparent;
    border-bottom: 1px solid #c6366f;
}
.intec-tabs.nav-tabs > li > a {
    color: #232121;
}
.intec-tabs.nav-tabs > li > a:hover {
    border-color: transparent;
	border-bottom: 1px solid #c6366f;
}
.intec-tabs.nav > li > a:hover, .intec-tabs.nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}
@media screen and (max-width:768px) {
	.faq .intec-tabs.nav-tabs {
		white-space: nowrap;
		overflow: hidden;
		overflow-x: scroll;
	}
	.faq .intec-tabs.nav-tabs > li {
		float: none;
		display: inline-block;
	}
	.faq .faq-section .faq-item {
		padding: 25px 15px;
	}
	.faq .faq-section .faq-item .faq-item-name .faq-item-name-indicators {
		width: 30px;
	}
}
/* End */


/* Start:/bitrix/templates/newintec/components/bitrix/news.list/new_intec_development_solutions_2020/style.css?16316150352990*/
.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-text {
    font-size: 18px;
    line-height: 133.3%;
    color: #0B0B0B;
}
.widget-development.template-solutions .widget-header-description-link {

}
.widget-development.template-solutions .widget-header-description-link-text {
    text-decoration: none;    
	margin-top: 10px;
}
.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 .solutions-image {
	width: 69px;
	height: 69px;
	object-fit: contain;
}
.widget-development.template-solutions .new-solutions-item-wrap {
    background: #FFFFFF;
    border: 1px solid #D5D5D5;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 25px;
    display: block;
    text-decoration: none;
    transition: 0.4s;
	height:100%;
}
.widget-development.template-solutions .new-solutions-item-wrap:hover {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
}
.widget-development.template-solutions a.new-solutions-item-wrap {
    cursor: pointer;
}
.widget-development.template-solutions .solutions-name {
	font-weight: 500;
	font-size: 15px;
	line-height: 133.3%;
	color: #0B0B0B;   
	margin-bottom: 10px;
}
.widget-development.template-solutions .solutions-price-new {
	font-weight: 500;
	font-size: 20px;
	line-height: 133.3%;
	color: #0B0B0B;
}
.widget-development.template-solutions .solutions-price-old {
	font-size: 14px;
	line-height: 133.3%;
	text-decoration-line: line-through;
	color: #0B0B0B;
}
@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 {

    }
	.widget-development.template-solutions .widget-header-text {
		font-size: 24px;
		line-height: 30px;
	}
	.widget-development.template-solutions .widget-header-description-text {
		font-size: 16px;
	}
}

@media all and (max-width: 320px) {
	.widget-development.template-solutions .solutions-name {
		max-width: 145px;
		font-size: 14px;
	}
}
/* 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 */
/* /bitrix/templates/newintec/css/custom/universe_2020.css?1759474895130238 */
/* /bitrix/templates/newintec/css/custom/flickity.css?15986082322458 */
/* /include/2023/websites-bitrix/importexport_new/style.css?169287524720968 */
/* /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/reviews_2020/style.css?17188865616485 */
/* /bitrix/templates/newintec/components/bitrix/news.list/faq-universe/style.css?16123586202985 */
/* /bitrix/templates/newintec/components/bitrix/news.list/new_intec_development_solutions_2020/style.css?16316150352990 */
/* /bitrix/templates/newintec/components/bitrix/news.list/new_intec_video_sections/style.css?16272809664661 */
