/* New Page */
.header_sm .nav-tools {
	display: flex;
	align-items: center;
}

.header_sm .nav-bar {
	width: calc(100% - 174px);
	justify-content: space-between;
}

.header_sm .active {
	color: #fffdfd;
	font-weight: 700;
	font-size: 16px;
}

#promo.promo_subscribe .subscribe .slick-arrow {
	top: 50%;
	transform: translateY(-50%);
}

#promo.promo_subscribe .subscribe .slick-next {
	right: -75px;
}

#promo.promo_subscribe .subscribe .slick-prev {
	left: -75px;
}

#promo.promo_subscribe .subscribe .slick-list {
	overflow: visible;
}

#promo.promo_subscribe .subscribe .slick-dots {
	font-size: 0;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
}

#promo.promo_subscribe .subscribe .slick-dots button {
	background: #299bdb;
}

#promo.promo_subscribe .bg-stretch {
	left: -30px;
}

#promo.promo_subscribe h1 {
	margin-bottom: 33px;
}

#promo.promo_subscribe .text {
	max-width: 603px;
	margin-left: 28px;
	padding: 90px 0 114px;
	font-size: 15px;
}

.promo_subscribe .promo-wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 34px;
}

.promo_subscribe .promo-wrap .item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-transform: uppercase;
	max-width: 136px;
	font-size: 17px;
}

.promo_subscribe .promo-wrap .item a,
.promo_subscribe .promo-wrap .item .slide-img-holder {
	margin-bottom: 18px;
	display: flex;
	flex-direction: column;
	align-items: center;
	/* transition: all 0.6s; */
}

.promo_subscribe .promo-wrap .item a:hover {
	/* transform: rotate(360deg); */
}

.promo_subscribe .img-sign {
	right: -97px;
	top: 0;
	z-index: -1;
	height: 100%;
}

.promo_subscribe .img-sign img {
	height: 100%;
}

.promo_subscribe .text .txt {
	min-height: calc(5em * 1.6);
}

#promo.promo_subscribe .bg-stretch {
	background-image: url('images/bg-promo-subscribe.png');
}

.section-boxes .boxes {
	position: relative;
	z-index: 1;
}

.section-boxes .boxes .container {
	display: flex;
	width: 100%;
	position: initial;
}

.section-boxes .boxes .item {
	padding: 59px 0 65px;
	/* width: 50%; */
}

.section-boxes .boxes .item:first-child {
	width: 52%;
}

.section-boxes .boxes .item:last-child {
	width: 48%;
}

.section-boxes .boxes .item:first-child:after {
	position: absolute;
	content: '';
	background-image: url('images/01-bg-box.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -1;
}

.section-boxes .boxes .item:first-child:before {
	position: absolute;
	content: '';
	background-color: #1b1a1f;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

.section-boxes .boxes .item:last-child:after {
	position: absolute;
	content: '';
	background-image: url('images/02-bg-box.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -1;
}

.section-boxes .boxes .item:last-child:before {
	position: absolute;
	content: '';
	background-color: #cbcbcb;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -1;
}

.section-boxes .boxes .item:last-child .content {
	color: #4e4e4e;
}

.section-boxes .boxes .item:last-child .content h2 {
	color: #333333;
}

.section-boxes .boxes .item:last-child .content p a {
	color: #4e4e4e;
}


.section-boxes .boxes .box-wrap {
	display: flex;
}

.section-boxes .boxes .box-wrap.box-wrap-center {
	align-items: center;
}

.section-boxes .boxes .item:first-child .box-wrap {
	padding: 0 50px 0 0;
}

.section-boxes .boxes .item:last-child .box-wrap {
	padding: 0 0 0 26px;
}

.section-boxes .boxes .box-wrap .image {
	min-width: 239px;
}

.section-boxes .boxes .box-wrap .content {
	min-width: 206px;
	padding-left: 5px;
}

.section-boxes .boxes .box-wrap .content h2 {
	font-size: 31px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 11px;
	line-height: 1;
}

.section-boxes .boxes .box-wrap .content .text {
	min-height: 110px;
}

.section-boxes .boxes .box-wrap .content p {
	margin-bottom: 20px;
}

.section-boxes .boxes .box-wrap .content p a {
	font-weight: 500;
	color: #ffffff;
	display: block;
}

.section-boxes .boxes .box-wrap .content .btn-blue {
	background-color: #299bdb;
	display: flex;
	align-items: center;
	padding: 11px 19px;
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.3s;
}

.section-boxes .boxes .box-wrap .content .btn-blue:hover {
	background-color: rgba(41, 155, 219, 0.9);
}

.section-boxes .boxes .box-wrap .content img {
	transition: all 0.6s;
}

.section-boxes .boxes .box-wrap .content span {
	padding-left: 19px;
}

.section-boxes .boxes .box-wrap .content .btn-blue:hover img {
	transform: rotate(180deg);
}

.manage {
	padding: 54px 0 0;
	position: relative;
}

.manage .bg-stretch {
	position: absolute;
	content: '';
	background-image: url('images/bg-grey.png');
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
}

.manage .container {
	display: flex;
}

.manage .container .col:first-child {
	width: 49%;
}

.manage .container .col:last-child {
	width: 51%;
}

.manage .container .image {
	position: absolute;
	bottom: -8px;
	left: 54px;
}

.manage .container .image img {
	box-shadow: 0 0 50px 9px rgba(21, 20, 20, 0.52);
}

.manage .container .descr {
	color: #333333;
	max-width: 465px;
}

.manage .container .descr h2 {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 400;
	font-weight: 400;
	margin-bottom: 17px;
}

.manage .container .descr ul {
	padding-left: 16px;
	margin-bottom: 24px;
}

.manage .container .descr ul li {
	list-style-type: none;
	position: relative;
	font-weight: 500;
}

.manage .container .descr ul li:after {
	position: absolute;
	content: '';
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #333333;
	left: -12px;
	top: 50%;
	transform: translateY(-50%);
}

/* End New Page */

/* Home Page */
#promo .promo-slider .slick-arrow {
	top: 50%;
	transform: translateY(-50%);
}

#promo .promo-slider .slick-list {
	overflow: visible;
}

#promo .promo-slider .slick-dots {
	font-size: 0;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
}

#promo .promo-slider .slick-dots button {
	background: #299bdb;
}

.section-advice .bg-stretch {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.section-advice .bg-stretch img {
	object-fit: cover;
	max-width: none;
	width: 100%;
	height: 100%;
}

/* End Home Page */

/* Product Page */
.links-item {
	flex-wrap: wrap;
	/* align-items: center; */
	/* justify-content: center; */
}

/* End Product Page */

/* Support Page */
.contact-section.add .icon-box a {
	display: block;
}

/* End Support Page */

/* Custom Software */
.bottom-panel-software {
	padding: 13px 0 14px;
}

.intro-software .bg-stretch {
	background-image: url('images/bg-intro-software.png');
}

.intro-software.add .image-area {
	max-width: 100%;
	position: absolute;
	bottom: 25px;
	right: 30px;
}

.intro-software .slogan {
	margin: 0 0 24px;
}

.intro-software .links-item {
	justify-content: flex-start;
}

.intro-software .column {
	padding: 67px 0 85px;
}

.intro-software .slider-software {
	position: relative;
	z-index: 2;
}

.slider-section .slider-software .slide {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.slider-section .slider-software .slide .slide-heading {
	position: relative;
	z-index: 2;
}

.slider-section .slider-software .slide .slide-image {
	position: relative;
	top: -65px;
	z-index: 1;
}

.slider-section .slider-software .slide .slide-image img {
	margin: 0 auto;
}

.slider-section .slider-software .slick-arrow {
	top: 50%;
	transform: translateY(-50%);
}

.main-holder .entry h4 {
	font-weight: 400;
}

.custom-slider-section {
	padding-top: 69px;
	background: #7a7979;
	position: relative;
	z-index: 1;
	overflow: hidden;
	color: #fff;
}

.custom-slider-section h2 {
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 -19px;
}

.custom-slider-section a {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	text-decoration: none;
	max-width: 140px;
}

.custom-slider-section a:hover {
	opacity: 0.7;
}

.custom-slider-section a span {
	font-size: 15px;
	margin-left: 5px;
}

.slider-software .slick-dots {
	bottom: 30px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.custom-slider-section .slick-dots button,
.slider-software .slick-dots button {
	background: #299bdb;
}

/* End Custom Software */
.promo_subscribe .promo-wrap .item span {
	min-height: calc(2em * 2);
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	#promo.promo_subscribe .bg-stretch {
		background-image: url('images/bg-promo-subscribe@2x.png');
	}

	.section-boxes .boxes .item:first-child:after {
		background-image: url('images/01-bg-box@2x.png');
	}

	.section-boxes .boxes .item:last-child:after {
		background-image: url('images/02-bg-box@2x.png');
	}

	.manage .bg-stretch {
		background-image: url('images/bg-grey@2x.png');
	}

	.intro-software .bg-stretch {
		background-image: url('images/bg-intro-software@2x.png');
	}
}

@media(min-width: 1440px) {
	#promo.promo_subscribe .bg-stretch {
		background-size: contain;
	}


}

@media(max-width: 1440px) {
	#promo.promo_subscribe .bg-stretch {
		left: 0;
	}
}

@media(max-width: 1200px) {
	.section-boxes .boxes .item:last-child .box-wrap {
		padding: 0;
	}

	#promo.promo_subscribe .subscribe .slick-prev {
		left: -15px;
	}

	#promo.promo_subscribe .subscribe .slick-next {
		right: -15px;
	}
}

@media(max-width: 1023px) {
	.header_sm .nav-bar {
		justify-content: flex-end;
	}

	#promo.promo_subscribe .subscribe .slick-prev {
		left: -5px;
	}

	#promo.promo_subscribe .subscribe .slick-next {
		right: -5px;
	}

	.intro-software .column {
		max-width: 500px;
	}

	.section-boxes .boxes .item:first-child .box-wrap {
		padding: 0 45px 0 0;
	}
}

@media(max-width: 992px) {
	#promo.promo_subscribe .bg-stretch {
		left: 0;
	}

	#promo.promo_subscribe .text {
		margin: 0 auto;
	}
	.promo_subscribe .text .txt {
		min-height: auto;
	}

	.promo_subscribe .img-sign {
		display: none;
	}

	#promo.promo_subscribe .subscribe .slick-prev {
		left: 10px;
	}

	#promo.promo_subscribe .subscribe .slick-next {
		right: 10px;
	}

	.section-boxes .boxes .container {
		flex-direction: column;
	}

	.section-boxes .boxes .box-wrap {
		justify-content: center;
		padding: 0;
		align-items: center;
	}

	.section-boxes .boxes .item {
		padding: 50px 0;
	}

	.section-boxes .boxes .item:first-child,
	.section-boxes .boxes .item:last-child {
		width: 100%;
	}

	.section-boxes .boxes .box-wrap .content .text {
		min-height: auto;
	}

	.section-boxes .boxes .item:first-child .box-wrap {
		padding-right: 0;
	}

	.section-boxes .boxes .box-wrap .content .btn-blue {
		display: inline-block;
		line-height: 1.6;
	}

	.section-boxes .boxes .item:first-child:before,
	.section-boxes .boxes .item:first-child:after {
		height: 50%;
		top: 0;
		left: 0;
	}

	.section-boxes .boxes .item:last-child:before,
	.section-boxes .boxes .item:last-child:after {
		height: 50%;
		top: initial;
		bottom: 0;
		background-size: cover;
		left: 0;
	}

	.section-boxes .boxes .item:first-child:before {
		background: rgb(19, 20, 22);
		background: linear-gradient(180deg, rgba(19, 20, 22, 1) 0%, rgba(16, 16, 18, 1) 100%);
	}

	.manage {
		padding: 30px 0 0;
	}

	.manage .container .image {
		width: 40%;
	}
}

@media(max-width: 950px) {
	.intro-software.add .image-area {
		display: none;
	}

	.intro-software .column {
		padding: 50px 0;
		margin: 0 auto;
		text-align: center;
	}

	.intro-software .links-item {
		justify-content: center;
	}

	.intro-software .slogan {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media(max-width: 767px) {
	.manage .container .descr h2 {
		font-size: 25px;
	}

	#promo.promo_subscribe .text {
		padding: 50px 0;
	}

	.slider-section .slider-software .slide .slide-image {
		top: -40px;
	}
}

@media(max-width: 667px) {
	#promo.promo_subscribe h1 {
		margin-bottom: 15px;
	}

	.promo_subscribe .promo-wrap {
		align-items: flex-start;
		justify-content: space-around;
		flex-wrap: wrap;
		margin: 10px -15px 10px;
	}

	.promo_subscribe .promo-wrap .item {
		max-width: 25%;
		padding: 15px;
		font-size: 11px;
	}

	#promo.promo_subscribe .text {
		padding: 40px 0;
	}

	#promo.promo_subscribe .subscribe .slick-dots {
		bottom: 25px;
	}

	.section-boxes .boxes .box-wrap {
		flex-direction: column;
		text-align: center;
	}

	.section-boxes .boxes .item {
		padding: 0 0 30px;
	}

	.section-boxes .boxes .box-wrap .image {
		min-width: auto;
		width: 44%;
		padding-right: 0;
	}

	.section-boxes .boxes .box-wrap .content h2 {
		font-size: 25px;
	}

	.section-boxes .boxes .item:first-child .box-wrap,
	.section-boxes .boxes .item:last-child .box-wrap {
		padding: 0;
	}

	.section-boxes .boxes .item:first-child:after {
		background-size: cover;
	}

	.section-boxes .boxes .item:first-child:before {
		background-color: #1b1a1f;
	}

	.manage .container {
		flex-direction: column-reverse;
	}

	.manage .container .descr {
		max-width: 100%;
	}

	.manage .container .col:first-child,
	.manage .container .col:last-child {
		width: 100%;
	}

	.manage .container .image {
		position: relative;
		text-align: center;
		left: 0;
	}

	.manage .container .image {
		width: 100%;
	}

	.slider-section {
		background: -webkit-linear-gradient(top, #2d2d2d 0%, #242424 23%, #020202 81%, #000 100%);
		background: linear-gradient(to bottom, #2d2d2d 0%, #242424 23%, #020202 81%, #000 100%);
	}

	.custom-slider-section h2 {
		margin: 0 0 20px;
	}

	#content {
		margin: 0;
	}

	.main-holder {
		padding: 30px 0;
	}

	.custom-slider-section {
		padding-top: 30px;
	}

	.stories-slider .article {
		text-align: center;
	}

	.custom-slider-section a {
		max-width: 115px;
		margin: 0 auto;
	}
}

@media(max-width: 374px) {
	.promo_subscribe .promo-wrap .item {
		max-width: 44%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.promo_subscribe .promo-wrap .item a,
	.promo_subscribe .promo-wrap .item a.slide-img-holder {
		width: 50%;
	}
}


/* NEW */
.select-holder{
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-bottom: 15px;
}

.links-item .icon-circle{
	flex: auto;
}

.links-item a{
	display: flex !important;
	flex-direction: column;
}

.links-item strong{
	max-width: 60px;
}

.select-holder .jcf-select{
    min-width: 0;
	max-width: 250px;
    width: 100%;
    height: 40px;
    border: 1px solid #959494;
}

.select-holder .jcf-select .jcf-select-text{
    font-size: 16px;
    line-height: 40px;
}

.select-holder .text-selected{
	max-width: 260px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: normal;
    color: rgba(255, 555, 255,0.5);
}

.select-holder .variation-desciption{
	display: none;
}

.select-holder .variation-desciption p{
	margin: 0;
}

.variation-holder{
	display: none;
}

.select-holder .select-label{
    font-size: 15px;
    line-height: 1.2;
	font-weight: 500;
    margin-bottom: 10px;
}

.select-holder .jcf-select.jcf-drop-active .jcf-select-opener:before{
	transform: rotate(135deg);
	margin-top: -3px;
}

.select-holder .jcf-select .jcf-select-opener:before{
	width: 10px;
	height: 10px;
	border: none;
	margin: -6px 0 0 -12px;
	right: auto;
	border-bottom: 2px solid #16232A;
	border-left: 2px solid #16232A;
	transform: rotate(-45deg);
}

.select-holder .jcf-select .jcf-select-text{
	margin-left: 15px;
}

.cart-item-holder{
    display: flex;
    align-items: flex-start;
 /*   padding: 15px;*/
    max-width: 360px;
    /*background: rgba(196, 196, 196,.2);*/
}

.jcf-list{
	font-size: 16px;
	line-height: 1.2;
	font-weight: 500;
	padding: 3px 0;
}

.jcf-select-drop .jcf-select-drop-content{
	border-color: #959494;
}

.jcf-list .jcf-option{
	padding: 6px 15px;
	color: #1C1C1C;
}

.jcf-list{
	background: #E6E6E6;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected{
	color: #2799D3;
	background: transparent;
}

.jcf-list .jcf-disabled{
	color: #1C1C1C !important;
	background: #E6E6E6 !important;
}

.jcf-list ul li{
	padding: 0;
}

.cart-item-holder .select-holder{
    width: 100%;
	min-width: 260px;
}

.cart-item-holder >a{
    margin: 0 20px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cart-item-holder >a.disabled{
	opacity: 0.5;
    pointer-events: none;
}

.cart-item-holder >a .icon-circle{
    flex-shrink: 0;
    margin-left: auto;
    margin-right: auto;
}

@media(max-width: 480px) {
	.cart-item-holder{
		flex-direction: column;
		align-items: center;
	}
	.cart-item-holder >a{
		margin: 0 0 20px;
	}
	.select-holder .jcf-select{
		max-width: none;
	}
}