

/* Start:/local/templates/.default/components/bitrix/news.list/slider/style.css?17736791821384*/
.banner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.banner__description {
	font-weight: 400;
	font-style: 'Regular';
	line-height: 28.01px;
	letter-spacing: 0%;
	text-align: center;
	color: #454545CC;
}

.banner__button {
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

.banner__container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.banner__draw {
	position: absolute;
}

.banner__draw_text {
	font-family: 'Caveat';
	font-weight: 400;
	font-style: 'Regular';
	letter-spacing: 0%;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 27px;
	transform: rotate(-15deg);
}

@media screen and (min-width: 992px) {
	.banner {
		height: 978px;
	}

	.banner__description {
		font-size: 18px;
	}

	.banner__container {
		padding-top: 200px;
		padding-bottom: 200px;
	}

	.banner__draw_text {
		font-size: 28px;
		line-height: 28px;
	}

	.banner__draw {
		right: 31%;
		top: 49%;
	}
}

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

	.banner__draw_text {
		font-size: 28px;
		line-height: 28px;
	}

	.banner {
		height: 600px;
	}

	.banner__container {
		padding: 100px 0px;
	}

	.banner__draw {
		right: 0;
		top: 50%;
	}

	.banner__description {
		line-height: 100%;
	}

}
/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/round_load_more/style.css?17736791833012*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: var(--color-brand);
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

#load_more{
	display: inline-block;
    background: var(--color-brand);
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 20px;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/catalog/style.css?17736791762419*/
.product {
	text-decoration: none;
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 47px;
	justify-content: space-between;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 0px #0000000A;
	padding: 20px;
	border-radius: 30px;
	flex: 1 0 0;
}

.product__top {
	position: relative;
	overflow: visible;
}

.product__bottom {
	display: flex;
	gap: 15px;
	justify-content: center;
	align-items: center;
}

.product__title {
	font-weight: 500;
	font-style: Medium;
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 0%;
	color: #1E1E1E;
}

.price__title {
	font-family: 'Caveat';
	font-weight: 400;
	font-style: 'Regular';
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0%;
	color: #1E1E1E99;
}

.product__picture {
	position: relative;
}

.product__picture img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 0;
	vertical-align: middle;
	max-width: 100%;
}

.product__button {
	font-weight: 500;
	font-style: Medium;
	letter-spacing: 0%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	border: 1px solid #E0C988;
	color: #E0C988;
	background: #fff;
	transition: background .35s ease-in-out, color .35s ease-in-out;
}

.product:hover .product__button {
	background: #E0C988;
	color: #fff;
}

.all-products {
	margin-top: 51px;
	display: flex;
	justify-content: center;
	width: 100%;
	align-items: center;
	color: #CDB060;
	font-weight: 500;
	font-style: Medium;
	font-size: 18px;
	line-height: 35px;
	text-decoration: none;
	letter-spacing: 0%;
	padding-bottom: 60px;
}

@media screen and (min-width: 992px) {

	.product__button {
		font-size: 18px;
		line-height: 35px;
		height: 56px;
		padding: 10px 39px;
	}

	.product__picture span {
		position: relative;
		max-width: 220px;
		min-width: 70px;
		height: 220px;
		line-height: 220px;
		margin: 0 auto;
		padding: 0px;
		vertical-align: middle;
		text-align: center;
		zoom: 1;
		display: block;
	}
}

@media screen and (max-width: 992px) {
	.product__button {
		font-size: 18px;
		line-height: 100%;
		height: 56px;
		padding: 10px;
	}

	.product__picture span {
		position: relative;
		max-width: 140px;
		min-width: 70px;
		height: 140px;
		line-height: 140px;
		margin: 0 auto;
		padding: 0px;
		vertical-align: middle;
		text-align: center;
		zoom: 1;
		display: block;
	}

	.product__picture {
		margin-top: 55px;
	}

}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/company/style.css?17736791781252*/
.swiper-slide-company-bg {
	background-size: cover !important;
	border-radius: 30px;
	background-position: center !important;
}

.company__title {
	font-family: 'Caveat';
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 0%;
	color: #454545;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.company__description {
	font-weight: 400;
	letter-spacing: 0%;
	text-align: center;
	color: #454545CC;
}

.company__top {
	position: relative;
}

.company__svg {
	position: absolute;
}

@media (min-width: 992px) {

	.block__header_company {
		padding: 120px 0px 60px 0px;
	}

	.company__container {
		padding-bottom: 90px;
	}

	.company__svg {
		bottom: -19px;
		left: 37%;
	}

	.company__title {
		font-size: 60px;
		margin-bottom: 20px;
	}

	.company__description {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 55px;
	}

	.swiper-slide-company-bg {
		height: 285px;
	}
}

@media (max-width: 992px) {

	.company__title {
		font-size: 30px;
		margin-bottom: 20px;
	}

	.company__svg {
		width: 80%;
		top: -28px;
		left: 0;
	}

	.block__header_company {
		padding: 60px 0px 20px 0px;
	}

	.swiper-slide-company-bg {
		height: 310px;
	}

	.company__description {
		line-height: 100%;
		margin-bottom: 20px;
	}
}
/* End */


/* Start:/local/components/main/send.form/templates/statics.v2/style.css?17736789691981*/
.form-statics-v2 {
    background: #fff;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}

.form-control-statics-v2 {
    position: relative;
}

.form-control-statics-v2 input,
.form-control-statics-v2 textarea {
    width: 100% !important;
    font-size: 16px;
    color: #000;
    margin-top: 7px;
    margin-bottom: 5px;
    border: none;
    padding: 17px 13px 10px 13px;
    border-radius: 10px;
    outline: none;
    background: #F9F9F9;
    text-align: center;
}

.form__title {
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #454545;
}

.form__subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    color: #454545CC;
}

.form__header {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form__picture {
    position: absolute;

}

/* packet */
.form__picture_butter {
bottom: 38%;
    right: 81%;
    transform: rotate(20deg);
}

/* butter */
.form__picture_packet {
    left: 83%;
    top: 34%;
    transform: rotate(-30deg);
}


.form__picture {
    position: absolute;
}

.form__picture span {
    position: relative;
    max-width: 300px;
    min-width: 270px;
    height: 370px;
    line-height: 170px;
    margin: 0 auto;
    padding: 0px;
    vertical-align: middle;
    text-align: center;
    zoom: 1;
    display: block;
}

.form__picture_butter span {
    min-width: 370px;
    height: 370px;
}

.form__picture img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}

@media screen and (min-width: 992px) {
    .form-statics-v2 {
    padding: 49px;
    }


}

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

    .form-statics-v2 {
        padding: 10px;
    }

    .form__picture {
        display: none !important;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/contact/style.css?1773679179722*/
.contacts__socials {
	display: flex;
	gap: 7px;
	align-items: center;
}

.contacts__name {
	font-family: 'Caveat';
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0%;
	color: #45454599;
}

.contacts__val {
	font-weight: 400;
	letter-spacing: 0%;
	color: #1E1E1ECC;
}

.contacts {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.contacts__val {
	gap: 5px;
	display: flex;
	align-items: center;
}

@media screen and (min-width: 992px) {

	.contacts__name {
		font-size: 19px;
	}

	.contacts__val {
		font-size: 18px;
		line-height: 28px;
	}

	.contacts {
		padding-top: 32px;
		padding-bottom: 67px;
	}
}

@media screen and (max-width: 992px) {
		.contacts {
		padding-top: 10px;
		padding-bottom: 20px;
	}
}
/* End */
/* /local/templates/.default/components/bitrix/news.list/slider/style.css?17736791821384 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/round_load_more/style.css?17736791833012 */
/* /local/templates/.default/components/bitrix/news.list/catalog/style.css?17736791762419 */
/* /local/templates/.default/components/bitrix/news.list/company/style.css?17736791781252 */
/* /local/components/main/send.form/templates/statics.v2/style.css?17736789691981 */
/* /local/templates/.default/components/bitrix/news.list/contact/style.css?1773679179722 */
