/*font-family: 'Rubik', sans-serif;
font-family: 'Roboto', sans-serif;*/

@font-face {
	font-family: Gotham Pro Medium; /* Имя шрифта */
    src: url(https://bi.ua/fonts/GothamProMedium/GothamProMedium.ttf);
}

@font-face {
	font-family: Gotham Pro Regular; /* Имя шрифта */
    src: url(https://bi.ua/fonts/GothamProRegular/GothamProRegular.ttf);
}
a, a:hover, a:active, a:focus {
	text-decoration: none !important;
}

.mobile {
	display: none !important;
}

.product-category-item:hover {
    box-shadow: 0 10px 15px rgba(63,66,188,0.2);
    z-index: 21!important;
}

.product-category-item {
    height: 407.8px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e7e7e7;
    width: 268px;
    padding: 12px;
    box-sizing: border-box;
    position: relative;
    background: #fff;
}

.discount-procent {
	color: #3f42bc;
}

.ico-pos-left {
	display: inline !important;
	margin-right: 10px;
}

.product-category-item .labelGroup {
    position: absolute;
    top: 7px;
    left: 0;
    width: 100%;
}

.product-category-item .labelGroup>div {
    width: 45px;
    height: 45px;
    border: 1px solid #e7e7e7;
    background: #f8f8f8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-category-item .labelGroup>div:hover {
    width: 161px;
    justify-content: flex-start;
    border-right-color: transparent;
}

.product-category-item .labelGroup>div .labelGroup-text,
.product-category-item .labelGroup>div:hover>img {
   display: none;
}

.product-category-item .labelGroup>div:hover:after {
     width: 45px;
    height: 45px;
    background: url(https://bi.ua/images/css/bg1.png) 0 0 no-repeat;
    content: '';
    display: inline-block;
    position: absolute;
    left: 160px;
    background-size: contain;
}

.product-category-item .labelGroup img {
    width: 22px;
    height: 22px;
}

.product-category-item .labelGroup>div:hover .labelGroup-text {
    display: inline;
    font-family: "Gotham Pro Regular";
    color: #ec008c;
    font-size: 12px;
    line-height: 30px;
    text-decoration: none;
    text-transform: initial;
    text-align: initial;
}

.product-category-item:hover .rating-star, .product-category-item:hover .your-spec {
      margin-top: 44px!important;
}

.product-category-item:hover .pci-title {
    position: relative;
    height: auto;
}

.product-category-item:hover .pci-title p {
    height: auto;
    z-index: 999;
    position: absolute;
    top: 0;
    background-color: white;
}

.product-category-item .labelGroup>div:hover>* {
    margin-left: 10px;
    margin-bottom: 1px;
}

.product-category-item .product-category-item-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.product-category-item .pci-img {
    width: 245px;
    height: 220px;
    overflow: hidden;
    max-width: 100%;
}

.product-category-item .pci-img img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.product-category-item .pci-articul {
    font-family: "Gotham Pro Regular";
    color: #959494;
    font-size: 10px;
    line-height: 18px;
    text-decoration: none;
    text-transform: initial;
    text-align: initial;
}

.product-category-item .pci-articul p {
    margin-top: 18px;
    margin-bottom: 0;
    padding: 0 8px;
    font-family: "Gotham Pro Regular";
    color: #959494;
    font-size: 10px;
    line-height: 18px;
    text-decoration: none;
    text-transform: initial;
    text-align: initial;
}

.product-category-item .pci-title {
    font-family: "Gotham Pro Medium";
    color: #272727;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    text-transform: initial;
    text-align: initial;
    padding: 0 8px;
    
}

.product-category-item .pci-title p {
    position: relative;
align-items: flex-start;
height: 3.2em;
    overflow: hidden;
    margin-bottom: 0;
}

.product-category-item .pci-title p:before, .title-related-posts:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    height: 50%;
    width: 55px;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0),#fff 100%,#fff 10%,#fff);
    background: -ms-linear-gradient(left,rgba(255,255,255,0),#fff 100%,#fff 10%,#fff);
    background: -moz-linear-gradient(left,rgba(255,255,255,0),#fff 100%,#fff 10%,#fff);
    background: linear-gradient("to right",rgba(255,255,255,0),#fff 100%,#fff 10%,#fff);
}

.rating-star {
   display: inline-flex;
    padding-right: 0px!important;
    float: right;
    height: 18px;
    padding: 0 8px;
    box-sizing: border-box;
    margin-bottom: 18px;
    align-items: center;
}

.rating-star .gray-star {
   width: 102px;
    height: 18px;
    position: relative;
    background: url(https://bi.ua/images/css/stars.png) 0 -18px no-repeat;
}

.rating-star .gray-star .blue-star {
    height: 18px;
    background: url(https://bi.ua/images/css/stars.png) 0 0 no-repeat;
}

.product-category-item .cost-group {
   float: none;
    clear: both;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-category-item .price {
     padding: 0 0 0 6px;
    flex-direction: column;
    font-family: "Gotham Pro Regular";
    color: #ec008c;
    font-size: 20px;
    line-height: 18px;
    text-decoration: none;
    text-transform: initial;
    text-align: initial;
}

.product-category-item .price p {
    margin: 0;
    font-size: 20px;
    line-height: 18px;
    color: #ec008c;
}

.product-category-item .price span {
    font-size: 12px;
}

.product-category-item .price .old-price {
   text-decoration: line-through;
    color: #272727;
    font-size: 12px;
}

.product-category-item .button-group {
position: relative;
display: flex;
}

.product-category-item .button-group .buy-btn {
     font-family: "Gotham Pro Regular";
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    text-transform: initial;
    text-align: center;
    background: #4244b7;
    max-width: 107px;
    transition: color .3s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 9px 20px;
    vertical-align: middle;
    display: block;
}

.product-category-item .button-group .buy-btn:hover {
    color: #fff;
    text-decoration: none;
}

.product-category-item .button-group .buy-btn:hover:before {
    webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    transition: transform .3s;
    -webkit-transition-timing-function: cubic-bezier(0.75,0,0.125,1);
    transition-timing-function: cubic-bezier(0.75,0,0.125,1);
    background: #4244b7;
}

.product-category-item .button-group .buy-btn:hover:after {
    transition-delay: .175s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    -webkit-transition-timing-function: cubic-bezier(0.75,0,0.125,1);
    transition-timing-function: cubic-bezier(0.75,0,0.125,1);
    background: #ec008c;
}



/*HEADER*/
#bdPage {
	max-width: 1920px;
	margin: 0 auto;
}

.content, #code, #howTo, #subscribe, footer div, #scheme {
	max-width: 1170px;
	margin: 0 auto;
	padding-top: 45px;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
}

.content li {
	display: inline-block;
}

.logo {
	background: url(https://bi.ua/custom-files/files/LP_HB/logo.png) no-repeat center center;
	width: 135px;
	height: 62px;
	margin: 0px 150px 85px 0px;
}

.header {
	background: url(https://bi.ua/custom-files/files/LP_HB/back.png) no-repeat center center;
}

.lang, .city {
	position: relative;
	vertical-align: top;
	margin: 25px 30px 0px 0px;
	padding-left: 25px;
	font-size: 14px;
	color: #161414;
}

.lang a {
	color: #161414;
}

.lang:before, .city:before {
	content: '';
	height: 18px;
	width: 18px;
	position: absolute;
	background: url(https://bi.ua/custom-files/files/LP_HB/lang.png) no-repeat center center;
	left: 0px;
}

.city:before {
	background: url(https://bi.ua/custom-files/files/LP_HB/city.png) no-repeat center center;
}

.dropdown-menu {
	min-width: 1px;
	background-color: transparent;
	border: none;
	box-shadow: none;
	
}

.dropdown-menu a {
	font-weight: 500 !important; 
	padding: 3px 0px 3px 25px !important;
}

.dropdown-menu a:hover {
	background-color: transparent !important;
}

.header-text {
	max-width: 460px;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	color: #ffffff;
	padding-bottom: 205px;
}

.header-text-terms {
	margin-bottom: 0px;
}

.header-text h1 {
	font-size: 50px;
	letter-spacing: -1.2px;
	margin: 0px 0px 25px;
}
.header-text-main{
	font-family: 'Roboto', sans-serif;
	margin-bottom: 40px;
}

.header-text a {
	display: block;
	font-weight: 500;
	color: #ffffff;
	background: url(https://bi.ua/custom-files/files/LP_HB/btn.png) no-repeat center center;
	letter-spacing: 1px;
	padding: 20px 45px;
	max-width: 222px;
}

.scroll {
	padding-left: 30px;
	position: relative;
	padding-bottom: 60px;
}

.scroll a {
	color: #ffffff;
}

.scroll:before {
	content: '';
	position: absolute;
	background: url(https://bi.ua/custom-files/files/LP_HB/mouse.png) no-repeat center center;
	width: 25px;
	height: 30px;
	left: 0px;
	top: -5px;
}


/*CODE*/
#code, #howTo, #facts {
	margin-top: 135px;
	padding-top: 0px;
	text-align: center;
}

#code h2, #howTo h2, #facts h2, #scheme h2 {
	font-size: 50px;
	color: #161414;
	letter-spacing: -1.2px;
}

#code .h2-cont {
	display: block;
}

.eye {
	margin: 40px 0px 34px;
}

.product-category-item .labelGroup .ico-present .ico-present-new, .product-images-block .labelGroup .ico-present .ico-present-new {
	font-family: 'Gotham Pro Medium',sans-serif;
    font-size: 14px;
    color: #3f42bc;
    line-height: 1;
    margin-bottom: 3px;
}

.product-category-item .labelGroup>div:hover>* {
	color: #ec008c;
}

.code-text {
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	font-weight: 400;
	margin-bottom: 50px;
}

#promo-goods-carousel {
	position: relative;
}

#promo-goods-carousel .product-category-item {
	max-width: 292.5px !important;
}

#promo-goods-carousel .slick-prev,
#promo-goods-carousel .slick-next {
	font-size: 0px;
	border: none;
	background-color: transparent;
	position: absolute;
	left: -45px;
	top: 35%;
}

#promo-goods-carousel .slick-prev:focus,
#promo-goods-carousel .slick-next:focus {
	outline: none;
}

#promo-goods-carousel .slick-next {
	right: -45px;
	left: auto;
}

#promo-goods-carousel .slick-prev:before {
	content: '';
	display: block;
	background: url('https://bi.ua/custom-files/files/LP_HB/Arrow.png') no-repeat center center;
	height: 100px;
	width: 30px;
}

#promo-goods-carousel .slick-prev:hover:before {
	background: url('https://bi.ua/custom-files/files/LP_HB/Arrow-hover.png') no-repeat center center;
	transform: rotate(180deg);
}

#promo-goods-carousel .slick-next:hover:before {
	background: url('https://bi.ua/custom-files/files/LP_HB/Arrow-hover.png') no-repeat center center;
	transform: rotate(360deg);
}

#promo-goods-carousel .slick-next:before {
	content: '';
	display: block;
	background: url('https://bi.ua/custom-files/files/LP_HB/Arrow.png') no-repeat center center;
	transform: rotate(180deg);
	height: 100px;
	width: 30px;
}

ul.slick-dots {
	margin-top: 30px;
}

ul.slick-dots li {
	display: inline-block;
	font-size: 0px;
	margin-right: 10px;
}

ul.slick-dots li button {
	background: transparent;
	border: none;
}

ul.slick-dots li:before {
	content: '';
	display: block;
	background: url('https://bi.ua/custom-files/files/LP_HB/dot.png') no-repeat center center;
	width: 17px;
	height: 17px;
}

ul.slick-dots li button:active,
ul.slick-dots li button:focus {
	outline: none;
}


ul.slick-dots li.slick-active:before {
	background: url('https://bi.ua/custom-files/files/LP_HB/dot-active.png') no-repeat center center;
}


/*HOWTO*/

#howTo h2 {
	margin-bottom: 100px;
}

#howTo h3 {
	font-size: 18px;
	letter-spacing: 1px;
	margin: 30px 0px 23px;
	text-transform: uppercase;
}

.advantages {
	margin-bottom: 135px;
}

.advantages img {
	height: 47px;
}

.scroll-second {
	padding-bottom: 40px;
}

.scroll-second a {
	font-size: 14px;
	color: #c9c6c6;
	position: relative;
	padding-right: 30px;
}

.scroll-second a:after {
	content: '';
	background: url(https://bi.ua/custom-files/files/LP_HB/mouse2.png) no-repeat center center;
	width: 25px;
	height: 30px;
	top: -5px;
	right: 0px;
	position: absolute;
}

/*FACTS*/
#facts {
	float: none;
	clear: both;
	background: url(https://bi.ua/custom-files/files/LP_HB/facts.png) no-repeat center center;
	color: #ffffff;
	height: 605px;
	padding-top: 115px;
}

#facts h2 {
	color: #ffffff;
	margin-bottom: 100px;
}

#facts div {
	font-size: 20px;
	font-weight: 300;
}

#facts span {
	display: block;
	font-size: 36px;
	font-weight: 600;
}


/*MAP*/
#map {
	padding: 290px 0px 0px;
	background: url(https://bi.ua/custom-files/files/LP_HB/back-map.png) no-repeat center center;
	text-align: center;
	font-family: 'Rubik', sans-serif;
}

.contact {
	max-width: 940px;
	margin: 0 auto;
	box-shadow: 0px 30px 100px 0px rgba(0, 0, 0, 0.2); 
	border-radius: 5px;
	padding: 55px 50px 75px 35px;
	background-color: #ffffff;
	text-align: left;
}

.contact h2 {
	font-size: 50px;
	text-align: center;
	margin: 0px 0px 50px;
}

.map {
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1); 
	border-radius: 10px;
	padding: 25px 50px;
	color: #161414;
}

.address, .tel {
	font-size: 20px;
	font-weight: 500;
}

.phone, .time {
	font-size: 18px;
	font-weight: 400;
}

.map a {
	color: #161414;
}

.time {
	font-weight: 500;
	line-height: 40px;
	margin-bottom: 30px;
}

.address span {
	display: block;
}

.tel {
	position: absolute;
	bottom: -10px;
	right: -265px;
}

.tel img {
	margin: -5px 10px 0px 0px;
}

.time span:last-child {
	margin: 25px 0px 0px 95px;
}

a.route {
	color: #ffffff;
	background: url(https://bi.ua/custom-files/files/LP_HB/route.png) no-repeat center center;
	height: 50px;
	width: 205px; 
	display: block;
	text-align: center;
	line-height: 50px;
}

.add-scroll {
	margin: 275px auto 100px;
}


/*SCHEME*/
#scheme img {
	max-width: 100%;
}

#scheme div:nth-child(3) {
	padding-top: 110px;
}

#scheme div:nth-child(3) h2 {
	margin-bottom: 25px;
}

#scheme div:nth-child(3) p {
	padding-right: 240px;
	font-weight: 400;
}

#scheme div:nth-child(3) p span {
	font-weight: 500;
}


/*SUBSCRIBE*/
#subscribe {
	padding-top: 80px;
	float: none;
	clear: both;
}

#subscribe h3 {
	font-size: 50px;
	width: 50%;
}

input[type="email"] {
	width: 290px;
	height: 40px;
	padding: 15px;
	border: none;
	border-radius: 5px;
	background-color: #eff0f4;
	margin-right: 23px;
}

input[type="submit"] {
	color: #ffffff;
	background: url(https://bi.ua/custom-files/files/LP_HB/route.png) no-repeat center center;
	height: 40px;
	width: 135px; 
	text-align: center;
	line-height: 40px;
	border: none;
	border-radius: 5px;
}

label {
	color: #a8acb9;
	font-weight: 400;
	font-size: 12px;
	display: block;
}

form {
	float: right;
	margin-top: -40px;
}

.subscribe-text {
	margin: 35px 58% 205px 0px;
	font-size: 18px;
	font-weight: 400;
}

.soc-icons {
	margin: 0px auto 10px;
	text-align: center;
}

.soc-icons a {
	display: inline-block;
}

.soc-icons a:not(:last-child) {
	margin-right: 20px;
}



/*FOOTER*/
footer {
	background-color: #222228;
	padding: 35px 0px;
	color: #6b6b6e;
	font-family: 'Roboto', sans-serif;

}

footer div {
	padding: 0px;
	font-size: 18px;
	font-weight: 400;
}

footer p, footer a {
	display: inline-block;
}

footer p {
	width: 70%;
}

footer a  {
	text-decoration: underline !important;
	color: #ffffff;
	padding-top: 10px;
	text-align: center;
	display: block;
	font-size: 16px;
}

@media screen and (max-width: 1270px) {
	#promo-goods-carousel {
		margin: 0px 80px;
	}
}


@media screen and (max-width: 1200px) {
	.content, #code, #howTo, #scheme, #subscribe {
		padding: 0px 15px;
	}

	#promo-goods-carousel {
		margin: 0px 80px;
	}

	#promo-goods-carousel .product-category-item {
		max-width: 308.3px !important;
		width: 19.99% !important;
	}
}

@media screen and (max-width: 991px) {

	.header {
	    background-color: #ff0592 !important;
	    background-image: none !important;
	}

	.header-text {
		margin: 0px auto;
		padding-bottom: 100px;
	}

	#promo-goods-carousel .product-category-item {
		max-width: 391px !important;
	}

	#header {
		background-size: 170% 100%; 
	}

	#scheme div:nth-child(3) {
		padding: 0px;
	}

	#scheme div:nth-child(3) p {
		padding-right: 0px;
	}

	#subscribe {
		padding-top: 80px;
		text-align: center;
	}

	#subscribe img {
		margin: 0px auto;
	}

	#subscribe h3 {
		width: 100%;
		text-align: center;
	}

	#submit-email-form {
		float: none;
		margin-top: 20px;
		text-align: center;
	}

	.subscribe-text {
		margin: 35px 20% 200px;
	}

	.time span {
		display: block;
	}

	.time span:last-child {
		margin: 10px 0px;
	}

	#map {
		padding: 200px 15px 0px;
	}
}

@media screen and (max-width: 767px) {
	
	.mobile {
		display: block !important;
	}

	.desktop {
		display: none !important;
	}

	.header {
		background: url(https://bi.ua/custom-files/files/LP_HB/mob_back.png) no-repeat center center !important;
		background-color: #ff0592 !important;
	}

	.content, #code, #subscribe, footer div,
	#howTo, #scheme {
		padding: 15px;
		max-width: 320px;
	}

	.header-text h1 {
		margin: 0px 0px 140px;
	}

	.header-text-main {
		margin-bottom: 10px;
	}

	#promo-goods-carousel {
		margin: 0px 15px;
	}

	#promo-goods-carousel .product-category-item {
		width: 100% !important;
		margin-bottom: 30px;
	}

	#code, #howTo, #facts {
		margin-top: 10px;
	}

	.content ul {
		text-align: center;
	}

	li.logo {
		display: block;
		margin: 0 auto;
	}

	.lang, .city {
		margin-top: 10px;
	}

	.city {
		margin-right: 0px;
	}

	.header-text-terms {
		text-align: center;
		margin-bottom: 10px;
	}

	.header-text {
		padding-bottom: 0px;
	}

	.header-text h1 {
		font-size: 32px;
		text-align: center;
	}

	.header-text-main {
		font-style: 16px;
		text-align: center;
	}

	.header-text a {
		margin: 0 auto;
	}

	#code {
		margin-top: 0px;
	}

	.scroll-second.mobile {
		margin-top: 85px;
	}

	.scroll-second a {
		padding-right: 0px;
	}

	.scroll-second a:after {
		right: 33%;
		top: -50px;
	}

	#code h2, #howTo h2, #facts h2, #scheme h2 {
		font-size: 32px;
	}

	#howTo h2 {
		margin-bottom: 40px;
	}

	#howTo h3 {
		font-size: 18px;
	}

	#howTo p {
		font-size: 15px;
	}

	#facts {
		background: url(https://bi.ua/custom-files/files/LP_HB/m_back.png) no-repeat center center;
		background-size: 100% 100%;
		padding-top: 55px;
	}

	#facts h2 {
		margin-bottom: 25px;
	}

	#facts div {
		margin-bottom: 45px;
	}

	.advantages {
		margin-bottom: 50px;
	}

	#scheme {
		text-align: center;
		margin-bottom: 80px;
	}

	.address {
		font-size: 17px;
	}

	.time span {
		margin: 0px;
		line-height: 1;
		font-weight: 400;
	}

	.tel {
		display: none;
	}

	.eye {
		margin: 30px 0px;
	}

	.code-text {
		font-size: 25px;
		margin-bottom: 35px;
	}

	.download {
		margin: 35px 0px 70px;
	}

	#howTo {
		text-align: center;
		overflow: hidden;
	}

	.message {
		right: 15px;
		bottom: -110px;
		width: 260px;
		background-size: 157%;
		padding: 95px 10px 0px 15px;
		text-align: left;
		font-size: 16px;
	}

	#howTo ol {
		padding-right: 0px;
	}

	.howtoBlock {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}

	.howtoBlock li {
		font-size: 16px;
	}

	.getCard {
		margin: 0px auto 55px;
	}

	#map {
		background-image: none;
		padding: 0px;
		margin-top: 50px;
	}

	.contact {
		max-width: 320px;
		padding: 0px 15px;
		box-shadow: none;
		text-align: center;
	}

	.contact h2 {
		font-size: 32px;
	}

	.map {
		border-left: none;
		padding: 20px;
	}

	.phone {
		font-size: 17px;
	}

	.time {
		font-size: 16px;
		margin: 20px 0px 45px;
	}

	a.route {
		margin: 20px auto;
	}

	#subscribe {
		text-align: center;
	}

	#subscribe h3 {
		font-size: 32px;
		width: 100%;
		letter-spacing: -1px;
	}

	#scheme h2 {
		margin-left: -15px;
		margin-right: -15px;
	}

	#scheme p {
		margin-bottom: 80px;
	}

	form {
		float: none;
		margin: 0px 0px 95px;
	}

	.subscribe-text {
		margin: 30px 0px;
	}

	.soc-icons {
		margin-bottom: 50px;
	}

	#footer {
		text-align: center;
		padding: 40px 0px;
	}

	#submit-email {
		width: 100%;
		display: block;
		background-size: 100%;
		margin-top: 15px; 
		margin-bottom: 70px;
	}

	.soc-icons {
		margin: 0px auto;
		padding: 0px;
	}

	footer p {
		width: 100%;
		text-align: left;
	}

	footer a {
		float: none;
		margin: 0px auto;
		display: block;
	}

}