/* Slider */
.main-slider.swiper {
	width: 100%;
	height: 100%;
	position: relative;
	margin-top:20px;
}

.main-slider .swiper-slide {
	height:auto;
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.main-slider .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	outline:none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.main-slider .arrow-right,
.main-slider .arrow-left {
	position: absolute;
	top: 50%;
	width: 46px;
	height: 46px;
	transform: translateY(-50%);
	border:1px solid #eebc1d;
	z-index:999;
	cursor:pointer;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	margin-top: 0px;
	background-repeat:no-repeat;
}

.main-slider .arrow-right {
	right:30px;
	background-image: url("data:image/svg+xml,%3Csvg width='13' height='22' viewBox='0 0 13 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.83333 0.777023L0.60083 3.16037L7.8525 10.9189L0.60083 18.6775L2.83333 21.0608L12.3333 10.9189L2.83333 0.777023Z' fill='%23eebc1d'/%3E%3C/svg%3E%0A");
	background-position:18px 12px;
}

.main-slider .arrow-left {
	left:30px;
	background-image: url("data:image/svg+xml,%3Csvg width='13' height='22' viewBox='0 0 13 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.3992 3.16037L10.1667 0.777023L0.666687 10.9189L10.1667 21.0608L12.3992 18.6775L5.14752 10.9189L12.3992 3.16037Z' fill='%23eebc1d'/%3E%3C/svg%3E");
	background-position:14px 12px;
}

.main-slider .arrow-left:hover {
	background-image: url("data:image/svg+xml,%3Csvg width='13' height='22' viewBox='0 0 13 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.3992 3.16037L10.1667 0.777023L0.666687 10.9189L10.1667 21.0608L12.3992 18.6775L5.14752 10.9189L12.3992 3.16037Z' fill='%23F1F1F1'/%3E%3C/svg%3E");
	border-color:#F1F1F1;
}

.main-slider .arrow-left:active {
	background-image: url("data:image/svg+xml,%3Csvg width='13' height='22' viewBox='0 0 13 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.3992 3.16037L10.1667 0.777023L0.666687 10.9189L10.1667 21.0608L12.3992 18.6775L5.14752 10.9189L12.3992 3.16037Z' fill='%23DB4437'/%3E%3C/svg%3E");
	border-color:#DB4437;
}

.main-slider .arrow-right:hover {
	background-image: url("data:image/svg+xml,%3Csvg width='13' height='22' viewBox='0 0 13 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.83333 0.777023L0.60083 3.16037L7.8525 10.9189L0.60083 18.6775L2.83333 21.0608L12.3333 10.9189L2.83333 0.777023Z' fill='%23F1F1F1'/%3E%3C/svg%3E%0A");
	border-color:#F1F1F1;
}

.main-slider .arrow-right:active {
	background-image: url("data:image/svg+xml,%3Csvg width='13' height='22' viewBox='0 0 13 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.83333 0.777023L0.60083 3.16037L7.8525 10.9189L0.60083 18.6775L2.83333 21.0608L12.3333 10.9189L2.83333 0.777023Z' fill='%23DB4437'/%3E%3C/svg%3E%0A");
	border-color:#DB4437;
}

/* custom bullets style */
.main-slider .swiper-horizontal>.swiper-pagination-bullets,
.main-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.main-slider .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 30px;
}

.main-slider .swiper-pagination-bullet {
	width: 96px;
	height: 2px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #000;
	opacity: 1;
	background: #FFF;
	border-radius:0;
}

.main-slider .swiper-pagination-bullet-active {
	color: #FFF;
	background: #eebc1d;
}

/* Top category */
.top-category {
	background-size:cover;
	position:relative;
	overflow:auto;
	padding-bottom:30px;
}

.top-category__container {
	display: grid;
	grid-template-columns: auto auto auto auto;
	gap: 28px;
	padding:3px;
}

.top-category__container > .category-item {
	background-color: #fff;
	width:260px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 5px 6px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 5px 6px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 5px 6px 0px rgba(34, 60, 80, 0.2);
	position:relative;
	overflow:hidden;
}

.category-item a {
	display:block;
	color:#000;
}

.category-item a img {
	display:block;
	margin:0 auto;
	transition: 1s;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
    width:100%;
}

.category-item a:hover img {
	filter: blur(5px);
	transform: scale(1.05);
}

.category-item__title {
	font-size:25px;
	position:absolute;
	top:0;
	left:0;
	display: flex;
	font-size:16px;
	font-weight:400;
	transition:all 1s;
	opacity:0;
	width:100%;
	height:100%;
	text-align: center;
	align-items: center;
	line-height:1.2em;
	color:#fff;
	background-color:rgba(0, 0, 0, 0.4);
	padding:5px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-weight:900;
	text-transform:uppercase;
	justify-content: center;
}

.category-item a:hover .category-item__title {
	opacity:1;
}

/* Logo Swiper */
.brand-logos {
	height:208px;
    background-color:var(--grey-block-bg);
    position:relative;
	overflow:auto;
}

.brand-logos__container {
	overflow:hidden;
	margin-top:48px;
	padding:10px 5px;
}

.brand-logos__container .swiper-slide {
	background-color:#ffffff;
	height:96px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 5px 6px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 5px 6px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 5px 6px 0px rgba(34, 60, 80, 0.2);
	justify-content: center;
	display: flex;
	text-align: center;
	align-items: center;
}

.brand-logos__container .swiper-slide img {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: 0.7s;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	opacity:0.8;
	max-width:180px;
}


.brand-logos__container .swiper-slide:hover img {
	-webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
	opacity:1;
}


.outer-arrow-right,
.outer-arrow-left {
	position: absolute;
	top: 50%;
	width: 20px;
	height: 20px;
	transform: translateY(-50%);
	z-index:999;
	cursor:pointer;
	margin-top: 0px;
	background-repeat:no-repeat;
}

.outer-arrow-right {
	right:-36px;
	background-image: url("data:image/svg+xml,%3Csvg width='13' height='20' viewBox='0 0 13 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.83333 0.5L0.60083 2.7325L7.8525 10L0.60083 17.2675L2.83333 19.5L12.3333 10L2.83333 0.5Z' fill='black'/%3E%3C/svg%3E%0A");
}

.outer-arrow-left {
	left:-30px;
	background-image: url("data:image/svg+xml,%3Csvg width='13' height='20' viewBox='0 0 13 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.3992 2.7325L10.1667 0.5L0.666687 10L10.1667 19.5L12.3992 17.2675L5.14752 10L12.3992 2.7325Z' fill='black'/%3E%3C/svg%3E%0A");
}

.outer-arrow-left:hover {
	background-image: url("data:image/svg+xml,%3Csvg width='13' height='20' viewBox='0 0 13 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.3992 2.7325L10.1667 0.5L0.666687 10L10.1667 19.5L12.3992 17.2675L5.14752 10L12.3992 2.7325Z' fill='%23424242'/%3E%3C/svg%3E%0A");
}

.outer-arrow-right:hover {
	background-image: url("data:image/svg+xml,%3Csvg width='13' height='20' viewBox='0 0 13 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.83333 0.5L0.60083 2.7325L7.8525 10L0.60083 17.2675L2.83333 19.5L12.3333 10L2.83333 0.5Z' fill='%23424242'/%3E%3C/svg%3E%0A");
}

.outer-arrow-left:active {
	background-image: url("data:image/svg+xml,%3Csvg width='13' height='20' viewBox='0 0 13 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.3992 2.7325L10.1667 0.5L0.666687 10L10.1667 19.5L12.3992 17.2675L5.14752 10L12.3992 2.7325Z' fill='%23eebc1d'/%3E%3C/svg%3E%0A");
}

.outer-arrow-right:active {
	background-image: url("data:image/svg+xml,%3Csvg width='13' height='20' viewBox='0 0 13 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.83333 0.5L0.60083 2.7325L7.8525 10L0.60083 17.2675L2.83333 19.5L12.3333 10L2.83333 0.5Z' fill='%23eebc1d'/%3E%3C/svg%3E%0A");
}


/* Offers */
.offers__container {
	display: grid;
	grid-template-columns: auto auto auto;
	gap:44px;
	margin-bottom:30px;
    padding-bottom:44px;
}

.offer_item {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	position:relative;
	overflow:hidden;
	width:350px;
	height:487px;
}

.offer_item img {
	width:350px;
	height:487px;
	transition:1s;
}

.offer_item:hover img {
	transform: scale(1.05);
}

.offer_item a {
	display:block;
}

.offer_item a:after {
	content: "";
	display: block;
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: transparent;
	background-image: linear-gradient(to top, #747474, rgba(0,0,0,0) );
	opacity: 0.9;
}

.offer_info {
	position:absolute;
	bottom:0;
	z-index:999;
}

.offer_info_title {
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	padding:20px;
	line-height:1.4em;
	transition: 0.2s;
}

.offer_item:hover .offer_info_title {
	color:#c9c9c9;
}


/* Timer */
.offer_limit {
	display: grid;
	grid-template-columns: auto auto;
	gap: 0;
}

.offer_completion_title {
	font-size:14px;
	text-transform:uppercase;
	background-color:#F44642;
	width:156px;
	height:53px;
	justify-content: center;
	display: flex;
	text-align: center;
	align-items: center;
	color:#fff;
}

.offer_completion_timer {
	background-color:rgba(0, 0, 0, 0.3);
	width:192px;
}

.offer_completion_timer {
	display: grid;
	grid-template-columns: auto auto auto auto auto auto auto;
	gap: 0;
	padding-top:10px;
}

.timer_unit_item {
	text-align:center;
}

.timer-vl, .timer-unit-sep {
	color:#FF4100;
	font-size:20px;
	text-transform:uppercase;
}

.timer-unit {
	font-size:12px;
	color:#fff;
}

.offers {
	margin-bottom:20px;
}

.more-offers {
	text-align:center;
    font-weight: 900;
	font-size:13px;
	position:relative;
}

.more-offers a {
	color:#000;
	font-size:14px;
	text-decoration:underline;
	padding-bottom:16px;
	background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.25 0.8125L4 5.1875L7.75 0.8125H0.25Z' fill='black'/%3E%3C/svg%3E");
	background-repeat:no-repeat;
	background-position:center bottom;
	display:inline-block;
}

.more-offers a:hover {
	color:#eebc1d;
	background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.25 0.8125L4 5.1875L7.75 0.8125H0.25Z' fill='%23eebc1d'/%3E%3C/svg%3E");
}

/* service */
.service {
	min-height:210px;
	margin-top:20px;
	background:url('../images/service-bg.jpg') 0 0 repeat;
	color:#c1c1c1;
}

.service__item {
	margin-top:40px;
}

.service__container {
	display: grid;
	grid-template-columns: auto auto auto;
	gap: 0;
}

.service__title {
	font-weight:bold;
	font-size:16px;
	font-style:italic;
	text-transform:uppercase;
	padding-left:65px;
	padding:20px 0 15px 56px;
	color:#fff;
	position:relative;
	cursor:default;
	transition: 500ms;
}

.service__item:hover .service__title {
	cursor:pointer;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.service__desc {
	font-size:15px;
	color:#c1c1c1;
	line-height:1.4em;
	border-left:3px solid #eebc1d;
	padding-left:12px;
	margin:15px 15px 15px 5px;
	cursor:default;
}

.service__special_eqp,
.service__parts,
.service__maintenance {
	background-repeat:no-repeat;
	background-position:left center;
}

.service__special_eqp {
	background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M41.3782 17.6867C40.5931 16.6628 39.2454 16.2545 38.024 16.6709L37.9858 16.684L35.9339 6.37462C35.9055 6.23134 35.8308 6.10126 35.7214 6.00443L32.5994 3.23926C32.4096 3.071 32.1406 3.02476 31.9055 3.11963C31.6703 3.21458 31.5089 3.43444 31.489 3.68733L31.2499 6.71542L15.5128 15.2835C15.2976 15.4007 15.1636 15.626 15.1636 15.871V20.7324H12.2771C11.943 20.7324 11.66 20.9789 11.6144 21.3099L10.9681 25.9951H1.32656C0.991433 25.9951 0.707983 26.243 0.663488 26.5752L0.00592834 31.4811C-0.0196946 31.6724 0.0385196 31.8653 0.165473 32.0105C0.292427 32.1556 0.475998 32.239 0.668932 32.239H8.11694V32.6849H4.72745C3.00607 32.6849 1.60551 34.0854 1.60551 35.8069C1.60551 37.5283 3.00599 38.9288 4.72745 38.9288H24.8862C26.6076 38.9288 28.0081 37.5283 28.0081 35.8069C28.0081 34.0854 26.6077 32.6849 24.8862 32.6849H15.8772V32.239H21.8089C22.0018 32.239 22.1854 32.1557 22.3124 32.0105C22.4394 31.8653 22.4975 31.6723 22.472 31.4811L21.1092 21.3125C21.0647 20.9803 20.7812 20.7324 20.4461 20.7324H19.7443L20.1898 18.0591L32.2668 10.3661L37.9849 23.9301L37.4094 24.7688C37.2003 25.0735 37.2778 25.4899 37.5824 25.6989C37.6981 25.7783 37.83 25.8164 37.9603 25.8164C38.1734 25.8164 38.3828 25.7148 38.5125 25.5259L41.4708 21.2151C42.209 20.1398 42.1717 18.7219 41.3782 17.6867ZM32.7171 5.13086L34.6656 6.85667L36.7082 17.1194L36.2993 17.2588L33.234 9.13988L32.5656 7.05091L32.7171 5.13086ZM26.6702 35.8068C26.6702 36.7905 25.87 37.5908 24.8863 37.5908H4.72745C3.74376 37.5908 2.9435 36.7904 2.9435 35.8068C2.9435 34.8231 3.74376 34.0229 4.72745 34.0229H24.8862C25.87 34.0229 26.6702 34.8232 26.6702 35.8068ZM14.5393 32.6849H9.455V32.2389H14.5393V32.6849ZM1.43363 30.9009L1.91183 27.333H11.5512C11.8853 27.333 12.1682 27.0864 12.2139 26.7554L12.8601 22.0703H13.4689V25.8937C13.4689 27.551 14.5949 28.977 16.2071 29.3613L20.9908 30.5016L21.0443 30.9008H1.43363V30.9009ZM20.8004 29.0809L16.5174 28.0599C15.5103 27.8198 14.8069 26.9291 14.8069 25.8938V22.0703H19.8609L20.8004 29.0809ZM19.2195 17.0908C19.0596 17.1928 18.9503 17.3578 18.919 17.545L18.3878 20.7324H16.5016V16.2685L31.4977 8.104L31.8076 9.07237L19.2195 17.0908ZM40.3678 20.4581L38.8563 22.6605L36.8344 18.4901L38.4557 17.9373C39.1334 17.7064 39.8809 17.9329 40.3163 18.5008C40.7565 19.075 40.7772 19.8615 40.3678 20.4581Z' fill='%23eebc1d'/%3E%3Cpath d='M4.53436 35.2498C4.29163 35.4096 4.18122 35.7226 4.26593 35.9998C4.34795 36.268 4.59322 36.4589 4.87297 36.4737C5.14038 36.4878 5.39545 36.3322 5.51013 36.0914C5.63846 35.8221 5.56711 35.4884 5.33868 35.2958C5.11243 35.1049 4.78071 35.0872 4.53436 35.2498C4.57087 35.2257 4.49777 35.2739 4.53436 35.2498Z' fill='%23eebc1d'/%3E%3Cpath d='M24.0901 36.0652C24.2738 36.499 24.8437 36.6108 25.181 36.2828C25.5537 35.8988 25.3449 35.2326 24.8112 35.1486C24.308 35.0696 23.8909 35.5918 24.0901 36.0652C24.0732 36.025 24.1071 36.1053 24.0901 36.0652Z' fill='%23eebc1d'/%3E%3Cpath d='M6.91279 36.4758H22.7008C23.0704 36.4758 23.3698 36.1764 23.3698 35.8069C23.3698 35.4374 23.0703 35.1379 22.7008 35.1379H6.91279C6.54325 35.1379 6.24384 35.4374 6.24384 35.8069C6.24384 36.1763 6.54333 36.4758 6.91279 36.4758Z' fill='%23eebc1d'/%3E%3Cpath d='M5.80683 28.4927H3.13093C2.76139 28.4927 2.46198 28.7922 2.46198 29.1616C2.46198 29.5311 2.76147 29.8306 3.13093 29.8306H5.8069C6.17644 29.8306 6.47586 29.5311 6.47586 29.1616C6.47586 28.7922 6.17636 28.4927 5.80683 28.4927Z' fill='%23eebc1d'/%3E%3C/svg%3E%0A");
}

.service__parts {
	background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_102_111)'%3E%3Cpath d='M41.5352 9.60603L41.4651 9.53594L32.5565 0.631051C31.7849 -0.21035 30.4521 -0.21035 29.6104 0.631051L28.6283 1.61271C28.488 1.75298 28.4179 1.89315 28.4179 2.1035C28.4179 2.31385 28.488 2.45412 28.6283 2.59429L29.1193 3.08509L28.2058 3.99822L27.7163 3.50579C27.4358 3.22535 27.0149 3.22535 26.7343 3.50579C26.4536 3.78623 26.4537 4.20693 26.7343 4.48745L27.2237 4.97988L26.1732 6.03007L25.1912 5.04841C25.0508 4.90815 24.9106 4.83806 24.7002 4.83806C24.5598 4.83806 24.3494 4.90815 24.2793 5.04841L12.3544 16.9683C12.0739 17.2487 12.0739 17.6694 12.3544 17.95L13.0559 18.6511C14.0379 19.6328 15.5811 19.6328 16.5632 18.6511L18.0363 17.1786C18.5974 17.2226 19.1446 17.334 19.67 17.5044L8.56654 28.5376C7.51435 28.187 6.53228 28.187 5.62041 28.4675L4.14734 27.0651C3.86679 26.7847 3.44591 26.7847 3.16527 27.0651L0.219136 30.01C0.0788162 30.1503 0.00869751 30.2905 0.00869751 30.5008C0.00869751 30.7112 0.0788162 30.8514 0.149017 30.9215L1.62208 32.394C0.85045 34.6377 1.48177 37.1619 3.16527 38.8447C4.91889 40.5976 7.44415 41.1586 9.68885 40.3873L11.1619 41.7896C11.3022 41.9299 11.5127 42 11.6529 42C11.7932 42 12.0037 41.9299 12.1439 41.7896L15.09 38.9148C15.2304 38.7746 15.3005 38.6344 15.3005 38.424C15.3005 38.2137 15.2304 38.0734 15.09 37.9333L13.617 36.4608C13.9677 35.4791 13.8975 34.5676 13.5469 33.5159L24.6046 22.397C24.7943 22.9487 24.9235 23.5258 24.9806 24.1202L23.5076 25.5927C22.5255 26.5743 22.5255 28.1169 23.5076 29.0985L24.209 29.7997C24.3493 29.9399 24.4896 30.01 24.7 30.01C24.9104 30.01 25.1209 29.9399 25.1209 29.7997L37.0459 17.8798C37.3265 17.5993 37.3265 17.1786 37.0459 16.8981L36.0638 15.9165L37.0826 14.8981L37.607 15.4257C37.7473 15.5659 37.8876 15.636 38.098 15.636C38.3084 15.636 38.4488 15.5659 38.589 15.4257C38.8696 15.1452 38.8696 14.7245 38.589 14.444L38.0646 13.9164L39.0099 12.9716L39.5009 13.4623C39.7814 13.7428 40.2023 13.7428 40.483 13.4623L41.465 12.4807L41.5351 12.4106C42.1665 11.6394 42.1665 10.3773 41.5352 9.60603ZM12.2843 32.8848C12.0739 33.0951 12.0038 33.3755 12.144 33.6561C12.635 34.9883 12.4948 35.7596 12.2141 36.3906C12.0738 36.6711 12.144 36.9516 12.3544 37.1619L13.6171 38.424L11.653 40.3172L10.3203 39.1252C10.1799 38.9849 9.96949 38.9148 9.82926 38.9148C9.75914 38.9148 9.68894 38.9148 9.61882 38.9849C7.72487 39.7562 5.62049 39.3355 4.21754 37.9332C2.81459 36.5308 2.39372 34.3572 3.16535 32.5341C3.30567 32.2537 3.23547 31.9732 3.02503 31.7628L1.7624 30.5008L3.72647 28.5376L4.9891 29.7997C5.19953 30.01 5.48009 30.0801 5.76073 29.9399C6.39204 29.6595 7.16368 29.4491 8.49643 30.01C8.77698 30.1503 9.05762 30.0801 9.26806 29.8698L21.08 18.1326C22.3084 18.8379 23.3405 19.8845 24.0393 21.1347L12.2843 32.8848ZM24.7002 28.3272L24.4897 28.1169C24.0689 27.6962 24.0689 26.995 24.4897 26.5743L26.1732 24.8915C26.3136 24.7513 26.3837 24.5409 26.3837 24.3306C26.3125 23.1744 26.0107 22.0635 25.5272 21.0456C25.5152 20.9956 25.497 20.9452 25.4718 20.8948C25.0539 20.0594 24.5022 19.284 23.8529 18.6001C23.8044 18.5486 23.7553 18.4975 23.7058 18.4471C23.692 18.4332 23.6786 18.419 23.6647 18.4052C22.9325 17.6695 22.0836 17.0538 21.1563 16.5963C21.1533 16.5948 21.1503 16.5933 21.1474 16.5918C20.0984 16.0757 18.9495 15.7621 17.7558 15.7061C17.6155 15.7061 17.405 15.7762 17.2648 15.9165L15.5813 17.5993C15.1604 18.02 14.459 18.02 14.0381 17.5993L13.8277 17.3889L24.7002 6.52086L25.6822 7.50244C25.6822 7.50244 25.6822 7.50244 25.6822 7.50253L34.6609 16.4073L35.643 17.389L24.7002 28.3272ZM35.1169 14.97L27.1553 7.01174L28.2027 5.96475L36.1387 13.9486L35.1169 14.97ZM29.1848 4.983L30.1716 3.99666L38.1331 11.9549L37.1207 12.9669L29.1848 4.983ZM40.5532 11.4992L40.1323 11.9199L39.6413 11.4291C39.5735 11.3614 39.4975 11.3104 39.4174 11.2754L30.6626 2.52421C30.6626 2.52421 30.6626 2.52421 30.6625 2.52412L30.1715 2.03333L30.6625 1.54254C30.943 1.2621 31.3639 1.2621 31.6445 1.54254L40.5531 10.4474C40.7636 10.7279 40.7636 11.2187 40.5532 11.4992Z' fill='%23eebc1d'/%3E%3Cpath d='M20.2809 20.8949L13.617 27.556C13.3365 27.8365 13.3365 28.2572 13.617 28.5377C13.7573 28.678 13.8976 28.748 14.108 28.748C14.2483 28.748 14.4588 28.678 14.599 28.5377L21.2629 21.8766C21.5435 21.5961 21.5435 21.1754 21.2629 20.8949C20.9824 20.6145 20.5615 20.6145 20.2809 20.8949Z' fill='%23eebc1d'/%3E%3Cpath d='M5.1995 32.0433C4.49807 32.6744 4.14731 33.5859 4.14731 34.4974C4.14731 35.409 4.56818 36.3205 5.1995 36.9516C5.83081 37.6527 6.74269 38.0033 7.65464 38.0033C8.56651 38.0033 9.47846 37.5826 10.1799 36.9516C10.8813 36.3205 11.2321 35.409 11.2321 34.4974C11.2321 33.5859 10.8112 32.6744 10.1799 32.0433C8.77695 30.7111 6.53233 30.7111 5.1995 32.0433ZM9.12771 35.9699C8.35607 36.7412 6.95321 36.7412 6.18157 35.9699C5.76069 35.6193 5.55026 35.0584 5.55026 34.4974C5.55026 33.9365 5.76069 33.4457 6.18157 33.025C6.60245 32.6043 7.09344 32.3939 7.65464 32.3939C8.21583 32.3939 8.70683 32.5342 9.12771 33.025C9.54858 33.3756 9.75902 33.9365 9.75902 34.4974C9.75902 35.0584 9.54858 35.5492 9.12771 35.9699Z' fill='%23eebc1d'/%3E%3Cpath d='M26.6642 12.551C25.121 12.551 23.8584 13.8131 23.8584 15.3557C23.8584 16.8982 25.121 18.1603 26.6642 18.1603C28.2074 18.1603 29.4701 16.8982 29.4701 15.3557C29.4701 13.8131 28.2075 12.551 26.6642 12.551ZM26.6642 16.758C25.8926 16.758 25.2613 16.127 25.2613 15.3557C25.2613 14.5844 25.8926 13.9533 26.6642 13.9533C27.4359 13.9533 28.0672 14.5844 28.0672 15.3557C28.0672 16.127 27.4359 16.758 26.6642 16.758Z' fill='%23eebc1d'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_102_111'%3E%3Crect width='42' height='42' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.service__maintenance {
	background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.3348 41.958H18.4044C16.8462 41.958 15.4644 40.1814 15.4644 38.7702V36.6492C15.0108 36.4518 14.4312 36.225 13.8894 35.9688L12.537 37.4136C11.4702 38.4846 9.7398 38.4594 8.7318 37.4556L4.5402 33.285C4.0362 32.781 3.7548 32.1174 3.7548 31.416C3.7548 30.7146 4.032 30.0552 4.536 29.547L6.1572 27.972C5.9976 27.6234 5.8422 27.363 5.7036 26.9136H3.6288C2.2344 26.9136 0.419998 25.4856 0.419998 23.9442V18.0138C0.419998 16.4556 2.2176 15.0906 3.6288 15.0906H5.7246C5.9178 14.5362 6.1404 14.049 6.3924 13.5114L4.5612 11.781C4.032 11.2518 3.7506 10.5798 3.7464 9.86999C3.7422 9.15179 4.0194 8.47979 4.5234 7.97579L8.6982 3.77999C9.7104 2.76779 11.4324 2.77199 12.4404 3.77999L14.3388 5.72879C14.6958 5.56079 15.1074 5.40119 15.4602 5.24579V2.44439C15.4602 1.07519 16.7244 0.0419922 18.4002 0.0419922H24.3306C25.7796 0.0419922 27.384 0.881992 27.384 2.44439V5.19959C27.6864 5.35079 28.1232 5.51039 28.476 5.66999L30.2106 3.79679C31.2774 2.72999 32.9994 2.75099 34.0074 3.75899L38.1948 7.93379C38.6988 8.43779 38.976 9.10559 38.976 9.80699C38.976 10.5084 38.6988 11.1762 38.1948 11.676L36.4392 13.398C36.7122 13.9776 36.9558 14.5362 37.1616 15.0906H39.165C40.5342 15.0906 41.58 16.338 41.58 18.0138V23.9442C41.58 25.3932 40.7232 26.9136 39.165 26.9136H37.1784C37.0188 27.4176 36.8592 27.7032 36.6954 28.056L38.178 29.4252C38.7156 29.9628 38.997 30.6306 39.0012 31.3404C39.0054 32.0586 38.7282 32.7306 38.2242 33.2346L34.0536 37.4262C33.0414 38.4384 31.3278 38.4384 30.3156 37.4262L28.9758 36.0024C28.4214 36.2628 27.846 36.4896 27.3924 36.687V38.7618C27.3924 40.1646 25.8762 41.958 24.3348 41.958ZM14.2212 33.4698C14.9226 33.8688 15.7962 34.2258 16.5018 34.5114C16.7244 34.5996 16.9302 34.6878 17.115 34.7634L17.3796 34.8642C17.6736 34.9902 17.8836 35.2758 17.8836 35.5908V38.766C17.8836 38.9004 17.997 39.123 18.1482 39.3036C18.2994 39.4884 18.5136 39.5934 18.7488 39.5934L24.0534 39.5892C24.2718 39.5892 24.4902 39.4968 24.6372 39.3372C24.8136 39.1482 24.9774 38.9046 24.9774 38.7576V35.6286C24.9774 35.3094 25.158 35.0196 25.4562 34.8978L25.6956 34.797C25.8846 34.7172 26.0946 34.6332 26.3214 34.5408C27.027 34.2594 27.909 33.9066 28.6146 33.5118L28.8792 33.3606C29.1942 33.1842 29.5848 33.243 29.8368 33.5034L31.6176 35.3598C31.7646 35.5152 31.9662 35.5992 32.1804 35.6034C32.3946 35.6034 32.5962 35.5236 32.7474 35.3682L36.1746 31.9242C36.3258 31.773 36.4098 31.563 36.4056 31.3488C36.4014 31.1346 36.309 30.9288 36.1494 30.7818L34.2132 28.9968C33.9486 28.7532 33.8814 28.3668 34.0494 28.0476L34.1922 27.7788C34.5534 27.0942 34.9062 26.271 35.2464 25.3344L35.3388 25.0908C35.4522 24.78 35.7504 24.5868 36.0822 24.5868H38.4048C38.8416 24.5868 39.165 24.1962 39.165 23.7594V18.2364C39.165 17.7996 38.8416 17.4552 38.4048 17.4552H36.1074C35.7924 17.4552 35.5068 17.262 35.3808 16.9722L35.28 16.7286C35.1918 16.5228 35.091 16.2792 34.986 16.0188C34.7004 15.3132 34.3476 14.4312 33.9528 13.7424L33.8016 13.4778C33.6252 13.1628 33.6798 12.768 33.9402 12.5202L36.1452 10.3824C36.2964 10.2354 36.3846 10.0338 36.3846 9.81959C36.3846 9.60539 36.3048 9.40379 36.1536 9.25259L32.7012 5.81279C32.55 5.66159 32.3442 5.57759 32.13 5.58179C31.9158 5.58599 31.7142 5.67419 31.5672 5.83379L29.3874 8.14799C29.148 8.40839 28.7616 8.47139 28.4466 8.31179L28.182 8.17319C27.489 7.81619 26.6658 7.46759 25.746 7.14419L25.4898 7.05179C25.1748 6.94259 24.9732 6.64019 24.9732 6.30839V3.20459C24.9732 2.76779 24.5994 2.40659 24.1626 2.40659H18.627C18.1902 2.40659 17.8794 2.76779 17.8794 3.20459V6.34199C17.8794 6.67379 17.6484 6.97199 17.3334 7.08539L17.0604 7.17779C16.1826 7.49279 15.3426 7.85399 14.6496 8.21939L14.385 8.35799C14.0742 8.52179 13.692 8.45879 13.4484 8.21099L11.1342 5.83799C10.9872 5.68679 10.7814 5.59859 10.5714 5.59859C10.3614 5.59859 10.1556 5.68259 10.0044 5.82959L6.5646 9.28619C6.4134 9.43739 6.3294 9.64319 6.3336 9.85739C6.3378 10.0716 6.426 10.2732 6.5814 10.4202L8.883 12.5916C9.1476 12.8394 9.2064 13.2384 9.03 13.5534L8.8788 13.8222C8.4924 14.5152 8.1438 15.3888 7.8666 16.0902C7.7784 16.317 7.6944 16.527 7.6146 16.7118L7.5138 16.9596C7.392 17.2536 7.1022 17.451 6.783 17.451H3.6288C3.4944 17.451 3.2718 17.5812 3.0912 17.7324C2.9064 17.8836 2.8014 18.1062 2.8014 18.3414L2.8056 23.6628C2.8056 23.8938 2.9064 24.129 3.0828 24.2802C3.2676 24.4356 3.4944 24.5952 3.633 24.5952H6.8124C7.1484 24.5952 7.4466 24.7884 7.56 25.1076L7.6524 25.3638C7.9212 26.1366 8.274 26.9388 8.6604 27.699L8.7948 27.9594C8.9544 28.2702 8.8914 28.6482 8.6394 28.8918L6.6024 30.8532C6.4512 31.0002 6.363 31.2018 6.3588 31.416C6.3588 31.6302 6.4386 31.8318 6.594 31.983L10.0422 35.4144C10.1934 35.5656 10.3992 35.6496 10.6134 35.6454C10.8276 35.6412 11.0292 35.5488 11.1762 35.3934L12.9738 33.4656C13.2216 33.1968 13.6248 33.138 13.944 33.3186L14.2212 33.4698Z' fill='%23eebc1d'/%3E%3Cpath d='M21 12.6965C16.632 12.6965 13.0914 16.2371 13.0914 20.6051C13.0914 24.9731 16.632 28.5179 21 28.5179C25.368 28.5179 28.9086 24.9773 28.9086 20.6093C28.9086 16.2413 25.368 12.6965 21 12.6965ZM21 26.9345C17.5056 26.9345 14.6706 24.0995 14.6706 20.6051C14.6706 17.1107 17.5056 14.2757 21 14.2757C24.4944 14.2757 27.3294 17.1107 27.3294 20.6051C27.3294 24.1037 24.4944 26.9345 21 26.9345Z' fill='%23eebc1d'/%3E%3C/svg%3E");
}

/* Feedback */
.feedback {
    color:var(--main-color);
    position:relative;
    overflow: auto;
    padding:30px 0;
}

.feedback__form {
    display: grid;
    grid-template-columns:50% 50%;
    gap: 0;
}

.feedback__container {
    margin:50px 0;
    overflow: auto;
}

.feedback__inp {
    margin-bottom:20px;
    font-size:14px;
}

.feedback__inp input[type="text"],
.feedback__inp textarea {
    font-family: 'Roboto';
    border:1px solid #c1c1c1;
    font-size:14px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width:94%;
    color:#c1c1c1;
}

.feedback__inp ::placeholder {
    color:#c1c1c1;
}

.feedback__inp  :-ms-input-placeholder {
    color:#c1c1c1;
}

.feedback__inp  ::-ms-input-placeholder {
    color:#c1c1c1;
}

.feedback__inp input[type="text"] {
    height:42px;
    padding-left:10px;
}

.feedback__inp textarea {
    height:156px;
    padding:10px;
}

.feedback__inp input[type="submit"] {
    background-color: var(--btn-bg-color);
    border: 1px solid var(--btn-border-color);
    color: #fff;
    padding: 10px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    font-size:14px;
}

.feedback__inp input[type="submit"]:hover {
    background-color: var(--btn-hover-bg-color);
}

.feedback__inp input[type="submit"]:active {
    background-color: var(--btn-active-bg-color);
}

/* Instagram Widget */
.block-title.instagram-title {
    margin:26px 0 18px 0;
}

.instagram_posts {
    min-height:330px;
    background:#FFF;
    position:relative;
    overflow:auto;
    border-top:1px dashed #e5e5e5;
    padding-bottom:44px;
}

.instagram_posts_container {
	display:block;
}


/* News */
.news {
	min-height:440px;
	/* background:url('../images/service-bg.jpg') 0 0 repeat; */
	background-color: var(--grey-block-bg);
	color:var(--main-color);
	position:relative;
	overflow:auto;
	padding-bottom:60px;
}

.news__container {
	display: grid;
	grid-template-columns: 38% 62%;
	gap: 28px;
	padding:3px;
}

.last-news .news__item {
	background-color:#fff;
	min-height:410px;
	width:400px;
	display:block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position:relative;
}

.news__photo a img {
	width:100%;
	height:auto;
	transition:1s;
}

.news__item:hover .news__photo a img {
	transform: scale(1.05);
}

.last-news .news__photo a {
	display:block;
	overflow:hidden;
	width:400px;
	height:250px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.last-news .news__photo {
	width:400px;
	height:250px;
	position:relative;
}

.news__label {
	background-color:#eebc1d;
	font-size:11px;
	position:absolute;
	bottom:-10px;
	left:20px;
	-webkit-border-radius: 2x;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding:5px 10px;
	color:#fff;
	text-transform:uppercase;
}

.other-news .news__item {
	margin-bottom:54px;
	display: grid;
	grid-template-columns: 38% 62%;
	gap: 28px;
	padding:3px;
}

.other-news .news__photo a {
	display:block;
	width:240px;
	height:144px;
	overflow:hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position:relative;
}

.other-news .news__photo {
	width:240px;
	height:144px;
	position:relative;
}

.news__date {
	font-size:11px;
	color:var(--main-color);
}

.last-news .news__date {
	margin-top:36px;
	margin-left:22px;
}

.last-news .news__title {
	font-size:16px;
	font-weight:bold;
	color:var(--main-color);
	text-transform:uppercase;
	position:absolute;
	bottom:0;
	left:0;
	padding:22px 80px 22px 22px;
	line-height:1.4em;
}

.last-news .news__title a {
	color:var(--main-color);
	text-decoration:none;
}

.last-news:hover .news__title a {
	color:var(--hover-color);
}

.other-news .news__title {
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	margin:12px 0px 23px 0px;
	line-height:1.2em;
}

.other-news .news__title a {
	color:#fff;
	text-decoration:none;
}

.news__preview_text {
	font-size:14px;
	line-height:1.5em;
}

.last-news .news__preview_text {
	display:none;
}

.other-news .news__item:hover .news__title a {
	color:var(--hover-color);
}

.news__all_news {
	font-size:12px;
	width:80px;
	color:#c1c1c1;
	position:absolute;
	right:0px;
	font-style:italic;
}

.news__all_news a {
	color:var(--main-color);
	text-decoration:underline;
	display:block;
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='8' viewBox='0 0 6 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.81958 7.75L5.19458 4L0.81958 0.25V7.75Z' fill='%23434b4f'/%3E%3C/svg%3E%0A");
	background-position:right 3px;
	background-repeat:no-repeat;
	padding-right:10px;
}

.news__all_news a:hover {
	color:var(--hover-color);
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='8' viewBox='0 0 6 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.81958 7.75L5.19458 4L0.81958 0.25V7.75Z' fill='%236f8291'/%3E%3C/svg%3E%0A");
}


/* Our benefits */
.benefits {
	min-height:560px;
	overflow:auto;
}

.benefits .block-title {
	margin-bottom:5px;
}

.benefits__container {
	display: grid;
	grid-template-columns:auto auto auto;
	gap: 28px;
	padding:3px;
}

.benefit-icon {
	width:80px;
	height:80px;
	background-color:rgb(255, 255, 255);
	border:2px solid #eebc1d;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin:20px auto 20px auto;
	background-position:center center;
	background-repeat:no-repeat;
	z-index:56;
	position:absolute;
	left:calc(50% - 40px);
	transition:800ms;
}

.benefit-icon.bnf1 {
	background-image: url("data:image/svg+xml,%3Csvg width='51' height='51' viewBox='0 0 51 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.2485 33.0093C26.8364 33.0399 26.4204 33.0552 26.0005 33.0552C25.4897 33.0552 24.9849 33.0318 24.4858 32.9879C22.0172 32.769 19.6249 32.0192 17.473 30.7898C15.3211 29.5603 13.4603 27.8803 12.0181 25.8648C11.9801 25.8106 11.9289 25.767 11.8695 25.738C11.81 25.709 11.7441 25.6955 11.678 25.6989C11.6119 25.7024 11.5478 25.7225 11.4916 25.7575C11.4355 25.7925 11.3891 25.8412 11.3569 25.899L4.32568 38.5357C4.0581 39.024 4.01611 39.6099 4.29833 40.0865C4.44525 40.3228 4.64991 40.5178 4.89304 40.6531C5.13616 40.7884 5.40974 40.8596 5.68798 40.8599H13.3052C13.5705 40.8501 13.8337 40.9113 14.0675 41.0371C14.3013 41.1629 14.4973 41.3489 14.6352 41.5757L18.4106 47.8912C18.5488 48.1255 18.7448 48.3204 18.98 48.4572C19.2151 48.594 19.4814 48.6681 19.7534 48.6724C20.3335 48.6402 20.9341 48.2632 21.1753 47.7349L27.6313 33.5601C27.6592 33.4986 27.6706 33.4308 27.6645 33.3635C27.6583 33.2962 27.6348 33.2316 27.5962 33.1761C27.5577 33.1206 27.5053 33.0761 27.4444 33.0468C27.3835 33.0176 27.316 33.0047 27.2485 33.0093ZM47.6235 38.5045L40.6382 25.8902C40.6059 25.833 40.5597 25.7848 40.5039 25.7501C40.448 25.7155 40.3844 25.6955 40.3187 25.692C40.2531 25.6885 40.1877 25.7016 40.1284 25.7301C40.0692 25.7586 40.0182 25.8016 39.98 25.8551C38.059 28.5466 35.4043 30.6287 32.3325 31.8531C31.9554 32.0017 31.6503 32.2904 31.481 32.6588L27.8813 40.5787C27.835 40.6798 27.811 40.7897 27.811 40.9009C27.811 41.0122 27.835 41.1221 27.8813 41.2232L30.8374 47.7261C31.0767 48.2545 31.6763 48.6402 32.2554 48.6724C32.5276 48.6657 32.7935 48.5893 33.0278 48.4505C33.262 48.3116 33.4567 48.115 33.5933 47.8795L37.356 41.5728C37.6382 41.0992 38.1499 40.857 38.7017 40.8599H46.394C47.0454 40.8599 47.5386 40.5201 47.7612 39.8834C47.8395 39.6573 47.8677 39.4169 47.8439 39.1788C47.8202 38.9407 47.745 38.7106 47.6235 38.5045Z' fill='%23eebc1d'/%3E%3Cpath d='M26.0044 20.5474C28.5938 20.5474 30.6929 18.4487 30.6929 15.8599C30.6929 13.271 28.5938 11.1724 26.0044 11.1724C23.415 11.1724 21.3159 13.271 21.3159 15.8599C21.3159 18.4487 23.415 20.5474 26.0044 20.5474Z' fill='%23eebc1d'/%3E%3Cpath d='M26.0044 1.79736C18.2485 1.79736 11.9419 8.10498 11.9419 15.8599C11.9419 23.6147 18.2515 29.9224 26.0044 29.9224C33.7573 29.9224 40.0669 23.6138 40.0669 15.8599C40.0669 8.10596 33.7593 1.79736 26.0044 1.79736ZM26.0044 23.6724C24.4592 23.6724 22.9488 23.2142 21.664 22.3557C20.3792 21.4973 19.3779 20.2771 18.7866 18.8496C18.1953 17.422 18.0406 15.8512 18.342 14.3357C18.6435 12.8202 19.3875 11.4282 20.4801 10.3356C21.5727 9.24299 22.9648 8.49893 24.4802 8.19748C25.9957 7.89603 27.5666 8.05075 28.9941 8.64205C30.4216 9.23336 31.6418 10.2347 32.5002 11.5195C33.3587 12.8042 33.8169 14.3147 33.8169 15.8599C33.8143 17.9311 32.9904 19.9167 31.5258 21.3813C30.0612 22.8458 28.0756 23.6698 26.0044 23.6724Z' fill='%23eebc1d'/%3E%3C/svg%3E");
}

.benefit-icon.bnf2 {
	background-image: url("data:image/svg+xml,%3Csvg width='60' height='24' viewBox='0 0 60 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M37.7424 1.3408C37.494 1.53663 37.0546 1.85187 36.7633 2.04292L36.2379 2.39636L35.3065 2.32472C34.0599 2.23397 29.6131 2.21964 28.3092 2.30561C24.9992 2.51577 24.278 2.59697 23.017 2.89788C22.4821 3.02206 22.2815 3.10326 21.417 3.53313C19.5208 4.46928 17.6294 5.62037 16.0341 6.8049C15.4227 7.26342 15.1934 7.33029 14.2525 7.33029C13.8465 7.33029 13.3832 7.3494 13.2208 7.37806C13.0632 7.40194 12.4471 7.45925 11.8548 7.50224C7.92867 7.77449 4.28435 8.46228 2.59354 9.24082C2.28785 9.38411 2.25442 9.41276 2.15412 9.64203C2.0968 9.77576 2.04426 10.0098 2.03471 10.1579C2.02516 10.3203 1.95351 10.6164 1.85798 10.8743C1.76723 11.1179 1.6526 11.4331 1.60484 11.5764L1.51409 11.8344L1.09855 11.8248C0.635249 11.8152 0.300908 11.9155 0.205381 12.1018C0.0907499 12.3072 0 13.229 0 14.1365C0 15.5503 0.214934 17.0835 0.477631 17.4991C0.740328 17.9337 1.33259 18.2346 2.13501 18.354C2.32129 18.3827 3.0855 18.4161 3.84015 18.4304L5.21573 18.4591L5.18707 18.2298C5.17274 18.1056 5.15364 17.948 5.14409 17.8716C5.12976 17.7809 5.14409 17.7426 5.19662 17.7426C5.23484 17.7426 5.36857 17.7092 5.49276 17.671C5.79844 17.5707 6.53877 17.5898 6.51489 17.6949C6.50533 17.7331 6.48623 18.0006 6.4719 18.2919C6.40981 19.5911 6.85878 20.7517 7.79971 21.7118C8.0242 21.9458 8.16749 22.1034 8.11973 22.07C8.04331 22.0127 7.98121 22.0127 7.75673 22.07C7.60866 22.1034 7.35074 22.1321 7.18835 22.1369C6.78714 22.1369 6.80624 22.218 7.21223 22.2563C7.74717 22.304 8.3872 22.3757 8.51138 22.4043C8.63079 22.4282 8.63079 22.4282 8.53527 22.3518C8.48273 22.3088 8.55915 22.3375 8.70244 22.4139C10.5843 23.4312 12.9725 22.9584 14.2859 21.3106C14.8687 20.575 15.1743 19.7774 15.2699 18.7266L15.3033 18.397L17.744 18.4304C19.0909 18.4448 22.1477 18.483 24.5359 18.5069C26.9288 18.5355 30.6782 18.5785 32.8706 18.6024C35.0629 18.631 37.8284 18.6501 39.0081 18.6501C40.1926 18.6501 41.2769 18.6645 41.4249 18.6788L41.6972 18.7075L41.7306 18.9797C41.807 19.5911 42.1223 20.4126 42.4853 20.938C42.8435 21.4634 43.4979 22.0413 44.1044 22.3804C44.3671 22.5237 44.391 22.5763 44.1379 22.4473C44.0615 22.4043 43.9803 22.3804 43.9564 22.3948C43.9373 22.4091 43.4979 22.3995 42.9916 22.3709C41.21 22.2801 40.1879 22.2706 30.9123 22.261C20.8343 22.2467 17.5434 22.2754 17.0992 22.3757C16.6741 22.4712 16.6741 22.624 17.0992 22.8199C17.6246 23.0635 18.2312 23.0921 21.8612 23.0252C22.8881 23.0061 27.2154 22.9823 31.4854 22.9727C35.7555 22.9584 39.4189 22.9393 39.629 22.9297C41.4393 22.8485 42.7193 22.7769 43.6841 22.7052C44.028 22.6814 44.3719 22.6622 44.4483 22.6622L44.5964 22.6575L44.477 22.5858C44.3958 22.5381 44.391 22.5237 44.4531 22.5428C44.5057 22.5619 44.5869 22.5906 44.6346 22.6049C44.7063 22.624 44.711 22.6384 44.6585 22.6718C44.6107 22.71 44.6155 22.7148 44.6776 22.6957C44.7206 22.6814 44.9546 22.71 45.203 22.7578C45.7379 22.8724 46.3875 22.8772 46.8986 22.7817C47.2616 22.71 47.2807 22.7148 47.701 22.8342C47.9398 22.9011 48.2837 23.0061 48.4652 23.0682C49.0623 23.2736 49.4061 23.3357 50.0414 23.3548C50.3853 23.3644 50.9202 23.3405 51.2355 23.307C51.6224 23.2593 52.0857 23.2497 52.6684 23.2641C53.5711 23.2927 53.8433 23.2545 53.9532 23.0778C54.0678 22.9011 53.9341 22.8772 52.7496 22.8724C51.7179 22.8629 51.4313 22.8485 51.202 22.7769C51.1591 22.7625 51.0826 22.7482 51.0349 22.7387C50.9871 22.7291 50.7244 22.6384 50.4474 22.5381C49.9506 22.3613 49.9363 22.3566 49.1196 22.3422C48.3697 22.3279 48.2789 22.3375 48.107 22.4234C48.0019 22.476 47.9159 22.5094 47.9159 22.4951C47.9159 22.4855 48.0162 22.4187 48.1452 22.3566C48.6897 22.0795 49.387 21.4491 49.7596 20.8855C50.1847 20.2502 50.4187 19.5768 50.4951 18.7743C50.5381 18.3301 50.562 18.2251 50.6098 18.2728C50.6193 18.2824 50.6958 18.7648 50.7769 19.3427C50.968 20.6849 50.9489 20.6084 51.0922 20.6084C51.2402 20.6084 51.2402 20.6419 51.0922 19.4382C50.9632 18.4066 50.9489 18.1725 51.0158 18.1725C51.0349 18.1725 51.5125 18.0865 52.0713 17.9815C52.9263 17.8191 53.1842 17.7904 53.7096 17.7904C54.3162 17.7904 54.3305 17.7904 54.4786 17.9241L54.6314 18.0531L55.2094 18.0197C55.5246 18.0006 55.9306 17.9528 56.1025 17.9146C56.5229 17.8143 56.5945 17.8191 56.6327 17.9337C56.6518 17.991 56.7187 18.0436 56.8047 18.0627C56.9145 18.0818 56.9479 18.12 56.9718 18.2633C57.0196 18.5116 57.0291 18.5212 57.2059 18.3827C57.3348 18.2824 57.3635 18.2394 57.3253 18.1725C57.2966 18.1248 57.3014 18.0722 57.3253 18.0483C57.3539 18.0197 57.3539 17.9385 57.3253 17.8382C57.2441 17.5468 57.2441 17.5468 57.6405 17.5611L58.0035 17.5755L58.1325 17.9098C58.2566 18.2442 58.2614 18.2442 58.5193 18.3301C58.8632 18.4448 59.0973 18.4018 59.3361 18.1868C59.5701 17.9767 59.6848 17.6758 59.6561 17.3605C59.6227 17.0358 59.5797 16.9975 59.2979 17.0549L59.0686 17.0978L59.04 17.3653C59.0065 17.6901 58.9779 17.7426 58.8346 17.7426C58.6722 17.7426 58.6149 17.6471 58.5576 17.2937L58.505 16.9784L58.2662 16.9068C57.9701 16.8208 57.994 16.816 57.994 16.9259C57.994 16.9784 57.9748 17.031 57.951 17.0453C57.8889 17.0835 57.3109 16.8781 57.3587 16.8304C57.3778 16.8113 57.9366 16.7683 58.591 16.7396C59.871 16.6775 60 16.6489 60 16.4292C60 16.2047 59.8328 16.1187 59.4125 16.1187H59.0304L59.0638 15.9133C59.1546 15.3067 59.1546 15.1348 59.0686 15.001C58.9062 14.7527 58.5528 14.6572 58.3378 14.81C58.2805 14.8482 58.2328 14.8673 58.2328 14.8434C58.2328 14.7001 58.4334 13.8165 58.5002 13.6589C58.6053 13.4153 58.6579 12.0779 58.5719 11.7532C58.5289 11.5812 58.5337 11.5096 58.5958 11.3567C58.72 11.0701 58.6579 10.4015 58.4764 10.0289C58.3474 9.76143 58.2328 9.2838 58.2089 8.9208C58.2041 8.83961 58.1707 8.73453 58.1372 8.69154C57.9557 8.47183 58.0465 8.47661 53.5615 8.42884C51.2307 8.40496 48.7805 8.38108 48.1213 8.38108H46.9129V7.79359V7.20611L45.0406 5.44843C43.985 4.45495 43.0919 3.65731 42.9963 3.61432C42.7145 3.49492 42.385 3.5188 42.1032 3.67641L41.8596 3.81493L41.6685 3.72895C41.3199 3.57134 41.0333 3.63343 40.4983 3.97732C40.2452 4.13972 40.035 4.27345 40.0207 4.27345C40.0111 4.27345 39.9491 4.08718 39.8917 3.86269C39.801 3.52357 39.7437 3.41372 39.5669 3.21789C39.1657 2.76892 38.8218 2.6304 37.8475 2.5301C37.1836 2.45846 37.0785 2.42502 37.0737 2.29128C37.0737 2.26263 37.3651 2.02859 37.7185 1.76589C38.4875 1.20229 38.5448 1.14975 38.4588 1.04944C38.349 0.920485 38.2009 0.9778 37.7424 1.3408ZM36.8349 2.38681C36.8349 2.4298 36.8062 2.44413 36.7633 2.4298C36.725 2.41069 36.7059 2.38204 36.7203 2.35815C36.7585 2.29128 36.8349 2.31039 36.8349 2.38681ZM43.2686 5.04244C43.7367 5.43887 44.1379 5.78277 44.1618 5.80187C44.1809 5.82575 44.0376 5.84964 43.8322 5.85919L43.4644 5.87352L42.8435 5.18573C42.2512 4.53137 42.2274 4.49794 42.3086 4.41197C42.3515 4.3642 42.3945 4.32122 42.4041 4.32122C42.4136 4.32122 42.8005 4.64601 43.2686 5.04244ZM41.0858 4.62212C41.0858 4.7081 41.1288 4.94214 41.1813 5.13797C41.296 5.56306 41.3963 6.03114 41.444 6.3416C41.4727 6.56608 41.4727 6.57086 41.3772 6.51832C41.1718 6.41324 41.1193 6.20308 41.0667 5.30991C41.0381 4.84661 41.0285 4.46451 41.0476 4.46451C41.0715 4.46451 41.0858 4.53615 41.0858 4.62212ZM34.7429 4.6078H36.1662L36.1567 5.09498C36.1519 5.5153 36.1471 5.54873 36.1185 5.32424C36.0993 5.18095 36.085 5.11408 36.0802 5.17618C36.0707 5.27648 36.0516 5.28603 35.9226 5.25737C35.8414 5.24305 35.7077 5.22872 35.6313 5.22872C35.5214 5.22872 35.4928 5.20961 35.5166 5.15707C35.5548 5.05677 35.488 5.06632 35.2062 5.20006C35.0629 5.2717 34.9865 5.29081 35.0199 5.24782C35.0533 5.21439 35.1154 5.18095 35.1584 5.17618C35.2778 5.1714 34.5184 5.05199 33.993 4.99468C32.8897 4.88004 32.4646 4.84661 31.6048 4.82273C30.6353 4.79407 30.4824 4.77497 30.4824 4.70332C30.4824 4.67466 30.7833 4.65078 31.2371 4.64601L31.9869 4.63645L31.0794 4.60302C30.4681 4.58391 30.6878 4.57914 31.7434 4.58869C32.6079 4.59824 33.9596 4.6078 34.7429 4.6078ZM27.8554 4.69855C27.7647 4.72243 27.7313 4.76541 27.7217 4.88482C27.7121 4.97557 27.6644 5.06632 27.6118 5.09976C27.5641 5.12841 27.5211 5.19051 27.5211 5.23349C27.5211 5.32902 27.3921 5.35768 26.7569 5.41977C25.7013 5.52485 24.7556 5.67291 23.7478 5.8974C23.6045 5.93083 23.4087 5.96904 23.3179 5.99293C23.2272 6.01203 22.9788 6.0789 22.7687 6.13622C22.5585 6.19831 22.3245 6.24607 22.2433 6.25085C22.1573 6.25562 22.0522 6.30338 21.9806 6.37503C21.8277 6.53265 21.6462 6.68071 21.6462 6.65683C21.6462 6.6425 21.7895 6.49444 21.9662 6.32727C22.143 6.15532 22.2433 6.06935 22.1955 6.13622L22.1 6.25562L22.2051 6.16487C22.2672 6.11711 22.3006 6.05502 22.2863 6.03591C22.2719 6.01203 22.334 5.90695 22.42 5.80187C22.8117 5.32902 24.4069 4.95169 26.8763 4.75109C27.2441 4.72243 27.588 4.68899 27.6405 4.68422C27.693 4.67466 27.7886 4.66989 27.8554 4.66511H27.9748L27.8554 4.69855ZM40.4649 6.53265C40.5891 8.50049 40.5986 8.31899 40.3932 8.31421L40.2261 8.30944L40.2547 7.64075C40.2738 7.27298 40.2595 6.5422 40.2309 6.01681C40.1783 5.11886 40.1783 5.06154 40.2595 4.99945C40.3073 4.96602 40.3503 4.95647 40.355 4.97557C40.3598 4.99468 40.4124 5.69679 40.4649 6.53265ZM34.3178 5.26215C34.2844 5.2717 34.2175 5.2717 34.1745 5.26215C34.1267 5.24782 34.1554 5.23827 34.2318 5.23827C34.313 5.23827 34.3464 5.24782 34.3178 5.26215ZM35.3542 5.31947C35.2587 5.33857 35.1536 5.37201 35.1154 5.39111C35.0772 5.41022 35.0868 5.39111 35.1345 5.3529C35.1871 5.30991 35.2969 5.28126 35.3733 5.28126C35.5214 5.28603 35.5214 5.28603 35.3542 5.31947ZM34.8288 5.39111C34.8288 5.40066 34.7906 5.43887 34.7477 5.47231C34.6712 5.5344 34.6665 5.52962 34.7285 5.4532C34.7906 5.37678 34.8288 5.3529 34.8288 5.39111ZM27.6644 5.58694C27.6644 5.59649 27.6166 5.62993 27.5593 5.65858C27.4542 5.71112 27.4542 5.70635 27.5402 5.63948C27.6405 5.55828 27.6644 5.54873 27.6644 5.58694ZM26.2793 5.75411C26.1169 5.80665 25.9927 5.80665 26.1121 5.75411C26.1646 5.73023 26.2506 5.7159 26.3031 5.7159C26.3796 5.7159 26.3748 5.72545 26.2793 5.75411ZM25.9306 5.83053C25.9163 5.84486 25.8733 5.84964 25.8398 5.83531C25.8016 5.82098 25.816 5.80665 25.8685 5.80665C25.921 5.80187 25.9497 5.8162 25.9306 5.83053ZM26.4464 5.84964C26.4321 5.87352 26.3891 5.8974 26.3605 5.8974C26.327 5.8974 26.3318 5.87829 26.3748 5.84964C26.4655 5.79232 26.4846 5.79232 26.4464 5.84964ZM25.0231 6.06935C25.0088 6.08368 24.9658 6.08845 24.9323 6.07412C24.8941 6.05979 24.9085 6.04547 24.961 6.04547C25.0135 6.04069 25.0422 6.05502 25.0231 6.06935ZM21.1208 6.70937C21.1734 6.74758 21.1591 6.75236 21.0683 6.72848C20.968 6.70937 20.8581 6.75714 20.5334 6.97207C20.3089 7.12491 20.113 7.28253 20.1035 7.32552C20.0844 7.39238 20.0796 7.39238 20.0748 7.32074C20.0701 7.2682 20.2181 7.13446 20.4904 6.95296C20.9202 6.65683 20.9967 6.62817 21.1208 6.70937ZM21.3453 6.78579C21.331 6.80012 21.288 6.8049 21.2546 6.79057C21.2164 6.77624 21.2307 6.76191 21.2832 6.76191C21.3358 6.75714 21.3644 6.77146 21.3453 6.78579ZM45.246 7.05804C45.7141 7.11058 45.7666 7.12969 45.929 7.27298L46.1105 7.43059L46.0532 7.75061C45.9959 8.07062 45.8908 8.31421 45.7857 8.35242C45.7523 8.36675 45.5135 8.14704 45.2603 7.86524C45.0024 7.58344 44.7158 7.27298 44.6251 7.17267L44.4579 6.99595L44.5964 7.00073C44.6776 7.00073 44.969 7.02938 45.246 7.05804ZM20.6193 7.187C20.6337 7.21566 20.6146 7.22044 20.5763 7.20611C20.4904 7.17267 20.476 7.13924 20.5429 7.13924C20.5716 7.13924 20.605 7.15834 20.6193 7.187ZM43.7558 7.27298C44.071 7.39716 44.243 7.55478 44.4483 7.90345C44.7254 8.3763 44.8209 8.33332 43.5265 8.33332H42.385L42.3659 7.81748C42.3563 7.53567 42.3515 7.29686 42.3611 7.28731C42.3659 7.27775 42.4853 7.23954 42.6238 7.20611C42.9677 7.12013 43.4453 7.14879 43.7558 7.27298ZM20.3662 7.35417C20.3805 7.41627 20.371 7.45925 20.3519 7.44492C20.3089 7.42104 20.2898 7.23477 20.328 7.23477C20.3375 7.23477 20.3566 7.28731 20.3662 7.35417ZM41.5873 7.32552C41.6542 7.44015 41.616 7.85091 41.5157 8.08495C41.3533 8.46228 41.2912 8.40974 41.253 7.85091C41.2243 7.46403 41.2291 7.35895 41.2816 7.32552C41.3724 7.2682 41.5491 7.27298 41.5873 7.32552ZM20.7865 7.47358C20.8152 7.52612 20.8247 7.56911 20.8152 7.56911C20.8008 7.56911 20.7674 7.52612 20.7387 7.47358C20.7101 7.42104 20.7005 7.37806 20.7101 7.37806C20.7244 7.37806 20.7578 7.42104 20.7865 7.47358ZM1.30871 13.5395C1.32304 13.9455 1.33737 14.2846 1.33259 14.2846C1.32781 14.2894 1.21796 14.3085 1.089 14.3276L0.854959 14.361L0.883617 13.6255C0.912275 13.0093 0.93138 12.8851 0.998249 12.8326C1.04601 12.7992 1.12721 12.7801 1.17975 12.7848C1.2705 12.7992 1.27527 12.8469 1.30871 13.5395ZM1.19408 14.7192C1.34214 14.7431 1.34692 14.7527 1.34214 14.9676C1.34214 15.087 1.31349 15.3163 1.28005 15.4691C1.22751 15.7223 1.20363 15.7605 1.08422 15.7939C1.0078 15.813 0.936157 15.8178 0.926604 15.8082C0.912275 15.7939 0.89317 15.5264 0.878841 15.2064C0.854959 14.6476 0.859736 14.6237 0.945709 14.6572C0.993472 14.6763 1.1081 14.7049 1.19408 14.7192ZM58.1946 15.7318C58.2996 15.8226 58.3378 15.8894 58.3044 15.9181C58.2375 15.9802 57.8029 16.0327 57.8029 15.9754C57.8029 15.899 57.9605 15.5933 58.0035 15.5933C58.0226 15.5933 58.1086 15.6554 58.1946 15.7318ZM1.82455 16.8829C1.99172 17.1456 2.21143 17.3558 2.53622 17.5611C2.65563 17.6328 2.71772 17.6949 2.67473 17.6949C2.46935 17.6949 1.73858 17.5373 1.5332 17.4465C1.31826 17.3558 1.01258 17.0835 1.01258 16.9784C1.01258 16.9307 1.24662 16.7587 1.39946 16.6966C1.60484 16.6154 1.66693 16.6393 1.82455 16.8829ZM47.5338 22.6622C47.4956 22.6861 47.4431 22.71 47.4144 22.71C47.3905 22.71 47.4001 22.6861 47.4383 22.6622C47.4765 22.6384 47.5338 22.6145 47.5577 22.6145C47.5864 22.6145 47.572 22.6384 47.5338 22.6622Z' fill='%23eebc1d'/%3E%3Cpath d='M32.1923 4.68912C32.2496 4.69868 32.3452 4.69868 32.4073 4.68912C32.4646 4.67957 32.4168 4.67002 32.2974 4.67002C32.178 4.67002 32.1302 4.67957 32.1923 4.68912Z' fill='%23eebc1d'/%3E%3Cpath d='M32.7177 4.68912C32.775 4.69868 32.861 4.69868 32.9088 4.68912C32.9518 4.6748 32.904 4.66524 32.7989 4.67002C32.6938 4.67002 32.6556 4.67957 32.7177 4.68912Z' fill='%23eebc1d'/%3E%3Cpath d='M33.6013 4.68912C33.6443 4.69868 33.7112 4.69868 33.7446 4.68912C33.7733 4.6748 33.7399 4.66524 33.6587 4.66524C33.5822 4.66524 33.5536 4.6748 33.6013 4.68912Z' fill='%23eebc1d'/%3E%3Cpath d='M33.9596 4.6891C33.993 4.70343 34.036 4.69865 34.0503 4.68433C34.0694 4.67 34.0408 4.65567 33.9882 4.66044C33.9357 4.66044 33.9214 4.67477 33.9596 4.6891Z' fill='%23eebc1d'/%3E%3C/svg%3E");
}

.benefit-icon.bnf3 {
	background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Csvg width='42' height='45' viewBox='0 0 42 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40.3583 14.1731C40.0687 13.8814 39.724 13.65 39.3443 13.4925C38.9646 13.3349 38.5575 13.2542 38.1464 13.2551H31.8964V11.6926C31.8964 8.79182 30.7441 6.00983 28.6929 3.95865C26.6417 1.90747 23.8597 0.755127 20.9589 0.755127C18.0581 0.755127 15.2761 1.90747 13.2249 3.95865C11.1737 6.00983 10.0214 8.79182 10.0214 11.6926V13.2551H3.77139C2.94259 13.2551 2.14774 13.5844 1.56168 14.1704C0.975633 14.7565 0.646393 15.5513 0.646393 16.3801V37.4739C0.646393 41.2825 3.86905 44.5051 7.67764 44.5051H34.2401C36.0824 44.5057 37.8518 43.7854 39.1698 42.4983C39.8331 41.8655 40.3613 41.1049 40.7225 40.2623C41.0837 39.4197 41.2704 38.5127 41.2714 37.5959V16.3801C41.2727 15.9702 41.1926 15.564 41.0359 15.1852C40.8792 14.8063 40.6489 14.4623 40.3583 14.1731ZM28.4286 24.3879L19.6786 35.3254C19.5349 35.505 19.3534 35.6506 19.1469 35.7519C18.9405 35.8531 18.7142 35.9076 18.4843 35.9114H18.4589C18.2332 35.9114 18.0102 35.8625 17.8052 35.7681C17.6002 35.6737 17.4181 35.536 17.2714 35.3645L13.5214 30.9817C13.388 30.8257 13.2867 30.6451 13.2231 30.4499C13.1596 30.2548 13.1351 30.0491 13.151 29.8445C13.167 29.64 13.2231 29.4405 13.3161 29.2576C13.4092 29.0747 13.5373 28.9119 13.6933 28.7786C13.8492 28.6452 14.0299 28.5438 14.225 28.4803C14.4201 28.4168 14.6258 28.3923 14.8304 28.4082C15.035 28.4242 15.2344 28.4803 15.4173 28.5733C15.6002 28.6663 15.763 28.7945 15.8964 28.9504L18.4198 31.8987L25.9892 22.4348C26.2482 22.1111 26.6252 21.9035 27.0372 21.8577C27.4493 21.8119 27.8627 21.9317 28.1864 22.1907C28.5102 22.4497 28.7178 22.8267 28.7636 23.2387C28.8094 23.6508 28.6896 24.0642 28.4306 24.3879H28.4286ZM28.7714 13.2551H13.1464V11.6926C13.1464 9.62062 13.9695 7.63348 15.4346 6.16835C16.8997 4.70323 18.8869 3.88013 20.9589 3.88013C23.0309 3.88013 25.018 4.70323 26.4832 6.16835C27.9483 7.63348 28.7714 9.62062 28.7714 11.6926V13.2551Z' fill='%23eebc1d'/%3E%3C/svg%3E%3Cpath d='M32.1923 4.68912C32.2496 4.69868 32.3452 4.69868 32.4073 4.68912C32.4646 4.67957 32.4168 4.67002 32.2974 4.67002C32.178 4.67002 32.1302 4.67957 32.1923 4.68912Z' fill='%23eebc1d'/%3E%3Cpath d='M32.7177 4.68912C32.775 4.69868 32.861 4.69868 32.9088 4.68912C32.9518 4.6748 32.904 4.66524 32.7989 4.67002C32.6938 4.67002 32.6556 4.67957 32.7177 4.68912Z' fill='%23eebc1d'/%3E%3Cpath d='M33.6013 4.68912C33.6443 4.69868 33.7112 4.69868 33.7446 4.68912C33.7733 4.6748 33.7399 4.66524 33.6587 4.66524C33.5822 4.66524 33.5536 4.6748 33.6013 4.68912Z' fill='%23eebc1d'/%3E%3Cpath d='M33.9596 4.6891C33.993 4.70343 34.036 4.69865 34.0503 4.68433C34.0694 4.67 34.0408 4.65567 33.9882 4.66044C33.9357 4.66044 33.9214 4.67477 33.9596 4.6891Z' fill='%23eebc1d'/%3E%3C/svg%3E");
	background-position:19px 0;
}

.benefit-icon.bnf4 {
	background-image: url("data:image/svg+xml,%3Csvg width='50' height='36' viewBox='0 0 50 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M49.1379 28.3447H47.3957C46.9302 28.3447 46.5517 27.9671 46.5517 27.5007V24.5008C46.5517 20.4723 45.437 16.6059 43.4827 13.2612L33.0551 17.0844C32.9585 17.1206 32.8585 17.1379 32.7586 17.1379C32.5405 17.1379 32.3249 17.0543 32.162 16.8983C31.9241 16.6698 31.837 16.3268 31.937 16.013L35.3965 5.2044C34.287 4.56823 33.1224 4.01729 31.8965 3.58625V3.29747C31.8965 1.89748 30.7576 0.758644 29.3576 0.758644H25.862V12.8207C25.862 13.2974 25.4757 13.6828 24.9999 13.6828C24.5241 13.6828 24.1378 13.2974 24.1378 12.8207V0.758545H20.6422C19.2422 0.758545 18.1033 1.89738 18.1033 3.29737V3.57841C16.7835 4.02494 15.5352 4.61035 14.3508 5.29132L18.0559 15.9939C18.1628 16.3042 18.0852 16.649 17.8542 16.8818C17.6895 17.0482 17.4679 17.1378 17.2412 17.1378C17.1499 17.1378 17.0585 17.1231 16.9689 17.093L6.23358 13.5146C4.46116 16.6715 3.44819 20.2749 3.44819 24.0344V27.5007C3.44819 27.9671 3.0697 28.3447 2.6042 28.3447H0.862072C0.386234 28.3447 0 28.7301 0 29.2068V34.3792C0 34.8559 0.386234 35.2413 0.862072 35.2413H49.1379C49.6138 35.2413 50 34.8559 50 34.3792V29.2068C50 28.7301 49.6138 28.3447 49.1379 28.3447ZM39.6551 30.0689H10.3449C9.86903 30.0689 9.4828 29.6835 9.4828 29.2068C9.4828 28.7301 9.86903 28.3447 10.3449 28.3447H39.6552C40.1311 28.3447 40.5173 28.7301 40.5173 29.2068C40.5173 29.6835 40.1311 30.0689 39.6551 30.0689Z' fill='%23eebc1d'/%3E%3Cpath d='M12.8539 6.23633C10.6047 7.7906 8.67636 9.75445 7.16083 12.007L15.8548 14.9052L12.8539 6.23633Z' fill='%23eebc1d'/%3E%3Cpath d='M42.5363 11.7726C41.0139 9.57949 39.1035 7.67265 36.9026 6.15454L34.1172 14.8597L42.5363 11.7726Z' fill='%23eebc1d'/%3E%3C/svg%3E%0A");
	background-position:center 18px;
}

.benefit-icon.bnf5 {
	background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M42.9994 9.45023C42.8869 9.23141 42.7243 9.04225 42.5249 8.89816C42.3254 8.75407 42.0947 8.65913 41.8516 8.62106C41.6085 8.58298 41.3599 8.60286 41.1259 8.67907C40.892 8.75528 40.6793 8.88566 40.5053 9.05961L34.5053 15.0635C34.2108 15.3538 33.8138 15.5165 33.4003 15.5165C32.9868 15.5165 32.5899 15.3538 32.2953 15.0635L29.7016 12.4659C29.5565 12.3208 29.4413 12.1485 29.3628 11.9589C29.2842 11.7693 29.2438 11.5661 29.2438 11.3609C29.2438 11.1557 29.2842 10.9524 29.3628 10.7629C29.4413 10.5733 29.5565 10.401 29.7016 10.2559L35.6762 4.28031C35.8553 4.10123 35.9882 3.88129 36.0634 3.63944C36.1386 3.3976 36.1539 3.14109 36.108 2.89201C36.0621 2.64293 35.9563 2.40876 35.7997 2.20965C35.6432 2.01054 35.4406 1.85247 35.2094 1.74906C30.6967 -0.26852 25.0639 0.784214 21.5121 4.30961C18.4946 7.3057 17.5951 11.9873 19.0463 17.1543C19.1246 17.4299 19.125 17.7217 19.0476 17.9975C18.9702 18.2733 18.818 18.5222 18.6078 18.7168L2.35004 33.5655C1.71668 34.1341 1.20581 34.8259 0.848593 35.5985C0.491376 36.3711 0.295299 37.2083 0.272324 38.0592C0.249349 38.9101 0.399957 39.7567 0.714961 40.5475C1.02996 41.3382 1.50276 42.0565 2.10451 42.6586C2.70625 43.2606 3.42434 43.7337 4.21495 44.049C5.00557 44.3644 5.85214 44.5154 6.70302 44.4928C7.55391 44.4702 8.39127 44.2745 9.16403 43.9176C9.93679 43.5607 10.6287 43.0501 11.1977 42.417L26.2055 26.1231C26.3973 25.9156 26.6421 25.7644 26.9135 25.6858C27.1848 25.6071 27.4725 25.604 27.7455 25.6768C29.2166 26.0799 30.734 26.289 32.2592 26.2989C35.5209 26.2989 38.3832 25.2432 40.4477 23.209C44.2709 19.4424 44.8539 13.0537 42.9994 9.45023ZM6.86078 41.3477C6.21761 41.4179 5.56851 41.2868 5.00306 40.9723C4.43761 40.6579 3.98368 40.1758 3.70393 39.5924C3.42417 39.009 3.33238 38.3532 3.44123 37.7154C3.55007 37.0777 3.85418 36.4894 4.31159 36.0318C4.769 35.5743 5.35715 35.2699 5.99487 35.1609C6.6326 35.0518 7.28846 35.1434 7.87193 35.4229C8.45541 35.7025 8.93773 36.1562 9.25234 36.7216C9.56695 37.2869 9.69833 37.936 9.62836 38.5791C9.55136 39.2868 9.23506 39.947 8.73179 40.4505C8.22851 40.9539 7.56844 41.2705 6.86078 41.3477Z' fill='%23eebc1d'/%3E%3C/svg%3E");
}

.benefit-icon.bnf6 {
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='45' viewBox='0 0 32 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.3333 0.90625C7.70734 0.90625 0.708313 7.20605 0.708313 14.9688C0.708313 27.4688 16.3333 44.6562 16.3333 44.6562C16.3333 44.6562 31.9583 27.4688 31.9583 14.9688C31.9583 7.20605 24.9593 0.90625 16.3333 0.90625ZM16.3333 22.7812C15.0972 22.7812 13.8888 22.4147 12.861 21.7279C11.8332 21.0412 11.0321 20.0651 10.5591 18.923C10.086 17.781 9.96225 16.5243 10.2034 15.3119C10.4446 14.0996 11.0398 12.9859 11.9139 12.1118C12.788 11.2378 13.9016 10.6425 15.114 10.4013C16.3264 10.1602 17.583 10.284 18.7251 10.757C19.8671 11.2301 20.8432 12.0311 21.53 13.0589C22.2168 14.0867 22.5833 15.2951 22.5833 16.5312C22.5815 18.1883 21.9224 19.777 20.7507 20.9487C19.579 22.1204 17.9904 22.7794 16.3333 22.7812Z' fill='%23eebc1d'/%3E%3C/svg%3E");
}

.benefits__item {
	width:302px;
	margin:0 auto;
	text-transform:uppercase;
	position:relative;
	overflow:hidden;
}

.benefit-ttl {
	text-align:center;
	color:var(--main-color);
	font-weight:bold;
	line-height:1.4em;
	margin-top:120px;
	font-size:14px;
	cursor:default;
}

.benefit-icon-wing {
	border:2px solid var(--btn-bg-color);
	width:180px;
	position:absolute;
	left:calc(50% - 90px);
	top:60px;
	z-index:55;
}

.benefit-desc {
	width:260px;
	border:2px solid var(--btn-bg-color);
	position:absolute;
	font-size:12px;
	text-transform: none;
	padding:12px;
	top:20px;
	right:-300px;
	background:var(--grey-block-bg);
	color:var(--main-color);
	z-index:56;
	cursor:default;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	line-height:1.4em;
	transition: transform 500ms;
}

.benefits__item:hover .benefit-icon {
	transform: translateX(-210px);
}

.benefits__item:hover .benefit-desc {
	transform: translateX(-300px);
}

/* Our branches */
.branches {
	min-height:450px;
	/* background:url('../images/service-bg.jpg') 0 0 repeat; */
	background-color: var(--grey-block-bg);
	color:var(--main-color);
	position:relative;
	overflow:auto;
	padding-bottom:60px;
}

.branches__label_container {
	display: grid;
	grid-template-columns:33.3% 33.3% 33.3%;
	gap: 0;
	padding:0;
	margin:60px 0;
}

.branches__label_item {
	position:relative;
}

.branches__icon1,
.branches__icon2,
.branches__icon3 {
	height:65px;
	width:65px;
	position:absolute;
	left:0;
	top:0;
	background-color:#cdcdcd;
	-webkit-border-radius: 33px;
	-moz-border-radius: 33px;
	border-radius: 33px;
	background-repeat:no-repeat;
	background-position:center center;
}

.branches__icon1 {
	background-image: url("data:image/svg+xml,%3Csvg width='43' height='43' viewBox='0 0 43 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.6008 19.2173C23.0506 19.2173 24.2258 18.042 24.2258 16.5923C24.2258 15.1425 23.0506 13.9673 21.6008 13.9673C20.1511 13.9673 18.9758 15.1425 18.9758 16.5923C18.9758 18.042 20.1511 19.2173 21.6008 19.2173Z' fill='%23FFF'/%3E%3Cpath d='M21.6008 3.46729C14.364 3.46729 8.47583 9.09873 8.47583 16.0181C8.47583 19.3133 9.97782 23.6954 12.94 29.043C15.3189 33.3365 18.071 37.219 19.5025 39.1509C19.7444 39.481 20.0606 39.7494 20.4256 39.9344C20.7906 40.1195 21.1941 40.2159 21.6033 40.2159C22.0125 40.2159 22.416 40.1195 22.781 39.9344C23.146 39.7494 23.4622 39.481 23.7041 39.1509C25.1331 37.219 27.8877 33.3365 30.2666 29.043C33.2238 23.697 34.7258 19.3149 34.7258 16.0181C34.7258 9.09873 28.8376 3.46729 21.6008 3.46729ZM21.6008 21.8423C20.5625 21.8423 19.5474 21.5344 18.6841 20.9575C17.8207 20.3806 17.1478 19.5607 16.7505 18.6014C16.3531 17.6421 16.2491 16.5865 16.4517 15.5681C16.6543 14.5497 17.1543 13.6142 17.8885 12.88C18.6227 12.1457 19.5582 11.6457 20.5766 11.4432C21.595 11.2406 22.6506 11.3446 23.6099 11.7419C24.5692 12.1393 25.3892 12.8122 25.966 13.6755C26.5429 14.5389 26.8508 15.5539 26.8508 16.5923C26.8493 17.9842 26.2957 19.3187 25.3115 20.3029C24.3272 21.2872 22.9928 21.8408 21.6008 21.8423Z' fill='%23FFF'/%3E%3C/svg%3E%0A");
}

.branches__icon2 {
	background-image: url("data:image/svg+xml,%3Csvg width='43' height='43' viewBox='0 0 43 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.5032 39.7498L22.4375 39.7392C22.4467 39.7463 22.4575 39.751 22.469 39.7528C22.4804 39.7547 22.4922 39.7537 22.5032 39.7498ZM37.4246 16.2709C37.4059 16.1719 37.3547 16.082 37.279 16.0155C37.2034 15.9489 37.1077 15.9096 37.0071 15.9036C36.9066 15.8977 36.8069 15.9255 36.724 15.9827C36.6411 16.0399 36.5796 16.1231 36.5494 16.2192C36.5204 16.3104 36.4633 16.3901 36.3862 16.4469C36.3091 16.5036 36.216 16.5345 36.1203 16.535H34.8513C34.7692 16.5351 34.6886 16.5127 34.6183 16.4702L32.7825 15.3693C32.7122 15.3269 32.6316 15.3044 32.5495 15.3045H29.6128C29.5234 15.3044 29.436 15.331 29.3618 15.3808L25.7401 17.795C25.6775 17.8367 25.6263 17.8933 25.591 17.9598C25.5558 18.0262 25.5377 18.1004 25.5383 18.1756V21.5996C25.5382 21.6817 25.5604 21.7622 25.6026 21.8326C25.6448 21.903 25.7054 21.9605 25.7778 21.9991L30.5266 24.5339C30.598 24.5722 30.6578 24.629 30.6999 24.6982C30.742 24.7674 30.7649 24.8466 30.7662 24.9276L30.7883 26.8545C30.7896 26.9343 30.8118 27.0123 30.8529 27.0807C30.8939 27.1491 30.9523 27.2055 31.0221 27.2442L32.9301 28.2999C33.0008 28.3392 33.0598 28.3966 33.1009 28.4663C33.142 28.5359 33.1637 28.6153 33.1639 28.6961V32.6828C33.1639 32.77 33.1891 32.8552 33.2364 32.9284C33.2836 33.0016 33.351 33.0596 33.4304 33.0955C33.5098 33.1313 33.5979 33.1435 33.684 33.1306C33.7702 33.1176 33.8508 33.0801 33.9162 33.0225C34.6856 32.3449 35.7889 31.3556 35.9358 31.1292C36.1786 30.7535 36.4063 30.3687 36.6191 29.975C37.0596 29.1592 37.4327 28.3087 37.7347 27.432C38.7749 24.4207 37.9529 19.0074 37.4246 16.2709ZM24.0946 25.7061L19.0636 21.9326C19.0068 21.8901 18.9377 21.867 18.8667 21.867H16.4796C16.4388 21.8671 16.3983 21.8591 16.3606 21.8434C16.3229 21.8278 16.2886 21.8049 16.2598 21.776L15.1343 20.6505C15.1038 20.62 15.0676 20.5959 15.0278 20.5794C14.9879 20.563 14.9452 20.5545 14.9021 20.5545H10.5389C10.4774 20.5545 10.4173 20.5363 10.3662 20.5021C10.315 20.468 10.2752 20.4194 10.2517 20.3626C10.2281 20.3058 10.222 20.2433 10.234 20.183C10.246 20.1227 10.2756 20.0673 10.3191 20.0238L11.0098 19.3331C11.0386 19.3042 11.0729 19.2812 11.1106 19.2656C11.1483 19.25 11.1888 19.242 11.2296 19.242H13.885C14.028 19.242 14.1671 19.1953 14.2811 19.109C14.3951 19.0226 14.4778 18.9014 14.5166 18.7638L15.0818 16.754C15.0938 16.7108 15.1146 16.6706 15.1428 16.6357C15.171 16.6009 15.2061 16.5722 15.2458 16.5514L17.4992 15.3915C17.55 15.3653 17.5925 15.3256 17.6221 15.2769C17.6518 15.2281 17.6675 15.1721 17.6674 15.115V14.0896C17.6675 14.026 17.687 13.9639 17.7232 13.9116L18.9208 12.1873C18.9568 12.1355 19.0077 12.096 19.0669 12.0741L20.7428 11.445C20.802 11.4227 20.8531 11.3829 20.8892 11.3309C20.9253 11.2789 20.9446 11.2171 20.9446 11.1537V10.2186C20.9446 10.1673 20.9319 10.1168 20.9077 10.0716C20.8835 10.0264 20.8486 9.98784 20.8059 9.95937L19.1259 8.8421C19.0798 8.81173 19.0264 8.79407 18.9713 8.79091C18.9161 8.78774 18.8611 8.79917 18.8117 8.82405L16.5247 9.96757C16.4724 9.9934 16.4139 10.004 16.3558 9.998C16.2978 9.99205 16.2426 9.96985 16.1966 9.93394L15.1121 9.07671C15.0751 9.04695 15.0454 9.00912 15.0253 8.96613C15.0051 8.92313 14.995 8.87609 14.9958 8.82861C14.9966 8.78113 15.0082 8.73445 15.0298 8.69215C15.0514 8.64985 15.0824 8.61304 15.1203 8.58452L16.0014 7.93565C16.0412 7.9064 16.0735 7.86803 16.0956 7.82375C16.1176 7.77946 16.1287 7.73055 16.128 7.68109C16.1273 7.63164 16.1147 7.58307 16.0914 7.53945C16.0681 7.49583 16.0347 7.45842 15.994 7.43034L14.6216 6.47304C14.5741 6.43959 14.5181 6.42016 14.4601 6.41697C14.4021 6.41378 14.3444 6.42695 14.2935 6.45499C13.7972 6.72651 12.3411 7.53042 11.8243 7.89218C9.43319 9.56901 7.50888 11.8276 6.23308 14.4547C6.08378 14.7631 5.89921 15.0773 5.88116 15.4161C5.86312 15.7549 5.59734 16.5112 5.48659 16.8172C5.47166 16.8585 5.46569 16.9026 5.46908 16.9464C5.47247 16.9903 5.48516 17.0329 5.50628 17.0715L8.43398 22.4511C8.46032 22.5 8.49945 22.5408 8.54718 22.5692L11.6275 24.4182C11.6674 24.442 11.7015 24.4745 11.7272 24.5133C11.7529 24.552 11.7696 24.5961 11.7759 24.6421L12.3928 29.1161C12.3988 29.159 12.4137 29.2002 12.4364 29.237C12.4591 29.2739 12.4893 29.3056 12.5249 29.3302L14.9284 30.9823C14.998 31.0302 15.0465 31.1031 15.0637 31.1858L16.3385 37.2397C16.3456 37.2752 16.3593 37.3092 16.3787 37.3398C16.4985 37.5334 16.9759 38.2421 17.5517 38.3471C17.4984 38.3619 17.4508 38.3955 17.3975 38.4111C17.5359 38.4354 17.6728 38.4672 17.8077 38.5062C17.9717 38.5505 18.1358 38.5883 18.2999 38.6236C18.5566 38.6744 18.5821 38.7138 18.7051 38.4857C18.8692 38.1806 19.057 38.0756 19.1973 38.0379C19.2552 38.0245 19.3081 37.9951 19.3501 37.953C19.392 37.911 19.4212 37.8579 19.4344 37.8L20.2604 33.9707C20.2778 33.8905 20.3246 33.8196 20.3917 33.7722L24.0831 31.1554C24.126 31.1251 24.161 31.0849 24.1851 31.0382C24.2092 30.9915 24.2218 30.9397 24.2217 30.8872V25.9686C24.2222 25.918 24.211 25.868 24.1889 25.8224C24.1668 25.7769 24.1346 25.7371 24.0946 25.7061Z' fill='%23FFF'/%3E%3Cpath d='M22.093 4.80469C22.093 4.80469 21.7936 4.82191 21.7329 4.82355C21.2883 4.83668 20.8448 4.8673 20.4023 4.91543C18.7895 5.09039 17.21 5.49507 15.7118 6.11719C15.9111 6.255 15.5682 6.38133 15.5682 6.38133L16.1047 7.42969H18.9758L20.9446 8.41406L22.6672 7.42969L22.093 4.80469ZM29.6587 10.7159L30.9803 9.56742C31.0216 9.53152 31.0533 9.48583 31.0725 9.43453C31.0917 9.38322 31.0977 9.32793 31.0901 9.2737C31.0824 9.21946 31.0613 9.16801 31.0286 9.12403C30.996 9.08005 30.9528 9.04495 30.9031 9.02191L29.3601 8.30578C29.2818 8.26922 29.1921 8.26508 29.1107 8.29426C29.0293 8.32345 28.9627 8.38361 28.9254 8.46164L28.2896 9.79137C28.255 9.86406 28.2484 9.94695 28.2709 10.0242C28.2934 10.1015 28.3436 10.1678 28.4119 10.2105L29.2699 10.747C29.3295 10.7841 29.3995 10.8011 29.4695 10.7955C29.5394 10.7899 29.6058 10.762 29.6587 10.7159ZM35.8447 12.4065L35.3665 11.6682C35.3591 11.6568 35.3525 11.6453 35.346 11.633C35.2598 11.4566 34.547 10.017 33.9514 9.45832C33.5044 9.03586 33.3772 9.15727 33.3419 9.25078C33.3218 9.3025 33.288 9.34784 33.2443 9.38203L30.8785 11.2942C30.8203 11.3413 30.7476 11.3671 30.6726 11.3672H29.4479C29.4048 11.3672 29.3621 11.3756 29.3223 11.3921C29.2825 11.4085 29.2463 11.4327 29.2158 11.4632L28.2314 12.4475C28.2009 12.478 28.1767 12.5142 28.1602 12.554C28.1437 12.5939 28.1352 12.6366 28.1352 12.6797C28.1352 12.7228 28.1437 12.7655 28.1602 12.8053C28.1767 12.8452 28.2009 12.8814 28.2314 12.9118L29.2158 13.8962C29.2463 13.9267 29.2825 13.9508 29.3223 13.9673C29.3621 13.9838 29.4048 13.9922 29.4479 13.9922H35.6142C35.6585 13.9922 35.7023 13.9833 35.7431 13.9659C35.7838 13.9486 35.8206 13.9232 35.8513 13.8912C35.882 13.8592 35.9058 13.8214 35.9215 13.78C35.9371 13.7385 35.9442 13.6944 35.9423 13.6501L35.8972 12.5714C35.8948 12.5127 35.8766 12.4558 35.8447 12.4065Z' fill='%23FFF'/%3E%3Cpath d='M21.6008 6.77344C25.0928 6.77315 28.477 7.98369 31.1765 10.1988C33.8761 12.4139 35.724 15.4965 36.4056 18.9214C37.0871 22.3463 36.56 25.9015 34.9141 28.9813C33.2682 32.0612 30.6053 34.475 27.3792 35.8116C24.1531 37.1482 20.5633 37.3248 17.2216 36.3113C13.8798 35.2978 10.9929 33.157 9.05262 30.2536C7.11236 27.3502 6.23884 23.8639 6.58091 20.3887C6.92297 16.9134 8.45945 13.6643 10.9285 11.1949C12.3267 9.78881 13.9898 8.67401 15.8217 7.91505C17.6537 7.1561 19.6179 6.76807 21.6008 6.77344ZM21.6008 3.49219C11.4535 3.49219 3.22581 11.7199 3.22581 21.8672C3.22581 32.0145 11.4535 40.2422 21.6008 40.2422C31.7481 40.2422 39.9758 32.0145 39.9758 21.8672C39.9758 11.7199 31.7481 3.49219 21.6008 3.49219Z' fill='%23FFF'/%3E%3C/svg%3E");
}

.branches__icon3 {
	background-image: url("data:image/svg+xml,%3Csvg width='37' height='37' viewBox='0 0 37 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.9976 14.2224C27.5747 14.6426 27.0028 14.8784 26.4067 14.8784C25.8107 14.8784 25.2388 14.6426 24.8159 14.2224L22.9477 12.3542C22.5272 11.9315 22.2911 11.3594 22.2911 10.7631C22.2911 10.1668 22.5272 9.59469 22.9477 9.1719L27.1763 4.9412C27.1847 4.93315 27.1909 4.92316 27.1945 4.91211C27.198 4.90106 27.1988 4.8893 27.1967 4.87788C27.1946 4.86646 27.1898 4.85574 27.1825 4.84666C27.1753 4.83759 27.1659 4.83045 27.1552 4.82589C24.4257 3.65589 20.8869 4.25214 18.6397 6.48315C16.4895 8.61714 16.3672 11.8269 17.1547 14.6281C17.2666 15.0263 17.2663 15.4477 17.1539 15.8457C17.0415 16.2437 16.8213 16.603 16.5176 16.8838L4.80359 27.5818C4.45798 27.8882 4.1787 28.2621 3.98292 28.6805C3.78713 29.0988 3.67899 29.5528 3.66513 30.0145C3.65127 30.4762 3.73199 30.9358 3.90233 31.3651C4.07266 31.7945 4.32901 32.1844 4.65562 32.511C4.98223 32.8376 5.37219 33.094 5.80152 33.2643C6.23086 33.4347 6.6905 33.5154 7.15218 33.5015C7.61387 33.4877 8.06784 33.3795 8.48619 33.1837C8.90453 32.988 9.27841 32.7087 9.58484 32.3631L20.4031 20.6209C20.6804 20.3223 21.0336 20.1049 21.425 19.9918C21.8164 19.8787 22.2312 19.8743 22.625 19.9789C25.4051 20.7235 28.5692 20.5836 30.6912 18.489C32.9757 16.239 33.4686 12.2621 32.3612 9.98612C32.3562 9.97617 32.3489 9.96755 32.3399 9.96097C32.331 9.95438 32.3206 9.95001 32.3096 9.94823C32.2986 9.94644 32.2873 9.94729 32.2768 9.9507C32.2662 9.95411 32.2565 9.95998 32.2487 9.96784L27.9976 14.2224Z' stroke='%23FFF' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M7.05359 31.2383C7.67491 31.2383 8.17859 30.7346 8.17859 30.1133C8.17859 29.492 7.67491 28.9883 7.05359 28.9883C6.43227 28.9883 5.92859 29.492 5.92859 30.1133C5.92859 30.7346 6.43227 31.2383 7.05359 31.2383Z' fill='%23FFF'/%3E%3C/svg%3E%0A");
}

.branches__label_title {
	text-transform:uppercase;
	font-size:14px;
	padding:24px 0 0 86px;
	line-height:1.5em;
	color:#778899;
	font-weight:500;
}

.branches__label_title span {
	color:var(--main-color);
	font-weight:normal;
}

.branches__label_title.bl3 {
	max-width:230px;
	padding-top:15px;
}

.branches__map_container {
	display: grid;
	grid-template-columns:50% 50%;
	gap: 0;
	padding-top:30px;
}

.map-pic {
	width:570px;
	height:324px;
    background-image:url(../images/map-kazakhstan-overlay.png);
	background-size:100%;
}

.branches__map_desc {
	line-height:1.8em;
	/* padding-left:26px; */
	font-size:15px;
}

.branches__map_desc p {
	font-size:14px;
	margin-bottom:10px;
}

.branches__map_desc strong {
	font-weight:bold;
}


.branches__map_desc h4 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
}

.map-pic {
	position:relative;
}

.map-loc {
	font-size:13px;
	position:absolute;
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='3' cy='3' r='2.5' fill='%23eebc1d' stroke='%23FFF'/%3E%3C/svg%3E%0A");
	background-repeat:no-repeat;
	background-position:left center;
    background-size:12px 12px;
	padding:10px 0 10px 16px;
	color:var(--main-color);
    /* text-shadow: 1px 1px #000000; */
}

.mp-point1 {
	top:20px;
	left:10px;
}

.map-loc.mp-point1 {
	top:151px;
	left:72px;
}

.map-loc.mp-point2 {
	top:110px;
	left:150px;
}

.map-loc.mp-point3 {
	top:70px;
	left:326px;
    padding:0px 0px 34px 0px;
	background-position:center center;
}

.map-loc.mp-point4 {
	top:128px;
	left:auto;
	right:52px;
	padding-left:0;
	padding-right:22px;
	background-position:right center;
}

.map-loc.mp-point5 {
	top:114px;
	left:auto;
	right:197px;
	padding-left:22px;
	padding-right:22px;
	background-position:right center;
}

.map-loc.mp-point6 {
	top:auto;
	bottom:32px;
	left:286px;
	padding:0px 0px 39px 0px;
	background-position:center center;
}

.map-loc.mp-point7 {
	top:auto;
	bottom:59px;
	left:auto;
	right:120px;
	padding:0px 0px 34px 0px;
	background-position:center center;
}

.map-loc.mp-point8 {
	top:auto;
	bottom:220px;
	left:auto;
	right:290px;
	padding:0px 0px 34px 0px;
	background-position:center center;
}

.map-loc.mp-point9 {
    top: auto;
    bottom: 186px;
    left: 60px;
    /* right: 434px; */
    padding: 0px 0px 34px 0px;
    background-position: center center;
}

/* width < 1280 */
@media (max-width: 1280px) {

	/* main-slider */
	/* .main-slider .swiper-slide {
		height:60vh;
	} */

	/* Top category */
	.top-category__container {
		gap:20px;
		padding:0;
	}

	.top-category__container > .category-item {
		width:206px;
		height:200px;
	}

	.category-item a {
		padding:0;
	}

	.category-item__title {
        width:100%;
        height:100%;
	}

	/*  Brands */
	.outer-arrow-left {
		left:-22px;
	}

	.outer-arrow-right {
		right:-28px;
	}

	/* Offers */
	.offers__container {
		gap:4px;
	}

	.offer_item {
		width:320px;
		height:445px;
	}

	.offer_item img {
		width:320px;
		height:445px;
	}

	.offer_completion_title {
		width:122px;
		font-size:11px;
		height:48px;
	}

	.offer_completion_timer {
		width:198px;
	}

	.timer-vl, .timer-unit-sep {
		font-size:18px;
	}

	.more-offers a {
		font-size:13px;
	}

	/* Service */
	.service__desc {
		font-size:13px;
	}

	/* News */
	.news__container {
		gap:18px;
	}

	.last-news .news__item {
		width:380px;
	}

	.last-news .news__photo a,
	.last-news .news__photo	{
		width:380px;
	}

	.other-news .news__item {
		gap:0;
		grid-template-columns: 35% 65%;
	}

	.other-news .news__photo a,
	.other-news .news__photo {
		width:200px;
		height:120px;
	}

	.news__preview_text {
		font-size:13px;
	}

	/* Benefits */
	.benefits {
		min-height:500px;
	}

	.benefit-ttl {
		font-size:12px;
	}

	.benefit-icon {
		width:60px;
		height:60px;
		margin-top:26px;
		left:calc(50% - 30px)
	}

	.benefit-icon.bnf1 {
		background-size:60%;
	}

	.benefit-icon.bnf2 {
		background-size:68%;
	}

	.benefit-icon.bnf3 {
		background-size:68%;
		background-position:16px 2px;
	}

	.benefit-icon.bnf4 {
		background-size:55%;
		background-position:center 16px;
	}

	.benefit-icon.bnf5 {
		background-size:50%;
	}

	.benefit-icon.bnf6 {
		background-size:36%;
	}

	/* Branches */
	.branches {
		padding-bottom:0;
	}

	.branches__label_title {
		padding:14px 0 0 60px;
		font-size:13px;
	}

	.branches__label_title.bl3 {
		padding-top:9px;
		line-height:1.2em;
	}

	.branches__icon1, .branches__icon2, .branches__icon3 {
		width:50px;
		height:50px;
		-webkit-border-radius: 33px;
		-moz-border-radius: 33px;
		border-radius: 33px;
	}

	.branches__icon1 {
		background-size:65%;
	}

	.branches__icon2 {
		background-size:62%;
	}

	.branches__icon3 {
		background-size:62%;
	}

	.map-pic {
		width:500px;
		height:284px;
	}

	.map-loc {
		cursor:default;
	}

	.map-loc.mp-point1 {
		top:133px;
	}

	.map-loc.mp-point2 {
		top: 96px;
		left: 130px;
	}

	.map-loc.mp-point3 {
		top: 63px;
		left: 276px;
	}

	.map-loc.mp-point5 {
		top:96px;
		right:170px;
	}

	.map-loc.mp-point6 {
		bottom:18px;
		left:246px;
	}

	.map-loc.mp-point7 {
		right:100px;
		bottom:56px;
	}

    .map-loc.mp-point8 {
        right:250px;
        bottom:194px;
	}

	.branches__map_desc h4 {
		margin:20px 0;
	}

	.branches__map_desc {
		padding-left:10px;
		font-size:14px;
	}
}


/* for width < 1100 */
@media (max-width: 1100px) {

	/* Top category */
	.top-category__container {
		gap:10px;
	}

	.top-category__container > .category-item {
		width:194px;
		height:194px;
	}

	/* Offers */
	.offers__container {
		gap:20px;
	}

	.offer_item,
	.offer_item img	{
		width:300px;
		height:417px;
	}

	.offer_limit {
		display:block;
		grid-template-columns:none;
	}

	.offer_completion_title {
		width:100%;
		height:20px;
	}

	.offer_completion_timer {
		height:40px;
		padding: 10px 51px 5px;
	}

	/* News */
	.last-news .news__item {
		width:356px;
		min-height:396px;
	}

	.last-news .news__date {
		margin-top:26px;
	}

	.last-news .news__photo a,
	.last-news .news__photo {
		width:356px;
		height:223px;
	}

	.other-news .news__item {
		gap:20px;
		margin-bottom:30px;
	}

	/* Benefits */
	.benefits__container {
		gap: 12px;
	}

	/* Branches */
	.branches {
		min-height:620px;
	}

	.branches__map_container {
		padding-top:10px;
	}

	.branches__label_title {
		font-size:12px;
	}

	.branches__label_title.bl3 {
		max-width:200px;
	}

	.map-pic {
		width:460px;
		height:262px;
	}

	.map-loc.mp-point1 {
		top: 122px;
		left: 68px;
	}

	.map-loc.mp-point2 {
		top: 90px;
		left: 122px;
	}

	.map-loc.mp-point3 {
		top: 51px;
		left: 255px;
	}

	.map-loc.mp-point4 {
		top: 106px;
		right:48px;
		padding-right:18px;
	}

	.map-loc.mp-point5 {
		top: 88px;
		right: 148px;
	}

	.map-loc.mp-point6 {
		bottom: 25px;
		left: 226px;
	}

	.map-loc.mp-point7 {
		right: 96px;
		bottom: 49px;
	}

    .map-loc.mp-point8 {
        right: 229px;
        bottom: 167px;
	}

}


/* width < 1024 */
@media (max-width: 1024px) {

	/* main-slider */
	/* .main-slider .swiper-slide {
		height:70vh;
		max-height:500px;
	} */

	/* Top category */
	.top-category__container {
		grid-template-columns: auto auto auto;
	}

	.top-category__container > .category-item {
		width:250px;
		height:250px;
		padding:0px;
	}

	.category-item__title {
		opacity:1;
        background-color:rgba(0, 0, 0, 0.3);
	}

	.category-item a:hover img {
		filter:none;
		transform: none;
	}

	/* Brand logos */
	.brand-logos__container .swiper-slide img {
		filter:none;
		opacity: 1;
	}

	/* Offers */
	.offers__container {
		grid-template-columns:auto auto;
		max-width:720px;
		margin:0 auto 30px auto;
		padding-bottom:26px;
	}

	.offer_item,
	.offer_item img {
		width:350px;
		height:480px;
	}

	.offer_limit {
		display: grid;
		grid-template-columns: auto auto;
		gap: 0;
	}

	.offer_completion_title {
		font-size:14px;
		text-transform:uppercase;
		background-color:#F44642;
		width:136px;
		height:53px;
		justify-content: center;
		display: flex;
		text-align: center;
		align-items: center;
		color:#fff;

	}

	.offer_completion_timer {
		background-color:rgba(0, 0, 0, 0.3);
		width:212px;
		padding:10px 0 0 0;
	}

	/* Service */
	.service__title {
		font-size:13px;
	}

	.service__desc {
		margin-left:10px;
	}

	.service__item:hover .service__title {
		-webkit-transform: none;
		transform: none;
	}

	/* News */
	.news__container {
		display:block;
		grid-template-columns:none;
	}

	.last-news .news__item {
		display:grid;
		width:auto;
		min-height:auto;
		background-color:transparent;
		padding:0;
	}

	.last-news .news__item,
	.other-news .news__item {
		gap:20px;
		grid-template-columns: 28% 72%;
		margin-bottom:60px;
	}

	.last-news .news__photo a,
	.last-news .news__photo {
		width: 200px;
		height: 120px;
	}

	.last-news .news__date {
		padding:0;
		margin:0;
	}

	.last-news .news__title {
		font-size:14px;
		position:relative;
		padding:12px 0px 23px 0px;
	}

	.last-news .news__preview_text {
		display:block;
	}

	/* Benefits */
	.benefits__item {
		width:256px;
	}

	.benefits__item:hover .benefit-icon {
		transform: none;
	}

	.benefits__item:hover .benefit-desc {
		transform: none;
	}

	.benefit-desc {
		width:226px;
	}

	/* Branches */
	.branches__map_container {
		gap:0;
		display:block;
		grid-template-columns:none;
	}

	.map-pic {
		margin:0 auto;
	}

	.branches__map_desc {
		padding:0;
		margin:40px 0 50px 0;
	}
}


/* width < 840 */
@media (max-width: 840px) {

	/* main-slider */
	/* .main-slider .swiper-slide {
		height:40vh;
	} */

	/* Top category */
	.top-category__container {
		grid-template-columns:auto auto;
	}

	/* Offers */
	.offers__container {
		grid-template-columns: none;
		display:block;
		max-width: 350px;
		padding-bottom:0;
	}

	.offer_item {
		margin-bottom: 30px;
	}

	.offer_item:hover img {
		transform: none;
	}

	/* Service */
	.service {
		min-height:auto;
		overflow:auto;
	}

	.service__item:first-child {
		margin-top:0;
	}

	.service__container {
		display: block;
		grid-template-columns: none;
		margin:40px auto 60px auto;
		max-width:440px;
	}


	/* Instagram */
	.instagram_posts {
		min-height:230px;
	}
	.instagram_posts_container iframe {
		height:90px;
	}


	/* News */
	.news__container {
		width:360px;
		margin:0 auto;
	}

	.last-news .news__preview_text,
	.other-news .news__preview_text {
		display:none;
	}

	.last-news .news__item,
	.other-news .news__item {
		display:block;
		background-color:#fff;
		margin-bottom:26px;
		overflow:hidden;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}

	.last-news .news__photo a,
	.last-news .news__photo,
	.other-news .news__photo a,
	.other-news .news__photo {
		width:360px;
		height:228px;
	}

	.last-news .news__date,
	.other-news .news__date	{
		padding:30px 20px 0px 20px;
	}

	.last-news .news__info,
	.other-news .news__info {
		height:120px;
	}

	.last-news .news__title,
	.other-news .news__title {
		margin:0;
		padding: 12px 20px 23px 20px;
		height: 60px;
	}

	.news__all_news {
		position:relative;
		right:auto;
		margin:5px auto 0 auto;
	}

	.news {
		padding-bottom:36px;
		border-top:3px solid #eebc1d;
	}

	.news__item:hover .news__photo a img {
		transform:none;
	}


	/* Benefits */
	.benefits__container {
		grid-template-columns:auto auto;
		gap:24px 0px;
		margin-bottom:40px;
	}

	.benefit-icon-wing {
		width:160px;
		left:calc(50% - 80px);
	}


	/* Branches */
	.branches__label_container {
		gap:0;
		display:block;
		grid-template-columns: none;
		margin:40px 0 0 0;
	}

	.branches__label_item {
		min-height:80px;
		max-width:280px;
		margin:0 auto;
	}

	.branches__map_desc p {
		font-size:13px;
	}

    /*
        Feedback
    */
    .feedback__form {
        display: block;
    }

    .feedback__inp textarea {
        width:92%;
    }
}


/* width < 600 */
@media (max-width: 600px) {

	/* main slider */
	/* .main-slider .swiper-slide {
		height:100vw;
		max-height:100vw;
	} */

	.main-slider .swiper-horizontal>.swiper-pagination-bullets,
	.main-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
	.main-slider .swiper-pagination-custom, .swiper-pagination-fraction {
		bottom:6px;
	}

	.main-slider .arrow-right,
	.main-slider .arrow-left {
		border:0;
		top:46%;
	}

	.main-slider .arrow-left,
	.main-slider .arrow-left:hover {
		left:8px;
		background-image: url("data:image/svg+xml,%3Csvg width='19' height='32' viewBox='0 0 13 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.3992 3.16037L10.1667 0.777023L0.666687 10.9189L10.1667 21.0608L12.3992 18.6775L5.14752 10.9189L12.3992 3.16037Z' fill='%23FFF'/%3E%3C/svg%3E");
		background-size:19px 32px;
		background-position:center center;
	}

	.main-slider .arrow-left:active {
		background-image: url("data:image/svg+xml,%3Csvg width='19' height='32' viewBox='0 0 13 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.3992 3.16037L10.1667 0.777023L0.666687 10.9189L10.1667 21.0608L12.3992 18.6775L5.14752 10.9189L12.3992 3.16037Z' fill='%23eebc1d'/%3E%3C/svg%3E");
	}

	.main-slider .arrow-right,
	.main-slider .arrow-right:hover	{
		right:8px;
		background-size:19px 32px;
		background-image: url("data:image/svg+xml,%3Csvg width='19' height='32' viewBox='0 0 13 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.83333 0.777023L0.60083 3.16037L7.8525 10.9189L0.60083 18.6775L2.83333 21.0608L12.3333 10.9189L2.83333 0.777023Z' fill='%23FFF'/%3E%3C/svg%3E%0A");
		background-position:center center;
	}

	.main-slider .arrow-right:active {
		background-image: url("data:image/svg+xml,%3Csvg width='13' height='22' viewBox='0 0 13 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.83333 0.777023L0.60083 3.16037L7.8525 10.9189L0.60083 18.6775L2.83333 21.0608L12.3333 10.9189L2.83333 0.777023Z' fill='%23eebc1d'/%3E%3C/svg%3E%0A");
	}

	.main-slider .swiper-pagination-bullet {
		width:45px;
	}

	/* Top category */
	.top-category__container {
		gap:20px 10px;
	}

	.top-category__container > .category-item {
		width:220px;
		height:220px;
	}


	/* Brand logos */
	.brand-logos {
		overflow:hidden;
	}

	.brand-logos .centered {
		max-width:280px;
	}



	/* Benefits */
	.benefits__container {
		grid-template-columns:none;
		gap:0;
		margin-top:25px;
	}

	.benefits__item {
		width:100%;
		height:86px;
	}

	.benefit-icon-wing {
		display:none;
	}

	.benefit-ttl {
		margin-top:0px;
		text-align:left;
		padding-left:80px;
		vertical-align: middle;
		height:76px;
		display:table-cell;
	}

	.benefit-icon {
		left:0;
		margin-top:8px;
	}

	.benefits__item .benefit-desc {
		right:-420px;
		top:0;
	}

	.benefit-desc {
		font-size:14px;
		border:1px solid var(--btn-border-color);
		width:calc(100% - 96px);
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}
}

/* width < 480 */
@media (max-width: 480px) {

	/* Top category */
	.top-category__container {
		max-width:360px;
		gap:10px;
		margin:0 auto;
	}

	.top-category__container > .category-item {
		width:174px;
		height:174px;
	}

    .category-item__title {
        font-size:14px;
    }

	/* Brands */
	.brand-logos {
		height:160px;
	}

	.brand-logos__container {
		margin-top:22px;
	}

	/* Branches */
	.map-pic {
		width:360px;
		height:205px;
	}

	.map-loc.mp-point1 {
		top:89px;
		left:52px;
	}

	.map-loc.mp-point2 {
		top:68px;
		left:94px;
	}

	.map-loc.mp-point3 {
		top: 24px;
        left: 201px;
	}

	.map-loc.mp-point4 {
		top: 80px;
		right: 30px;
	}

	.map-loc.mp-point5 {
        top: 60px;
        right: 116px;
	}

	.map-loc.mp-point6 {
		bottom: 10px;
		left: 170px;
	}

	.map-loc.mp-point7 {
		right: 75px;
		bottom: 24px;
	}

    .map-loc.mp-point8 {
        right: 173px;
        bottom: 133px;
	}

	/* Instagram */
	.instagram_posts {
		min-height:180px;
	}
}



/* width < 410 */
@media (max-width: 410px){

	/* Top category */
	.top-category__container {
		max-width:320px;
	}

	.top-category__container > .category-item {
		width:150px;
		height:150px;
	}

	.category-item__title {
		font-size:12px;
	}

	/* Offers */
	.offers__container {
		width:280px;
		margin-bottom:20px;
	}

	.offer_item {
		width: 280px;
		height: 357px;
	}

	.offer_item img {
		width:100%;
		height:auto;
	}

	.offer_info_title {
		font-size: 14px;
	}

	.offer_limit {
		display:block;
	}

	.offer_info_title {
		padding:8px 10px;
	}

	.offer_completion_title {
		width:auto;
		height:23px;
		font-size:11px;
	}

	.offer_completion_timer {
		width:auto;
		padding:6px 20px 0px 20px;
		height:36px;
	}

	/* Service */
	.service__container {
		width:280px;
	}

	.service__desc {
		margin-right:0;
	}

	/* News */
	.news__container {
		width: 280px;
	}

	.last-news .news__photo a, .last-news .news__photo,
	.other-news .news__photo a, .other-news .news__photo {
		width: 280px;
		height: 177px;
	}

	/* Benefits */
	.benefit-ttl {
		font-size:13px;
	}

	/* Branches */
	.map-pic {
		width: 320px;
		height: 182px;
	}

	.map-loc.mp-point1 {
		top: 76px;
		left: 48px;
	}

	.map-loc {
		font-size:10px;
	}

	.map-loc.mp-point2 {
		top: 62px;
		left: 84px;
	}

	.map-loc.mp-point3 {
		top: 22px;
        left: 175px;
	}

	.map-loc.mp-point4 {
		top: 72px;
		right: 26px;
	}

	.map-loc.mp-point5 {
		top: 56px;
        right: 103px;
	}

	.map-loc.mp-point6 {
		bottom: 8px;
		left: 150px;
	}

	.map-loc.mp-point7 {
		right: 65px;
		bottom: 26px;
	}

    .map-loc.mp-point8 {
		right: 158px;
        bottom: 114px;
	}

	/* Branches */
	.branches__map_desc {
		line-height:1.6em;
	}

}


/* width < 320 */
@media (max-width: 320px){

}
