

/* Start:/local/templates/heliport-shop.ru/components/bitrix/sale.basket.basket.line/.default/style.css?17727534404588*/
.bx-basket { }

.badge-secondary{
	background: #fdb813;
	border-radius: 50%;
    padding: 5px;
    width: 20px;
    height: 20px;
    color: #000;
    position: absolute;
    top: -5px;
    right: 0;
}

.bx-basket-block {
	position: relative;
	padding-bottom: 5px;
	padding-left: 20px;
	white-space: nowrap;
	font-size: 12px;
}

.bx-basket-block > .fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	color: #97a1ab;
}

.bx-basket-block a { margin-right: 10px; }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list { display: none; }

	/*.bx-basket-fixed */
}

.bx-basket-fixed .bx-basket-block { margin-left: 10px; }

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .bx-hdr-profile { line-height: 1.44em; }
/* End */


/* Start:/local/templates/heliport-shop.ru/components/bitrix/menu/catalog_horizontal/style.css?177275343968*/
.sales{
    background:#fdb813;
    color:#000;
    padding:0 5px;
}
/* End */


/* Start:/local/templates/heliport-shop.ru/components/bitrix/eshop.socnet.links/.default/style.min.css?1772753439679*/
.bx-icon{position:relative;display:inline-block;width:36px;transition:250ms linear all}.bx-icon>i{position:relative;display:block;padding-top:100%;width:100%;border-radius:50%;background-position:center;background-size:100% auto;background-repeat:no-repeat}.bx-icon:hover{opacity:.8}.bx-icon-service-in>i{background-image:url(/local/templates/heliport-shop.ru/components/bitrix/eshop.socnet.links/.default/images/ui-service-light-instagram.svg)}.bx-icon-service-vk>i{background-image:url(/local/templates/heliport-shop.ru/components/bitrix/eshop.socnet.links/.default/images/ui-service-light-vk.svg)}.bx-icon-service-fb>i{background-image:url(/local/templates/heliport-shop.ru/components/bitrix/eshop.socnet.links/.default/images/ui-service-light-fb.svg)}.bx-icon-service-tw>i{background-image:url(/local/templates/heliport-shop.ru/components/bitrix/eshop.socnet.links/.default/images/ui-service-light-twitter.svg)}.bx-icon-service-gp>i{background-image:url(/local/templates/heliport-shop.ru/components/bitrix/eshop.socnet.links/.default/images/ui-service-light-google-plus.svg)}
/* End */


/* Start:/bitrix/components/bitrix/form.result.new/error.css?1772753374163*/
.form-error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/bitrix/components/bitrix/form.result.new/images/icon_warn.gif);
}
/* End */


/* Start:/local/templates/heliport-shop.ru/template_styles.css?177275344010058*/
/***
 * Main 
 */

@font-face {
    font-family: 'Supermolot Light';
    src: url('/local/templates/heliport-shop.ru/fonts/Supermolot-Light.eot');
    src: url('/local/templates/heliport-shop.ru/fonts/Supermolot-Light.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/heliport-shop.ru/fonts/Supermolot-Light.woff') format('woff'),
        url('/local/templates/heliport-shop.ru/fonts/Supermolot-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.btn:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show>.btn-primary.dropdown-toggle:focus{
	box-shadow:none !important;
	outline:none;
}

h1{
    font-size: 2rem;
margin: 1rem 0;
}

.card-img-top{
    max-height: 218px;
}

.logo{
    max-width:100%;
}

.bg-dark {
    background: url(/local/templates/heliport-shop.ru/img/bg-dark.png);
}

.bg-yellow {
    background: url(/local/templates/heliport-shop.ru/img/bg-yellow.jpg);
}

.bg-gray{
    background: url(/local/templates/heliport-shop.ru/img/bg-gray.png);
}

input[type=submit],
.btn{
    font-family: "Open Sans";
    text-transform: uppercase;
    border-radius: 0;
    letter-spacing: 3px;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle{
    border-color: transparent;
}

.btn.btn-primary {
    background: #000;
    color: #fff;
    border-color: #000;
    font-size: 15px;
    font-weight: 700;
}

.modal input[type=submit]{
    padding:10px 20px;
    background: #000;
    color: #fff;
    border-color: #000;
    font-size: 15px;
    font-weight: 700;
    cursor:pointer
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    background: #fdb813;
    color: #000;
}

.wrapper {
    padding: 20px 0;
}

.content .container .wrapper img{
    max-width: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
}

h2 {
    text-transform: uppercase;
    font-size: 28px;
    font-family: 'Supermolot Light';
    font-weight: bold;
}

h3 {
    font-size: 25px;
    letter-spacing: 1px;
    color: #231f20;
    font-family: 'Supermolot Light';
    text-transform: uppercase;
    margin: 30px 0 20px 0;
}

h4 {
    font-size: 15px;
    letter-spacing: 0px;
    color: #231f20;
    font-family: "Open Sans";
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px 0 10px 0;
}

header {
    background: url(/local/templates/heliport-shop.ru/img/bg-dark.png);
    font-size: 11px;
    color: #fff;
    padding: 13px 0;
}

header a {
    color: #fff;
}

footer a:hover,
header a:hover {
    color: #fdb813;
    text-decoration: none;
}



header nav {
    text-transform: uppercase;
    padding: 0 !important;
}

header nav .navbar-toggler {
    color: #fff;
    right: 15px;
    position: absolute;
    padding: 0;
    z-index: 200;
}

header nav a.nav-link {
    max-width: 85px;
    text-align: center;
    padding: 0 !important;
}

header nav .active a {
    color: #fdb813;
}

header .phone {
    font-size: 18px;
    display: block;
}

header .callback {
    text-align: center;
    color: #fdb813;
}

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

    .main-nav nav{
        font-size:11px !important;
    }

    .main-nav a{
    margin: 24px 0!important;
    }
    header .phone{
        font-size:14px;
    }

}
@media only screen and (max-width : 768px) {
    body{
        padding-top: 70px;
    }
    #panel {
        display: none;
    }

    header {
        top: 0;
        position: fixed;
        z-index: 100;
        width: 100%;
    }

    header .top-menu,
    header .navbar {
        position: inherit;
    }

    header .collapse.show {
        position: absolute;
        top: 63px;
        left: 0;
        background: url(/local/templates/heliport-shop.ru/img/bg-dark.png);
        z-index: 100;
        width: 100%;
        height: 100vh;
        overflow: scroll;
    }

    header nav a.nav-link {
        max-width: 100%;
        padding: 15px !important;
        border-bottom: 1px solid #d0d2d3;
        font-size: 15px;
        color: #d0d2d3;
    }

    header nav .navbar-nav {
        padding: 15px;
    }

    footer .phone{
        display: block;
    }
 }


@media only screen and (max-width: 576px) {
    body {
        padding-top: 105px;
    }

    #panel {
        display: none;
    }

    header {
        top: 0;
        position: fixed;
        z-index: 100;
        width: 100%;
    }

    header .phone {
        text-align: left;
        font-weight: bold;
    }

    header .contacts,
    header .social {
        margin-top: 10px;
    }

    header .top-menu,
    header .navbar {
        position: inherit;
    }

    header .collapse.show {
        position: absolute;
        top: 110px;
        left: 0;
        background: url(/local/templates/heliport-shop.ru/img/bg-dark.png);
        z-index: 100;
        width: 100%;
        height: 100vh;
        overflow: scroll;
    }

    header nav a.nav-link {
        max-width: 100%;
        padding: 15px !important;
        border-bottom: 1px solid #d0d2d3;
        font-size: 15px;
        color: #d0d2d3;
    }

    header nav .navbar-nav {
        padding: 15px;
    }

    footer {
        text-align: center;
    }

    footer .phone {
        color: #fdb813;
        font-size: 25px;
    }

    footer nav a {
        text-align: center;
        padding: 15px !important;
        border-bottom: 1px solid #d0d2d3;
        font-size: 15px;
        color: #d0d2d3;
    }

    footer .social {
        margin-top: 20px;
    }
}

.main-nav {
    z-index: 100;
    position: relative;
    max-height: 63px
}

.main-nav nav {
    background: url(/local/templates/heliport-shop.ru/img/main-nav.png) -17px 0 no-repeat;
    position: relative;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 15px;
    margin-top: -2px;
}

.main-nav a {
    color: #231f20;
    margin: 22px 0;
}

.main-nav a:hover,
.main-nav a.active {
    text-decoration: none;
    border-bottom: 3px solid;
}

.main-nav nav::after,
.main-nav nav::before {
    content: "";
    display: block;
    width: 22px;
    height: 62px;
    background: url(/local/templates/heliport-shop.ru/img/main-nav.png) no-repeat;
    position: absolute;
    left: -19px;
}

.main-nav nav::after {
    left: auto;
    background-position-x: 100%;
    right: -19px;
}

footer {
    background: url(/local/templates/heliport-shop.ru/img/bg-dark.png);
    color: #d0d2d3;
    font-size: 14px;
}

footer a {
    color: #d0d2d3;
    font-size: 14px;
}

footer .nav {
    text-transform: uppercase;
}

footer .phone {
    font-size: 20px;
}

footer .social img{
    max-width:100%;
}


@media only screen and (max-width: 576px) {
    footer .social img{
        max-width:60%;
    }
}

#search-input input {
    border-radius: 0;
    border: 0;
    outline: 0;
}

#search-input::after,
#search-input::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -2px;
    left: 6px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}


#search-input::before {
    border-right: 9px solid #fff;
}

#search-input::after {
    left: auto;
    right: 7px;
    border-left: 9px solid #fff;
}

#search-input input {
    background: url(/local/templates/heliport-shop.ru/img/search.png) #fff 95% 50% no-repeat;
}


.content {

    min-height: 80vh;
}

/***
 * cards 
 */
.card {
    border: 0;
}

.card .card-title {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-family: "Open Sans";
    text-transform: initial;
    font-weight: 400;
}

.card .card-title a {
    color: #000;
}

.card .card-body {
    padding: 1.25rem 0;
}

.card .card-text {
    font-size: 14px;
}

.news-list-more .btn {
    border: 0;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    background: #000;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 14px;
    border-radius: 0;
    position: relative;
    transition: none;
    padding: 5px 20px;
}

.news-detail-img {
    margin-bottom: 20px !important;
}

.news-detail-body h3 {
    font-size: 15px;
    letter-spacing: 0px;
    color: #231f20;
    font-family: "Open Sans";
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px 0 10px
}

.news-list-more .btn::after,
.news-list-more .btn::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -2px;
    left: -9px;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}


.news-list-more .btn::before {
    border-right: 9px solid #000;
}

.news-list-more .btn::after {
    left: auto;
    right: -9px;
    border-left: 9px solid #000;
}


/* */
.title-block {
    background: url(/local/templates/heliport-shop.ru/img/main-nav.png) -17px -2px no-repeat;
    display: inline-block;
    position: relative;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 16px;
    margin: 0 auto 40px auto;
    text-align: center;
    font-family: 'Supermolot Light';
}

.title-block::after,
.title-block::before {
    content: "";
    display: block;
    width: 22px;
    height: 62px;
    background: url(/local/templates/heliport-shop.ru/img/main-nav.png) 0 -2px no-repeat;
    position: absolute;
    left: -19px;
    top: 0;
}

.title-block::after {
    left: auto;
    background-position-x: 100%;
    right: -19px;
}

.popup-window.popup-window-with-titlebar {
	padding: 0 30px 10px;
}
.popup-window-buttons .btn-primary {
    border: 0;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    background: #000;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 14px;
    border-radius: 0;
    position: relative;
    transition: none;
    padding: 5px 20px;
}

.popup-window-buttons .btn-primary::after,
.popup-window-buttons .btn-primary::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -2px;
    left: -9px;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}


.popup-window-buttons .btn-primary::before {
    border-right: 9px solid #000;
}

.popup-window-buttons .btn-primary::after {
    left: auto;
    right: -9px;
    border-left: 9px solid #000;
}

#hit .skuplaceholder, #sales .skuplaceholder{
	display:none
}
/* End */
/* /local/templates/heliport-shop.ru/components/bitrix/sale.basket.basket.line/.default/style.css?17727534404588 */
/* /local/templates/heliport-shop.ru/components/bitrix/menu/catalog_horizontal/style.css?177275343968 */
/* /local/templates/heliport-shop.ru/components/bitrix/eshop.socnet.links/.default/style.min.css?1772753439679 */
/* /bitrix/components/bitrix/form.result.new/error.css?1772753374163 */
/* /local/templates/heliport-shop.ru/template_styles.css?177275344010058 */
