

/* Start:/local/templates/finestra/components/bitrix/news/actions/style.css?16345374016308*/

.steps-b__element_sale {
	padding: 0 0 0 28px;
}
.steps-b__element_sale .steps-b__gallery {
	margin: 0 0 40px;
}
.steps-b__element_sale .steps-b__text {
	margin: 0;
}
.steps-b__element_sale .steps-b__text img {
	max-width: 100%;
	height: auto;
}
.steps-b .steps-b__gallery-item {
	display: inline-flex;
	width: 50%;
}
.steps-b .steps-b__gallery-item img {
	margin: auto;
}

/* Sale
---------------------
 */
.sale-b {
	margin: 0 0 60px;
}
.sale-b__grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.sale-b__list {
	width: 61%;
}
.sale-b__item {
	display: block;
	border: 1px solid #e4e4e4;
	padding: 25px;
	margin: 0 0 25px;
}
.sale-b__item:hover {
	border-color: #afcb00;
	box-shadow: 0 5px 15px rgba(175,203,0,0.35);
}
.sale-b__item_disable {
	pointer-events: none;
	border-color: #e4e4e4;
	background: #e4e4e4;
}
.sale-b__item-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.sale-b__item_disable .sale-b__item-grid {
	opacity: 0.4;
}
.sale-b__item-about {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 42%;
}
.sale-b__item-title {
	color: #e63a2e;
	font-size: 24px;
	line-height: 26px;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
}
.sale-b__item-date {
	padding: 15px 0;
	font-size: 18px;
	color: #8a8a8a;
}
.sale-b__item-city {
	color: #9fb800;
	font-size: 18px;
	line-height: 20px;
}
.sale-b__item-pic {
	width: 55%;
	display: flex;
}
.sale-b__item-pic img {
	width: 100%;
	height: auto;
	display: block;
	margin: auto;
}
.sale-b__sidebar {
	width: 37%;
}
.sale-b__block {
	padding: 35px 54px 25px 48px;
	background: #f5f5f5;
}
.sale-b__block_thanks {
	padding-top: 84px;
	padding-bottom: 77px;
}
.sale-b__block-title {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	margin: 0 0 8px;
    text-transform: uppercase;
}
.sale-b__block-note {
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 28px;
}
.sale-b__block-error {
    margin: -13px 0 22px;
    color: #ff0000;
}
.sale-b__block-form .input-text {
	margin: 0 0 20px;
	font-size: 18px;
	padding: 0 24px;
	height: 56px;
	box-shadow: none;
}
.sale-b__block-end {
	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;
}
.sale-b__captcha-wrap {
    margin: 0 0 20px;
}
.sale-b__block-agree {
	width: 50%;
	font-size: 14px;
	line-height: 16px;
	color: #8a8a8a;
}
.sale-b__block-agree a {
	color: #8a8a8a;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.sale-b__block-agree a:hover {
	color: #afcb00;
	border-color: #afcb00;
}
.sale-b__block-icon {
	margin: 0 auto 20px;
	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%;
	width: 82px;
	height: 82px;
	background: #afcb00;
}
.sale-b__block-icon img {
	height: 30px;
	width: auto;
	display: block;
}
.sale-b__block-thanks {
	text-align: center;
	font-weight: bold;
	margin: 0 0 15px;
	font-size: 36px;
	line-height: 24px;
}
.sale-b__block-text {
	text-align: center;
	font-size: 16px;
	line-height: 22px;
}
.sale-b__desc {
	padding: 30px 0 0;
}
.sale-b__desc .sale-b__item-date {
	padding: 0 0 4px;
}

.tabs {
}

.tabs__title {
	position:relative
}

.tabs__title:after {
	content:'';
	height:2px;
	width:100%;
	left:0;
	bottom:2px;
	right:0;
	background:#afcb00;
	position:absolute;
	z-index:1;
	top: 33px;
}

.tabs__title .club-b__title {
	background:#fff;
	padding:0 5px 0 0;
	position:relative;
	display:table;
	z-index:2
}

.tabs__nav {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
}

.tabs__link {
	padding: 0.5rem 0.75rem;
	text-decoration: none;
	color: black!important;
	text-align: center;
	/*flex-shrink: 0;*/
	/*flex-grow: 1;*/
	border: 1px solid #e4e4e4;
	border-radius: 20px;
	box-shadow: none;
	background: none;
	padding: 0 15px;
	margin: 0 10px 10px 0;
	font: 14px/1.2 'Myriad Pro', Arial, sans-serif;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	display: inline-flex;
	justify-content: center;
	color: #000;
	cursor: pointer;
	outline: none;
	appearance: none;
	height: 40px;
	width: 220px;
}

.tabs__link_active {
	cursor: pointer;
	background-color: #afcb00;
	color: #dde993;
}

.tabs__link:not(.tabs__link_active):hover,
.tabs__link:not(.tabs__link_active):focus {
	background-color: #efefef;
}

.tabs__content {
	padding: 1rem;
}

.tabs__pane {
	display: none;
}

.tabs__pane_show {
	display: block;
}

.tabs__link {
	padding:0 20px;
	width:auto
}

.tabs__link_active {
	color: #fff !important;
}

.catalog-b__found-form {
	display: none;
}

@media screen and (max-width:650px) {
	.tabs__nav {
		padding:15px 0;
		margin: 0 -15px;
		border-radius: 0;
		flex-wrap: initial;
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
	}

	.tabs__nav::-webkit-scrollbar {
		display: none;
	}

	.tabs__link {
		margin:0 5px 0 0;
		padding:0 12px;
	}

	.tabs__link:first-child {
		margin-left:15px
	}

	.tabs__link:last-child {
		margin-right:15px
	}
}

@media (max-width: 650px) {
	.sale-b__list {
		margin: 0 0 30px;
	}
	.sale-b__item {
		padding: 15px;
		margin: 0 0 15px;
	}
	.sale-b__item-pic {
		width: 100%;
		margin: 0 0 15px;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.sale-b__item-about {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.steps-b__element_sale {
		padding: 0;
	}
	.sale-b__block {
		padding: 20px 15px 30px;
	}
	.sale-b__block_thanks {
		padding-top: 40px;
		padding-bottom: 45px;
	}
}
@media (max-width: 900px) {
	.sale-b__sidebar {
		width: 100%;
	}
	.sale-b__list {
		width: 100%;
	}
}
/* End */


/* Start:/local/templates/finestra/components/bitrix/system.pagenavigation/pagenavigation/style.css?17527351471688*/
.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/actions/style.css?1634537401674*/
.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: 20px auto 0;
}

/* 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/news/actions/style.css?16345374016308 */
/* /local/templates/finestra/components/bitrix/system.pagenavigation/pagenavigation/style.css?17527351471688 */
/* /local/templates/finestra/components/bitrix/catalog.section/actions/style.css?1634537401674 */
/* /local/templates/finestra/components/bitrix/catalog.item/slider/style.css?16705710181559 */
/* /local/templates/finestra/components/bitrix/catalog.item/.default/style.css?16286586661559 */
