

/* Start:/local/templates/finestra/components/bitrix/form.result.new/goods/style.css?16184751348838*/
.modal-b {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
    color: #000;
    text-align: left;
    background: #fff;
}
.modal-b_dark {
    background: rgba(0,0,0,0.8);
}
.modal-b::-webkit-scrollbar {
    display: none;
}
.modal-b__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0;
    min-height: 100%;
    position: relative;
    z-index: 2;
}
@media (max-width: 650px) {
    .modal-b__inner {
        padding: 10px;
    }
}
.modal-b__close {
    position: absolute;
    color: #fff;
    top: 15px !important;
    right: 20px !important;
    z-index: 3;
}
@media (max-width: 900px) {
    .modal-b__close {
        right: 0px;
        top: -50px;
    }
}
.modal-b__close_gallery {
    position: relative;
    display: table;
    top: 0;
    right: 0;
    margin: 10px 60px 25px auto;
}
@media (max-width: 900px) {
    .modal-b__close_gallery {
        margin: 0 10px 20px auto;
    }
}
.modal-b__close i {
    cursor: pointer;
    font-size: 28px;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 25px;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
}
.modal-b__close i:before {
    content: 'Ã—';
    display: block;
    position: absolute;
    left: 12px;
    top: 1px;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.modal-b__close i:after {
    opacity: 0;
    -webkit-transition: 0s;
    transition: 0s;
    position: absolute;
    left: 17px;
    top: 10px;
    font-size: 14px;
    content: 'â† Ð—Ð°ÐºÑ€Ñ‹Ñ‚ÑŒ';
    display: block;
}
.modal-b__close_white i {
    border-color: #8a8a8a;
    color: #8a8a8a;
}
@media (min-width: 900px) {
    .modal-b__close:hover i {
        width: 100px;
        -webkit-transition: 0.15s linear;
        transition: 0.15s linear;
    }
    .modal-b__close:hover i:before {
        -webkit-transition: 0.15s linear;
        transition: 0.15s linear;
        opacity: 0;
    }
    .modal-b__close:hover i:after {
        opacity: 1;
        -webkit-transition: 0.15s linear;
        transition: 0.15s linear;
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s;
    }
}
.modal-b__close_inside {
    top: 15px;
    right: 20px;
}
.modal-b__block {
    max-width: 450px;
    width: 100%;
    position: relative;
}
.modal-b__block img {
    max-width: 100%;
    height: auto;
}
.modal-b__block_white {
    background: #fff;
    padding: 25px 30px 20px;
}
.modal-b__block_small {
    max-width: 340px;
}
.modal-b__block_nopadding {
    padding: 0;
}
.modal-b__block_big {
    max-width: 1276px !important;
}
.modal-b__block_shadow {
    border-radius: 7px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.16);
}
.modal-b__block_gray {
    background: #f5f5f5;
}
.modal-b__block_fast {
    max-width: 384px;
}
.modal-b__block_smeta {
    max-width: 574px;
}
.modal-b__block_auth {
    max-width: 500px;
}
.modal-b__auth {
    padding: 40px 65px 50px 32px;
}
.modal-b__auth-head {
    margin: 0 auto 20px;
    max-width: 360px;
    padding-left: 26px;
    padding-bottom: 3px;
    border-left: 7px solid #afcb00;
}
.modal-b__auth-title {
    color: #afcb00;
    font-weight: bold;
    margin: 0 0 8px;
    font-size: 36px;
}
.modal-b__auth-note {
    font-size: 18px;
    color: #8a8a8a;
}
.modal-b__auth .modal-b__fast {
    max-width: 290px;
    padding: 0;
    margin: 0 auto;
}
.modal-b__fast {
    text-align: center;
    padding: 40px 20px 25px;
}
.modal-b__fast-title {
    color: #3d3d3d;
    margin: 0 0 18px;
    font-size: 28px;
    font-weight: bold;
}
.modal-b__fast-field {
    margin: 0 0 18px;
    position: relative;
}
.modal-b__fast-field .input-text {
    background: #fff;
    box-shadow: none;
    font-size: 28px;
    height: 56px;
    border-radius: 7px;
}
.modal-b__fast-label {
    margin: 0 0 8px;
    text-align: center;
    font-size: 18px;
    color: #8a8a8a;
}
.modal-b__fast-submit {
    padding: 15px 0 0;
}
.modal-b__fast-submit .btn {
    height: 56px;
    font-size: 18px;
    min-width: 190px;
    border-radius: 28px;
}
.modal-b__save {
    text-align: center;
    padding: 50px 0 30px;
    color: #3d3d3d;
}
.modal-b__save-icon {
    margin: 0 auto 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    background: #afcb00;
    width: 120px;
    height: 120px;
}
.modal-b__save-icon img {
    display: block;
}
.modal-b__save-title {
    margin: 0 0 15px;
    line-height: 1.2;
    font-size: 36px;
    font-weight: bold;
}
@media (max-width: 650px) {
    .modal-b__save-title {
        font-size: 28px;
    }
}
.modal-b__save-text {
    font-size: 18px;
}
.modal-b__save-text a {
    color: #859900;
    text-decoration: underline;
}
.modal-b__save-text a:hover {
    color: #222;
}
.modal-b__qr img {
    border-radius: 7px;
}
.modal-b__qr-notice {
    margin: 22px auto 0;
    display: table;
    color: #fff;
    background: #3d3d3d;
    font-size: 14px;
    padding: 7px 10px;
    max-width: 280px;
    border-radius: 7px;
}
.modal-b__messenger-title {
    font-weight: bold;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 15px;
    color: #3d3d3d;
}
.modal-b__messenger-title img {
    margin: 0 10px 0 0;
}
.modal-b__messenger-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 20px;
}
.modal-b__messenger-pic {
    width: 80px;
}
.modal-b__messenger-pic img {
    max-width: none;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}
.modal-b__messenger-text {
    width: calc(100% - 105px);
    font-size: 14px;
}
.modal-b__messenger-button {
    text-align: center;
}
.modal-b__messenger-button .btn {
    font-weight: bold;
    font-size: 18px;
    padding: 0 15px;
}
.modal-b__done-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.modal-b__done-pic {
    width: 26%;
}
@media (max-width: 650px) {
    .modal-b__done-pic {
        display: none;
    }
}
.modal-b__done-pic img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.modal-b__done-text {
    width: 74%;
    padding: 50px;
    text-transform: uppercase;
    font-size: 55px;
    font-weight: bold;
    color: #afcb00;
}
@media (max-width: 650px) {
    .modal-b__done-text {
        width: 100%;
        font-size: 28px;
        padding: 25px 50px 25px 25px;
    }
}
.modal-b__done-guest {
    padding: 20px;
    background: #e4e4e4;
    color: #3d3d3d;
}
.modal-b__done-title {
    font-size: 24px;
    font-weight: bold;
}
@media (max-width: 650px) {
    .modal-b__done-title {
        font-size: 20px;
        line-height: 1.2;
        margin: 0 0 10px;
    }
}
.modal-b__done-note {
    font-size: 18px;
    margin: 0 0 15px;
}
@media (max-width: 650px) {
    .modal-b__done-note {
        font-size: 16px;
    }
}
.modal-b__done-send {
    padding: 15px;
    color: #fff;
    background: #afcb00;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
@media (max-width: 650px) {
    .modal-b__done-send {
        font-size: 16px;
    }
}
.modal-b__title {
    font-weight: bold;
    font-size: 36px;
    margin: 0 0 15px;
    color: #3d3d3d;
    line-height: 1;
}
@media (max-width: 650px) {
    .modal-b__title {
        font-size: 26px;
    }
}
.modal-b .reviews-b__item {
    padding: 0;
    margin: 0;
    border: 0;
}
.modal-b .reviews-b__form-actions {
    width: 55px;
    padding-left: 25px;
}
.modal-b .reviews-b__form-value {
    width: calc(100% - 55px);
}
.modal-b textarea.input-text {
    min-height: 100px;
}
/* End */


/* Start:/local/templates/finestra/components/bitrix/catalog/finestra/style.css?16184751344079*/
.grid {
}

.grid .bx_content_section {
    margin-bottom: 15px;
}

.grid .bx_sidebar {
    margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1 {
}

.grid2x1 .bx_content_section {
    float: left;
    width: 66%;
    margin-bottom: 15px;
}

.grid2x1 .bx_sidebar {
    float: right;
    width: 33%;
    margin-bottom: 15px;
    padding-left: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 960px) {
    .grid2x1 .bx_sidebar {
        padding-left: 4%;
    }
}

@media (max-width: 640px) {
    .grid2x1 .bx_content_section,
    .grid2x1 .bx_sidebar {
        width: 100%;
        float: none;
    }

    .grid2x1 .bx_sidebar {
        padding-left: 3%;
    }
}

@media (max-width: 479px) {
    .grid2x1 .bx_sidebar {
        padding-left: 1%;
    }

}

.catalog-block-header {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin: 5px 0;
    padding: 5px 15px;
    border-bottom: 2px solid #d9dee6;
    color: #000;
}

body.bx-theme-blue .catalog-block-header {
    border-color: #006cc0;
}

body.bx-theme-green .catalog-block-header {
    border-color: #63aa28;
}

body.bx-theme-red .catalog-block-header {
    border-color: #da3737;
}

body.bx-theme-yellow .catalog-block-header {
    border-color: #f4b236;
}

/* Cart Done
----------------------
 */
.cart-done-b {
    text-align: center;
    padding: 40px 0 100px;
}

@media (max-width: 650px) {
    .cart-done-b {
        padding: 20px 0 50px;
    }
}

.cart-done-b__icon {
    margin: 0 auto 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    background: #afcb00;
    width: 120px;
    height: 120px;
}

.cart-done-b__icon img {
    display: block;
}

.cart-done-b__title {
    margin: 0 0 18px;
    line-height: 1.2;
    font-size: 36px;
    font-weight: bold;
}

@media (max-width: 650px) {
    .cart-done-b__title {
        font-size: 28px;
    }
}

.cart-done-b__text {
    max-width: 590px;
    margin: 0 auto 28px;
    font-size: 24px;
    text-align: center;
}

.cart-done-b__text p {
    margin: 0 0 17px;
}

@media (max-width: 650px) {
    .cart-done-b__text {
        font-size: 18px;
    }
}

.cart-done-b__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cart-done-b__buttons .btn {
    height: 56px;
    font-size: 18px;
    padding: 0 34px;
    border-radius: 28px;
    margin: 0 12px;
}

@media (max-width: 650px) {
    .cart-done-b__buttons .btn {
        margin: 0 0 12px;
        width: 100%;
    }
}

.cart-done-b__form {
    max-width: 286px;
    margin: 0 auto;
}

.cart-done-b__form .btn {
    height: 56px;
    font-size: 18px;
    min-width: 250px;
    border-radius: 28px;
}

.cart-done-b__field {
    margin: 0 0 20px;
    position: relative;
}

.cart-done-b__field_hide {
    display: none;
}

.cart-done-b__field-phone {
    text-align: center;
    font-size: 24px;
    color: #8a8a8a;
    margin: -5px 0 1px;
}

.cart-done-b__field-change {
    text-align: center;
    font-weight: bold;
}

.cart-done-b__field-change a {
    color: #859900;
    text-decoration: underline;
}

.cart-done-b__field-change a:hover {
    color: #222;
}

.cart-done-b__field .input-text {
    box-shadow: none;
    height: 56px;
    font-size: 24px;
}

.cart-done-b__confirm {
    position: absolute;
    right: -32px;
    bottom: 17px;
}

.cart-done-b__confirm img {
    display: block;
}

.cart-done-b__confirm_no img {
    display: none;
}

.cart-done-b__label {
    text-align: center;
    margin: 0 0 8px;
    font-size: 18px;
    color: #8a8a8a;
}

.cart-done-b__but {
    margin-top: 50px;
}

.cart-done-b__but a {
    margin-right: 20px;
}
/* End */


/* Start:/bitrix/components/bitrix/catalog.compare.list/templates/.default/style.css?14575459881265*/
.bx_catalog-compare-list{
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size:12px;
    z-index:998;
    overflow:hidden;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    width:270px;
    max-height:100%;
    padding:10px 8px 0;
    white-space:normal;
    color:#404040;
    border:1px solid #b7b7b7;
    border-radius:3px;
    background:#fff;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
	margin-bottom: 10px;
}
.bx_catalog-compare-list.fix{
	position:fixed;
}
.bx_catalog-compare-list.top{
    top:5px;
}
.bx_catalog-compare-list.right{
    right:5px;
}
.bx_catalog-compare-list.bottom{
    bottom:5px;
}
.bx_catalog-compare-list.left{
    left:5px;
}
.bx_catalog-compare-list .bx_catalog_compare_form {  }
.bx_catalog-compare-list:hover .bx_catalog_compare_form {  }
.bx_catalog-compare-list a{
    font-size:11px;
    color:#327ab7;
}
.bx_catalog-compare-list a:hover{
    text-decoration:none;
}
.bx_catalog_compare_count p{
    margin:0 0 10px 0;
}
.bx_catalog_compare_count p.compare-redirect{
	text-align: center;
	font-weight: bold;
}
.bx_catalog-compare-list .compare-items td{
    font-size:12px;
    font-weight:bold;
    padding-bottom:10px;
	vertical-align: top;
}
/* End */


/* Start:/local/templates/finestra/components/techdir/catalog.smart.filter/finestra/style.css?17527190631252*/
.sidebar-b__item .disabled {
	opacity: .5;
}

.sidebar-b__block_expanded .sidebar-b__list {
	overflow-y: scroll;
	max-height: 307px;
}

.sidebar-b__item_actions {
	padding-top: 7px;
}

.sidebar-b__block_expanded .js--filter-item_expand:first-child {
	display: none;
}

.sidebar-b__block_unexpanded .js--filter-item_expand:last-child {
	display: none;
}

.sidebar-b__block_unexpanded .sidebar-b__item_hidden {
	display: none;
}

.catalog-filter-nav__item[data-code]:has([data-role^="count_"][data-value="0"]) {
  display: none;
}



.sidebar-b__block_expanded .sidebar-b__list:hover{
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-moz-overflow-scrolling: touch;
	-ms-overflow-scrolling: touch;
	-o-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
.sidebar-b__block_expanded .sidebar-b__list::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 5px;
}
.sidebar-b__block_expanded .sidebar-b__list::-webkit-scrollbar-thumb {
}
.sidebar-b__block_expanded .sidebar-b__list:hover::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background-color: rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,0.5);
}
.sidebar-b__block_expanded .sidebar-b__list:hover::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0,0,0,0.6);
}
/* End */


/* Start:/local/templates/finestra/components/bitrix/system.pagenavigation/pagenavigation/style.css?17527190631688*/
.paging-b {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px 0 0;
}
@media (max-width: 900px) {
	div.paging-b {
    display: block;
		-ms-flex-wrap: initial;
		flex-wrap: initial;
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 20px 0 0;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
    max-width: 100%;
	}
	.paging-b::-webkit-scrollbar {
		display: none;
	}
  a.paging-b__button {
    display: inline-block;
    line-height: 40px;
  }
}
.paging-b__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 40px;
	padding: 0 15px;
	min-width: 40px;
	background: #f5f5f5;
	border-radius: 7px;
	font-size: 20px;
	margin: 0 5px;
	color: #8a8a8a;
}
.paging-b__button svg {
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
	fill: #8a8a8a;
	width: 16px;
	height: 12px;
	display: inline-block;
}
.paging-b__button:hover {
	color: #fff;
	background: #afcb00;
	box-shadow: 0 5px 15px rgba(175,203,0,0.35);
}
.paging-b__button:hover svg {
	fill: #fff;
}
.paging-b__button_active {
	color: #fff;
	background: #afcb00;
}
.disabled-button {
	cursor: not-allowed;
}
.paging-b__button.disabled-button:hover {
	color: #8a8a8a;
	background: #f5f5f5;
	box-shadow: none;
}
.paging-b__button.disabled-button:hover svg {
	fill: #8a8a8a;
}
/* End */


/* Start:/local/templates/finestra/components/bitrix/catalog.section/items/style.css?17527190451121*/
.catalog-b__list_middle {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.catalog-b__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -22px 0 0;
}
@media (max-width: 650px) {
	.catalog-b__list {
		margin: 0 -12px 0 0;
	}
}
.catalog-b__found-form {
	display: flex;
	justify-content: center;
}
.catalog-b__found-form span {
	font-size: 17px;
}
.catalog-b__found-form .paging-b__button {
	width: 30px;
	height: 30px;
	font-size: 15px;
}
.catalog-b__found-form_hide {
    display: none!important;
}

.catalog-b__go-to-section {
    display: table;
    margin: 10px auto 25px;
}
.catalog-b .catalog-b__go-to-section {
  margin-bottom: 0;
}

.grid-page-b.grid-page-b_reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-flow: row-reverse nowrap;
	flex-flow: row-reverse nowrap;
}

@media (max-width: 900px) {
	.grid-page-b.grid-page-b_reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-flow: column-reverse nowrap;
		flex-flow: column-reverse nowrap;
	}
}
/* End */


/* Start:/local/templates/finestra/components/bitrix/catalog.item/slider/style.css?16705710181559*/
.catalog-b__photo .prres{
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 0px;
}
.catalog-b__photo{
	position: relative;
}
.catalog-b__price-euro-course{
	font-size: 14px;
	color: #8a8a8a;
}
/* currency */
.catalog-b__price-euro {
    position: relative;
}
.catalog-b__price-euro .euro-b {
    position: absolute;
    bottom: 2px;
    right: 0;
}
@media (max-width: 650px) {
    .catalog-b__price-euro .euro-b {
        position: initial;
        margin: 5px 0 0;
    }
}
.catalog-b__price-euro .euro-b__label {
    font-size: 10px;
}
.catalog-b__price-euro .euro-b__drop {
    top: calc(100% + 10px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.catalog-b__price-euro .euro-b__drop:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(61,61,61,0);
    border-bottom-color: #3d3d3d;
    border-width: 6px;
    margin-left: -6px;
}

.euro-b {
    position: relative;
}
.euro-b__label {
    font-size:18px;
    color: #8A8A8A;
    transition: .15s linear;
    cursor: pointer;
    font-weight: normal;
}

.euro-b:hover{
    color:#afcb00;
}

.euro-b__drop {
    padding: 6px 8px;
    position: absolute;
    font-size: 10px;
    font-weight: normal;
    color: #fff;
    white-space: nowrap;
    background: #3d3d3d;
    border-radius: 6px;
    z-index: 9;
    display: none;
}
.euro-b__drop strong {
    font-weight:normal;
    display:block;
    font-size:14px;
}
/* End */


/* Start:/local/templates/finestra/components/bitrix/catalog.item/.default/style.css?16286586661559*/
.catalog-b__photo .prres{
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 0px;
}
.catalog-b__photo{
	position: relative;
}
.catalog-b__price-euro-course{
	font-size: 14px;
	color: #8a8a8a;
}
/* currency */
.catalog-b__price-euro {
    position: relative;
}
.catalog-b__price-euro .euro-b {
    position: absolute;
    bottom: 2px;
    right: 0;
}
@media (max-width: 650px) {
    .catalog-b__price-euro .euro-b {
        position: initial;
        margin: 5px 0 0;
    }
}
.catalog-b__price-euro .euro-b__label {
    font-size: 10px;
}
.catalog-b__price-euro .euro-b__drop {
    top: calc(100% + 10px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.catalog-b__price-euro .euro-b__drop:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(61,61,61,0);
    border-bottom-color: #3d3d3d;
    border-width: 6px;
    margin-left: -6px;
}

.euro-b {
    position: relative;
}
.euro-b__label {
    font-size:18px;
    color: #8A8A8A;
    transition: .15s linear;
    cursor: pointer;
    font-weight: normal;
}

.euro-b:hover{
    color:#afcb00;
}

.euro-b__drop {
    padding: 6px 8px;
    position: absolute;
    font-size: 10px;
    font-weight: normal;
    color: #fff;
    white-space: nowrap;
    background: #3d3d3d;
    border-radius: 6px;
    z-index: 9;
    display: none;
}
.euro-b__drop strong {
    font-weight:normal;
    display:block;
    font-size:14px;
}
/* End */
/* /local/templates/finestra/components/bitrix/form.result.new/goods/style.css?16184751348838 */
/* /local/templates/finestra/components/bitrix/catalog/finestra/style.css?16184751344079 */
/* /bitrix/components/bitrix/catalog.compare.list/templates/.default/style.css?14575459881265 */
/* /local/templates/finestra/components/techdir/catalog.smart.filter/finestra/style.css?17527190631252 */
/* /local/templates/finestra/components/bitrix/system.pagenavigation/pagenavigation/style.css?17527190631688 */
/* /local/templates/finestra/components/bitrix/catalog.section/items/style.css?17527190451121 */
/* /local/templates/finestra/components/bitrix/catalog.item/slider/style.css?16705710181559 */
/* /local/templates/finestra/components/bitrix/catalog.item/.default/style.css?16286586661559 */
