@font-face{
	font-display: swap;
	font-family: 'ClearSans';
	src: url('../../../fonts/clearSans/ClearSans-Regular_0.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face{
	font-display: swap;
	font-family: 'ClearSans';
	src: url('../../../fonts/clearSans/ClearSans-Medium_0.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face{
	font-display: swap;
	font-family: 'ClearSans';
	src: url('../../../fonts/clearSans/ClearSans-Bold_0.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face{
	font-display: swap;
	font-family: 'CocogooseProLetterpress';
	src: url('../../../fonts/otherPages/blackfriday-2022/CocogooseProLetterpress.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-display: swap;
	font-family: 'rotonda_bold';
	src: url('../../../fonts/otherPages/blackfriday-2022/rotonda_bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
body{
	background: #FFFFFF;
	font-size: 18px;
	line-height: 22px;
	font-family: 'ClearSans', var(--main-font-family);
	color: #4B4748;
}
a{
	color: inherit;
}
#select, #how_to, #what_it, #reviews, #video{
	border-top: 65px solid transparent;
	margin-top: -65px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.mob-menu{
	display: none;
}
.container{
	max-width: 1170px;
	padding: 0 10px;
	margin: 0 auto;
}
.main-content{
	padding-top: 65px;
}
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #FFFFFF;
	z-index: 100001;
}
.header__wrap{
	height: 65px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.logo{
	max-width: 255px;
	flex-shrink: 1;
}
.menu{
	display: flex;
	align-items: center;
	flex-shrink: 0;
}
.menu__list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.menu__list li{
	margin-right: 15px;
}
.menu__list li a{
	font-size: 16px;
	line-height: 18px;
}
.mob-btn-buy a{
	display: inline-block;
	color: #FFFFFF;
	background-color: #EA4726;
	border-radius: 25px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: initial;
	padding: 3px 10px 3px 3px;
}
.mob-btn-buy i{
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-right: 5px;
	color: #EA4726;
	background-color: #FFFFFF;
	border-radius: 50%;
}
[data-chipless-key-path='xp'] .banner{
	background: #F95537 url('../../images/otherPages/chiplessKey/gradient.jpg') no-repeat center/cover;
}
[data-chipless-key-path='workforce'] .banner{
	background: #2871F7 url('../../images/otherPages/chiplessKey/gradient_blue.jpg') no-repeat center/cover;
}
[data-chipless-key-path='sc-p'] .banner{
	background: #2BAE76 url('../../images/otherPages/chiplessKey/gradient_green.jpg') no-repeat center/cover;
}
[data-chipless-key-path='ep'] .banner{
	background: #FF6E01 url('../../images/otherPages/chiplessKey/gradient_orange.jpg') no-repeat center/cover;
}
.banner-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.banner-wrap__block-info{
	max-width: 640px;
	padding: 0 5px;
	color: #FFFFFF;
}
.banner-wrap__block-info .banner-wrap__title{
	margin: 90px 0 60px;
	font-weight: var(--main-bold-font);
	font-size: 34px;
	line-height: 34px;
	text-transform: uppercase;
}
.banner-wrap__block-info .banner-wrap__title span{
	display: block;
	margin-top: 15px;
}
.banner-wrap__block-info .banner-wrap__text{
	margin-bottom: 70px;
}
.banner-wrap__media-block{
	position: relative;
}
/*
black-friday2022 плашка
.banner-wrap__media-block .banner-sticker{*/
/*	display: none !important;*/
/*	display: flex;*/
/*	align-items: center;*/
/*	justify-content: center;*/
/*	position: absolute;*/
/*	top: 10px;*/
/*	right: 10px;*/
/*	padding: 10px 15px;*/
/*	color: #171717;*/
/*	border-radius: 30px;*/
/*	box-shadow: 3px 3px #171717;*/
/*	background: #f2cf31;*/
/*	text-align: center;*/
/*}*/
/*.banner-wrap__media-block .banner-sticker::after,*/
/*.banner-wrap__media-block .banner-sticker::before{*/
/*	position: absolute;*/
/*	content: '';*/
/*	width: 25px;*/
/*	height: 65px;*/
/*}*/
/*.banner-wrap__media-block .banner-sticker::after{*/
/*	left: -20px;*/
/*	background: url(../../../images/otherPages/blackfriday-2022/banner-decoration-left.png) no-repeat center/contain;*/
/*}*/
/*.banner-wrap__media-block .banner-sticker::before{*/
/*	right: -20px;*/
/*	background: url(../../../images/otherPages/blackfriday-2022/banner-decoration-right.png) no-repeat center/contain;*/
/*}*/
/*.banner-wrap__media-block .banner-sticker__text{*/
/*	flex-shrink: 0;*/
/*	margin-right: 10px;*/
/*	font-family: 'CocogooseProLetterpress', sans-serif;*/
/*	font-size: 26px;*/
/*}*/
/*.banner-wrap__media-block .banner-sticker__discount{*/
/*	flex-shrink: 0;*/
/*	font-family: 'rotonda_bold', sans-serif;*/
/*	font-size: 42px;*/
/*}*/
.banner-wrap__media-block .banner-sticker{
	display: none !important;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 5px 15px;
	color: #FFFFFF;
	border-radius: 30px;
	box-shadow: 3px 3px #171717;
	background: linear-gradient(135deg, #4C535F 25%, #3B424E 0, #3B424E 50%, #4C535F 0, #4C535F 75%, #3B424E 0);
	background-size: 50px 50px;
	text-align: center;
}
.banner-wrap__media-block .banner-sticker::after,
.banner-wrap__media-block .banner-sticker::before{
	position: absolute;
	content: '';
	width: 40px;
	height: 40px;
}
.banner-wrap__media-block .banner-sticker::after{
	top: 20px;
	left: -20px;
	background: url(../../../images/otherPages/new-year-discount2022/s1-min.png) no-repeat center/contain;
}
.banner-wrap__media-block .banner-sticker::before{
	top: -10px;
	right: -20px;
	background: url(../../../images/otherPages/new-year-discount2022/s2-min.png) no-repeat center/contain;
}
.banner-wrap__media-block .banner-sticker__text{
	flex-shrink: 0;
	margin-right: 10px;
	font-weight: var(--main-bold-font);
	font-size: 22px;
	line-height: 20px;
}
.banner-wrap__media-block .banner-sticker__discount{
	flex-shrink: 0;
	font-weight: var(--main-bold-font);
	font-size: 36px;
}
.banner-wrap__media-block video{
	max-width: 580px;
}
.mobile_device .banner-wrap__media-block{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.title{
	padding: 22px 0;
	font-weight: var(--main-bold-font);
	font-size: 26px;
	line-height: 28px;
	color: #FE4E37;
	text-align: center;
}
[data-chipless-key-path='workforce'] .title{
	color: #0C6FF6;
}
[data-chipless-key-path='sc-p'] .title{
	color: #00B175;
}
[data-chipless-key-path='ep'] .title{
	color: #FF6E01;
}
.title--color{
	color: #373691;
}
.title--color-red{
	color: #FE4E37 !important;
}
.description{
	color: #4B4748;
	text-align: center;
}
.key-wrap{
	background-color: #EFEFEF;
}
.choose-key{
	padding: 0 2.5% 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-moz-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}
.choose-key__title{
	position: relative;
	width: 285px;
	padding-left: 3px;
	font-weight: var(--main-bold-font);
	font-size: 22px;
	line-height: 24px;
	border: 1px solid #EFEFEF;
	border-bottom: none;
}
.choose-key__title.choose-key__title--border{
	border-color: #C1C1C1;
}
.choose-key__title span{
	color: #373691;
}
.choose-key__link{
	display: inline-block;
	padding-right: 20px;
}
.choose-key__link-title{
	position: relative;
	-moz-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	cursor: pointer;
}
.choose-key__link-title.choose-key__link--open::after{
	position: absolute;
	top: 0;
	right: -25px;
	content: '▼';
	font-size: 18px;
	cursor: pointer
}
.choose-key__link-items{
	display: none;
	position: absolute;
	left: -1px;
	top: 24px;
	width: 100.7%;
	text-align: left;
	background-color: #EFEFEF;
	border: 1px solid #C1C1C1;
	border-top: none;
	z-index: 1;
}
.choose-key__link-items li{
	margin: 8px 3px;
}
.choose-key__link-items li:hover{
	color: #0C6FF6;
}
[data-chipless-key-path='sc-p'] .choose-key__link-items li:hover{
	color: #00B175;
}
[data-chipless-key-path='xp'] .choose-key__link-items li:hover{
	color: #FE4E37;
}
[data-chipless-key-path='ep'] .choose-key__link-items li:hover{
	color: #FF6E01;
}
.firmware_service__checkbox .checkbox__select{
	width: 100%;
	position: relative;
}
.firmware_service__checkbox .checkbox__select > input{
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #969696;
	cursor: pointer;
}
.firmware_service__checkbox .checkbox__select > input:checked::after{
	display: block;
	content: '';
	position: absolute;
	left: 2px;
	top: 2px;
	width: 14px;
	height: 14px;
	background-color: #5F5F65;
	cursor: pointer;
}
.choose-key .firmware_service__checkbox .choose-key__count::before,
.choose-key .firmware_service__checkbox .choose-key__summ::before{
	display: none;
}
.firmware_service__checkbox .checkbox__select > div:not(.auxiliary_text){
	display: inline-block;
	padding-left: 30px;
}
.choose-key .firmware_service__checkbox [data-ui_dialog_open] .checkbox_title{
	text-decoration: underline;
	cursor: pointer;
}
.choose-key .firmware_service__checkbox [data-ui_dialog_open] .checkbox_title:hover{
	text-decoration: none;
}
.checkbox_title{
	font-weight: var(--main-regular-font);
	font-size: 20px;
	line-height: 28px;
}
.choose-key .choose-key__count,
.choose-key .choose-key__summ{
	position: relative;
}
.choose-key .choose-key__summ{
	height: auto !important;
	max-height: 70px;
}
.choose-key .choose-key__count::before,
.choose-key .choose-key__summ::before{
	position: absolute;
	top: -30px;
	left: 50%;
	width: 105px;
	content: 'К-во';
	font-weight: var(--main-regular-font);
	font-size: 18px;
	color: #4B4748;
	text-align: center;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
[data-currencycode='UAH'] .choose-key .choose-key__summ::before{
	content: '₴ за ключ';
}
[data-currencycode='RUB'] .choose-key .choose-key__summ::before{
	content: '₽ за ключ';
}
[data-currencycode='BYN'] .choose-key .choose-key__summ::before{
	content: 'р. за ключ';
}
[data-currencycode='KZT'] .choose-key .choose-key__summ::before{
	content: '₸ за ключ';
}
.choose-key .choose-key__summ .oldCoastProduct{
	font-size: 18px;
	color: #EA4726;
	display: none;
}
.choose-key .choose-key__summ .oldCoastProduct .price{
	position: relative;
}
.choose-key .choose-key__summ .oldCoastProduct .price::after{
	content: '';
	position: absolute;
	height: 1px;
	background-color: #EA4726;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%) rotateZ(-20deg);
}
.choose-key__items{
	padding: 8px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.choose-key .choose-key__items:not(:first-child) .choose-key__count::before,
.choose-key .choose-key__items:not(:first-child) .choose-key__summ::before{
	display: none;
}
.choose-key .choose-key__item:not(.choose-key__select),
.select2{
	height: 32px;
	line-height: 30px;
	background-color: #FFFFFF;
	border: 1px solid #969696;
}
.choose-key .choose-key__item.choose-key__summ{
	line-height: 20px;
	background-color: transparent;
	border-color: transparent;
}
.choose-key__item + .choose-key__item{
	margin-left: 120px;
}
.choose-key-result .choose-key__items{
	justify-content: center;
}
.choose-key-result .choose-key__item + .choose-key__item,
.choose-key__btn-box{
	margin-left: 0;
	margin-right: 18px;
}
.choose-key__total{
	margin-right: 35px;
}
.choose-key__select{
	position: relative;
	color: #4B4748;
	font-size: 18px;
	line-height: 26px;
	text-align: left;
}
.choose-key__select select{
	width: 360px;
}
.key-wrap .select2.select2-container{
	width: 360px !important;
	height: 32px;
	line-height: 32px;
	background-color: #FFFFFF;
	border: 1px solid #969696;
	margin-bottom: 0;
}
.select2-selection__arrow{
	background-color: transparent;
}
.select2-selection__placeholder{
	color: #A1A1A1;
}
.select2-selection__arrow b{
	border-top-color: #A1A1A1;
}
.attention-wrap{
	position: relative;
	padding: 0 20px 0 5px;
	text-align: center;
}
.attention-wrap__text{
	display: inline-block;
	color: #FF4D33;
}
.auxiliary_text{
	max-width: 440px;
	margin-left: -65px;
	margin-right: -50px;
	font-size: 14px;
	line-height: 20px;
	color: #FF4D33;
	text-align: justify;
}
.choose-key-text{
	margin: 10px 0;
}
/*--------*/
.choose-key__select .choose-key__delete{
	position: absolute;
	top: 45%;
	right: -22px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.count-btn,
.choose-key__delete{
	font-weight: var(--main-bold-font);
	font-size: 22px;
	color: #4B4748;
	cursor: pointer;
	-moz-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}
.choose-key__delete{
	font-size: 20px;
}
.choose-key__items,
.counter,
.counter[type='text']{
	font-weight: var(--main-bold-font);
	font-size: 20px;
	color: #373691;
	text-align: center;
}
.firmware_service__checkbox .count-btn{
	color: #9A9A9A;
	cursor: default;
}
.counter[disabled]{
	line-height: 30px;
	background-color: #EFEFEF;
	color: #9A9A9A;
}
.choose-key-result .choose-key__item{
	background: none;
}
.choose-key-result .choose-key__count{
	padding: 0 4px;
}
.choose-key-result .choose-key__count span{
	min-width: 25px;
	width: auto;
}
.choose-key__count{
	position: relative;
}
.choose-key__count .count-btn{
	position: absolute;
	width: 15px;
	height: 25px;
	top: 50%;
	left: -25px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 20px;
	text-align: center;
}
.choose-key__count .plus{
	left: auto;
	right: -25px;
}
.counter,
.counter[type='text']{
	display: inline-block;
	width: 55px;
	height: auto;
	line-height: inherit;
	border: 0;
	background-color: transparent;
	vertical-align: inherit;
}
.choose-key__item:last-child{
	margin-right: 16px;
}
.choose-key__summ{
	min-width: 100px;
}
.choose-key-result{
	display: none;
	padding: 15px 0;
	background-color: #D6D6D6;
}
.btn-buy:not(.btn-submit){
	text-transform: uppercase;
	padding: 8px 16px;
	font-size: 26px;
	line-height: 21px;
	color: #EA4726;
	background-color: #FFFFFF;
	border-radius: 25px;
	box-shadow: 0px 0px 1px 1px rgb(146 146 146 / 5);
	cursor: pointer;
}
.btn-buy:not(.btn-submit):hover{
	color: #FFFFFF;
	background-color: #EA4726;
}
.icons-list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 40px 0 60px;
}
.icons-list .icon-item{
	width: 330px;
	text-align: center;
}
.icons-list .icon-item__img{
	height: 90px;
}
/*Orange-color icon*/
[data-chipless-key-path='xp'] .icons-list .icon-item:nth-child(1) .icon-item__img{
	background: url(../../images/otherPages/chiplessKey/icon-1.png) no-repeat center;
}
[data-chipless-key-path='xp'] .icons-list .icon-item:nth-child(2) .icon-item__img{
	background: url(../../images/otherPages/chiplessKey/icon-2.png) no-repeat center;
}
[data-chipless-key-path='xp'] .icons-list .icon-item:nth-child(3) .icon-item__img{
	background: url(../../images/otherPages/chiplessKey/icon-3.png) no-repeat center;
}
body:not(.mobile_device) [data-chipless-key-path='xp'] .icons-list .icon-item:nth-child(1):hover .icon-item__img{
	background: url(../../images/otherPages/chiplessKey/icon-1.gif) no-repeat center;
}
body:not(.mobile_device) [data-chipless-key-path='xp'] .icons-list .icon-item:nth-child(2):hover .icon-item__img{
	background: url(../../images/otherPages/chiplessKey/icon-2.gif) no-repeat center;
}
body:not(.mobile_device) [data-chipless-key-path='xp'] .icons-list .icon-item:nth-child(3):hover .icon-item__img{
	background: url(../../images/otherPages/chiplessKey/icon-3.gif) no-repeat center;
}
/*Blue-color icon*/
[data-chipless-key-path='workforce'] .icons-list .icon-item:nth-child(1) .icon-item__img{
	background: url(../../images/otherPages/chiplessKey/icon-blue-1.png) no-repeat center;
}
[data-chipless-key-path='workforce'] .icons-list .icon-item:nth-child(2) .icon-item__img{
	background: url(../../images/otherPages/chiplessKey/icon-blue-2.png) no-repeat center;
}
[data-chipless-key-path='workforce'] .icons-list .icon-item:nth-child(3) .icon-item__img{
	background: url(../../images/otherPages/chiplessKey/icon-blue-3.png) no-repeat center;
}
body:not(.mobile_device) [data-chipless-key-path='workforce'] .icons-list .icon-item:nth-child(1):hover .icon-item__img{
	background: url(../../images/otherPages/chiplessKey/icon-blue-1.gif) no-repeat center;
}
body:not(.mobile_device) [data-chipless-key-path='workforce'] .icons-list .icon-item:nth-child(2):hover .icon-item__img{
	background: url(../../images/otherPages/chiplessKey/icon-blue-2.gif) no-repeat center;
}
body:not(.mobile_device) [data-chipless-key-path='workforce'] .icons-list .icon-item:nth-child(3):hover .icon-item__img{
	background: url(../../images/otherPages/chiplessKey/icon-blue-3.gif) no-repeat center;
}
/*Green-color icon*/
[data-chipless-key-path='sc-p'] .icons-list .icon-item:nth-child(1) .icon-item__img{
	background: url(../../images/otherPages/chiplessKey/icon-green-1.png) no-repeat center;
}
[data-chipless-key-path='sc-p'] .icons-list .icon-item:nth-child(2) .icon-item__img{
	background: url(../../images/otherPages/chiplessKey/icon-green-2.png) no-repeat center;
}
[data-chipless-key-path='sc-p'] .icons-list .icon-item:nth-child(3) .icon-item__img{
	background: url(../../images/otherPages/chiplessKey/icon-green-3.png) no-repeat center;
}
body:not(.mobile_device) [data-chipless-key-path='sc-p'] .icons-list .icon-item:nth-child(1):hover .icon-item__img{
	background: url(../../images/otherPages/chiplessKey/icon-green-1.gif) no-repeat center;
}
body:not(.mobile_device) [data-chipless-key-path='sc-p'] .icons-list .icon-item:nth-child(2):hover .icon-item__img{
	background: url(../../images/otherPages/chiplessKey/icon-green-2.gif) no-repeat center;
}
body:not(.mobile_device) [data-chipless-key-path='sc-p'] .icons-list .icon-item:nth-child(3):hover .icon-item__img{
	background: url(../../images/otherPages/chiplessKey/icon-green-3.gif) no-repeat center;
}
/*---------------*/
/*Orange-color icon*/
[data-chipless-key-path='ep'] .icons-list .icon-item:nth-child(1) .icon-item__img{
	background: url(../../images/otherPages/chiplessKey/icon-orange-1.png) no-repeat center;
}
[data-chipless-key-path='ep'] .icons-list .icon-item:nth-child(2) .icon-item__img{
	background: url(../../images/otherPages/chiplessKey/icon-orange-2.png) no-repeat center;
}
[data-chipless-key-path='ep'] .icons-list .icon-item:nth-child(3) .icon-item__img{
	background: url(../../images/otherPages/chiplessKey/icon-orange-3.png) no-repeat center;
}
body:not(.mobile_device) [data-chipless-key-path='ep'] .icons-list .icon-item:nth-child(1):hover .icon-item__img{
	background: url(../../images/otherPages/chiplessKey/icon-orange-1.gif) no-repeat center;
}
body:not(.mobile_device) [data-chipless-key-path='ep'] .icons-list .icon-item:nth-child(2):hover .icon-item__img{
	background: url(../../images/otherPages/chiplessKey/icon-orange-2.gif) no-repeat center;
}
body:not(.mobile_device) [data-chipless-key-path='ep'] .icons-list .icon-item:nth-child(3):hover .icon-item__img{
	background: url(../../images/otherPages/chiplessKey/icon-orange-3.gif) no-repeat center;
}
/*---------------*/
.icons-list .icon-item__title{
	margin: 25px 0;
	font-weight: var(--main-bold-font);
	font-size: 20px;
	line-height: 22px;
}
.info-text{
	margin-bottom: 35px;
}
.info-text__list{
	margin-top: 20px;
	padding-left: 20px;
	list-style: disc;
}
.instruction{
	margin-bottom: 15px;
	border-left: 4px solid #FE4E37;
	background-color: #F9F9F9;
}
[data-chipless-key-path='workforce'] .instruction{
	border-left-color: #0C6FF6;
}
[data-chipless-key-path='sc-p'] .instruction{
	border-left-color: #00B175;
}
[data-chipless-key-path='ep'] .instruction{
	border-left-color: #FF6E01;
}
.instruction__table-wrap{
	display: none;
	padding: 0 15px 25px;
}
.instruction__title{
	position: relative;
	padding: 10px 40px 10px 20px;
	margin-bottom: 35px;
	font-size: 22px;
	text-align: left;
	text-transform: uppercase;
	background-color: #EAEAEA;
	cursor: pointer;
}
.instruction__title::after{
	position: absolute;
	top: 50%;
	right: 15px;
	font-family: 'fontello';
	content: '\e80a';
	font-size: 36px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.instruction__title--open::after{
	-webkit-transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	-o-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
.instruction__table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	font-size: 13px;
	line-height: 14px;
}
.instruction__table td{
	width: 95px;
	padding: 5px;
	border: 1px solid #DADADA;
	background-color: #FFFFFF;
	text-align: center;
}
.instruction__table td:first-child{
	width: 100%;
	text-align: left;
}
.instruction__table-series td{
	background-color: #EAEAEA;
	border-color: #EAEAEA;
}
.download,
.table-anchor{
	color: #FE4E37;
	text-decoration: underline;
	cursor: pointer;
}
a.watch{
	color: #FE4E37;
	cursor: pointer;
}
a.watch:hover{
	color: #4B4748 !important;
}
.watch::before{
	display: inline-block;
	margin-right: 2px;
	font-family: 'fontello';
	content: '\f16a';
	color: #F0350A;
}
[data-chipless-key-path='workforce'] .download,
[data-chipless-key-path='workforce'] a.watch,
[data-chipless-key-path='workforce'] .table-anchor{
	color: #0C6FF6;
}
[data-chipless-key-path='sc-p'] .download,
[data-chipless-key-path='sc-p'] a.watch,
[data-chipless-key-path='sc-p'] .table-anchor{
	color: #00B175;
}
[data-chipless-key-path='ep'] .download,
[data-chipless-key-path='ep'] a.watch,
[data-chipless-key-path='ep'] .table-anchor{
	color: #FF6E01;
}
.download:hover,
.table-anchor:hover{
	text-decoration: none;
}
.video-wrap .video-wrap_container{
	background: url(../../images/otherPages/chiplessKey/video-bg.webp) no-repeat center;
	cursor: pointer;
}
.video-wrap .video-wrap__block{
	padding: 5px 20px;
}
.video-bg-wrap{
	background-color: #EFEFEF;
	position: relative !important;
	z-index: 1;
}
.reviews-wrap{
	margin-bottom: 80px;
}
.review-item.hide{
	display: none;
}
.review-item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
	padding: 10px 0;
	border-bottom: 1px solid #F2F2F2;
}
.review-item__info{
	margin-right: 5%;
	width: 20%;
}
.review-item__text{
	width: 75%;
}
.r_username,
.r-city{
	color: #3D3D3D;
}
.r-date{
	display: block;
	font-size: 14px;
	margin-top: 5px;
	color: #757575;
}
.show-all-review{
	text-decoration: underline;
	cursor: pointer;
}
.show-all-review:hover{
	text-decoration: none;
}
.hint-payment{
	display: none;
	position: relative;
	margin: 15px 0;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
}
.hint-payment__text{
	display: inline-block;
	color: #00B175;
	cursor: pointer;
	text-decoration: underline;
}
.hint-payment__text:hover{
	text-decoration: none;
}
.hint-payment__tooltip{
	display: none;
	width: 230px;
	position: absolute;
	top: calc(100% + 10px);
	left: 50%;
	padding: 15px 25px;
	transform: translateX(-50%);
	border: 1px solid #D8D8D8;
	background-color: #FFFFFF;
	z-index: 1;
}
.select2-dropdown{
	z-index: 100000;
}
.select2-dropdown .select2-results__option:hover{
	font-weight: var(--main-medium-font);
}
.pupup-video .ui-dialog-titlebar{
	display: none;
}
.pupup-video .ui-dialog-content{
	padding: 0;
}
.pupup-video,
.pupup-video .yt_player_iframe{
	height: 500px !important;
}
/*-----------*/
.video-wrap_container,
.video-wrap__block{
	float: none !important;
	clear: both !important;
	width: 100% !important;
	position: relative !important;
	padding-bottom: 42% !important; /* 16:9 */
	height: 0 !important;
	overflow: hidden !important;
}
.video-wrap__block iframe, .video-wrap__block object, .video-wrap__block embed, .video-wrap__block video{
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
	width: 100% !important;
	height: 100% !important;
}
/*SEO-block*/
.seo_holder{
	margin: 45px 0 25px;
}
#firmware_service_text{
	max-width: 700px !important;
	max-height: 515px !important;
	width: 100% !important;
	padding: 0 40px 40px;
	margin: 0 auto;
}
@media screen and (min-width: 911px){
	.header{
		-webkit-box-shadow: 0px 3px 5px 0px rgba(146, 146, 146, 0.5);
		box-shadow: 0px 3px 5px 0px rgba(146, 146, 146, 0.5);
	}
	.menu__list li a{
		color: #0651BA;
	}
	.mob-btn-buy a:hover{
		background-color: #0651BA;
	}
	.mob-btn-buy a:hover i{
		color: #0651BA;
	}
	.video-wrap .video-wrap_container{
		height: 438px !important;
		padding-bottom: 23% !important;
	}
}
@media screen and (min-width: 1190px){
	.video-wrap_container,
	.video-wrap__block{
		padding-bottom: 37.7% !important;
	}
	.video-wrap__block iframe, .video-wrap__block object, .video-wrap__block embed, .video-wrap__block video{
		width: 85% !important;
		margin: 0 auto;
	}
}
@media screen and (max-width: 680px){
	.review-item{
		display: block;
	}
	.r-date{
		margin: 0;
	}
	.review-item__text,
	.review-item__info{
		width: 100%;
		margin: 0 0 10px;
	}
	#firmware_service_text{
		max-width: 390px !important;
	}
}
@media screen and (max-width: 1275px){
	.banner-wrap__block-info .banner-wrap__title{
		font-size: 26px;
		line-height: 26px;
		margin-bottom: 50px;
	}
	.banner-wrap__block-info .banner-wrap__title span{
		margin-top: 8px;
	}
}
@media screen and (max-width: 1185px){
	.key-wrap .select2.select2-container{
		width: 300px !important;
	}
}
@media screen and (max-width: 1100px){
	.choose-key__item + .choose-key__item{
		margin-left: 100px;
	}
	.key-wrap .select2.select2-container{
		width: 250px !important;
	}
	.checkbox_title{
		font-size: 18px;
	}
}
@media screen and (max-width: 1024px){
	.logo{
		max-width: 230px;
	}
	.banner-wrap__media-block video{
		max-width: 490px;
	}
	.choose-key__title{
		font-size: 20px;
		line-height: 20px;
	}
	.choose-key__link-items{
		top: 20px;
	}
	.icons-list .icon-item{
		width: 270px;
	}
}
@media screen and (max-width: 985px){
	.menu__list li a{
		font-size: 14px;
	}
	.mob-btn-buy a{
		font-size: 16px;
	}
	.banner-wrap__block-info .banner-wrap__title{
		margin: 65px 0 30px;
	}
	.banner-wrap__block-info .banner-wrap__title{
		font-size: 19px;
		line-height: 20px;
	}
	.banner-wrap__block-info .banner-wrap__text{
		margin-bottom: 60px;
	}
	.banner-wrap__media-block video{
		max-width: 440px;
	}
	.choose-key__item + .choose-key__item{
		margin-left: 95px;
	}
	.key-wrap .select2.select2-container{
		width: 195px !important;
	}
	.checkbox_title{
		font-size: 14px;
	}
	.pupup-video,
	.pupup-video .yt_player_iframe{
		max-width: 580px;
		height: 326px !important;
	}
}
@media screen and (max-width: 910px){
	.main-content{
		padding-top: 50px;
	}
	.header{
		background-color: #2E3397;
	}
	.header__wrap{
		height: 50px;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.mob-menu{
		display: block;
		width: 40px;
		height: 40px;
		cursor: pointer;
		position: relative;
		padding-top: 12px;
	}
	/*~Button mob-menu cross~*/
	.icon-bar{
		display: block;
		width: 26px;
		height: 3px;
		background: #FFFFFF;
		margin: 0 auto 4px;
		border-radius: 5px;
	}
	.mob-menu.btn_menu_cross .icon-bar{
		position: absolute;
		top: 50%;
		left: 50%;
	}
	.mob-menu.btn_menu_cross .icon-bar:nth-child(1){
		-webkit-transform: translate(-50%, -50%) rotateZ(40deg);
		transform: translate(-50%, -50%) rotateZ(40deg);
	}
	.mob-menu.btn_menu_cross .icon-bar:nth-child(2){
		opacity: 0;
	}
	.mob-menu.btn_menu_cross .icon-bar:nth-child(3){
		-webkit-transform: translate(-50%, -50%) rotateZ(-40deg);
		transform: translate(-50%, -50%) rotateZ(-40deg);
	}
	.menu__list{
		display: none;
		position: absolute;
		width: 100%;
		top: 50px;
		left: 0;
		color: #FFFFFF;
		background-color: #2E3397;
		z-index: 10;
		text-align: center;
	}
	.menu__list li{
		margin: 10px 0;
	}
	.logo a{
		display: block;
		width: 25px;
		height: 25px;
		background: url(../../images/otherPages/chiplessKey/mob-logo.png) no-repeat center;
	}
	.logo a img{
		display: none;
	}
	.mob-btn-buy a{
		color: #FE4E37;
		background-color: transparent;
		padding: 0;
		font-size: 0;
		border-radius: 0;
	}
	.mob-btn-buy i{
		width: auto;
		height: auto;
		margin: 0;
		border-radius: 0;
		font-size: 22px;
		background-color: transparent;
	}
	.banner{
		background-position: right top;
	}
	.banner-wrap{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
	.banner-wrap__block-info .banner-wrap__title{
		margin: 30px 0 20px;
		font-size: 22px;
		line-height: 24px;
	}
	.banner-wrap__text{
		display: none;
	}
	.choose-key{
		padding: 0 0 10px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
	}
	.choose-key__items{
		width: 100%;
	}
	.choose-key__link-items{
		/*	width: 100.2%;*/
	}
	.choose-key__section{
		width: 100%;
		margin: 0 auto;
		padding: 0 23%;
	}
	.choose-key__title{
		margin-bottom: 10px;
	}
	.choose-key .choose-key__items:not(:first-child) .choose-key__count::before,
	.choose-key .choose-key__items:not(:first-child) .choose-key__summ::before{
		display: block;
	}
	.choose-key__items{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.choose-key-result .choose-key__item + .choose-key__item,
	.choose-key__item + .choose-key__item,
	.choose-key__btn-box,
	.choose-key__item{
		margin: auto;
	}
	.choose-key__select{
		width: 100%;
		margin-bottom: 35px;
	}
	.auxiliary_text{
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
		text-align: left;
	}
	.key-wrap .select2.select2-container{
		display: block;
		width: 310px !important;
		margin: 0 auto;
	}
	.video-wrap .video-wrap_container{
		padding: 5px 10px;
		background-size: cover;
	}
	.choose-key-result .choose-key__items{
		max-width: 600px;
		margin: 0 auto;
	}
	.firmware_service__checkbox .checkbox__select{
		text-align: center;
	}
	.firmware_service__checkbox .checkbox__select > input{
		position: relative;
		margin: 0 0 5px;
	}
	.firmware_service__checkbox .checkbox__select > div:not(.auxiliary_text){
		position: relative;
		display: inline-block;
		padding-left: 10px;
	}
	.checkbox_title{
		font-size: 18px;
	}
}
@media screen and (max-width: 810px){
	.icons-list{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		margin-bottom: 10px;
	}
	.icons-list .icon-item{
		margin-bottom: 20px;
	}
	#firmware_service_text{
		max-width: 630px !important;
	}
}
@media screen and (max-width: 600px){
	.pupup-video,
	.pupup-video .yt_player_iframe{
		max-width: 500px;
		height: 280px !important;
	}
}
@media screen and (max-width: 520px){
	.banner-wrap__media-block{
		margin-bottom: 25px;
	}
	.banner-wrap__media-block .banner-sticker{
		padding: 5px 10px;
	}
	.banner-wrap__media-block .banner-sticker__text{
		font-size: 16px;
	}
	.banner-wrap__media-block .banner-sticker__discount{
		font-size: 28px;
	}
	.banner-wrap__media-block video{
		max-width: 310px;
	}
	.choose-key-result .choose-key__item{
		margin: 0 !important;
	}
	.choose-key__section{
		padding: 0 3%;
	}
	.choose-key-result .choose-key__count,
	.choose-key-result .choose-key__summ{
		margin: 0 3% !important;
	}
	.choose-key__btn-box,
	.choose-key__total{
		width: 100%;
	}
	.choose-key__btn-box{
		margin-top: 15px;
	}
	.pupup-checkout-main{
		width: 280px !important;
	}
	.instruction__title{
		margin-bottom: 15px;
		font-size: 18px;
		line-height: 18px;
	}
	.instruction__table-wrap{
		padding: 0 5px 25px;
	}
	.instruction__table td{
		width: 70px;
	}
	.pupup-video,
	.pupup-video .yt_player_iframe{
		max-width: 300px;
		height: 190px !important;
	}
}
@media screen and (max-width: 410px){
	.banner-wrap__media-block video{
		max-width: 270px;
	}
	.banner-wrap__block-info{
		padding: 0;
	}
	.banner-wrap__block-info .banner-wrap__title{
		font-size: 21px;
		line-height: 24px;
	}
	#firmware_service_text{
		max-width: 290px !important;
	}
	.instruction__table td:first-child,
	.instruction__table td{
		width: 57px;
		padding: 5px 0;
	}
}
@media screen and (max-width: 370px){
	.key-wrap .select2.select2-container{
		max-width: 270px !important;
	}
}