

/* Start:/bitrix/templates/kiwami/components/bitrix/news.list/introslider/style.css?16118252085368*/
.homepage__intro {
	height: 555px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.homepage__intro__slider {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 3;
}

.homepage__intro__slider__slide {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	position: relative;
	padding: 0 40px;
	transition: 0.25s ease-out;
}

.homepage__intro__slider__slide__natural {
	position: absolute;
	top: 60px;
	left: 25%;
}

.homepage__intro__slider__slide__without__gmo {
	position: absolute;
	top: 50px;
	left: calc(25% + 80px);
}

@media screen and (min-width: 1650px) {
	.homepage__intro__slider__slide__without__gmo {
		top: 35px;
		left: calc(30% + 80px);
	}
}

.homepage__intro__slider__slide__first {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	left: 55%;
	/*top: 60px;*/
	padding-top:25px;
	width: 45%;
	right: 60px;
	color: #000;
	height: 100%;
}

.homepage__intro__slider .tns-outer,
.homepage__intro__slider .tns-outer .tns-inner,
.homepage__intro__slider__js,
.homepage__intro__slider__js .tns-item {
	height: 100%;
}

.homepage__intro__slider__slide__first .more__button {
	margin-top:40px;
	margin-left:110px;
	position: absolute;
	bottom:40px;
}

.homepage__intro__slider__slide__first__decoration {
	position: absolute;
	left: 10%;
	bottom: -40px;
}

.homepage__intro__slider__slide__first__subtitle {
	font-family: "Gotham Pro", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 10px;
	margin-left: 5px;
}

.homepage__intro__slider__slide__first__title {
	font-family: "Play", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 70px;
	line-height: 80px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.homepage__intro__slider__slide__first__title:after {
	content: "";
	width: 90px;
	height: 3px;
	background: #000;
	margin-top: 22px;
	margin-left: 5px;
}

.homepage__intro__slider__slide__first__about {
	margin-top: 40px;
	margin-left: 120px;
	max-width: 312px;
	font-family: "Gotham Pro", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
	color: #464343;
}

.homepage__intro__slider__nav {
	position: absolute;
	top: 44%;
	transform: translateY(-50%);
	left: 22px;
	z-index: 2;
}

.homepage__intro__slider__nav__menu {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding-left: 40px;
}

.homepage__intro__slider__nav__menu__sign {
	width: 1px;
	background: #EB5344;
	position: absolute;
	left: 10px;
	bottom: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transition: 0.3s ease;
	overflow: visible !important;
}

.homepage__intro__slider__nav__menu__sign:before {
	content: "";
	position: absolute;
	top: -10px;
	border: 1px solid #eb5344;
	border-radius: 2px;
	transform: rotate(-45deg);
	width: 20px;
	height: 20px;
	left: -10px;
}

.homepage__intro__slider__nav__menu__sign:after {
	content: "";
	position: absolute;
	top: -2px;
	background: #eb5344;
	border-radius: 50%;
	width: 6px;
	height: 6px;
	left: -2px;
}

.homepage__intro__slider__nav__menu__list {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.homepage__intro__slider__nav__menu__list__item {
	font-family: "Gotham Pro", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #000;
	transition: 0.3s ease;
	margin-bottom: 20px;
	cursor: pointer;
	user-select: none;
}

.homepage__intro__slider__nav__menu__list__item.active {
	color: #EB5344;
}

.homepage__intro__slider__nav__menu__list__item:hover {
	color: #EB5344;
}

.homepage__intro__slider__nav__info {
	position: absolute;
	bottom: -160px;
	left: 30px;
	user-select: none;
}

.homepage__intro__slider__nav__info__nums {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	font-family: "Play", sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #000000;
}

.homepage__intro__slider__nav__info__nums__current {
	font-size: 46px;
	line-height: 20px;
	margin-bottom: 14px;
}

.homepage__intro__slider__nav__info__nums__all {
	/*margin-left: -5px;*/
}

.homepage__intro__slider__nav__info__signs {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 25px;
}

.homepage__intro__slider__nav__info__signs__item {
	width: 11px;
	height: 11px;
	border-radius: 2px;
	transform: rotate(-45deg);
	border: 1px solid #aeafaf;
	background: transparent;
	margin: 4px;
	transition: 0.3s ease;
	cursor: pointer;
}

.homepage__intro__slider__nav__info__signs__item:hover {
	background: #EB5344;
	border-color: #EB5344;
}

.homepage__intro__slider__nav__info__signs__item.active {
	background: #EB5344;
	border-color: #EB5344;
}


@media screen and (max-width: 540px) {
	.homepage__intro__slider .slider-shadow {
		background: linear-gradient(-90deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.72) 70%,  rgba(255,255,255,0.17) 100%);
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}
}
/* End */


/* Start:/bitrix/templates/kiwami/components/bitrix/catalog.sections.top/home/style.css?16366400319851*/
.homepage__category__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
    width: 100%;
}

.homepage__category__list__group {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: auto;
    margin-bottom: 12px;
    width: 100%;
}

.homepage__category__list__group.extended {
    width: 60%;
}

.homepage__category__list__group.extended + div {
    width: calc(40% - 12px);
    margin-left: 12px;
}

.homepage__category__list__group:nth-child(1) > div {
    height: 700px;
    padding: 50px 55px;
}

.homepage__category__list__group:nth-child(1) > div .homepage__category__list__item__title {
    font-family: "Play", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 60px;
    line-height: 68px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.homepage__category__list__group:nth-child(1) > div .homepage__category__list__item__title:after {
    content: "";
    width: 65px;
    height: 2px;
    background: #fff;
    margin-top: 15px;
    margin-bottom: 20px;
}

.homepage__category__list__group:nth-child(1) > div .homepage__category__list__item__subtitle {
    font-family: "Gotham Pro", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    opacity: 0.63;
    max-width: 370px;
    margin-bottom: 12px;
}

.homepage__category__list__group:nth-child(1) > div .homepage__category__list__item__count {
    font-family: "Play", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 90px;
    line-height: 104px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
    opacity: 0.12;
    max-width: 370px;
}

.homepage__category__list__group:nth-child(2) > div {
    height: 344px;
}

.homepage__category__list__group:nth-child(2) > div:first-child {
    margin-bottom: 12px;
}

.homepage__category__list__group:nth-child(3) > div {
    /*width: calc(50% - 6px);*/
    height: 535px;
}

.homepage__category__list__group:nth-child(3) > div:first-child {
    margin-right: 12px;
}

@media screen and (max-width: 1650px) {
    .homepage__category__list__group:nth-child(3) > div {
        height: 385px;
    }
}

.homepage__category__list__item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    padding: 27px 40px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.homepage__category__list__item:hover .homepage__category__list__item__bg {
    transform: scale(1.05);
}

.homepage__category__list__item__bg {
    position: absolute;
    transition: 0.7s ease;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
}

.homepage__category__list__item__title {
    font-family: "Play", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 34px;
    line-height: 39px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000000;
    max-width: 260px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    z-index: 2;
}

.homepage__category__list__item__title:after {
    content: "";
    width: 60px;
    height: 2px;
    background: #000;
    margin-top: 15px;
    margin-bottom: 20px;
}

.homepage__category__list__item__subtitle {
    font-family: "Gotham Pro", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    max-width: 350px;
    z-index: 2;
}

.homepage__category__list__item__count {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    z-index: 2;
}

.homepage__category__list__item__count > span {
    font-family: "Play", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #000000;
    opacity: 0.22;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.homepage__category__list__item > .link__button {
    position: absolute;
    right: 60px;
    bottom: 70px
}

.homepage__category__list__item__count > .link__button {
    margin-right: 20px;
}

@media screen and (max-width: 1650px) {
    .homepage__category__list__group:nth-child(1) > div {
        height: 660px;
    }

    .homepage__category__list__group:nth-child(2) > div {
        height: 325px;
    }

    .homepage__category__list__group:nth-child(3) > div {
        height: 325px;
    }
}

@media screen and (max-width: 1280px) {
    .homepage__category__list__group:nth-child(1) > div {
        max-width: 100%;
        margin-right: 0;
    }

    .homepage__category__list__group:nth-child(2) > div {
        height: 385px;
    }

    .homepage__category__list__group:nth-child(2) > div:first-child {
        margin-bottom: 0;
    }

    .homepage__category__list__group.extended {
        width: 100%;
    }

    .homepage__category__list__group.extended + div {
        width: 100%;
        margin-left: 0;
    }

    .homepage__category__list__item {
        max-width: calc(50% - 6px);
    }

    .homepage__category__list__item:first-of-type {
        margin-right: 12px;
    }
}


@media screen and (max-width: 704px) {
    .homepage__category__list__group:nth-child(1) .link__button.secondary .link__button__rect {
        /*background: #ffffff;*/
    }
}


@media screen and (max-width: 640px) {
    .homepage__category__list__item__title {
        font-size: 30px !important;
        line-height: 55px !important;
    }

    .homepage__category__list__item__subtitle {
        font-size: 19px;
        line-height: 34px;
        max-width: 65%;
    }

    .homepage__category__list__group:nth-child(1) > div {
        height: 470px;
    }

    .homepage__category__list__group:nth-child(1) > div .link__button {
        right: 50px !important;
        bottom: 50px !important;
        z-index: 3;
    }

    .homepage__category__list__group:nth-child(1) > div .homepage__category__list__item__count {
        font-size: 40px;
        line-height: unset;
        margin-top: auto;
    }

    .homepage__category__list__group:nth-child(1) > div .homepage__category__list__item__subtitle {
        font-size: 19px;
        line-height: 34px;
        max-width: 50%;
    }

    .homepage__category__list__group:nth-child(2) > div {
        max-width: 100%;
        width: 100%;
        margin-right: 0;
    }

    .homepage__category__list__group:nth-child(2) > div:first-child {
        margin-bottom: 12px;
    }

    .homepage__category__list__group:nth-child(3) > div {
        max-width: 100%;
        width: 100%;
        margin-right: 0 !important;
    }

    .homepage__category__list__group:nth-child(3) > div .link__button {
        margin-top: auto !important;
    }

    .homepage__category__list__group:nth-child(3) > div:first-child {
        margin-bottom: 12px;
    }
}


@media screen and (max-width: 540px) {
    .homepage__category__list__group:nth-child(1) > div {
        height: 420px;
    }

    .homepage__category__list__item__title {
        font-size: 30px !important;
        line-height: 46px !important;
        width: min-content;
    }

    .homepage__category__list__item__subtitle {
        font-size: 18px !important;
        line-height: 30px !important;
        max-width: 60% !important;
    }

    .homepage__category__list__group:nth-child(2) > div {
        height: 370px;
    }

    .homepage__category__list__group:nth-child(3) > div {
        height: 370px;
    }


    .homepage__category__list__group__shadow{
        background: linear-gradient(90deg, rgba(255,255,255,0.72) 0%, rgba(255,255,255,0.62) 50%,  rgba(255,255,255,0.17) 100%);
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%!important;
        padding: 0!important;
        z-index:2;
    }

    .extended .homepage__category__list__group__shadow{
        background: linear-gradient(90deg, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.62) 50%,  rgba(0,0,0,0.17) 100%);

    }
}

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

    .homepage__category__list__group:nth-child(1) > div {
        height: 360px;
    }

    .homepage__category__list__item__title {
        font-size: 30px !important;
        line-height: 40px !important;
    }

    .homepage__category__list__item__subtitle {
        font-size: 14px !important;
        line-height: 24px !important;
    }

    .homepage__category__list__item__title:after {
        margin-bottom: 10px;
    }

    .homepage__category__list__group:nth-child(2) > div {
        height: 330px;
    }

    .homepage__category__list__group:nth-child(3) > div {
        height: 330px;
    }


}

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


    .homepage__category__list__group:nth-child(1) > div {
        height: 300px;
        padding: 30px 32px;
    }

    .homepage__category__list__group:nth-child(2) > div {
        height: 275px;
        padding: 30px 32px;
    }

    .homepage__category__list__group:nth-child(2) > div .homepage__category__list__item__count {
        margin-top: 10px;
    }

    .homepage__category__list__group:nth-child(3) > div {
        height: 275px;
        padding: 30px 32px;
    }

    .homepage__category__list__group:nth-child(3) > div .homepage__category__list__item__count {
        margin-top: 0;
    }

    .homepage__category__list__group:nth-child(3) > div .link__button {
        margin-top: 10px !important;
    }
}
/* End */


/* Start:/bitrix/templates/kiwami/components/bitrix/catalog.section/home_discount/style.css?159897925711466*/
.homepage__stocks {
    width: 100%;
    /*display: flex;*/
    flex-direction: column;
    display:none;
}

.homepage__stocks__inner {
    padding: 57px 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
}

.homepage__stocks__inner__more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 244px;
    background: #fff;
    height: 57px;
    position: absolute;
    top: 0;
    left: calc(50% + 372px);
}

.homepage__stocks__inner__more span {
    font-family: "Gotham Pro", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000000;
    transition: 0.3s ease;
}

.homepage__stocks__inner__more:hover span {
    color: #eb5344;
}

.homepage__stocks__inner__content {
    height: 520px;
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.homepage__stocks__inner__content__current {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.homepage__stocks__inner__content__current__img {
    height: 100%;
    min-width: 40%;
    width: 40%;
}

.homepage__stocks__inner__content__current__info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    padding: 90px 60px 60px 60px;
    width: 100%;
    position: relative;
}

.homepage__stocks__inner__content__current__info__more {
    position: absolute;
    right: 60px;
    bottom: 50px;
}

.homepage__stocks__inner__content__current__info__share {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    left: 60px;
    bottom: 50px;
    cursor: pointer;
}

.homepage__stocks__inner__content__current__info__share span {
    font-family: "Gotham Pro", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 28px;
    text-transform: uppercase;
    color: #848484;
    margin-left: 15px;
    transition: 0.3s ease;
}

.homepage__stocks__inner__content__current__info__share:hover span {
    color: #EB5344;
}

.homepage__stocks__inner__content__current__info__title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 200px;
}

.homepage__stocks__inner__content__current__info__title span {
    font-family: "Play", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 39px;
    text-transform: uppercase;
    color: #000000;
}

.homepage__stocks__inner__content__current__info__title span:nth-of-type(2) {
    margin-top: 25px;
    font-size: 62px;
}

.homepage__stocks__inner__content__current__info__about {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 357px;
    margin-top: -50px;
}

.homepage__stocks__inner__content__current__info__about__dates {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 17px;
}

.homepage__stocks__inner__content__current__info__about__dates__img {
    width: 29px;
    height: 29px;
    background: #eb5344;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.homepage__stocks__inner__content__current__info__about__dates__img img {
    width: 14px;
    height: 14px;
}

.homepage__stocks__inner__content__current__info__about__dates span {
    margin-left: 15px;
    font-family: "Gotham Pro", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 28px;
    text-transform: uppercase;
    color: #848484;
}

.homepage__stocks__inner__content__current__info__about__title {
    font-family: "Gotham Pro", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 6px;
}

.homepage__stocks__inner__content__current__info__about__text {
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 6px;
    color: #848484;
}

.homepage__stocks__inner__content__current__info__about__meta {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 15px;
}

.homepage__stocks__inner__content__current__info__about__meta__weight {
    font-family: "Gotham Pro", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 28px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000000;
}

.homepage__stocks__inner__content__current__info__about__meta__cost {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-family: "Play", sans-serif;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.homepage__stocks__inner__content__current__info__about__meta__cost span {
    font-weight: normal;
}

.homepage__stocks__inner__content__current__info__about__meta__cost__new {
    font-size: 26px;
    line-height: 26px;
    text-transform: uppercase;
    color: #000000;
    margin-right: 29px;
}

.homepage__stocks__inner__content__current__info__about__meta__cost__new span {
    margin-left: 4px;
}

.homepage__stocks__inner__content__current__info__about__meta__cost__old {
    margin-bottom: -3px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 500;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.homepage__stocks__inner__content__current__info__about__meta__cost__old span {
    margin-left: 4px;
}

.homepage__stocks__inner__content__current__info__about__meta__cost__old:before {
    content: "";
    position: absolute;
    width: 130%;
    left: -15%;
    height: 1px;
    background: #eb5344;
}

.homepage__stocks__inner__content__list {
    min-height: 166px;
    height: 166px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.homepage__stocks__inner__content__list__line {
    position: absolute;
    width: 20%;
    height: 3px;
    top: 0px;
    background: #EB5344;
    z-index: 3;
    transition: 0.3s ease;
}

.homepage__stocks__inner__content__list__item {
    width: 20%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 17px 15px;
    position: relative;
    border: 1px solid #e5e5e5;
    filter: grayscale(1);
    opacity: 0.3;
    user-select: none;
    cursor: pointer;
    transition: 0.3s ease;
}

.homepage__stocks__inner__content__list__item.active, .homepage__stocks__inner__content__list__item:hover {
    filter: none;
    opacity: 1;
}

.homepage__stocks__inner__content__list__item__dates {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.homepage__stocks__inner__content__list__item__dates__img {
    width: 29px;
    height: 29px;
    background: #eb5344;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.homepage__stocks__inner__content__list__item__dates__img img {
    width: 14px;
    height: 14px;
}

.homepage__stocks__inner__content__list__item__dates span {
    margin-left: 15px;
    font-family: "Gotham Pro", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 28px;
    text-transform: uppercase;
    color: #848484;
}

.homepage__stocks__inner__content__list__item__title {
    font-family: "Play", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-top: 15px;
}

.homepage__stocks__inner__content__list__item__stock {
    font-family: "Play", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 52px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}

.homepage__stocks__inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: calc(50% + 372px);
    background: #e7edf0;
}


@media screen and (max-width: 1650px) {
	.homepage__stocks__inner__content {
		height: 520px;
	}
}


@media screen and (max-width: 1280px) {
	.homepage__stocks .homepage__section__title {
		margin-top: 10px;
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 1200px) {
	.homepage__stocks .homepage__section__title {
		margin-left: 20px;
	}
}

@media screen and (max-width: 1150px) {
	.homepage__stocks__inner__more {
		justify-content: normal;
		padding-left: 20px;
	}

	.homepage__stocks__inner__content__current__info__title {
		margin-left: -20px;
	}
}

@media screen and (max-width: 1024px) {
	.homepage__stocks__inner__more {
		left: 10px;
		background: none;
	}
}

@media screen and (max-width: 960px) {
	.homepage__stocks__inner__content__current__info__title {
		padding-right: 15px;
	}

	.homepage__stocks__inner__content__current__info__title span {
		font-size: 24px;
		text-align: center;
	}

	.homepage__stocks__inner__content__current__info__title span:nth-of-type(2) {
		font-size: 56px;
	}
}

@media screen and (max-width: 854px) {
	.homepage__stocks__inner__more {
		padding-left: 10px;
	}

	.homepage__stocks__inner__content__current__info {
		padding-left: 40px;
	}

	.homepage__stocks__inner__content__current__info__about {
		margin-right: -30px;
	}

	.homepage__stocks__inner__content__current__info__title span {
		font-size: 22px;
	}
}

@media screen and (max-width: 800px) {
	.homepage__stocks__inner:before {
		width: 100%;
	}

	.homepage__stocks__inner__more {
		left: unset;
		right: -40px;
	}

	.homepage__stocks__inner {
		padding-left: 0;
		padding-right: 0;
	}

	.homepage__stocks__inner__content {
		height: 100%;
	}

	.homepage__stocks__inner__content__current {
		flex-direction: column;
	}

	.homepage__stocks__inner__content__current__info {
		flex-direction: column;
		justify-content: unset;
		padding: 45px 30px 30px 30px;
	}

	.homepage__stocks__inner__content__current__info__about {
		margin-top: 15px;
		max-width: 100%;
		margin-bottom: 40px;
	}

	.homepage__stocks__inner__content__current__info__share {
		left: unset;
		bottom: unset;
		top: 20px;
		right: 40px;
	}

	.homepage__stocks__inner__content__current__info__title {
		margin: 0;
		max-width: unset;
	}

	.homepage__stocks__inner__content__current__info__title span {
		text-align: unset;
		font-size: 24px;
		line-height: 39px;
	}

	.homepage__stocks__inner__content__current__info__title span:nth-of-type(2) {
		margin-top: 5px;
	}

	.homepage__stocks__inner__content__current__info__about__dates {
		margin-bottom: 230px;
	}

	.homepage__stocks__inner__content__current__info__more {
		position: relative;
		margin-left: auto;
		right: unset;
		bottom: unset;
	}

	.homepage__stocks__inner__content__current__img {
		position: absolute;
		height: 200px;
		min-width: 385px;
		width: calc(100% - 60px);
		margin-top: 185px;
	}

	.homepage__stocks__inner__content__list {
		overflow-x: scroll;
	}

	.homepage__stocks__inner__content__list__item {
		min-width: 245px;
	}

	.homepage__stocks__inner__content__list__line {
		width: 245px;
	}
}

/* End */


/* Start:/bitrix/templates/kiwami/components/bitrix/news.detail/our_mission/style.css?16118231525199*/
.homepage__about__us {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 55px;
    width: 100%;
}

.homepage__about__us__info {
    min-height: 450px;
    width: 100%;
    background: #e8edf0;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.homepage__about__us__info__body {
    max-width: 600px;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 45px 80px 100px 80px;
    margin-right: 10%;
    background: #fff;
    z-index: 3;
    position: absolute;
    right: 0;
}

.homepage__about__us__info__body__text {
    display: flex;
    font-family: "Gotham Pro", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #5e5f5f;
}

.homepage__about__us__info__body__more {
    position: absolute;
    bottom: 50px;
    right: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.homepage__about__us__info__body__more span {
    font-family: "Gotham Pro", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: 0.3s ease;
    color: #000000;
}

.homepage__about__us__info__body__more:hover span {
    color: #eb5344;
}

.homepage__about__us__info__img {
    position: absolute;
    z-index: 2;
    bottom: -95px;
    width: 800px;
    height: 340px;
    left: 0;
}

.homepage__about__us__list {
    max-width: 1240px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin-bottom: 55px;
}

.homepage__about__us__list__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 300px;
}

.homepage__about__us__list__item__title {
    font-family: "Play", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-left: 20px;
    margin-bottom: 25px;
}

.homepage__about__us__list__item__title:before {
    content: "";
    background: #eb5344;
    border-radius: 1px;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    position: absolute;
    left: 0;
}

.homepage__about__us__list__item__body {
    font-family: "Gotham Pro", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #464343;
    padding-top: 20px;
    position: relative;
}

.homepage__about__us__list__item__body:before {
    content: "";
    position: absolute;
    width: 56px;
    height: 2px;
    top: 0;
    left: 0;
    background: #000;
}


@media screen and (max-width: 420px) {
    .homepage__about__us__list__item__body {
        font-family: Gotham Pro;
        font-size: 14px;
        line-height: 26px;
    }
}

@media screen and (max-width: 960px) {
    .homepage__about__us__list {
        padding: 0 20px;
    }
}


@media screen and (max-width: 1200px) {
    .homepage__about__us__info .homepage__section__title {
        margin-left: 20px;
    }
}

@media screen and (max-width: 1150px) {
    .homepage__about__us__info__body {
        margin-top: 120px;
    }
}

@media screen and (max-width: 1024px) {
    .homepage__about__us__info .homepage__section__title {
        margin-top: 40px;
    }
}


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

    .homepage__about__us__list {
        flex-direction: column;
        padding: 0 30px;
        margin-bottom: 10px;
    }

    .homepage__about__us__list__item {
        margin-bottom: 35px;
        max-width: 400px;
    }

    .homepage__about__us__info__img {
        width: 60%;
    }

    .homepage__about__us__info__body {
        padding: 35px 20px 100px 20px;
    }

    .homepage__about__us__info__body__more {
        bottom: 25px;
        right: 30px;
    }
}

@media screen and (max-width: 704px) {
    .homepage__about__us__info__body {
        margin-right: 35px;
        margin-top: 135px;
    }

    .homepage__about__us__info {
        min-height: 480px;
    }
}

@media screen and (max-width: 640px) {
    .homepage__about__us__info__body {
        left: 45px;
    }

    .homepage__about__us__info__img {
        width: 70%;
    }

    .homepage__about__us__info {
        min-height: 560px;
    }
}

@media screen and (max-width: 480px) {
    .homepage__about__us__info__body {
        margin-top: 130px;
    }

    .homepage__about__us__info__img {
        width: 75%;
        height: 420px;
    }

    .homepage__about__us__info {
        min-height: 620px;
    }
}

@media screen and (max-width: 420px) {
    .homepage__about__us__info__body__text {
        font-family: Gotham Pro;
        font-size: 14px;
        line-height: 26px;
    }

    .homepage__about__us__info {
        min-height: 560px;
    }

    .homepage__about__us__info__img {
        width: 70%;
        height: 360px;
        bottom: -70px;
    }
}
/* End */


/* Start:/bitrix/templates/kiwami/components/bitrix/blog.popular_posts/home/style.css?16122417108692*/
.homepage__blog {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 55px;
    width: 100%;
}

.homepage__blog__content {
    width: 1240px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

@media screen and (max-width: 1280px) {
    .homepage__blog .homepage__section__title {
        margin-left: 20px;
    }

    .homepage__blog__content {
        max-width: calc(100% - 40px);
    }
}

@media screen and (max-width: 800px) {
    .homepage__blog__content {
        max-width: calc(100% - 60px);
        flex-direction: column-reverse;
    }

    .homepage__blog__content .link__button__simple {
        position: absolute;
        right: 0;
        top: -50px;
    }
}

@media screen and (max-width: 640px) {
    .homepage__blog .homepage__section__title {
        margin-top: 100px;
    }
}


.homepage__blog__content__current {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.homepage__blog__content__current__img {
    width: 100%;
    height: 240px;
    margin-bottom: 16px;
}

.homepage__blog__content__current__title {
    font-family: "Play", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 32px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 4px;
}

.homepage__blog__content__current__tag__list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.homepage__blog__content__current__tag__list .hashtag {
    margin-right: 5px;
}

.homepage__blog__content__current__date {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.homepage__blog__content__current__date img {
    margin-right: 7px;
    vertical-align: middle;
}

.homepage__blog__content__current__date span {
    font-family: "Gotham Pro", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #848484;
}

.homepage__blog__content__current__body {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    width: 100%;
    color: #5e5f5f!important;
    max-height: 11em;
    height: 10em;
    overflow: hidden;
}
.homepage__blog__content__current__body span,
.homepage__blog__content__current__body span p,
.homepage__blog__content__current__body p{
    color: #5e5f5f!important;
}

.homepage__blog__content__current__more {
    margin-left: auto;
    margin-top: 40px;
}

.homepage__blog__content__list {
    width: calc(30% - 25px);
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-left: 1px solid #e6e6e6;
    position: relative;
}


.homepage__blog__content__list__line {
    position: absolute;
    height: 95px;
    width: 3px;
    left: -2px;
    background: #eb5344;
    transition: 0.3s ease;
}

.homepage__blog__content__list__more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    background: #fff;
    height: 57px;
    margin-left: auto;
    margin-right: 30px;
}

.homepage__blog__content__list__more img {
    margin-right: 16px;
}

.homepage__blog__content__list__more span {
    font-family: "Gotham Pro", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000000;
    transition: 0.3s ease;
}

.homepage__blog__content__list__more:hover span {
    color: #eb5344;
}

.homepage__blog__content__list__item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 30px;
    transition: 0.3s ease;
    cursor: pointer;
    opacity: 0.6;
}

.homepage__blog__content__list__item.active, .homepage__blog__content__list__item:hover {
    opacity: 1;
}

.homepage__blog__content__list__item__img {
    /*width: 95px;
    height: 95px;*/
    min-width: 95px;
    min-height: 95px;
    margin-right: 13px;
}

.homepage__blog__content__list__item__meta {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(100% - 108px);
}

.homepage__blog__content__list__item__meta__title {
    font-family: "Play", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}

.homepage__blog__content__list__item__meta__tag__list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.homepage__blog__content__list__item__meta__tag__list .hashtag {
    margin-right: 5px;
}

.homepage__blog__content__list__item__meta__date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:100%;
}
.homepage__blog__content__list__item__meta__date .views__count{
    width:50%;
}

.homepage__blog__content__list__item__meta__date .publish__date{
    display:flex;
    align-items: center;
    width:50%
}

.homepage__blog__content__list__item__meta__date img {
    margin-right: 7px;
    vertical-align: middle;
}

.homepage__blog__content__list__item__meta__date span {
    font-family: "Gotham Pro", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #848484;
}

@media screen and (max-width: 1024px) {
    .homepage__blog__content__current{width: 65%;}
    .homepage__blog__content__list{width: calc(35% - 25px);}
}

@media screen and (max-width: 800px) {
    .homepage__blog__content__list {
        width: 100%;
        flex-direction: row;
        padding: 0 0 15px 0;
        position: relative;
        /*justify-content: space-between;*/
        margin-bottom: 25px;
        border-bottom: 1px solid #E6E6E6;
        border-left: none;
        overflow:auto;
    }

    .homepage__blog__content__current {
        width: 100%;
    }

    .homepage__blog__content__list__line {
        height: 3px;
        width: 25%;
        bottom: 0;
        z-index: 2;
    }

    .homepage__blog__content__list__item {
        flex-direction: column;
        width: 23%;
        margin-bottom: 0;
        margin-right: 10px;
    }

    .homepage__blog__content__list__item__img {
        width: 100%;
        margin-right: 0;
    }

    .homepage__blog__content__list__item__meta {
        width: 100%;
    }

    .homepage__blog__content__list__item__meta__title {
        margin: 5px 0 0 0;
        width: 90%;
        height: 40px;
        white-space: unset;
    }

    .homepage__blog__content__list__item__meta__date {
        display: none;
    }

    .homepage__blog__content__list__item__meta__tag__list {
        display: none;
    }
}


@media screen and (max-width: 704px) {
    .homepage__blog__content__current__body {
        max-height: unset;
    }
}

@media screen and (max-width: 640px) {
    .homepage__blog__content__current__body {
        max-height: 260px;
        height:18em;

    }

    .homepage__blog__content__current__tag__list {
        margin-bottom: 15px;
    }
}



@media screen and (max-width: 540px) {
    .homepage__blog__content__list__item__meta__title {
        font-size: 12px;
        text-align:center;
    }
}

@media screen and (max-width: 480px) {
    .homepage__blog__content__list__item__meta__title {
        font-size: 10px;
        text-align:center;
    }
}

@media screen and (max-width: 420px) {
    .homepage__blog__content__list__item{
        min-width: 100px;
    }
    .homepage__blog__content__list__item__meta__title {
        font-size: 9px;
        text-align: center;
    }

    .homepage__blog__content__list {
        padding-bottom: 5px;
    }

    .homepage__blog__content__list__item__meta__title {
        height: 40px;
    }

    .homepage__blog__content__list__item__img {
        min-width: 80px;
        min-height: 63px;
        width: 80px;
        height: 63px;
    }

    .homepage__blog__content__current__img {
        margin-bottom: 10px;
    }

    .homepage__blog__content__current__body {
        font-size: 14px;
        line-height: 26px;
    }

    .homepage__blog__content__current .publish__date{
        margin-left: 15px;
    }
    .homepage__blog__content__current .publish__date span{margin-left: 0;}

}




/* End */
/* /bitrix/templates/kiwami/components/bitrix/news.list/introslider/style.css?16118252085368 */
/* /bitrix/templates/kiwami/components/bitrix/catalog.sections.top/home/style.css?16366400319851 */
/* /bitrix/templates/kiwami/components/bitrix/catalog.section/home_discount/style.css?159897925711466 */
/* /bitrix/templates/kiwami/components/bitrix/news.detail/our_mission/style.css?16118231525199 */
/* /bitrix/templates/kiwami/components/bitrix/blog.popular_posts/home/style.css?16122417108692 */
