@font-face {

		font-family: "Montserrat";

		src: url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");

		font-style: normal;

		font-weight: normal;

		font-display:swap;

}



@font-face {

		font-family: "Montserrat";

		src: url("../fonts/Montserrat/Montserrat-BlackItalic.ttf") format("truetype");

		font-style: italic;

		font-weight: 700;

		font-display:swap;

}



@font-face {

		font-family: "Montserrat";

		src: url("../fonts/Montserrat/Montserrat-Italic.ttf") format("truetype");

		font-style: italic;

		font-weight: normal;

		font-display:swap;

}



@font-face {

		font-family: "Montserrat";

		src: url("../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");

		font-style: normal;

		font-weight: bold;

		font-display:swap;

}



@font-face {

		font-family: "Montserrat";

		src: url("../fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");

		font-style: normal;

		font-weight: 500;

		font-display:swap;

}



@font-face {

		font-family: "Montserrat";

		src: url("../fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");

		font-style: normal;

		font-weight: 600;

		font-display:swap;

}



@font-face {

	font-family: "OpenSans";

	src: url("../fonts/OpenSans/OpenSans-SemiBold.ttf") format("truetype");

	font-style: normal;

	font-weight: 600;

	font-display:swap;

}



@font-face {

	font-family: "Raleway";

	src: url("../fonts/Raleway/Raleway-ExtraBold.ttf") format("truetype");

	font-style: normal;

	font-weight: 800;

	font-display:swap;

}



/*@font-face {

		font-family: "Roboto";

		src: url("../fonts/Roboto/Roboto-Black.ttf") format("truetype");

		font-style: normal;

		font-weight: 900;

}*/



/*@font-face {

    font-family: 'Trebuchet MS';

    src: url('Trebuchet-BoldItalic.eot');

    src: local('Trebuchet MS Bold Italic'), local('Trebuchet-BoldItalic'),

        url('Trebuchet-BoldItalic.eot?#iefix') format('embedded-opentype'),

        url('Trebuchet-BoldItalic.woff') format('woff'),

        url('Trebuchet-BoldItalic.ttf') format('truetype');

    font-weight: bold;

    font-style: italic;

    font-display:swap;

}



@font-face {

    font-family: 'Trebuchet MS';

    src: url('TrebuchetMS-Bold.eot');

    src: local('Trebuchet MS Bold'), local('TrebuchetMS-Bold'),

        url('TrebuchetMS-Bold.eot?#iefix') format('embedded-opentype'),

        url('TrebuchetMS-Bold.woff') format('woff'),

        url('TrebuchetMS-Bold.ttf') format('truetype');

    font-weight: bold;

    font-style: normal;

    font-display:swap;

}



@font-face {

    font-family: 'Trebuchet MS';

    src: url('TrebuchetMS-Italic.eot');

    src: local('Trebuchet MS Italic'), local('TrebuchetMS-Italic'),

        url('TrebuchetMS-Italic.eot?#iefix') format('embedded-opentype'),

        url('TrebuchetMS-Italic.woff') format('woff'),

        url('TrebuchetMS-Italic.ttf') format('truetype');

    font-weight: normal;

    font-style: italic;

    font-display:swap;

}



@font-face {

    font-family: 'Trebuchet MS';

    src: url('TrebuchetMS.eot');

    src: local('Trebuchet MS'), local('TrebuchetMS'),

        url('TrebuchetMS.eot?#iefix') format('embedded-opentype'),

        url('TrebuchetMS.woff') format('woff'),

        url('TrebuchetMS.ttf') format('truetype');

    font-weight: normal;

    font-style: normal;

    font-display:swap;

}*/



/*------ Спецификация -------*/





/* Указываем box sizing */

*,

*::before,

*::after {

  box-sizing: border-box;

}



/* Убираем внутренние отступы */

ul[class],

ol[class] {

  padding: 0;

}



/* Убираем внешние отступы */

body,

h1,

h2,

h3,

h4,

p,

ul[class],

ol[class],

li,

figure,

figcaption,

blockquote,

dl,

dd {

  font-family: 'Montserrat', sans-serif;

  margin: 0;

}



/* Выставляем основные настройки по-умолчанию для body */

body {

  min-height: 100vh;

  scroll-behavior: smooth;

  text-rendering: optimizeSpeed;

  line-height: 1.5;

}



/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/

ul[class],

ol[class] {

  list-style: none;

}



/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */

a:not([class]) {

  text-decoration-skip-ink: auto;

}



/* Упрощаем работу с изображениями */

img {

  max-width: 100%;

  display: block;

}



/* Указываем понятную периодичность в потоке данных у article*/

article > * + * {

  margin-top: 1em;

}



/* Наследуем шрифты для инпутов и кнопок */

input,

button,

textarea,

select {

  font-family: 'Montserrat', sans-serif;

}



input:focus,

button:focus {

	outline: none;

}



body {

	font-family: 'Montserrat', sans-serif;

	padding:0;

	overflow-x:hidden;

	position: relative;

/*	padding-bottom: 207px;*/

}



h1 {

	font-style: normal;

	font-weight: bold;

	font-size: 30px;

	line-height: 35px;

	letter-spacing: 0.05em;

}



h2 {

	font-style: normal;

	font-weight: bold;

	font-size: 30px;

	line-height: 35px;	

}



h3 {

	font-style: normal;

	font-weight: bold;

	font-size: 24px;

	line-height: 28px;	

}



h4 {

	font-style: normal;

	font-weight: bold;

	font-size: 18px;

	line-height: 21px;

}



h5 {

	font-style: normal;

	font-weight: bold;

	font-size: 15px;

	line-height: 17px;

}



a {

	font-family: 'Montserrat', sans-serif;

}



a:hover {

	text-decoration: none;

}



/*label {

	margin-bottom: 0;

}*/



/*-------------------------------------------------------------------------*/



.wrap-container {

	height: 100%;

	display: flex;

	justify-content: space-between;

}



.section1 .my-container {

	position: relative;

}



.my-container {

	padding: 0 15px;

	margin: 0 auto;

	max-width: 1170px;

	width: 100%;

}



.section {

	height: 100vh;

}



.section1 .content-section {

	height: 100%;

	display: flex;

	flex-direction: column;

}



.content-section {

	width: 100%;

	height: 100%;

	display: flex;

	justify-content: space-between;

	position: relative;

}



.section-padding-left,

.section-padding-right {

	flex: 1 0 0;

	height: 100%;

}



#menu {

	position: fixed;

	top: calc(50% - 184px);

	left: 3%;

	z-index: 999;

	padding: 0;

}



.head_menu_close,

.head_menu_close.menu2 {

	width: 30px;	

	height: 30px;

	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6.5 0C2.91596 0 0 2.91596 0 6.5C0 10.084 2.91596 13 6.5 13C10.084 13 13 10.084 13 6.5C13 2.91596 10.084 0 6.5 0ZM9.12895 8.36301C9.23475 8.46876 9.23475 8.64025 9.12895 8.74603L8.74605 9.12895C8.64025 9.2347 8.46881 9.2347 8.36301 9.12895L6.5 7.26596L4.63699 9.12897C4.53119 9.23472 4.35975 9.23472 4.25395 9.12897L3.87103 8.74603C3.76523 8.64028 3.76523 8.46879 3.87103 8.36301L5.73404 6.49997L3.87103 4.63696C3.76523 4.53121 3.76523 4.35972 3.87103 4.25395L4.25395 3.871C4.35975 3.76525 4.53119 3.76525 4.63699 3.871L6.5 5.73402L8.36301 3.871C8.46881 3.76525 8.64025 3.76525 8.74605 3.871L9.12897 4.25395C9.23477 4.3597 9.23477 4.53119 9.12897 4.63696L7.26596 6.49997L9.12895 8.36301Z' fill='%23C0C9CF'/%3e%3c/svg%3e ");

	background-repeat: no-repeat;

	position: absolute;

	right: 10px;

	top: 10px;

	display: none;

	cursor: pointer;

}



.burger,

.burger.menu2 {

	width: 58px;

	height: 58px;

	/*border: 1px solid #fff;*/

	position: absolute;

	right: -58px;

	top: 0;

	padding: 10px;

	display: none;

	flex-direction: column;

	justify-content: center;

	/*background: rgba(248, 247, 250, 0.5);*/

	cursor: pointer;

}



#menu.color-black .burger {

	/*border: 1px solid #9f9999;*/

}



#menu.color-black .burger_line {

	background: #9f9999;

}



.burger_line {

	background: #fff;

	height: 3px;

	width: 100%;

	margin-bottom: 8px;	

}



.burger_line:last-child {

	margin-bottom: 0;	

}



.intro {

	position: relative;

	width: 100%;

	height: 100%;

	display: flex;

	justify-content: space-between;

}



.poloski {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	z-index: 3;

	display: flex;

	justify-content: space-between;

	padding: 0 calc(3% + 11px);

}



.poloski_item {

	width: 1px;

	background: rgba(255, 255, 255, 0.2);

	transition: all 4s ease;

	height: 0;

}



/*.poloski_item:nth-child(0) {

	transition: all 12s ease;

}



.poloski_item:nth-child(1) {

	transition: all 14.2s ease;

}



.poloski_item:nth-child(2) {

	transition: all 17.8s ease;

}



.poloski_item:nth-child(3) {

	transition: all 15.6s ease;

}



.poloski_item:nth-child(4) {

	transition: all 13.4s ease;

}



.poloski_item:nth-child(5) {

	transition: all 16.7s ease;

}



.poloski_item:nth-child(6) {

	transition: all 15s ease;

}

*/

.section.active .poloski_item {

	height: 100%;

}







.teasers {

	position: absolute;

	width: 100%;

	height: 100%;

	overflow: hidden;

	/*display: flex;

	justify-content: center;

	align-items: flex-start;*/

	z-index: 1;

}



.teasers img {

	height: 100%;

	width: auto;

	max-width: none;

}



.teasers video {

	/*width: 300%;

	height: auto;*/

	height: 130%;

	width: auto;

	transform: scale(1.1);

	position: absolute;

	left: 0%;

	top: 0;

}





.intro-fon {

	position: absolute;

	width: 100%;

	height: 100%;

	left: 0;

	top: 0;

	background: linear-gradient(90deg, rgba(47, 53, 58, 0.7) 0%, rgba(0, 34, 54, 0.55) 51.56%, rgba(47, 53, 58, 0.7) 100%);

	z-index: 2;

	overflow: hidden;

}



.intro-fon img {

	position: absolute;

	left: -169px;

	top: 0;

	z-index: 3;

}







video::-webkit-media-controls {

display:none !important;

}



#menu .menu_item {

	display: block;

	margin-bottom: 6px;

}



.marker {

	min-width: 23px;

	min-height: 23px;

	max-width: 23px;

	max-height: 23px;

	border-radius: 50%;

	margin-right: 10px;

	/*border: 1px solid #FFFFFF;*/

	box-sizing: border-box;

	display: flex;

	justify-content: center;

	align-items: center;

	transition: all 0.3s ease;

}



.marker:before {

	content:"";

	display: block;

	border-radius: 50%;

	max-width: 13px;

	max-height: 13px;

	min-width: 13px;

	min-height: 13px;

	border: 1px solid #FFFFFF;

	transition: all 0.3s ease;

}



#menu.color-black .menu_item.active .marker {

	border: 1px solid #353535;

}



#menu.color-black .marker:before {

	border: 1px solid #353535;

}



#menu .menu_item.active .marker {

	border: 1px solid #FFFFFF;

}



#menu .menu_item.active .marker:before {

	background: #6EC0AD;

}



#menu .menu_item a {

	font-family: Montserrat;

	font-style: normal;

	font-weight: 500;

	font-size: 14px;

	line-height: 15px;

	/* identical to box height, or 107% */

	color: #FFFFFF;

	display: flex;

	align-items: center;

	transition: all 0.3s ease;

}



#menu.color-black .menu_item a {

	color: #353535;

}



.navigation {

	position: relative;

	z-index: 7;

	padding: 30px 3% 10px 3%;

	display: flex;

	justify-content: space-between;

	align-items: center;

}



.left-nav {

	display: flex;

	align-items: center;

	max-width: 927px;

	width: 100%;

	justify-content: space-between;

}



.nav-logo {

	display: block;

	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 174 73' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg filter='url(%23filter0_d)'%3e%3cpath d='M15.8594 38.2073L10.624 42.161C7.91304 36.4911 7.27895 30.0493 8.83237 23.9596C9.55688 24.8395 10.4476 25.5681 11.4538 26.1036C12.4599 26.6392 13.5617 26.9713 14.6962 27.0809C14.4873 28.245 14.3835 29.4254 14.3862 30.608C14.3812 33.2126 14.8815 35.7933 15.8594 38.2073Z' fill='url(%23paint0_linear)'/%3e%3cpath d='M32.3875 4V10.4236C29.0208 10.8006 25.8047 12.0256 23.0403 13.984C21.8732 12.0044 19.97 10.5673 17.7466 9.98665C21.9045 6.54864 27.012 4.46022 32.3875 4Z' fill='url(%23paint1_linear)'/%3e%3cpath d='M27.3997 49.5751C26.8581 50.7288 26.5781 51.9879 26.5798 53.2624C26.5774 54.2679 26.7521 55.266 27.0959 56.2109C21.411 54.5329 16.4511 51.0007 13.0063 46.177L18.1149 42.3191C20.422 45.6047 23.6539 48.1304 27.3997 49.5751Z' fill='url(%23paint2_linear)'/%3e%3cpath d='M51.5922 41.9383L56.8901 45.4903C53.6915 50.2663 49.0357 53.8813 43.6162 55.7969C43.8695 54.9759 43.9979 54.1215 43.997 53.2624C43.9988 51.8372 43.6493 50.4335 42.9795 49.1756C46.4736 47.6207 49.4587 45.1124 51.5922 41.9383Z' fill='url(%23paint3_linear)'/%3e%3cpath d='M37.0342 4C42.5505 4.47121 47.7802 6.66032 51.9873 10.2592C49.8994 11.0421 48.191 12.5956 47.2138 14.5999C44.2749 12.2884 40.7497 10.8422 37.0342 10.4236V4Z' fill='url(%23paint4_linear)'/%3e%3cpath d='M61.4304 30.6142C61.4348 34.3316 60.6548 38.0081 59.1415 41.4035L53.7271 37.7953C54.5959 35.501 55.0394 33.0676 55.0359 30.6142C55.0395 29.444 54.9357 28.2759 54.7259 27.1246C54.8278 27.1246 54.934 27.1246 55.0359 27.1246C57.1655 27.1302 59.2223 26.35 60.8124 24.9335C61.2253 26.7988 61.4326 28.7038 61.4304 30.6142Z' fill='url(%23paint5_linear)'/%3e%3cpath d='M62.0089 18.4183C62.0128 20.0968 61.4047 21.7192 60.2985 22.9816C59.644 23.7344 58.8354 24.3379 57.9275 24.7511C57.0196 25.1643 56.0335 25.3776 55.0359 25.3767C54.8052 25.3769 54.5745 25.3644 54.3451 25.3393C52.6264 25.1684 51.0326 24.3649 49.8732 23.0847C48.7138 21.8046 48.0716 20.1392 48.0713 18.4121C48.0703 17.5081 48.2478 16.6129 48.5936 15.7777C49.0159 14.7417 49.6815 13.8226 50.5341 13.0982C51.3868 12.3738 52.4013 11.8654 53.4919 11.616C53.9984 11.5002 54.5164 11.4422 55.0359 11.4433C55.9519 11.443 56.8589 11.6232 57.7052 11.9737C58.5515 12.3241 59.3203 12.8379 59.9679 13.4857C60.6155 14.1335 61.1291 14.9025 61.4793 15.7489C61.8295 16.5953 62.0095 17.5024 62.0089 18.4183Z' fill='url(%23paint6_linear)'/%3e%3cpath d='M22.5203 18.4183C22.5191 20.2662 21.7842 22.038 20.4769 23.344C19.1697 24.6501 17.3972 25.3835 15.5494 25.383C15.3891 25.383 15.2247 25.383 15.0728 25.3642C13.2716 25.2395 11.5891 24.4203 10.38 23.0793C9.17092 21.7383 8.5297 19.9803 8.59149 18.1757C8.65327 16.3712 9.41325 14.6612 10.7112 13.406C12.0092 12.1508 13.7438 11.4487 15.5494 11.4474C15.7314 11.4462 15.9134 11.4546 16.0945 11.4724C17.8437 11.6077 19.4773 12.3982 20.6686 13.6861C21.86 14.9739 22.5213 16.6639 22.5203 18.4183Z' fill='url(%23paint7_linear)'/%3e%3cpath d='M42.2638 53.2624C42.2649 54.9554 41.6496 56.5908 40.5329 57.8633C39.4162 59.1358 37.8745 59.9583 36.1957 60.1771C34.517 60.3959 32.8159 59.9961 31.4104 59.0524C30.0048 58.1087 28.9909 56.6856 28.5579 55.0489C28.125 53.4122 28.3026 51.6739 29.0577 50.1586C29.8128 48.6433 31.0937 47.4548 32.6611 46.8149C34.2285 46.175 35.9752 46.1276 37.575 46.6815C39.1748 47.2354 40.5183 48.3527 41.3545 49.8248C41.9504 50.8724 42.2638 52.0571 42.2638 53.2624Z' fill='url(%23paint8_linear)'/%3e%3cpath d='M82.5617 27.6389C77.578 27.6389 75.5034 24.1784 75.5034 20.7346C75.5034 17.2533 77.7674 13.7533 82.5617 13.7533C83.4699 13.7508 84.3695 13.9284 85.2085 14.276C86.0475 14.6235 86.8093 15.134 87.4496 15.778L85.785 17.3948C84.9171 16.5754 83.7635 16.1274 82.57 16.1463C79.3738 16.1463 77.9921 18.506 77.9921 20.7242C77.9921 22.9424 79.2677 25.2709 82.57 25.2709C83.817 25.2619 85.0139 24.7791 85.9181 23.9204L87.6286 25.6496C86.2511 27.0001 84.4823 27.6389 82.5617 27.6389Z' fill='white'/%3e%3cpath d='M102.113 20.6469C102.113 24.1282 100.001 27.6282 95.284 27.6282C90.6042 27.6282 88.438 24.2614 88.438 20.7614C88.438 17.2614 90.6812 13.7426 95.284 13.7426C99.8307 13.7426 102.113 17.2052 102.113 20.6469ZM90.9101 20.6656C90.9101 22.8734 92.0691 25.3268 95.2799 25.3268C98.4906 25.3268 99.6351 22.8922 99.6351 20.6865C99.6351 18.4807 98.3866 16.0253 95.2799 16.0253C92.1731 16.0253 90.9101 18.4412 90.9101 20.6656Z' fill='white'/%3e%3cpath d='M115.219 13.9902V27.3244H113.658V27.3431L106.658 18.3455V27.3244H104.146V14.0069H106.184L112.707 22.2617V13.9902H115.219Z' fill='white'/%3e%3cpath d='M116.738 16.2917V14.0027H127.694V16.2917H123.478V27.3202H120.96V16.2917H116.738Z' fill='white'/%3e%3cpath d='M131.706 24.8128L130.563 27.3244H127.848L133.822 14.0069H136.56L142.534 27.3244H139.79L138.668 24.8128H131.706ZM132.713 22.4739H137.659L135.187 16.8056L132.713 22.4739Z' fill='white'/%3e%3cpath d='M149.549 27.6386C144.555 27.6386 142.491 24.1782 142.491 20.7343C142.491 17.253 144.755 13.753 149.549 13.753C150.457 13.7505 151.357 13.9282 152.196 14.2757C153.035 14.6233 153.797 15.1338 154.437 15.7777L152.772 17.3945C151.905 16.5757 150.752 16.1277 149.559 16.146C146.363 16.146 144.982 18.5057 144.982 20.7239C144.982 22.9421 146.257 25.2706 149.559 25.2706C150.806 25.2622 152.002 24.7793 152.905 23.9201L154.618 25.6493C153.234 26.9998 151.468 27.6386 149.549 27.6386Z' fill='white'/%3e%3cpath d='M155.042 16.2917V14.0027H166V16.2917H161.776V27.3202H159.269V16.2917H155.042Z' fill='white'/%3e%3cpath d='M78.3937 47.823H85.2418V50.1431H75.8779V36.8256H78.3875L78.3937 47.823Z' fill='white'/%3e%3cpath d='M100.172 43.4719C100.172 46.9511 98.0601 50.4532 93.3428 50.4532C88.6629 50.4532 86.4946 47.0843 86.4946 43.5863C86.4946 40.0884 88.7399 36.5676 93.3428 36.5676C97.8832 36.5655 100.172 40.0281 100.172 43.4719ZM88.9688 43.4906C88.9688 45.6963 90.1278 48.1518 93.3386 48.1518C96.5494 48.1518 97.6938 45.7151 97.6938 43.5094C97.6938 41.3036 96.4453 38.8503 93.3386 38.8503C90.2319 38.8503 88.9729 41.2641 88.9729 43.4906H88.9688Z' fill='white'/%3e%3cpath d='M108.999 38.7546C106.146 38.7546 104.421 40.9228 104.421 43.6613C104.421 45.8482 105.697 48.1122 108.999 48.1122C110.099 48.1426 111.17 47.7628 112.006 47.0468V44.6892H108.601V42.444H114.307V48.0623C112.994 49.5647 111.34 50.4594 108.999 50.4594C104.005 50.4594 101.961 47.1675 101.961 43.6675C101.961 39.9219 104.3 36.4594 108.999 36.4594C110.851 36.4597 112.629 37.191 113.945 38.4945L112.387 40.0926C111.461 39.2448 110.254 38.7684 108.999 38.7546Z' fill='white'/%3e%3cpath d='M116.854 36.8339H119.352V50.1515H116.854V36.8339Z' fill='white'/%3e%3cpath d='M127.619 38.5652C125.746 38.5652 124.861 39.3435 124.861 40.334C124.861 41.493 126.231 41.8155 127.829 41.9986C130.605 42.342 133.191 43.064 133.191 46.2415C133.191 49.2068 130.567 50.4823 127.6 50.4823C124.88 50.4823 122.787 49.65 121.798 47.2112L123.894 46.1354C124.483 47.592 126.022 48.2454 127.639 48.2454C129.219 48.2454 130.702 47.694 130.702 46.2498C130.702 45.0013 129.389 44.479 127.621 44.2897C124.901 43.9651 122.389 43.2492 122.389 40.257C122.389 37.5185 125.094 36.3949 127.546 36.3761C129.627 36.3761 131.766 36.9671 132.775 39.0209L130.779 40.0468C130.319 39.2914 129.065 38.5652 127.619 38.5652Z' fill='white'/%3e%3cpath d='M134.827 39.1166V36.8277H145.784V39.1166H141.56V50.1452H139.051V39.1166H134.827Z' fill='white'/%3e%3cpath d='M147.799 36.8339H150.296V50.1515H147.799V36.8339Z' fill='white'/%3e%3cpath d='M159.801 50.4532C154.818 50.4532 152.745 46.9906 152.745 43.5468C152.745 40.0676 155.009 36.5655 159.801 36.5655C160.71 36.5646 161.611 36.7443 162.45 37.094C163.289 37.4437 164.05 37.9565 164.689 38.6027L163.025 40.2174C162.157 39.3981 161.003 38.9501 159.81 38.9689C156.613 38.9689 155.232 41.3286 155.232 43.5468C155.232 45.765 156.505 48.0935 159.81 48.0935C161.057 48.0854 162.254 47.6025 163.158 46.743L164.868 48.4743C163.493 49.8248 161.722 50.4532 159.801 50.4532Z' fill='white'/%3e%3c/g%3e%3cdefs%3e%3cfilter id='filter0_d' x='0' y='0' width='174' height='72.2356' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3e%3cfeOffset dy='4'/%3e%3cfeGaussianBlur stdDeviation='4'/%3e%3cfeColorMatrix type='matrix' values='0 0 0 0 0.166667 0 0 0 0 0.166667 0 0 0 0 0.166667 0 0 0 0.8 0'/%3e%3cfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow' result='shape'/%3e%3c/filter%3e%3clinearGradient id='paint0_linear' x1='0.887629' y1='44.273' x2='39.6645' y2='-0.359419' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%232685C7'/%3e%3cstop offset='1' stop-color='%236EC0AD'/%3e%3c/linearGradient%3e%3clinearGradient id='paint1_linear' x1='1057.69' y1='5845.13' x2='2705.76' y2='3063.53' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%232685C7'/%3e%3cstop offset='1' stop-color='%236EC0AD'/%3e%3c/linearGradient%3e%3clinearGradient id='paint2_linear' x1='2241.24' y1='9180.93' x2='4815.75' y2='6110.85' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%232685C7'/%3e%3cstop offset='1' stop-color='%236EC0AD'/%3e%3c/linearGradient%3e%3clinearGradient id='paint3_linear' x1='3212.64' y1='10038.3' x2='5793.96' y2='7056.16' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%232685C7'/%3e%3cstop offset='1' stop-color='%236EC0AD'/%3e%3c/linearGradient%3e%3clinearGradient id='paint4_linear' x1='1785.8' y1='6628.42' x2='3567.39' y2='3735.81' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%232685C7'/%3e%3cstop offset='1' stop-color='%236EC0AD'/%3e%3c/linearGradient%3e%3clinearGradient id='paint5_linear' x1='1714.11' y1='11728.7' x2='4301.59' y2='10335.8' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%232685C7'/%3e%3cstop offset='1' stop-color='%236EC0AD'/%3e%3c/linearGradient%3e%3clinearGradient id='paint6_linear' x1='2454.27' y1='9393.41' x2='5050.8' y2='6404.05' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%232685C7'/%3e%3cstop offset='1' stop-color='%236EC0AD'/%3e%3c/linearGradient%3e%3clinearGradient id='paint7_linear' x1='907.256' y1='8085.35' x2='3504.38' y2='5096.81' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%232685C7'/%3e%3cstop offset='1' stop-color='%236EC0AD'/%3e%3c/linearGradient%3e%3clinearGradient id='paint8_linear' x1='2836.48' y1='9780.21' x2='5433.9' y2='6790.72' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%232685C7'/%3e%3cstop offset='1' stop-color='%236EC0AD'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e ");

	background-repeat: no-repeat;

	min-width: 174px;

	max-width: 174px; 

	height: 73px;

}



.nav-menu {

	display: flex;

	align-items: center;

	justify-content: space-between;

	height: 100%;

	max-width: 714px;

	width: 100%;

}



.link-menu.block {

	position: relative;

	display: flex;

	align-items: center;

	cursor: pointer;

	transition: all 0.3s ease;

}



.link-menu.block:after {

	content:"";

	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0)'%3e%3cpath d='M2.63464 0.255732L2.12207 0.768298L5.85304 4.49945L2.12207 8.2306L2.63464 8.74316L6.87836 4.49945L2.63464 0.255732Z' fill='white'/%3e%3cpath d='M2.63457 0L1.86572 0.768849L5.59669 4.5L1.86572 8.23115L2.63457 9L7.13475 4.5L2.63457 0ZM2.37829 0.768849L2.63457 0.512567L6.62201 4.5L2.63457 8.48743L2.37829 8.23115L6.10926 4.5L2.37829 0.768849Z' fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0'%3e%3crect width='9' height='9' fill='white' transform='matrix(1 0 0 -1 0 9)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");

	background-repeat: no-repeat;

	display: block;

	width: 12px;

	height: 13px;

	margin-bottom: -2px;

	margin-left: 5px;

	transition: all 0.3s ease;

}



.link-menu.block:hover:after {

	transform: rotate(-90deg);

	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0)'%3e%3cpath d='M2.63464 0.255732L2.12207 0.768298L5.85304 4.49945L2.12207 8.2306L2.63464 8.74316L6.87836 4.49945L2.63464 0.255732Z' fill='%236EC0AD'/%3e%3cpath d='M2.63457 0L1.86572 0.768849L5.59669 4.5L1.86572 8.23115L2.63457 9L7.13475 4.5L2.63457 0ZM2.37829 0.768849L2.63457 0.512567L6.62201 4.5L2.63457 8.48743L2.37829 8.23115L6.10926 4.5L2.37829 0.768849Z' fill='%236EC0AD'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0'%3e%3crect width='9' height='9' fill='%236EC0AD' transform='matrix(1 0 0 -1 0 9)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");

}



.nav-submenu {

	position: absolute;

	min-width: 319px;

	background: rgba(47, 53, 58, 0.35);

	border: 1px solid #6EC0AD;

	box-sizing: border-box;

	padding: 15px 10px;

	left: 0;

	top: 34px;

	visibility: hidden;

	opacity: 0;

	transition: all 0.3s ease;

}



.link-menu.block:hover .nav-submenu {

	visibility: visible;

	opacity: 1;

}



.link-submenu {

	display: flex;

	align-items: center;

	font-style: normal;

	font-weight: 500;

	font-size: 14px;

	line-height: 15px;

	/* identical to box height, or 107% */

	color: #FFFFFF;

	margin-bottom: 7px;

}



.link-submenu:hover {

	color: #6EC0AD;

}



.link-submenu:before {

	content:"";

	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0)'%3e%3cpath d='M2.63464 0.255732L2.12207 0.768298L5.85304 4.49945L2.12207 8.2306L2.63464 8.74316L6.87836 4.49945L2.63464 0.255732Z' fill='white'/%3e%3cpath d='M2.63457 0L1.86572 0.768849L5.59669 4.5L1.86572 8.23115L2.63457 9L7.13475 4.5L2.63457 0ZM2.37829 0.768849L2.63457 0.512567L6.62201 4.5L2.63457 8.48743L2.37829 8.23115L6.10926 4.5L2.37829 0.768849Z' fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0'%3e%3crect width='9' height='9' fill='white' transform='matrix(1 0 0 -1 0 9)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");

	background-repeat: no-repeat;

	display: block;

	width: 9px;

	height: 9px;

	margin-right: 5px;

}



.link-submenu:hover:before {

	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0)'%3e%3cpath d='M2.63464 0.255732L2.12207 0.768298L5.85304 4.49945L2.12207 8.2306L2.63464 8.74316L6.87836 4.49945L2.63464 0.255732Z' fill='%236EC0AD'/%3e%3cpath d='M2.63457 0L1.86572 0.768849L5.59669 4.5L1.86572 8.23115L2.63457 9L7.13475 4.5L2.63457 0ZM2.37829 0.768849L2.63457 0.512567L6.62201 4.5L2.63457 8.48743L2.37829 8.23115L6.10926 4.5L2.37829 0.768849Z' fill='%236EC0AD'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0'%3e%3crect width='9' height='9' fill='%236EC0AD' transform='matrix(1 0 0 -1 0 9)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");

	background-repeat: no-repeat;

}





.nav-menu .link-menu {

	height: 100%;

	display: flex;

	align-items: center;

	justify-content: center;

	color: #FFFFFF;

	font-style: normal;

	font-weight: 600;

	font-size: 20px;

	line-height: 15px;

	padding: 10px 0;

}



.link-menu:hover {

	color: #6EC0AD;

}



.wrap-lang {

	display: flex;

	border: 1px solid #FFFFFF;

}



.wrap-lang a {

	width: 41px;

	height: 41px;

	display: flex;

	justify-content: center;

	align-items: center;

	font-style: normal;

	font-weight: 600;

	font-size: 14px;

	line-height: 15px;

	/* identical to box height, or 107% */

	color: rgba(255, 255, 255, 0.5);

	border-right: 1px solid #FFFFFF;

}



.wrap-lang a.active {

	background: #005282;

	color: #fff;

}



.wrap-lang a:hover {

	text-decoration: none;

	color: #fff;

}



.wrap-lang a:last-child {

	border-right: 0;

}



.content-main {

	position: relative;

	z-index: 4;

	display: flex;

	justify-content: flex-end;

	margin-top: 25px;

}



.title-main {

	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 597 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg filter='url(%23filter0_d)'%3e%3cpath d='M319.357 39.6933H340.711V46.928H311.513V5.4016H319.338L319.357 39.6933Z' fill='white'/%3e%3cpath d='M387.266 26.1259C387.266 36.9746 380.68 47.8948 365.971 47.8948C351.378 47.8948 344.617 37.3899 344.617 26.4827C344.617 15.5756 351.618 4.59699 365.971 4.59699C380.129 4.5905 387.266 15.3874 387.266 26.1259ZM352.332 26.1842C352.332 33.0621 355.946 40.7185 365.958 40.7185C375.97 40.7185 379.538 33.1205 379.538 26.2427C379.538 19.3648 375.645 11.7149 365.958 11.7149C356.271 11.7149 352.345 19.2415 352.345 26.1842H352.332Z' fill='white'/%3e%3cpath d='M414.79 11.4164C405.895 11.4164 400.516 18.1774 400.516 26.7163C400.516 33.5357 404.493 40.5952 414.79 40.5952C418.22 40.6899 421.562 39.5058 424.166 37.2731V29.9216H413.551V22.9205H431.342V40.4395C427.248 45.1242 422.09 47.9142 414.79 47.9142C399.218 47.9142 392.846 37.6495 392.846 26.7358C392.846 15.0565 400.139 4.25961 414.79 4.25961C420.567 4.26059 426.109 6.54099 430.213 10.6053L425.354 15.5885C422.466 12.9451 418.705 11.4596 414.79 11.4164Z' fill='white'/%3e%3cpath d='M439.284 5.42754H447.07V46.9539H439.284V5.42754Z' fill='white'/%3e%3cpath d='M472.849 10.826C467.009 10.826 464.252 13.2527 464.252 16.3412C464.252 19.9553 468.521 20.961 473.504 21.532C482.16 22.6026 490.225 24.8541 490.225 34.7621C490.225 44.0082 482.043 47.9856 472.791 47.9856C464.31 47.9856 457.783 45.3902 454.701 37.7857L461.235 34.4312C463.071 38.9731 467.872 41.0105 472.914 41.0105C477.839 41.0105 482.465 39.291 482.465 34.788C482.465 30.8949 478.371 29.2663 472.855 28.6759C464.375 27.6636 456.543 25.4316 456.543 16.1011C456.543 7.56226 464.978 4.05846 472.622 4.00006C479.11 4.00006 485.781 5.84281 488.928 12.247L482.705 15.4458C481.271 13.0905 477.359 10.826 472.849 10.826Z' fill='white'/%3e%3cpath d='M495.326 12.5454V5.40807H529.494V12.5454H516.323V46.9345H508.497V12.5454H495.326Z' fill='white'/%3e%3cpath d='M535.775 5.42754H543.561V46.9539H535.775V5.42754Z' fill='white'/%3e%3cpath d='M573.201 47.8948C557.661 47.8948 551.198 37.0979 551.198 26.3595C551.198 15.5107 558.258 4.59056 573.201 4.59056C576.035 4.58784 578.842 5.14791 581.458 6.23834C584.075 7.32877 586.449 8.92785 588.442 10.9428L583.251 15.9779C580.545 13.4229 576.948 12.026 573.227 12.0848C563.26 12.0848 558.952 19.4427 558.952 26.3595C558.952 33.2762 562.923 40.5368 573.227 40.5368C577.116 40.5116 580.849 39.0058 583.667 36.3258L589 41.7242C584.711 45.9353 579.19 47.8948 573.201 47.8948Z' fill='white'/%3e%3c/g%3e%3cg filter='url(%23filter1_d)'%3e%3cpath d='M30.009 47.3302C14.469 47.3302 8 36.5398 8 25.8014C8 14.9461 15.0595 4.03243 30.009 4.03243C32.8408 4.02462 35.6459 4.57861 38.2622 5.6623C40.8784 6.74598 43.2536 8.33785 45.2505 10.3457L40.0597 15.3873C37.3534 12.8324 33.7563 11.4354 30.0349 11.4942C20.0686 11.4942 15.7602 18.8522 15.7602 25.7689C15.7602 32.6857 19.7377 39.9463 30.0349 39.9463C33.9233 39.9184 37.6555 38.413 40.4749 35.7353L45.8085 41.1272C41.5131 45.3382 35.9979 47.3302 30.009 47.3302Z' fill='white'/%3e%3cpath d='M90.975 25.5288C90.975 36.3841 84.3891 47.2978 69.6797 47.2978C55.0871 47.2978 48.3325 36.7994 48.3325 25.8857C48.3325 14.9721 55.3271 4 69.6797 4C83.8571 4 90.975 14.7969 90.975 25.5288ZM56.0409 25.5872C56.0409 32.4715 59.655 40.1215 69.6667 40.1215C79.6785 40.1215 83.2471 32.5299 83.2471 25.6521C83.2471 18.7743 79.3541 11.1179 69.6667 11.1179C59.9794 11.1179 56.0409 18.651 56.0409 25.5872Z' fill='white'/%3e%3cpath d='M131.84 4.77213V46.3504H126.973V46.4089L105.146 18.3526V46.3504H97.3145V4.82402H103.667L124.008 30.5639V4.77213H131.84Z' fill='white'/%3e%3cpath d='M136.576 11.9484V4.81108H170.738V11.9484H157.592V46.3375H149.741V11.9484H136.576Z' fill='white'/%3e%3cpath d='M183.248 38.5188L179.686 46.3504H171.218L189.847 4.82404H198.386L217.014 46.3504H208.456L204.958 38.5188H183.248ZM186.388 31.2257H201.812L194.103 13.5511L186.388 31.2257Z' fill='white'/%3e%3cpath d='M238.887 47.3302C223.315 47.3302 216.878 36.5398 216.878 25.8014C216.878 14.9461 223.937 4.03243 238.887 4.03243C241.719 4.02462 244.524 4.57861 247.14 5.6623C249.756 6.74598 252.132 8.33785 254.128 10.3457L248.938 15.3873C246.233 12.834 242.638 11.4371 238.919 11.4942C228.953 11.4942 224.645 18.8522 224.645 25.7689C224.645 32.6857 228.622 39.9463 238.919 39.9463C242.806 39.92 246.537 38.4143 249.353 35.7353L254.693 41.1272C250.378 45.3382 244.869 47.3302 238.887 47.3302Z' fill='white'/%3e%3cpath d='M256.017 11.9484V4.81108H290.185V11.9484H277.013V46.3375H269.195V11.9484H256.017Z' fill='white'/%3e%3c/g%3e%3cdefs%3e%3cfilter id='filter0_d' x='303.513' y='6.10352e-05' width='293.488' height='59.9856' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3e%3cfeOffset dy='4'/%3e%3cfeGaussianBlur stdDeviation='4'/%3e%3cfeColorMatrix type='matrix' values='0 0 0 0 0.184314 0 0 0 0 0.207843 0 0 0 0 0.227451 0 0 0 0.5 0'/%3e%3cfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow' result='shape'/%3e%3c/filter%3e%3cfilter id='filter1_d' x='0' y='0' width='298.185' height='59.3302' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3e%3cfeOffset dy='4'/%3e%3cfeGaussianBlur stdDeviation='4'/%3e%3cfeColorMatrix type='matrix' values='0 0 0 0 0.184314 0 0 0 0 0.207843 0 0 0 0 0.227451 0 0 0 0.5 0'/%3e%3cfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow' result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e ");

	background-repeat: no-repeat;

	width: 597px;

	height: 60px;

	margin-left: -8px;

	margin-bottom: 32px;

}



.main-text {

	display: block;

	font-style: normal;

	font-weight: 500;

	font-size: 20px;

	line-height: 30px;

	/* or 150% */

	color: #FFFFFF;

	text-shadow: 0px 4px 4px rgba(47, 53, 58, 0.5);

	margin-bottom: 30px;

}



.subtitle-main {

	font-style: normal;

	font-weight: bold;

	font-size: 40px;

	line-height: 50px;

	/* or 125% */

	color: #FFFFFF;

	text-shadow: 0px 4px 6px rgba(47, 53, 58, 0.2);

	margin-bottom: 19px;

}



.main-right {

	min-width: 364px;

	max-width: 364px;

}



.list-main {

	border: 1.5px solid #FFFFFF;

}



.lm_item {

	border-bottom: 1.5px solid #FFFFFF;

	padding: 28px 15px;

	background: rgba(47, 53, 58, 0.35);

}



.lm_item:last-child {

	border-bottom: 0;

}



.lm_wrap-text {

	display: flex;

	margin-bottom: 10px;

}



.lm_wrap-text span {

	font-family: "OpenSans";

	font-style: normal;

	font-weight: 600;

	font-size: 48px;

	line-height: 43px;

	/* identical to box height, or 31% */

	color: #FFFFFF;

	margin-right: 7px;

}



.lm_wrap-text p {

	font-style: normal;

	font-weight: 500;

	font-size: 18px;

	line-height: 25px;

	/* or 125% */

	color: #FFFFFF;

}



.lm-more {

	font-style: normal;

	font-weight: 600;

	font-size: 16px;

	line-height: 15px;

	/* identical to box height, or 94% */

	color: #B0FFED;

	display: flex;

	align-items: center;

}



.lm-more:hover {

	color: #B0FFED;

	text-decoration: none;

}



.lm-more:after {

	content:"";

	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='19' height='10' viewBox='0 0 19 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18.4243 5.42426C18.6586 5.18995 18.6586 4.81005 18.4243 4.57574L14.6059 0.757359C14.3716 0.523045 13.9917 0.523045 13.7574 0.757359C13.523 0.991674 13.523 1.37157 13.7574 1.60589L17.1515 5L13.7574 8.39411C13.523 8.62843 13.523 9.00833 13.7574 9.24264C13.9917 9.47696 14.3716 9.47696 14.6059 9.24264L18.4243 5.42426ZM0 5.6H18V4.4H0V5.6Z' fill='%23B0FFED'/%3e%3c/svg%3e ");

	background-repeat: no-repeat;

	width: 20px;

	height: 9px;

	margin-left: 5px;

}



.main-left {

	max-width: 590px;

	display: flex;

	flex-direction: column;

	justify-content: center;

	margin-right: 7%;

}



.main-more {

	max-width: 227px;

	width: 100%;

	display: flex;

	justify-content: center;

	align-items: center;

	background: transparent;

	border: 1px solid #FFFFFF;

	box-sizing: border-box;

	height: 50px;



	font-style: normal;

	font-weight: 600;

	font-size: 18px;

	line-height: 15px;

	/* or 83% */

	color: #FFFFFF;

	cursor: pointer;

}



.main-more:hover {

	color: #FFFFFF;

}



.main-more:after {

	content: "";

	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 22 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M21.3067 6.49497C21.58 6.22161 21.58 5.77839 21.3067 5.50503L16.8519 1.05025C16.5785 0.776886 16.1353 0.776886 15.862 1.05025C15.5886 1.32362 15.5886 1.76684 15.862 2.0402L19.8218 6L15.862 9.9598C15.5886 10.2332 15.5886 10.6764 15.862 10.9497C16.1353 11.2231 16.5785 11.2231 16.8519 10.9497L21.3067 6.49497ZM0.583984 6.7H20.8117V5.3H0.583984V6.7Z' fill='white'/%3e%3c/svg%3e ");

	background-repeat: no-repeat;

	width: 24px;

	height: 13px;

	margin-left: 5px;

	margin-bottom: -3px;

}



.bottom-main {

	position: relative;

	z-index: 5;

	display: flex;

	justify-content: space-between;

	align-items: flex-end;

	padding: 0 3%;

	margin-bottom: 50px;

	border-bottom: 0.5px solid rgba(255, 255, 255, 0.2);

}



.bottom-main p {

	font-style: normal;

	font-weight: 500;

	font-size: 14px;

	line-height: 15px;

	/* identical to box height, or 107% */

	color: #FFFFFF;

	width: 192px;

}



.mouse {

	width: 76px;

	height: 76px;

	border: 0.5px solid rgba(255, 255, 255, 0.2);

	display: flex;

	justify-content: center;

	align-items: center;

}



.mouse:before {

	content: "";

	display: block;

	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 26 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.5385 0H10.6615C7.83491 0.00320662 5.12497 1.1275 3.12623 3.12623C1.1275 5.12497 0.00320662 7.83491 0 10.6615V26.1692C0.00310951 28.7562 0.945364 31.254 2.65163 33.1985C4.35791 35.143 6.71213 36.4019 9.27675 36.7411C9.40417 36.8007 9.54318 36.8313 9.68383 36.8308H14.5385C17.3651 36.8276 20.075 35.7033 22.0738 33.7045C24.0725 31.7058 25.1968 28.9959 25.2 26.1692V10.6615C25.1968 7.83491 24.0725 5.12497 22.0738 3.12623C20.075 1.1275 17.3651 0.00320662 14.5385 0ZM23.2615 26.1692C23.2589 28.4819 22.339 30.6991 20.7037 32.3344C19.0684 33.9698 16.8512 34.8896 14.5385 34.8923H10.6615C8.34885 34.8896 6.13165 33.9698 4.49633 32.3344C2.86101 30.6991 1.94112 28.4819 1.93846 26.1692V17.4462H23.2615V26.1692ZM23.2615 15.5077H1.93846V10.6615C1.94112 8.34885 2.86101 6.13165 4.49633 4.49633C6.13165 2.86101 8.34885 1.94112 10.6615 1.93846H14.5385C16.8512 1.94112 19.0684 2.86101 20.7037 4.49633C22.339 6.13165 23.2589 8.34885 23.2615 10.6615V15.5077Z' fill='%23FAFAFA'/%3e%3cpath d='M10.6616 13.5692H14.5385C14.7956 13.5692 15.0421 13.4671 15.2239 13.2853C15.4057 13.1036 15.5078 12.857 15.5078 12.6V4.84612C15.5078 4.58907 15.4057 4.34254 15.2239 4.16077C15.0421 3.97901 14.7956 3.87689 14.5385 3.87689H10.6616C10.4046 3.87689 10.158 3.97901 9.97626 4.16077C9.7945 4.34254 9.69238 4.58907 9.69238 4.84612V12.6C9.69238 12.857 9.7945 13.1036 9.97626 13.2853C10.158 13.4671 10.4046 13.5692 10.6616 13.5692ZM11.6308 5.81535H13.5693V11.6307H11.6308V5.81535Z' fill='%23FAFAFA'/%3e%3cpath d='M18.4159 38.7692H6.78515C6.60515 38.7692 6.42871 38.8193 6.27559 38.914C6.12248 39.0086 5.99874 39.144 5.91824 39.305C5.83775 39.466 5.80367 39.6462 5.81983 39.8255C5.836 40.0048 5.90177 40.176 6.00977 40.32L11.8252 48.0738C11.9154 48.1942 12.0325 48.2919 12.1671 48.3592C12.3017 48.4265 12.4501 48.4615 12.6005 48.4615C12.751 48.4615 12.8994 48.4265 13.034 48.3592C13.1686 48.2919 13.2856 48.1942 13.3759 48.0738L19.1913 40.32C19.2993 40.176 19.3651 40.0048 19.3812 39.8255C19.3974 39.6462 19.3633 39.466 19.2828 39.305C19.2023 39.144 19.0786 39.0086 18.9255 38.914C18.7724 38.8193 18.5959 38.7692 18.4159 38.7692ZM12.6005 45.877L8.72361 40.7077H16.4775L12.6005 45.877Z' fill='%23FAFAFA'/%3e%3c/svg%3e ");

	width: 26px;

	height: 49px;

	background-repeat: no-repeat;

	background-position: center;

}



.bottom-main .nav-logo {

	width: 192px;

	height: 32px;

	background-position: right center;

}





/*----------------------------------------------------------------------------------------------------------------------*/





.section2 {

	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg  viewBox='0 0 1761 650' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg opacity='0.7'%3e%3cpath d='M113.27 0.666925L113.271 0.666921C127.779 0.626913 142.15 3.4651 155.554 9.01702C168.801 14.5044 180.843 22.535 190.998 32.6532L164.99 57.9139C151.009 44.8845 132.521 37.7681 113.399 38.0691C87.6204 38.0701 69.113 47.5926 57.0571 61.627C45.011 75.6499 39.4383 94.1384 39.4383 112.034C39.4383 129.921 44.5805 148.287 56.417 162.189C68.265 176.106 86.7774 185.499 113.403 185.499L113.407 185.499C133.382 185.355 152.561 177.683 167.121 164.025L193.873 191.07C171.923 212.4 143.809 222.5 113.27 222.5C73.4065 222.5 45.2326 208.665 27.0187 187.995C8.79513 167.313 0.5 139.74 0.5 112.201C0.5 84.3714 9.54976 56.4868 28.1568 35.5663C46.7551 14.6556 74.9328 0.666923 113.27 0.666925Z' stroke='%23E3E2E2'/%3e%3cpath d='M426.533 110.799C426.533 138.637 418.087 166.523 400.242 187.442C382.408 208.348 355.152 222.333 317.436 222.333C280.015 222.333 252.691 208.878 234.716 188.467C216.733 168.046 208.072 140.621 208.072 112.635C208.072 84.6531 217.04 56.6156 235.183 35.5815C253.317 14.5581 280.643 0.5 317.436 0.5C353.78 0.5 381.04 14.3338 399.22 35.0173C417.409 55.7104 426.533 83.2882 426.533 110.799ZM246.743 111.099C246.743 128.892 251.412 147.711 262.589 162.093C273.781 176.494 291.463 186.4 317.369 186.4C343.275 186.4 360.898 176.57 372.032 162.247C383.151 147.944 387.761 129.208 387.761 111.433C387.761 93.6494 382.73 74.8324 371.404 60.4497C360.066 46.0501 342.446 36.1324 317.369 36.1324C292.296 36.1324 274.618 45.8889 263.22 60.1674C251.834 74.4297 246.743 93.1645 246.743 111.099Z' stroke='%23E3E2E2'/%3e%3cpath d='M499.463 73.866V217.458H460.158V4.74104H492.108L596.645 137.022L597.538 138.151V136.712V4.47394H636.843V217.458H612.309L500.358 73.5589L499.463 72.409V73.866Z' stroke='%23E3E2E2'/%3e%3cpath d='M729.474 40.4069H662.219V4.67438H837.035V40.4069H769.88H769.38V40.9069V217.391H729.974V40.9069V40.4069H729.474Z' stroke='%23E3E2E2'/%3e%3cpath d='M901.918 177.152H901.596L901.463 177.445L883.263 217.458H840.779L936.203 4.74084H979.501L1074.92 217.458H1031.97L1014.11 177.448L1013.98 177.152H1013.65H901.918ZM917.622 139.918L917.316 140.618H918.08H997.456H998.22L997.914 139.918L958.243 48.9549L957.785 47.9045L957.327 48.9548L917.622 139.918Z' stroke='%23E3E2E2'/%3e%3cpath d='M1188.27 0.666925L1188.27 0.666921C1202.77 0.626913 1217.15 3.4651 1230.55 9.01702C1243.8 14.5044 1255.84 22.535 1265.99 32.6532L1239.99 57.9139C1226.01 44.8926 1207.54 37.7768 1188.43 38.0691C1162.65 38.0701 1144.14 47.5926 1132.09 61.627C1120.04 75.6499 1114.47 94.1384 1114.47 112.034C1114.47 129.921 1119.61 148.287 1131.45 162.189C1143.29 176.106 1161.81 185.499 1188.43 185.499L1188.44 185.499C1208.4 185.364 1227.57 177.69 1242.12 164.025L1268.9 191.069C1246.85 212.401 1218.77 222.5 1188.27 222.5C1148.32 222.5 1120.14 208.665 1101.95 187.995C1083.75 167.314 1075.5 139.74 1075.5 112.201C1075.5 84.3714 1084.55 56.4868 1103.15 35.5663C1121.75 14.6556 1149.93 0.666923 1188.27 0.666925Z' stroke='%23E3E2E2'/%3e%3cpath d='M1344.25 40.4069H1276.92V4.67438H1451.77V40.4069H1384.48H1383.98V40.9069V217.391H1344.75V40.9069V40.4069H1344.25Z' stroke='%23E3E2E2'/%3e%3c/g%3e%3cg opacity='0.7'%3e%3cpath d='M447.666 609.656L447.666 610.156H448.166H551.556V644.354H410.5V443.318H447.571L447.666 609.656Z' stroke='%23E3E2E2'/%3e%3cpath d='M674.952 439.404L674.952 439.404C709.254 439.388 735.017 452.455 752.21 472.002C769.411 491.559 778.058 517.631 778.058 543.647C778.058 569.943 770.076 596.298 753.211 616.071C736.357 635.832 710.598 649.058 674.952 649.058C639.583 649.058 613.752 636.333 596.758 617.04C579.754 597.737 571.561 571.818 571.561 545.383C571.561 518.952 580.045 492.453 597.199 472.571C614.344 452.699 640.177 439.404 674.952 439.404ZM608.16 543.431H608.096V543.931C608.096 560.74 612.51 578.536 623.081 592.142C633.666 605.768 650.39 615.144 674.888 615.144C699.386 615.144 716.054 605.84 726.585 592.285C737.101 578.749 741.46 561.023 741.46 544.215C741.46 527.399 736.702 509.612 725.991 496.017C715.267 482.406 698.602 473.034 674.888 473.034C651.177 473.034 634.473 482.253 623.708 495.754C613.062 509.107 608.253 526.609 608.16 543.431Z' stroke='%23E3E2E2'/%3e%3cpath d='M912.474 471.582H912.468C890.693 471.582 873.192 479.861 861.14 493.389C849.094 506.911 842.519 525.645 842.519 546.52C842.519 563.199 847.382 580.207 858.58 593.052C869.786 605.908 887.292 614.542 912.461 614.544C929.267 615.006 945.645 609.202 958.41 598.26L958.584 598.111V597.881V562.114V561.614H958.084H906.939V528.552H992.498V613.098C972.686 635.705 947.754 649.152 912.468 649.152C874.703 649.152 848.157 636.71 831.047 617.71C813.928 598.701 806.205 573.071 806.205 546.614C806.205 518.303 815.045 491.089 832.732 470.96C850.411 450.841 876.961 437.763 912.468 437.763C940.274 437.767 966.961 448.68 986.8 468.143L963.84 491.685C949.749 478.945 931.481 471.792 912.474 471.582Z' stroke='%23E3E2E2'/%3e%3cpath d='M1032.14 443.445H1069.02V644.481H1032.14V443.445Z' stroke='%23E3E2E2'/%3e%3cpath d='M1194.94 468.71C1180.67 468.71 1170.1 471.673 1163.08 476.581C1156.05 481.502 1152.61 488.362 1152.61 496.043C1152.61 500.546 1153.94 504.258 1156.34 507.324C1158.73 510.381 1162.16 512.771 1166.32 514.676C1174.62 518.481 1185.95 520.405 1198.07 521.793C1219.12 524.397 1239.36 528.43 1254.33 537.781C1261.81 542.451 1267.96 548.443 1272.25 556.244C1276.54 564.045 1278.98 573.682 1278.98 585.664C1278.98 607.983 1269.12 623.914 1253.67 634.286C1238.2 644.674 1217.1 649.5 1194.66 649.5C1174.07 649.5 1155.91 646.349 1141.03 638.618C1126.28 630.953 1114.74 618.769 1107.28 600.61L1138.18 584.748C1147.37 606.755 1170.81 616.564 1195.26 616.564C1207.28 616.564 1218.99 614.467 1227.72 609.579C1236.47 604.677 1242.22 596.956 1242.22 585.79C1242.22 576.098 1237.11 569.235 1228.66 564.461C1220.23 559.703 1208.46 556.995 1195.03 555.557C1174.4 553.095 1154.66 549.157 1140.08 540.214C1132.8 535.748 1126.81 530.039 1122.64 522.647C1118.47 515.254 1116.11 506.151 1116.11 494.875C1116.11 474.299 1126.26 459.8 1141.05 450.387C1155.85 440.961 1175.31 436.642 1193.84 436.5C1225.19 436.5 1257.23 445.362 1272.5 475.904L1243.07 491.031C1235.8 479.538 1216.77 468.71 1194.94 468.71Z' stroke='%23E3E2E2'/%3e%3cpath d='M1368.37 477.075H1304.79V443.35H1470.03V477.075H1406.45H1405.95V477.575V644.386H1368.87V477.575V477.075H1368.37Z' stroke='%23E3E2E2'/%3e%3cpath d='M1501.59 443.445H1538.47V644.481H1501.59V443.445Z' stroke='%23E3E2E2'/%3e%3cpath d='M1683.17 439.373L1683.17 439.373C1696.9 439.36 1710.49 442.072 1723.15 447.351C1735.67 452.566 1747.03 460.184 1756.61 469.771L1732.06 493.584C1718.84 481.273 1701.37 474.549 1683.29 474.834C1658.92 474.835 1641.41 483.84 1630.01 497.114C1618.62 510.376 1613.35 527.861 1613.35 544.784C1613.35 561.698 1618.2 579.066 1629.39 592.215C1640.6 605.377 1658.1 614.26 1683.3 614.26L1683.3 614.26C1702.18 614.137 1720.32 606.887 1734.08 593.971L1759.33 619.531C1738.62 639.673 1712.03 649.058 1683.17 649.058C1645.49 649.058 1618.88 635.974 1601.67 616.432C1584.46 596.879 1576.62 570.812 1576.62 544.784C1576.62 518.496 1585.18 492.143 1602.76 472.367C1620.33 452.602 1646.95 439.373 1683.17 439.373Z' stroke='%23E3E2E2'/%3e%3c/g%3e%3c/svg%3e ");

	background-repeat: no-repeat;

	background-position: center center;

	background-size: 90% auto;

}



.content-section2 {

	display: flex;

	flex-direction: column;

	justify-content: center;

	height: 100%;

}



.title-section {

	font-style: normal;

	font-weight: bold;

	font-size: 48px;

	line-height: 59px;

	/* identical to box height */

	color: #333333;

}



.wrap-sec2-text {

	margin: 50px 0;

}



.content-section2 p {

	font-style: normal;

	font-weight: normal;

	font-size: 18px;

	line-height: 27px;

	/* or 150% */

	color: #353535;

	margin-bottom: 12px;

}



.section2-text {

	position: relative;

	padding-left: 45px;

	margin-bottom: 20px;

}



.section2-text:before {

	content:"";

	position: absolute;

	display: block;

	width: 32px;

	height: 32px;

	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.7144 2.28564V16H4.57151C4.57151 21.0412 8.67309 25.1428 13.7144 25.1428V29.7143C6.15183 29.7143 4.95911e-05 23.5625 4.95911e-05 16V2.28564H13.7144Z' fill='%23005282'/%3e%3cpath d='M32 16H22.8572C22.8572 21.0412 26.9587 25.1428 32 25.1428V29.7143C24.4375 29.7143 18.2857 23.5625 18.2857 16V2.28564H32V16Z' fill='%23005282'/%3e%3c/svg%3e ");

	background-repeat: no-repeat;

	left: 0;

	top: -5px;

}



.section2-btn-more {

	height: 45px;

	max-width: 202px;

	width: 100%;

	display: flex;

	justify-content: center;

	align-items: center;

	font-style: normal;

	font-weight: 600;

	font-size: 16px;

	line-height: 15px;

	/* identical to box height, or 94% */

	color: #005282;

	background: transparent;

	border: 1px solid #005282;

	box-sizing: border-box;

}



.section2-btn-more:hover {

	text-decoration: none;

}



.section2-btn-more:after {

	content:"";

	display: block;

	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 19 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18.4243 5.42426C18.6586 5.18995 18.6586 4.81005 18.4243 4.57574L14.6059 0.757359C14.3716 0.523045 13.9917 0.523045 13.7574 0.757359C13.523 0.991674 13.523 1.37157 13.7574 1.60589L17.1515 5L13.7574 8.39411C13.523 8.62843 13.523 9.00833 13.7574 9.24264C13.9917 9.47696 14.3716 9.47696 14.6059 9.24264L18.4243 5.42426ZM0 5.6H18V4.4H0V5.6Z' fill='%23005282'/%3e%3c/svg%3e ");

	background-repeat: no-repeat;

	height: 10px;

	width: 19px;

	margin-left: 5px;

}



.title-soc {

	font-style: normal;

	font-weight: 600;

	font-size: 24px;

	line-height: 29px;

	color: #333333;

	margin-bottom: 19px;

}



.wrap-soc {

	display: flex;

}



.soc-link {

	display: block;

	min-width: 40px;

	min-height: 40px;

	max-width: 40px;

	max-height: 40px;

	margin-right: 15px;

}



.soc-fb {

	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M19.9999 0C31.0462 0 40 8.95499 40 20.0001C40 31.0464 31.0462 40 19.9999 40C8.95362 40 0 31.0462 0 20.0001C0 8.95499 8.95376 0 19.9999 0Z' fill='%233A96BF'/%3e%3cpath d='M22.4348 13.7687H25.0124V9.96118H21.9824V9.97491C18.3111 10.1049 17.5587 12.1687 17.4924 14.3362H17.4848V16.2375H14.9849V19.9662H17.4848V29.9611H21.2524V19.9662H24.3386L24.9348 16.2375H21.2536V15.0888C21.2536 14.3562 21.741 13.7687 22.4348 13.7687Z' fill='white'/%3e%3c/svg%3e ");

	background-repeat: no-repeat;

}



.soc-teleg {

	background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='iso-8859-1'?%3e%3c!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3e%3ccircle style='fill:%2347B0D3;' cx='256' cy='256' r='256'/%3e%3cpath style='fill:%233298BA;' d='M34.133,256c0-135.648,105.508-246.636,238.933-255.421C267.424,0.208,261.737,0,256,0 C114.615,0,0,114.615,0,256s114.615,256,256,256c5.737,0,11.424-0.208,17.067-0.579C139.642,502.636,34.133,391.648,34.133,256z'/%3e%3cpath style='fill:%23E5E5E5;' d='M380.263,109.054c-2.486-1.69-5.676-1.946-8.399-0.679L96.777,236.433 c-4.833,2.251-7.887,7.172-7.766,12.501c0.117,5.226,3.28,9.92,8.065,12.015l253.613,110.457c8.468,3.849,18.439-2.21,18.983-11.453 l14.314-243.341C384.161,113.614,382.748,110.742,380.263,109.054z'/%3e%3cpolygon style='fill:%23CCCCCC;' points='171.631,293.421 188.772,408 379.168,108.432 '/%3e%3cpath style='fill:%23FFFFFF;' d='M371.866,108.375L96.777,236.433c-4.737,2.205-7.826,7.121-7.769,12.345 c0.058,5.233,3.276,10.074,8.067,12.171l74.557,32.471l207.536-184.988C376.882,107.33,374.203,107.287,371.866,108.375z'/%3e%3cpolygon style='fill:%23E5E5E5;' points='211.418,310.749 188.772,408 379.168,108.432 '/%3e%3cpath style='fill:%23FFFFFF;' d='M380.263,109.054c-0.351-0.239-0.72-0.442-1.095-0.622l-167.75,202.317l139.27,60.657 c8.468,3.849,18.439-2.21,18.983-11.453l14.314-243.341C384.161,113.614,382.748,110.742,380.263,109.054z'/%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e ");

	background-repeat: no-repeat;

}



.soc-inst {

	background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' ?%3e%3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg height='100%25' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;' version='1.1' viewBox='0 0 24 24' width='100%25' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:serif='http://www.serif.com/' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3crect height='24' id='Artboard10' style='fill:none;' width='24' x='0' y='0'/%3e%3cpath d='M22,7c0,-2.761 -2.239,-5 -5,-5c-3.054,0 -6.946,0 -10,0c-2.761,0 -5,2.239 -5,5c0,3.054 0,6.946 0,10c0,2.761 2.239,5 5,5c3.054,0 6.946,0 10,0c2.761,0 5,-2.239 5,-5c0,-3.054 0,-6.946 0,-10Z' style='fill:url(%23_Radial1);'/%3e%3cpath d='M14.958,5.005c2.091,0.02 4.016,1.815 4.037,4.037c0.007,1.972 0.007,3.944 0,5.916c-0.02,2.083 -1.815,4.016 -4.037,4.037c-1.972,0.007 -3.944,0.007 -5.916,0c-2.092,-0.02 -4.016,-1.815 -4.037,-4.037c-0.007,-1.972 -0.007,-3.944 0,-5.916c0.019,-2.093 1.81,-4.016 4.037,-4.037c1.972,-0.007 3.944,-0.007 5.916,0Zm-5.889,0.945c-1.623,0.005 -3.103,1.412 -3.119,3.098c-0.006,1.968 -0.006,3.936 0,5.904c0.015,1.605 1.388,3.082 3.098,3.098c1.968,0.006 3.936,0.006 5.904,0c1.609,-0.015 3.082,-1.388 3.098,-3.098c0.006,-1.968 0.006,-3.936 0,-5.904c-0.015,-1.616 -1.415,-3.082 -3.098,-3.098c-1.961,-0.006 -3.922,0 -5.883,0Z' style='fill:%23fff;fill-rule:nonzero;'/%3e%3cpath d='M12.024,8.5c1.618,0.015 3.126,1.263 3.422,2.862c0.211,1.14 -0.187,2.376 -1.027,3.178c-0.935,0.89 -2.382,1.208 -3.622,0.754c-1.386,-0.507 -2.361,-1.968 -2.296,-3.448c0.079,-1.768 1.641,-3.34 3.499,-3.346c0.008,0 0.016,0 0.024,0Zm-0.04,0.947c-1.155,0.011 -2.244,0.887 -2.484,2.025c-0.243,1.151 0.419,2.428 1.506,2.887c1.187,0.502 2.72,-0.061 3.293,-1.233c0.593,-1.211 0.034,-2.856 -1.218,-3.441c-0.341,-0.159 -0.72,-0.239 -1.097,-0.238Z' style='fill:%23fff;fill-rule:nonzero;'/%3e%3cpath d='M16.5,8.227c0,-0.193 -0.077,-0.378 -0.213,-0.514c-0.136,-0.136 -0.321,-0.213 -0.514,-0.213c-0.015,0 -0.031,0 -0.046,0c-0.193,0 -0.378,0.077 -0.514,0.213c-0.136,0.136 -0.213,0.321 -0.213,0.514c0,0.008 0,0.015 0,0.023c0,0.199 0.079,0.39 0.22,0.53c0.14,0.141 0.331,0.22 0.53,0.22c0,0 0,0 0,0c0.414,0 0.75,-0.336 0.75,-0.75c0,-0.008 0,-0.015 0,-0.023Z' style='fill:%23fff;'/%3e%3cdefs%3e%3cradialGradient cx='0' cy='0' gradientTransform='matrix(27.933,0,0,27.933,2,21.5)' gradientUnits='userSpaceOnUse' id='_Radial1' r='1'%3e%3cstop offset='0' style='stop-color:%23ff8100;stop-opacity:1'/%3e%3cstop offset='0.19' style='stop-color:%23ff7209;stop-opacity:1'/%3e%3cstop offset='0.32' style='stop-color:%23f55e16;stop-opacity:1'/%3e%3cstop offset='0.48' style='stop-color:%23d92938;stop-opacity:1'/%3e%3cstop offset='1' style='stop-color:%239100ff;stop-opacity:1'/%3e%3c/radialGradient%3e%3c/defs%3e%3c/svg%3e");

	background-repeat: no-repeat;

}



/*-------------------------------------------------------------------------------*/





.section3 {

	background: url(../img/fon-section3.png) no-repeat;

	background-size: auto 100%;

	background-position: center;

	position: relative;

}



.section3 .content-section {

	position: relative;

}



.sec3-fon {

	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 1393 129' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M36.24 27.54V55.26H91.86V82.8H36.24V126H0.6V-8.58307e-06H99.42V27.54H36.24ZM183.228 128.52C164.508 128.52 149.928 123.42 139.488 113.22C129.168 103.02 124.008 88.56 124.008 69.84V-8.58307e-06H159.648V68.76C159.648 88.92 167.628 99 183.588 99C199.428 99 207.348 88.92 207.348 68.76V-8.58307e-06H242.448V69.84C242.448 88.56 237.228 103.02 226.788 113.22C216.468 123.42 201.948 128.52 183.228 128.52ZM275.592 -8.58307e-06H311.232V97.74H371.352V126H275.592V-8.58307e-06ZM430.095 27.54V55.26H485.715V82.8H430.095V126H394.455V-8.58307e-06H493.275V27.54H430.095ZM518.944 -8.58307e-06H554.584V126H518.944V-8.58307e-06ZM588.94 -8.58307e-06H624.58V97.74H684.7V126H588.94V-8.58307e-06ZM707.803 -8.58307e-06H743.443V97.74H803.563V126H707.803V-8.58307e-06ZM940.426 126L940.066 59.22L907.666 113.58H891.826L859.606 61.02V126H826.666V-8.58307e-06H856.006L900.286 72.72L943.486 -8.58307e-06H972.826L973.186 126H940.426ZM1108.56 98.46V126H1007.4V-8.58307e-06H1106.22V27.54H1042.68V48.78H1098.66V75.42H1042.68V98.46H1108.56ZM1257.22 -8.58307e-06V126H1227.88L1172.26 58.86V126H1137.34V-8.58307e-06H1166.68L1222.3 67.14V-8.58307e-06H1257.22ZM1318.18 28.26H1279.48V-8.58307e-06H1392.34V28.26H1353.82V126H1318.18V28.26Z' fill='white' fill-opacity='0.4'/%3e%3c/svg%3e ");

	background-repeat: no-repeat;

	position: absolute;

	width: 80%;

	height: 150px;

	top: 44%;

	left: 10%;

	right: 10%;

	margin: 0 auto;

	opacity: 0.5;

	z-index: 1;

}



.section3 .my-container {

	position: relative;

	z-index: 2;

}



.section3 .section-padding-left,

.section3 .section-padding-right {

	/*background: #F8F7FA;

	opacity: 0.7;*/

}



.content-section3 {

	position: relative;

	height: 100%;

}



.title-section.color-white {

	color: #FFFFFF;

}



.content-section3 .title-section {

	position: absolute;

	left: 15px;

	top: 17%;

}



.section3 .my-container {

	padding: 0;

}



.list-sec3 {

	display: flex;

	justify-content: space-between;

	height: 100%;

	width: 100%;

}



.ls3_item {

	height: 100%;

	width: 20%;

	display: flex;

	flex-direction: column;

	/*justify-content: center;*/

	padding: 0 15px;

	transition: all 0.3s ease;

	position: relative;

	cursor: pointer;

	overflow: hidden;

}



/*.ls3_item:before,

.ls3_item:after {

	content: "";

	height: 100%;

	width: 50%;

	background: rgba(248, 247, 250, 0.7);

	position: absolute;

	top: 0;

	transition: all 0.1s ease;

	z-index: -1;

}



.ls3_item:before {

	left: 0;

}



.ls3_item:after {

	right: 0;

}*/



.ls3_single {

	margin-top: 170%;

	font-family: "OpenSans";

	font-style: normal;

	font-weight: 600;

	font-size: 36px;

	line-height: 15px;

	/* identical to box height, or 42% */

	color: #2F2F2F;

	margin-bottom: 20px;

}



.ls3_item .ls3_title {

	font-style: normal;

	font-weight: 500;

	font-size: 18px;

	line-height: 22px;

	/* identical to box height, or 122% */

	color: #2F2F2F;

	position: relative;

	padding-bottom: 10px;

	opacity: 1;

	margin-bottom: 10px;

}



.ls3_title:after {

	content: "";

	display: block;

	position: absolute;

	bottom: 0;

	left: 0;

	height: 2px;

	max-width: 61px;

	width: 100%;

	background: #6EC0AD;	

}



.ls3_item  p {

	font-style: normal;

	font-weight: 500;

	font-size: 14px;

	line-height: 21px;

	/* or 150% */

	color: #555555;

	opacity: 0;

	transition: all 0.5s ease;

}



.ls3_item:hover {

	background: transparent;

}



.ls3_item:hover p,

.ls3_item:hover span {

	opacity: 1;

	color: #fff;

}



.ls3_item:hover .ls3_title:after {

	background: #fff;

}



/*.ls3_item:hover:after,

.ls3_item:hover:before {

	width: 0;

}*/

/*---------------------------------------------------------*/



/*.main__nav__item__bg {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: inherit;

    z-index: 0;

    opacity: 0;

    -webkit-transition: .25s ease-in-out;

    transition: .25s ease-in-out

}*/



.main__nav__item__bg__image {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    z-index: -1;

    background: 50% 0 no-repeat;

    background-size: cover;

    -webkit-transform: scale(1.15);

    -ms-transform: scale(1.15);

    transform: scale(1.15);

    -webkit-transition: 0.7s;

    transition: 0.7s;

    /*background: rgba(248, 247, 250, 0.7);*/

}





/*.ls3_item:hover .main__nav__item__bg {

    opacity: 1;

    -webkit-transition-timing-function: ease;

    transition-timing-function: ease;

}*/



.ls3_item:hover .main__nav__item__bg__image {

	-webkit-animation: nav-item-unhover .25s cubic-bezier(.48,.13,.47,.66);

    animation: nav-item-unhover .25s cubic-bezier(.48,.13,.47,.66);

	

    /*-webkit-animation: nav-item-hover .6s .05s;

    animation: nav-item-hover .6s .05s;*/

    background: rgba(0, 0 ,0, 0.7);

}



.ls3_item .main__nav__item__bg__image {

    /*-webkit-animation: nav-item-unhover .25s cubic-bezier(.48,.13,.47,.66);

    animation: nav-item-unhover .25s cubic-bezier(.48,.13,.47,.66);*/

    -webkit-animation: nav-item-hover .6s .05s;

    animation: nav-item-hover .6s .05s;

}



@-webkit-keyframes nav-item-unhover {

    0% {

        -webkit-transform: scale(1);

        transform: scale(1);

        -webkit-filter: blur(15px);

        filter: blur(15px)

    }



    100% {

        -webkit-transform: scale(1.15);

        transform: scale(1.15);

        -webkit-filter: blur(0);

        filter: blur(0)

    }

}



@keyframes nav-item-unhover {

    0% {

        -webkit-transform: scale(1);

        transform: scale(1);

        -webkit-filter: blur(15px);

        filter: blur(15px)

    }



    100% {

        -webkit-transform: scale(1.15);

        transform: scale(1.15);

        -webkit-filter: blur(0);

        filter: blur(0)

    }

}



@-webkit-keyframes nav-item-hover {

    from {

        -webkit-transform: scale(1.15);

        transform: scale(1.15)

    }



    to {

        -webkit-transform: scale(0,1);

        transform: scale(0,1)

    }

}



@keyframes nav-item-hover {

    from {

        -webkit-transform: scale(1.15);

        transform: scale(1.15)

    }



    to {

        -webkit-transform: scale(0,1);

        transform: scale(0,1)

    }

}





/*----------------------------------------------------------------------------*/





.content-section4 {

	display: flex;

	flex-direction: column;

	justify-content: center;

	height: 100%;

}



.section4 .my-container {

	position: relative;

	z-index: 5;

}



.poloski.color-black .poloski_item {

	background: #E3E2E2;

}



/*.title-section {

	font-style: normal;

	font-weight: bold;

	font-size: 48px;

	line-height: 59px;

	color: #333333;

}*/



.wrap-title-section {

	display: flex;

	justify-content: space-between;

	align-items: center;

	margin-bottom: 50px;

	width: 100%;

}





.list-sec4-block {

	height: 478px;

	display: flex;

	justify-content: space-between;

	flex-wrap: wrap;

	position: relative;

}



.ls4b_item1,

.ls4b_item2,

.ls4b_item3,

.ls4b_item4 {

	transition: all 1s ease;

	width: 48%;

	height: 220px;

	display: flex;

	flex-direction: column;

	position: absolute;

	overflow: hidden;

	z-index: 5;

}



.ls4b_item1 {

	left: 0;

	top: 0;

}



.ls4b_item2 {

	right: 0;

	top: 0;

}



.ls4b_item3 {

	left: 0;

	bottom: 0;

}



.ls4b_item4 {

	right: 0;

	bottom: 0;

}



.ls4b_item1.open,

.ls4b_item2.open,

.ls4b_item3.open,

.ls4b_item4.open {

	position: absolute;

	width: 100%;

	z-index: 10;

}



.ls4b_item1.open2,

.ls4b_item2.open2,

.ls4b_item3.open2,

.ls4b_item4.open2 {

	height: 100%;

	box-shadow: 0 8px 10px 1px rgba(0,0,0,.07), 0 3px 14px 2px rgba(0,0,0,.1), 0 5px 5px -3px rgba(0,0,0,.06);

}



.ls4b_wrap-title {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 220px;

	z-index: 1;

	

	background-size: 100% auto;

	background-position: left top;

	padding: 35px;

	transition: all 1s ease;

}



.ls4b_wrap-title.ls4b_img1 {

	background: url(../img/block1.png) no-repeat;

}



.ls4b_wrap-title.ls4b_img2 {

	background: url(../img/block2.png) no-repeat;

}



.ls4b_wrap-title.ls4b_img3 {

	background: url(../img/block3.png) no-repeat;

}



.ls4b_wrap-title.ls4b_img4 {

	background: url(../img/block4.png) no-repeat;

}

.ls4b_wrap-title.ls4b_img1,
.ls4b_wrap-title.ls4b_img2,
.ls4b_wrap-title.ls4b_img3,
.ls4b_wrap-title.ls4b_img4 {
   width: 100%;
   background-size: 100% 100%;
   transition: background-size 1s ease;
}

.ls4b_wrap-title.open {

	height: 150px;
   background-size: 100%;
   transition: background-size 1s ease;
	position: relative;

}



.ls4b_wrap-title:before {

	content: "";

	display: block;

	position: absolute;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	z-index: 0;

}



.ls4b_item1 .ls4b_wrap-title:before {

	background: linear-gradient(90deg, rgba(0, 82, 130, 0.9) 0%, rgba(0, 82, 130, 0.7) 26.56%, rgba(0, 82, 130, 0.45) 53.65%, rgba(0, 82, 130, 0.7) 78.13%, rgba(0, 82, 130, 0.9) 100%);

}



.ls4b_item2 .ls4b_wrap-title:before {

	background: linear-gradient(90deg, #299696 0%, rgba(41, 150, 150, 0.7) 26.56%, rgba(41, 150, 150, 0.7) 53.65%, rgba(41, 150, 150, 0.7) 78.13%, #299696 100%);

}



.ls4b_item3 .ls4b_wrap-title:before {

	background: linear-gradient(90deg, #3894C0 0%, rgba(56, 148, 192, 0.7) 26.56%, rgba(56, 148, 192, 0.45) 53.65%, rgba(56, 148, 192, 0.7) 78.13%, rgba(56, 148, 192, 0.9) 100%);

}



.ls4b_item4 .ls4b_wrap-title:before {

	background: linear-gradient(90deg, #09AD99 0%, rgba(9, 173, 153, 0.7) 26.56%, rgba(9, 173, 153, 0.45) 53.65%, rgba(9, 173, 153, 0.7) 78.13%, rgba(9, 173, 153, 0.9) 100%);

}





.ls4b_wrap-title h4,

.ls4b_wrap-title p {

	position: relative;

	z-index: 1;

	color: #fff;

}



.ls4b_open {

	position: absolute;

	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17.5 35C7.85011 35 0 27.1499 0 17.5C0 7.85011 7.85011 0 17.5 0C27.1499 0 35 7.85011 35 17.5C35 27.1499 27.1499 35 17.5 35ZM17.5 2.1875C9.05628 2.1875 2.1875 9.05628 2.1875 17.5C2.1875 25.9437 9.05628 32.8125 17.5 32.8125C25.9437 32.8125 32.8125 25.9437 32.8125 17.5C32.8125 9.05628 25.9437 2.1875 17.5 2.1875Z' fill='white'/%3e%3cpath d='M25.1562 18.5938H9.84375C9.24 18.5938 8.75 18.1038 8.75 17.5C8.75 16.8962 9.24 16.4062 9.84375 16.4062H25.1562C25.76 16.4062 26.25 16.8962 26.25 17.5C26.25 18.1038 25.76 18.5938 25.1562 18.5938Z' fill='white'/%3e%3cpath d='M17.5 26.25C16.8962 26.25 16.4062 25.76 16.4062 25.1562V9.84375C16.4062 9.24 16.8962 8.75 17.5 8.75C18.1038 8.75 18.5938 9.24 18.5938 9.84375V25.1562C18.5938 25.76 18.1038 26.25 17.5 26.25Z' fill='white'/%3e%3c/svg%3e ");

	background-repeat: no-repeat;

	width: 35px;

	height: 35px;

	right: 35px;

	bottom: 25px;

	cursor: pointer;

	transition: all 1s ease;

}



.ls4b_open.open {

	transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 0);

}



.ls4b_wrap-text {

	background: #f0f0f4;

	display: flex;

	height: 100%;

	padding: 20px;

	overflow: hidden;

}



.ls4b_block-text {

	height: 100%;

	overflow-y: scroll;

}



/*.ls4b_block-text {

	overflow: scroll;

	height: 100%;

}*/



.ls4b_title {

	max-width: 410px;

	display: flex;

	position: relative;



}



.ls4b_title span {

	font-family: "OpenSans";

	font-style: normal;

	font-weight: 600;

	font-size: 48px;

	line-height: 40px;

	/* identical to box height, or 31% */

	color: #FFFFFF;

	margin-right: 15px;

}



.ls4b_title h4 {

	position: relative;

	padding-bottom: 16px;

}



.ls4b_title h4:after {

	content: "";

	max-width: 61px;

	width: 100%;

	position: absolute;

	bottom: 0;

	left: 0;

}



.ls4b_item1 .ls4b_title h4:after {

	border-top: 1.4px solid #6EC0AD;

}



.ls4b_item2 .ls4b_title h4:after {

	border-top: 1.4px solid #FFFFFF;

}



.ls4b_item3 .ls4b_title h4:after {

	border-top: 1.4px solid #005282;

}



.ls4b_item4 .ls4b_title h4:after {

	border-top: 1.4px solid #005282;

}



.ls4b_wrap-title p {

	font-style: normal;

	font-weight: 500;

	font-size: 13px;

	line-height: 20px;

	padding-left: 67px;

    max-width: 423px;

    opacity: 1;

    transition: all 1s ease;

}



.ls4b_wrap-title.open p {

	opacity: 0;

}



/*-------------------------------------------------------------------------------*/



.section5 {

	background: #F8F7FA;

}



.section5 .my-container {

	position: relative;

	z-index: 5;

}



.content-section5 {

	height: 100%;

	display: flex;

	flex-direction: column;

	justify-content: center;

}



.list_advan {

	display: flex;

	justify-content: space-between;

	margin-top: 50px;

}



.la_item {

	width: 24%;

}



.la_top {

	display: flex;

	min-height: 223px;

}



.la_icon {

	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 54 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M47.5218 11.8848C48.6128 7.66347 48.1341 4.38151 46.1264 2.37386C44.6486 0.896007 42.5027 0.247022 39.7478 0.443428C37.3095 0.617803 34.5034 1.45042 31.4054 2.91503C30.2767 2.76383 29.1391 2.68785 28.0002 2.68757C21.2869 2.68757 14.8486 5.35441 10.1016 10.1014C5.35454 14.8484 2.6877 21.2868 2.6877 28.0001C2.68797 29.1389 2.76396 30.2765 2.91516 31.4053C1.45031 34.5033 0.618283 37.3093 0.443556 39.7476C0.246681 42.5023 0.896135 44.6484 2.37399 46.1263C3.68098 47.4333 5.52785 48.0926 7.8232 48.0926C9.19559 48.0729 10.5601 47.8809 11.8846 47.521C16.7405 51.5296 22.916 53.5845 29.2055 53.2847C35.4951 52.9848 41.4471 50.3516 45.8995 45.8993C50.352 41.4469 52.9853 35.4949 53.2853 29.2054C53.5854 22.9159 51.5306 16.7403 47.5221 11.8843L47.5218 11.8848ZM39.8811 2.31374C42.0689 2.15753 43.7241 2.62358 44.8002 3.69972C45.7611 4.66065 46.6685 6.54737 45.9829 10.1879C45.9545 10.1592 45.927 10.13 45.8985 10.1014C42.7882 6.97667 38.9117 4.72382 34.6569 3.56847C36.5714 2.85163 38.3448 2.42355 39.8815 2.31374H39.8811ZM24.0491 4.89737L23.335 8.10913C23.2846 8.33555 23.3201 8.57259 23.4343 8.77442C23.5486 8.97626 23.7337 9.12856 23.9537 9.2019L29.134 10.9288L29.9234 13.296C29.9893 13.4937 30.1192 13.6638 30.2926 13.7795L32.5555 15.288L31.8619 18.0626L26.1068 22.1734L23.8545 20.6717L20.1252 17.8751C19.9447 17.7397 19.7213 17.6739 19.4962 17.6899C19.2711 17.7059 19.0593 17.8026 18.8998 17.9621L16.0873 20.7746C16.0002 20.8617 15.9312 20.965 15.884 21.0788C15.8369 21.1925 15.8127 21.3145 15.8127 21.4376V25.7367L14.3479 27.2016L9.83906 29.0051C9.66299 29.0755 9.51242 29.1977 9.40723 29.3555L7.53223 32.168C7.42974 32.3219 7.37511 32.5027 7.3752 32.6876V36.9063L6.57832 37.504C5.24616 34.5128 4.55936 31.2745 4.5627 28.0001C4.5627 16.4231 13.0002 6.78116 24.049 4.89737H24.0491ZM3.69985 44.8004C2.62371 43.7244 2.15742 42.0694 2.31387 39.8814C2.42367 38.3447 2.85176 36.5713 3.5686 34.6571C4.72395 38.9119 6.9768 42.7885 10.1016 45.8987C10.1302 45.9273 10.1595 45.9548 10.1882 45.9832C6.54738 46.6686 4.6609 45.7614 3.69985 44.8004ZM15.5666 42.3464L14.127 40.1876L15.6035 37.9727L17.3053 36.2709L20.4326 34.7072L22.7924 36.2804C22.9465 36.3831 23.1275 36.4378 23.3127 36.4376H24.7995L26.0528 37.6915C23.0331 40.0771 19.9875 42.0508 17.1019 43.4988L15.5666 42.3464ZM27.3864 39.0241L28.2752 39.913C28.3898 40.0274 28.532 40.1103 28.6881 40.1534C28.8442 40.1965 29.0088 40.1985 29.1659 40.1591L32.0736 39.4325L32.637 41.1251L31.9465 43.1964L29.5793 43.9857C29.3925 44.0479 29.2301 44.1672 29.1149 44.3268C28.9997 44.4864 28.9377 44.6782 28.9377 44.8751V47.1859L26.5426 48.7826C26.3486 48.9119 26.2098 49.1088 26.1532 49.335L25.6564 51.3204C24.4716 51.2025 23.2976 50.994 22.1447 50.6967L21.4284 45.6797C21.3965 45.4563 21.285 45.252 21.1145 45.1042C20.944 44.9564 20.7259 44.875 20.5002 44.8751H18.9377L18.7656 44.7462C21.5736 43.2579 24.4978 41.3191 27.3859 39.0241H27.3864ZM18.0627 46.5626C18.225 46.6843 18.4223 46.7501 18.6252 46.7501H19.687L20.1636 50.0885C17.9862 49.3128 15.9356 48.2189 14.0787 46.8424C14.9927 46.5152 15.9293 46.1282 16.8885 45.6814L18.0627 46.5626ZM27.5613 51.4319L27.8842 50.1416L30.3953 48.4676C30.5237 48.382 30.629 48.266 30.7018 48.1299C30.7746 47.9938 30.8127 47.8419 30.8127 47.6876V45.5508L32.9842 44.8269C33.1222 44.7809 33.2477 44.7033 33.3506 44.6004C33.4535 44.4975 33.531 44.3721 33.577 44.234L34.5145 41.4215C34.5788 41.2291 34.5788 41.021 34.5145 40.8286L33.577 38.0161C33.5023 37.792 33.3458 37.6044 33.1388 37.4908C32.9318 37.3771 32.6895 37.3458 32.4604 37.4031L29.2253 38.2117L28.845 37.8314C29.72 37.0959 30.5882 36.3303 31.4497 35.5345L30.1757 34.1587C29.2968 34.9726 28.4098 35.7535 27.5145 36.5014L25.8504 34.8374C25.6747 34.6615 25.4363 34.5627 25.1877 34.5626H23.5965L21.0203 32.8451C20.8828 32.7534 20.7234 32.6996 20.5585 32.6893C20.3935 32.6791 20.2287 32.7126 20.0809 32.7865L16.3309 34.6615C16.2408 34.7066 16.1585 34.7659 16.0873 34.8373L14.2123 36.7123C14.1686 36.7559 14.1294 36.8038 14.0951 36.8551L12.2201 39.6676C12.1174 39.8216 12.0626 40.0026 12.0626 40.1877C12.0626 40.3728 12.1174 40.5537 12.2201 40.7078L14.0951 43.5203C14.1541 43.6086 14.2277 43.6863 14.3127 43.7501L15.1752 44.3969C14.2563 44.795 13.3166 45.1432 12.3601 45.4399C10.3746 43.6585 8.70563 41.5532 7.42418 39.2136L8.8752 38.1251C8.99163 38.0377 9.08613 37.9245 9.15122 37.7943C9.21631 37.6642 9.2502 37.5206 9.2502 37.3751V32.9714L10.8062 30.6374L15.2234 28.8705C15.3412 28.8234 15.4483 28.7528 15.5381 28.663L17.4131 26.788C17.5002 26.7009 17.5692 26.5976 17.6163 26.4838C17.6635 26.3701 17.6877 26.2482 17.6877 26.1251V21.8258L19.6506 19.8629L22.7502 22.1876C22.764 22.198 22.7782 22.208 22.7926 22.2176L25.6051 24.0926C25.7634 24.1981 25.9501 24.253 26.1403 24.2499C26.3305 24.2469 26.5153 24.186 26.6701 24.0755L33.2326 19.388C33.4139 19.2584 33.5432 19.0686 33.5972 18.8524L34.5347 15.1024C34.5817 14.9148 34.5695 14.7172 34.4998 14.5368C34.43 14.3563 34.3062 14.2019 34.1453 14.0946L31.6004 12.398L30.7645 9.89015C30.7185 9.75209 30.641 9.62665 30.5381 9.52375C30.4352 9.42085 30.3097 9.34332 30.1717 9.29729L25.3488 7.69054L26.0255 4.64659C26.6768 4.59198 27.335 4.56257 28.0002 4.56257C31.2922 4.56146 34.5473 5.25543 37.5525 6.59908C40.5578 7.94272 43.2455 9.90576 45.4398 12.3598C44.7184 14.7177 43.5258 17.2909 41.889 20.0176L43.4966 20.9825C44.9475 18.565 46.0679 16.251 46.843 14.079C49.0998 17.1197 50.5821 20.6643 51.162 24.4063L48.1347 26.2635C47.9254 26.3918 47.7749 26.5971 47.7154 26.8352L45.965 33.836L40.8287 35.5482C40.6421 35.6105 40.4797 35.7298 40.3647 35.8894C40.2496 36.049 40.1877 36.2408 40.1877 36.4376V41.6742L38.5873 43.2746C38.4418 43.4201 38.3483 43.6093 38.321 43.8131C38.2937 44.017 38.3342 44.2241 38.4362 44.4027L40.4167 47.8692C36.697 50.2054 32.3927 51.4424 28.0002 51.4376C27.8535 51.4376 27.7072 51.4346 27.5613 51.4319ZM41.9699 46.8077L40.4195 44.0941L41.7881 42.7255C41.8752 42.6384 41.9442 42.5351 41.9914 42.4213C42.0385 42.3076 42.0627 42.1857 42.0627 42.0626V37.1133L47.0467 35.4519C47.1963 35.402 47.3309 35.3152 47.4381 35.1995C47.5452 35.0838 47.6214 34.9429 47.6597 34.7899L49.4419 27.6614L51.3864 26.4685C51.4192 26.975 51.4377 27.4854 51.4377 28.0001C51.4374 31.6565 50.581 35.2621 48.9369 38.528C47.2928 41.794 44.9068 44.6296 41.9699 46.8077Z' fill='%23005282'/%3e%3cpath d='M44.875 31.7501V24.2501C44.875 24.0464 44.8087 23.8483 44.6861 23.6856C44.5634 23.523 44.3912 23.4047 44.1953 23.3487L37.6328 21.4737C37.4643 21.4254 37.2857 21.4254 37.1172 21.4737L30.5547 23.3487C30.3588 23.4047 30.1866 23.523 30.0639 23.6856C29.9413 23.8483 29.875 24.0464 29.875 24.2501V31.7501C29.875 31.9538 29.9413 32.1519 30.0639 32.3146C30.1866 32.4772 30.3588 32.5955 30.5547 32.6515L37.1172 34.5265C37.2857 34.5747 37.4643 34.5747 37.6328 34.5265L44.1953 32.6515C44.3912 32.5955 44.5634 32.4772 44.6861 32.3146C44.8087 32.1519 44.875 31.9538 44.875 31.7501ZM37.375 23.3501L40.5249 24.2501L37.375 25.1501L34.2251 24.2501L37.375 23.3501ZM31.75 25.493L36.4375 26.8323V32.3822L31.75 31.043V25.493ZM38.3125 32.3822V26.8323L43 25.493V31.043L38.3125 32.3822Z' fill='%23005282'/%3e%3cpath d='M27.0625 15.8125H28.9375V17.6875H27.0625V15.8125Z' fill='%23005282'/%3e%3cpath d='M14.875 12.0625H16.75V13.9375H14.875V12.0625Z' fill='%23005282'/%3e%3cpath d='M10.1875 23.3125H12.0625V25.1875H10.1875V23.3125Z' fill='%23005282'/%3e%3cpath d='M18.625 37.375H20.5V39.25H18.625V37.375Z' fill='%23005282'/%3e%3cpath d='M24.25 43.9375H26.125V45.8125H24.25V43.9375Z' fill='%23005282'/%3e%3cpath d='M43.9375 38.3125H45.8125V40.1875H43.9375V38.3125Z' fill='%23005282'/%3e%3c/svg%3e ");

	background-repeat: no-repeat;

	min-width: 50px;

	min-height: 50px;

	max-width: 50px;

	max-height: 50px;

	margin-right: 15px;

}



.la_icon.icon1 {

	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0)'%3e%3cpath d='M25.385 15.4521C25.5337 15.578 25.7217 15.6465 25.9152 15.6465C25.9384 15.6465 25.9618 15.6455 25.9851 15.6435C26.2025 15.6249 26.4036 15.5205 26.5439 15.3531L31.7775 9.1085C32.0685 8.76123 32.0229 8.24389 31.6756 7.95295C31.3286 7.66179 30.8111 7.7074 30.5201 8.05478L25.816 13.6674L23.6641 11.8449C23.3185 11.552 22.8007 11.595 22.508 11.9408C22.2152 12.2865 22.2582 12.8042 22.604 13.0969L25.385 15.4521Z' fill='%23005282'/%3e%3cpath d='M27.4605 22.944C30.2604 22.944 33.0601 21.8787 35.1916 19.7481C37.2555 17.6851 38.3921 14.9415 38.3921 12.0226C38.3921 9.1038 37.2556 6.35947 35.1916 4.29469C32.9536 2.05753 29.8615 0.899691 26.7097 1.12041C23.5439 1.34124 20.6357 2.91591 18.7308 5.44072C18.458 5.80243 18.53 6.31671 18.8916 6.5896C19.2535 6.8626 19.7677 6.79052 20.0405 6.42882C21.6594 4.2831 24.1318 2.94478 26.824 2.7571C29.5018 2.57083 32.1298 3.55368 34.0316 5.45483C35.7856 7.20943 36.7515 9.54196 36.7515 12.0226C36.7515 14.5031 35.7856 16.8348 34.0319 18.5878C30.4084 22.2098 24.513 22.2096 20.8895 18.5878C18.5144 16.2136 17.6063 12.7285 18.5196 9.49219C18.6426 9.05622 18.389 8.60297 17.9529 8.47993C17.5176 8.35699 17.0637 8.61063 16.9406 9.0466C15.8661 12.8539 16.9348 16.9545 19.7297 19.7481C21.8611 21.8788 24.6609 22.944 27.4605 22.944Z' fill='%23005282'/%3e%3cpath d='M52.6641 41.7741C52.3917 41.6188 52.1106 41.4591 51.8219 41.2863L49.677 40.0001C50.6745 38.9402 51.4216 37.6529 51.7158 36.3633C51.8055 35.974 51.8514 35.5912 51.8514 35.2269V29.7976C51.8514 27.3279 49.9931 25.0988 47.1155 24.1199C44.5998 23.2646 42.1028 23.6616 40.7586 25.0966C39.3805 25.3394 37.4478 26.4321 37.5134 30.6638C37.5145 30.701 37.5145 30.7316 37.5145 30.7557V35.2269C37.5145 35.5912 37.5605 35.974 37.6502 36.3601C37.9433 37.6507 38.6892 38.9402 39.6889 40.0012L37.5802 41.2655C37.5648 41.2732 37.5495 41.283 37.5342 41.2918C37.2498 41.4624 36.9709 41.621 36.7019 41.7741C35.8958 42.2324 35.1105 42.6776 34.5045 43.301L32.993 42.3943C33.9916 41.3333 34.7386 40.046 35.0328 38.7576C35.1203 38.3737 35.1652 37.9908 35.1652 37.6201V35.2072C35.1652 35.2067 35.1653 35.2062 35.1653 35.2056V32.1902C35.1653 29.7215 33.3079 27.4938 30.4332 26.5149C27.918 25.6583 25.4198 26.0545 24.0756 27.489C22.6966 27.7311 20.7634 28.8237 20.8304 33.055C20.831 33.0931 20.8316 33.1244 20.8316 33.1479V34.189V35.6706V37.6201C20.8316 37.9733 20.8753 38.354 20.9639 38.7576C21.2581 40.046 22.0052 41.3333 23.0048 42.3943L21.4955 43.301C20.8884 42.6776 20.1031 42.2313 19.2959 41.773C19.0236 41.6177 18.7425 41.4591 18.4548 41.2863L18.433 41.2732C18.4308 41.272 18.4287 41.2706 18.4265 41.2694L16.3096 40.001C17.3083 38.9407 18.0551 37.6533 18.3493 36.3634C18.4373 35.9824 18.482 35.6001 18.482 35.2274V32.8101V31.8896V29.7978C18.482 27.3286 16.6243 25.1004 13.7493 24.1212C11.2336 23.2643 8.73447 23.661 7.38927 25.0965C6.01125 25.3388 4.08002 26.4314 4.14706 30.6623C4.14772 30.7006 4.14827 30.7318 4.14827 30.7554V31.7935V33.2749V35.2274C4.14827 35.6001 4.19289 35.9823 4.28039 36.3613C4.57494 37.6522 5.32186 38.94 6.32034 40.0005L4.17452 41.2862C3.8873 41.4585 3.60653 41.618 3.33484 41.7724C1.61995 42.7469 0 43.6674 0 46.3502V51.1692C0 51.3326 0 51.8299 0.359078 52.1827C0.659531 52.4778 1.02659 52.5099 1.30528 52.5099C1.34662 52.5099 1.386 52.5093 1.42286 52.5086C1.46191 52.508 1.50281 52.5071 1.54569 52.5071H9.63681C9.63736 52.5071 9.63791 52.5072 9.63845 52.5072C9.639 52.5072 9.63955 52.5071 9.64009 52.5071H11.3143H11.3147H12.984C12.9845 52.5071 12.9849 52.5072 12.9853 52.5072C12.9858 52.5072 12.9862 52.5071 12.9866 52.5071H16.6827V53.5615C16.6827 53.7255 16.6827 54.2243 17.0437 54.5776C17.3445 54.8729 17.7109 54.9057 17.9898 54.9057C18.0313 54.9057 18.0707 54.9046 18.1079 54.9046C18.1462 54.9035 18.1867 54.9024 18.2293 54.9024H19.1743C19.6271 54.9024 19.9946 54.5349 19.9946 54.0821C19.9946 53.6293 19.6271 53.2618 19.1743 53.2618H18.3234V52.5071V50.8665V48.7424C18.3234 47.0832 19.0474 46.6063 20.8313 45.5946C20.8587 45.5793 20.886 45.5629 20.9145 45.5476C21.0282 45.483 21.1431 45.4163 21.2612 45.3485L22.6295 46.2344L24.0393 47.1477C24.0513 47.1543 24.0634 47.1619 24.0754 47.1685C24.1738 47.2254 24.2602 47.2855 24.3445 47.3424C24.5162 47.4594 24.8443 47.6837 25.2413 47.6837C25.4054 47.6837 25.5815 47.6454 25.7631 47.5458L25.8757 47.9877L24.2767 51.4516C24.2756 51.4538 24.2745 51.4571 24.2734 51.4593C24.1367 51.7415 24.1585 52.0532 24.3281 52.3102L24.887 53.2618H22.9631C22.5102 53.2618 22.1427 53.6293 22.1427 54.0821C22.1427 54.5349 22.5102 54.9024 22.9631 54.9024H26.3198H26.322H37.7681C37.8107 54.9024 37.8512 54.9035 37.8895 54.9046C37.9267 54.9046 37.966 54.9057 38.0076 54.9057C38.2876 54.9057 38.6551 54.8729 38.957 54.5776C39.3168 54.2243 39.3168 53.7255 39.3168 53.5615V52.5071H46.3518H46.354H54.4543C54.4959 52.5071 54.5374 52.5082 54.5757 52.5082C54.6129 52.5093 54.6523 52.5104 54.6938 52.5104C54.9727 52.5104 55.3392 52.4776 55.6399 52.1822C55.9998 51.829 55.9998 51.3324 55.9998 51.1694V46.3504C56 43.6685 54.3802 42.7476 52.6641 41.7741ZM16.4822 42.0162L14.3967 43.3649C14.3106 43.4158 14.2341 43.4653 14.1661 43.5108L13.7178 43.0359C13.7103 43.0272 13.7021 43.0191 13.6942 43.0108L12.9468 42.2192C13.0274 42.1922 13.109 42.1633 13.192 42.1322C13.8266 41.8959 14.4429 41.5552 15.0176 41.1387L16.4822 42.0162ZM7.88058 26.6852C8.10895 26.6651 8.31851 26.5503 8.45841 26.3688C9.29108 25.2884 11.2492 25.0028 13.2205 25.6741C14.8907 26.2431 16.8413 27.6644 16.8413 29.7978V31.8897V31.9899H16.4959C15.6874 31.9899 15.1653 31.5392 14.3803 30.804C13.4967 29.9765 12.397 28.9465 10.4873 28.9465H9.01775C7.23319 28.9465 6.93514 30.3967 6.75719 31.2632C6.55244 32.2595 6.45542 32.4548 5.80256 32.4548H5.78889V31.7938V30.7556C5.78889 30.7255 5.78834 30.6855 5.78747 30.6365C5.74809 28.1402 6.45214 26.8109 7.88058 26.6852ZM5.87956 35.9942C5.81941 35.734 5.789 35.476 5.789 35.2274V34.0952H5.80267C7.85017 34.0952 8.18453 32.4676 8.36423 31.5933C8.57106 30.587 8.65681 30.587 9.01786 30.587H10.4875C11.7488 30.587 12.4487 31.2424 13.259 32.0014C14.0743 32.7649 14.9983 33.6304 16.4962 33.6304H16.8416V35.2274C16.8416 35.476 16.8112 35.734 16.7505 35.9964C16.3156 37.9028 14.5397 39.8797 12.6185 40.5953C12.1256 40.7797 11.7115 40.8655 11.3154 40.8655C10.9192 40.8655 10.5051 40.7797 10.0112 40.5948C8.09091 39.8797 6.31487 37.9029 5.87956 35.9942ZM12.1941 43.8119L11.9277 44.8541H10.697L10.4323 43.816L11.3152 42.8809L12.1941 43.8119ZM7.61261 41.1389C8.18716 41.5553 8.80305 41.8957 9.4372 42.132C9.52055 42.1632 9.60258 42.1922 9.68352 42.2194L8.46453 43.5106C8.39628 43.4651 8.31928 43.4155 8.23277 43.3645L6.14819 42.0164L7.61261 41.1389ZM7.63416 49.9014L8.20258 50.8665H1.64062V46.3502C1.64062 44.6884 2.3637 44.2113 4.14553 43.1988C4.2863 43.1188 4.42958 43.0374 4.5757 42.9531L7.35678 44.7517C7.3675 44.7586 7.37822 44.7652 7.38916 44.7717C7.48748 44.829 7.57411 44.8884 7.65789 44.9458C7.84459 45.0737 8.16867 45.2958 8.55991 45.2958C8.72342 45.2958 8.89875 45.2564 9.08064 45.1557L9.19264 45.595L7.59423 49.0583C7.45697 49.332 7.47217 49.6427 7.63416 49.9014ZM12.5174 50.8665H11.3156C11.3155 50.8665 11.3154 50.8665 11.3152 50.8665H10.1067L9.24328 49.4006L10.5844 46.4949H12.0399L13.381 49.4006L12.5174 50.8665ZM16.683 48.7424V50.8665H14.4215L14.9901 49.9016C15.1518 49.6432 15.1671 49.3329 15.0301 49.0588L13.4316 45.5955L13.5447 45.153C13.7284 45.2559 13.9056 45.2961 14.0709 45.2961C14.4636 45.2961 14.7891 45.0725 14.9765 44.9438C15.0596 44.8868 15.1455 44.8278 15.2427 44.7708C15.2531 44.7648 15.2633 44.7584 15.2733 44.752L18.0545 42.9533C18.2008 43.0376 18.3439 43.1191 18.4843 43.1995C19.1285 43.5659 19.6338 43.8612 20.0177 44.1697C18.3028 45.1429 16.683 46.0638 16.683 48.7424ZM49.8487 42.0169L47.7673 43.3644C47.6798 43.4158 47.6022 43.4662 47.5333 43.5121L47.0848 43.0363C47.0761 43.0265 47.0652 43.0155 47.0553 43.0057L46.3137 42.2193C46.3947 42.193 46.4756 42.1635 46.5587 42.1329C47.1931 41.8955 47.8089 41.5554 48.3842 41.1387L49.8487 42.0169ZM41.2497 26.6847C41.4783 26.6651 41.6883 26.5502 41.8283 26.3687C42.6595 25.2891 44.6162 25.0026 46.5872 25.673C48.2584 26.2429 50.2108 27.6636 50.2108 29.7976V31.9894H49.863C49.0547 31.9894 48.533 31.5399 47.7487 30.8049C46.865 29.9769 45.7658 28.9466 43.8539 28.9466H42.3839C40.5989 28.9466 40.3014 30.3969 40.1242 31.2643C39.9197 32.2596 39.8234 32.4543 39.1727 32.4543H39.1552V30.7557C39.1552 30.7262 39.1552 30.6857 39.1541 30.6376C39.1158 28.1405 39.8202 26.8105 41.2497 26.6847ZM39.2492 35.9947C39.1869 35.7257 39.1552 35.4676 39.1552 35.2269V34.0949H39.1727C41.218 34.0949 41.5516 32.4674 41.7309 31.5935C41.9377 30.5872 42.023 30.5872 42.3839 30.5872H43.8539C45.1172 30.5872 45.8172 31.2424 46.6266 32.0015C47.4414 32.7649 48.3645 33.6301 49.863 33.6301H50.2108V35.2269C50.2108 35.4676 50.1791 35.7257 50.1167 35.9969C49.6825 37.9033 47.9062 39.8797 45.9834 40.5962C45.4945 40.7799 45.0811 40.8652 44.6819 40.8652C44.2848 40.8652 43.8725 40.7799 43.3803 40.5951C41.4575 39.8787 39.6812 37.9022 39.2492 35.9947ZM45.5612 43.8129L45.2966 44.8541H44.0639L43.7992 43.8162L44.6819 42.881L45.5612 43.8129ZM40.9806 41.1397C41.5548 41.5554 42.1706 41.8955 42.805 42.1318C42.8881 42.1624 42.9701 42.1919 43.0511 42.2193L41.8316 43.5099C41.7627 43.4651 41.6861 43.4158 41.5997 43.3644L39.5172 42.0158L40.9806 41.1397ZM33.1669 44.4112L31.0855 45.7597C30.998 45.8101 30.9203 45.8604 30.8514 45.9052L29.6308 44.6146C29.7117 44.5872 29.7927 44.5588 29.8758 44.5282C30.5112 44.2908 31.127 43.9496 31.7023 43.5318L33.1669 44.4112ZM24.5667 29.0778C24.7952 29.0576 25.0049 28.9429 25.1448 28.7612C25.9765 27.6819 27.9333 27.3969 29.9043 28.068C31.5744 28.6368 33.5246 30.0575 33.5246 32.1904V34.2804C33.5246 34.2809 33.5245 34.2815 33.5245 34.2819V34.3854H33.1792C32.3712 34.3854 31.8497 33.9351 31.0656 33.2003C30.182 32.3725 29.0825 31.342 27.1707 31.342H25.7012C23.916 31.342 23.6184 32.7929 23.4407 33.6597C23.2365 34.6551 23.1398 34.8502 22.4891 34.8502H22.4723V34.189V33.1479C22.4723 33.1179 22.4717 33.0778 22.4709 33.029C22.4313 30.5328 23.1364 29.2034 24.5667 29.0778ZM22.5652 38.3988C22.5039 38.1177 22.4722 37.8563 22.4722 37.6201V36.4909H22.489C24.5348 36.4909 24.8685 34.8636 25.0479 33.9892C25.2542 32.9826 25.3401 32.9826 25.7012 32.9826H27.1707C28.434 32.9826 29.1337 33.6382 29.9438 34.3973C30.7584 35.1607 31.6818 36.0259 33.1793 36.0259H33.5246V37.6199C33.5246 37.8682 33.494 38.1274 33.4339 38.391C32.9985 40.2953 31.2223 42.2728 29.3039 42.9903C28.8051 43.1751 28.3906 43.2615 27.999 43.2615C27.6096 43.2615 27.194 43.1751 26.6953 42.9903C24.7745 42.2729 22.9983 40.2954 22.5652 38.3988ZM28.8783 46.206L28.6136 47.2472H27.3798L27.1162 46.2093L27.9989 45.2752L28.8783 46.206ZM25.1464 45.9041C25.0786 45.8593 25.002 45.8101 24.9145 45.7597L22.8331 44.4112L24.2955 43.5318C24.8719 43.9496 25.4887 44.2908 26.1242 44.5293C26.2062 44.5588 26.2872 44.5872 26.367 44.6135L25.1464 45.9041ZM29.2009 53.2618H26.7903L25.9273 51.7929L27.2672 48.8879H28.7262L30.065 51.7951L29.2009 53.2618ZM37.6764 53.2618H31.1052L31.6739 52.2971C31.8325 52.0412 31.85 51.7327 31.7166 51.4593C31.7155 51.4571 31.7144 51.4538 31.7133 51.4516L30.1175 47.9877L30.2302 47.548C30.4128 47.6497 30.59 47.6902 30.7541 47.6902C31.1445 47.6902 31.4683 47.4693 31.6553 47.3424C31.7395 47.2844 31.8259 47.2254 31.9244 47.1685C31.9364 47.1619 31.9484 47.1543 31.9605 47.1477L34.7386 45.3485C34.8545 45.4163 34.9705 45.4819 35.0831 45.5465C35.1127 45.5629 35.1422 45.5804 35.1717 45.5968C36.9534 46.6085 37.6764 47.0854 37.6764 48.7424V53.2618ZM41.0112 49.9149L41.5712 50.8665H39.317V48.7424C39.317 46.0638 37.6972 45.144 35.9822 44.1694C35.9822 44.1694 35.9811 44.1694 35.9811 44.1683C36.3639 43.861 36.8692 43.5646 37.5123 43.2004C37.6534 43.1194 37.7978 43.0385 37.9444 42.9532L40.7236 44.7513C40.7334 44.759 40.7444 44.7655 40.7553 44.7721C40.8537 44.829 40.9402 44.888 41.0244 44.9449C41.1972 45.063 41.5275 45.2894 41.9278 45.2894C42.0908 45.2894 42.2658 45.2512 42.4462 45.1527L42.5589 45.5946L40.9609 49.0585C40.9598 49.0596 40.9598 49.0596 40.9598 49.0607C40.8198 49.3429 40.8395 49.6557 41.0112 49.9149ZM45.8839 50.8665H43.4744L42.6114 49.3987L43.9512 46.4947H45.4092L46.7491 49.3976L45.8839 50.8665ZM54.3594 50.8665H47.7881L48.3558 49.9018C48.5089 49.659 48.533 49.3735 48.4214 49.1088C48.4148 49.0924 48.4072 49.0749 48.3995 49.0585L46.8005 45.5946L46.9131 45.1538C47.0958 45.2555 47.273 45.296 47.4381 45.296C47.8297 45.296 48.1556 45.0729 48.3427 44.9449C48.4258 44.888 48.5122 44.829 48.6106 44.7721C48.6216 44.7655 48.6325 44.759 48.6434 44.7513L51.4216 42.9532C51.5681 43.0385 51.7125 43.1194 51.8536 43.2004C53.6364 44.2121 54.3594 44.689 54.3594 46.3504V50.8665Z' fill='%23005282'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0'%3e%3crect width='56' height='56' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");

	background-repeat: no-repeat;

}



.la_icon.icon2 {

	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0)'%3e%3cpath d='M47.6162 29.2865H46.8679V22.5468C46.8679 21.4798 46.3369 20.535 45.5258 19.961V19.0433C45.5258 17.7122 44.4429 16.6293 43.1118 16.6293H42.5531L44.6907 13.4926C45.4072 12.4412 45.1347 11.0028 44.0833 10.2862L29.5784 0.40144C29.0691 0.054272 28.4552 -0.073853 27.8494 0.0410884C27.2438 0.155835 26.7191 0.499487 26.372 1.00886L13.8524 19.3802H10.3685L11.209 10.8715C11.2185 10.7756 11.2808 10.6925 11.3677 10.6597C12.4506 10.2514 13.3891 9.48894 14.0102 8.51277C14.0591 8.43591 14.1514 8.39197 14.2469 8.40164L19.7113 8.94148C20.1031 8.97947 20.4516 8.69412 20.4903 8.30251C20.529 7.91091 20.2429 7.56218 19.8513 7.52351L14.387 6.98367C13.7527 6.92156 13.1478 7.21384 12.808 7.74783C12.3513 8.4656 11.6613 9.02615 10.8651 9.32634C10.2658 9.55232 9.85425 10.0906 9.79097 10.7313L8.93667 19.3801H8.02817L9.35747 5.92273C9.40532 5.43835 9.83765 5.08249 10.3226 5.13103L21.365 6.22185C21.7566 6.25964 22.1053 5.97449 22.144 5.58289C22.1827 5.19128 21.8966 4.84255 21.505 4.80388L10.4626 3.71306C9.19663 3.58816 8.0645 4.51638 7.9394 5.78259L6.86792 16.6293H5.04321C3.71216 16.6293 2.62915 17.7122 2.62915 19.0433V19.6693C1.54019 20.1707 0.781982 21.2715 0.781982 22.5468V46.8334C0.781982 48.5795 2.20249 50 3.94868 50H43.7013C45.4474 50 46.8679 48.5795 46.8679 46.8334V40.0937H47.6162C48.4994 40.0937 49.2178 39.3753 49.2178 38.4922V30.8882C49.2179 30.005 48.4994 29.2865 47.6162 29.2865ZM43.1118 18.0543C43.6573 18.0542 44.1009 18.4979 44.1009 19.0434V19.4064C43.9699 19.3898 43.8368 19.3803 43.7013 19.3803H40.6784L41.582 18.0543H43.1118ZM27.5495 1.81121C27.6823 1.61638 27.883 1.48494 28.1146 1.44099C28.17 1.43054 28.2255 1.42527 28.2807 1.42527C28.4562 1.42527 28.6277 1.47781 28.7759 1.57878L43.2809 11.4635C43.6831 11.7377 43.7873 12.2879 43.5133 12.69L38.9541 19.3801H37.86L40.0953 16.1001C40.4578 15.5681 40.4876 14.8912 40.173 14.3333C39.7548 13.5921 39.5853 12.7193 39.6957 11.8757C39.7777 11.248 39.5015 10.6353 38.9749 10.2765L31.4556 5.15232C30.929 4.79343 30.2577 4.76052 29.7036 5.06648C28.9589 5.47761 28.0846 5.63904 27.2418 5.52107C26.6168 5.43337 25.983 5.7156 25.6258 6.23953L16.6708 19.3801H15.5767L27.5495 1.81121ZM27.8632 13.9099C24.7606 13.9099 22.2137 16.3292 22.0062 19.3801H18.395L26.8031 7.04197C26.8032 7.04197 26.8032 7.04197 26.8032 7.04197C26.8509 6.97175 26.9301 6.92996 27.0115 6.92996C27.0223 6.92996 27.0332 6.93074 27.044 6.9322C28.1903 7.09255 29.3792 6.87322 30.3921 6.31394C30.4718 6.2698 30.5742 6.27615 30.6531 6.32986L38.1725 11.4542C38.2512 11.5079 38.2945 11.6009 38.2828 11.6911C38.1327 12.8385 38.3633 14.0254 38.932 15.0334C38.9776 15.1143 38.972 15.218 38.9179 15.2976L36.1359 19.3801H33.7206C33.5128 16.3292 30.9661 13.9099 27.8632 13.9099ZM32.2917 19.3802H23.4348C23.6389 17.1157 25.5465 15.3349 27.8632 15.3349C30.18 15.3348 32.0877 17.1157 32.2917 19.3802ZM4.05405 19.0433C4.05405 18.4978 4.4977 18.0541 5.04321 18.0541H6.7272L6.59624 19.3801H4.05405V19.0433ZM2.20688 22.5468C2.20688 21.5864 2.98823 20.8051 3.94868 20.8051H43.7013C44.6618 20.8051 45.443 21.5864 45.443 22.5468V24.5237H2.20688V22.5468ZM45.443 46.8334C45.443 47.7937 44.6618 48.5751 43.7013 48.5751H3.94868C2.98823 48.5751 2.20688 47.7937 2.20688 46.8334V44.8564H6.04888C6.44243 44.8564 6.76128 44.5375 6.76128 44.144C6.76128 43.7506 6.44233 43.4316 6.04888 43.4316H2.20688V25.9486H45.443V29.2865H38.669H38.6689C36.5345 29.2865 34.6857 30.5306 33.8083 32.3315C33.8053 32.3376 33.802 32.3434 33.799 32.3495C33.7915 32.3648 33.7851 32.3807 33.7779 32.3962C33.6734 32.6181 33.5826 32.8479 33.5086 33.085C33.5084 33.0857 33.5082 33.0863 33.5081 33.087C33.3503 33.5937 33.2653 34.1321 33.2653 34.6901C33.2653 37.6697 35.6893 40.0937 38.6688 40.0937H38.6689H45.4429V43.4316H10.6108C10.2172 43.4316 9.89839 43.7506 9.89839 44.144C9.89839 44.5375 10.2173 44.8564 10.6108 44.8564H45.443V46.8334ZM47.793 38.4921C47.793 38.5895 47.7137 38.6688 47.6162 38.6688H38.6691C37.1608 38.6688 35.8457 37.8252 35.1712 36.585C35.1406 36.5287 35.1113 36.4715 35.0832 36.4136C35.0273 36.2976 34.9768 36.1786 34.9322 36.0567C34.7757 35.6303 34.6904 35.17 34.6904 34.6901C34.6904 34.2102 34.7758 33.7499 34.9322 33.3235C34.9769 33.2017 35.0274 33.0827 35.0832 32.9667C35.1113 32.9088 35.1406 32.8515 35.1712 32.7952C35.8457 31.5551 37.1608 30.7114 38.6691 30.7114H47.6162C47.7136 30.7114 47.793 30.7907 47.793 30.8882V38.4921Z' fill='%23005282'/%3e%3cpath d='M38.8359 31.7998C37.242 31.7998 35.9453 33.0966 35.9453 34.6904C35.9453 36.2843 37.242 37.581 38.8359 37.581C40.4299 37.581 41.7266 36.2843 41.7266 34.6904C41.7266 33.0966 40.4299 31.7998 38.8359 31.7998ZM38.8359 36.1561C38.0277 36.1561 37.3702 35.4985 37.3702 34.6904C37.3702 33.8823 38.0277 33.2247 38.8359 33.2247C39.6441 33.2247 40.3017 33.8822 40.3017 34.6904C40.3017 35.4986 39.6441 36.1561 38.8359 36.1561Z' fill='%23005282'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0'%3e%3crect width='50' height='50' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");

	background-repeat: no-repeat;

}



.la_icon.icon3 {

	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0)'%3e%3cpath d='M47.8934 22.446C47.8129 18.5493 46.7353 14.7303 44.771 11.3755C46.3693 3.72987 38.2851 -2.48733 31.3228 0.989305C24.7595 -0.967542 17.1287 0.0730185 11.1095 4.73294C10.3459 5.31848 11.2685 6.45608 12.0005 5.89504C13.8491 4.47766 15.897 3.37882 18.0874 2.62878C20.3711 1.84682 22.7626 1.4617 25.1974 1.4824C26.7197 1.49567 28.2324 1.67003 29.7068 2.00116C29.1316 2.44759 28.6092 2.95875 28.1503 3.52359C16.7607 1.57778 5.91872 10.3852 5.39907 21.8287C4.7986 21.7995 4.17977 21.8413 3.59921 21.9997C3.80138 17.1463 5.65162 12.4426 8.74841 8.97308C9.37886 8.26688 8.28636 7.29183 7.65601 7.99803C4.17625 11.8965 2.16474 17.2394 2.1172 22.6901C0.844195 23.57 0.00854492 25.0394 0.00854492 26.7005V33.7755C0.00854492 36.9025 2.67111 38.7198 5.55586 38.6472C6.5766 41.5965 10.8796 40.9558 10.9528 37.7911V22.4335C10.9855 20.4778 8.85833 19.0879 7.08492 19.8961C8.57474 10.5467 17.5917 3.61047 27.2346 4.87244C25.1648 8.40609 25.8596 13.3696 28.857 16.218V18.206C28.9547 18.7948 29.2938 19.0196 29.8742 18.8805L31.6564 18.1276C35.0181 19.7025 39.3979 18.8982 41.9655 16.3807C42.4073 17.5223 42.7301 18.6996 42.9316 19.9033C41.1566 19.0822 39.0145 20.4678 39.0473 22.4334V37.791C39.0262 39.8735 41.3494 41.2376 43.1512 40.2118C43.1475 40.8587 43.1357 41.5055 43.1103 42.1459C42.936 44.2436 41.3186 46.0049 39.2558 46.345C38.6004 46.4094 37.8529 46.4344 36.9387 46.4213C36.611 45.2183 35.5089 44.3313 34.2035 44.3313H30.3157C26.5565 44.4866 26.5557 49.8445 30.3157 50H34.2033C35.5174 50 36.6254 49.1011 36.945 47.8859C37.7711 47.897 38.6458 47.926 39.4662 47.7943C42.202 47.3566 44.3874 45.0243 44.6094 42.2486C44.6102 42.2388 44.609 42.2291 44.6094 42.2195C44.6604 40.9454 44.6219 39.6586 44.6094 38.3958C47.4394 38.5329 49.9914 36.4705 49.9914 33.5241V26.4491C49.9914 24.7926 49.1604 23.3266 47.8934 22.446ZM1.47289 33.7755V26.7005C1.47289 24.5661 3.35144 23.1773 5.36871 23.2932V37.1828C3.35036 37.2947 1.47289 35.9165 1.47289 33.7755ZM8.18659 21.1316C8.90451 21.1316 9.48849 21.7157 9.48849 22.4335V37.7911C9.41674 39.5187 6.95577 39.5173 6.8847 37.7911V22.4335C6.8847 21.7156 7.46877 21.1316 8.18659 21.1316ZM34.2033 48.5357H30.3157C29.5603 48.5357 28.9457 47.9211 28.9457 47.1656C28.9457 46.4101 29.5602 45.7956 30.3157 45.7956H34.2033C36.0198 45.8705 36.0213 48.4603 34.2033 48.5357ZM46.4019 21.7487C45.8207 21.5899 45.2012 21.5483 44.6002 21.5774C44.4501 19.3608 43.9308 17.21 43.0529 15.1718C43.4874 14.5968 43.8579 13.971 44.1536 13.3048C45.4731 15.928 46.2408 18.8065 46.4019 21.7487ZM35.4988 17.4763C34.2692 17.4763 33.0896 17.2045 31.9925 16.6687C31.7916 16.5755 31.5895 16.57 31.3861 16.6521L30.3214 17.1019V15.9044C30.3214 15.6996 30.2357 15.5041 30.0849 15.3655C24.7537 10.4731 28.2551 1.47761 35.4989 1.48162C46.1101 1.92063 46.1076 17.0385 35.4988 17.4763ZM48.527 33.5241C48.527 35.6817 46.6221 37.0542 44.5924 36.9314C44.5833 36.1446 44.5781 35.3578 44.5796 34.5709C44.5796 33.6243 43.1152 33.6243 43.1152 34.5709V37.791C43.1152 38.5089 42.5311 39.0929 41.8133 39.0929C41.0955 39.0929 40.5114 38.5089 40.5114 37.791V22.4335C40.5809 20.7106 43.0422 20.7026 43.1152 22.4335V30.6732C43.1152 31.6199 44.5796 31.6199 44.5796 30.6732V23.0418C46.6142 22.9266 48.527 24.2729 48.527 26.4491V33.5241Z' fill='%23005282'/%3e%3cpath d='M31.661 41.2457C32.2414 41.3848 32.5804 41.1601 32.6781 40.5712V38.1806C39.6924 31.3607 34.7983 19.3087 24.9999 19.3213C18.9377 19.3212 14.0056 24.2525 14.0056 30.3137C13.9127 38.1778 22.3927 43.6531 29.5147 40.339L31.661 41.2457ZM29.1776 38.8796C22.9862 41.9974 15.385 37.2533 15.4701 30.3136C15.47 25.0599 19.7452 20.7855 25 20.7855C33.6311 20.7816 37.8018 31.4989 31.4502 37.327C31.2995 37.4656 31.2138 37.6611 31.2138 37.8659V39.4671L29.7839 38.863C29.589 38.7806 29.3678 38.7867 29.1776 38.8796Z' fill='%23005282'/%3e%3cpath d='M23.0416 26.9394H26.9583C27.905 26.9394 27.905 25.4751 26.9583 25.4751H23.0416C22.0949 25.4751 22.0949 26.9394 23.0416 26.9394Z' fill='%23005282'/%3e%3cpath d='M26.9582 33.689H23.0415C22.0949 33.689 22.0949 35.1533 23.0415 35.1533H26.9582C27.9049 35.1533 27.9049 33.689 26.9582 33.689Z' fill='%23005282'/%3e%3cpath d='M29.0536 29.582H20.9461C19.9994 29.582 19.9994 31.0464 20.9461 31.0464H29.0536C30.0003 31.0464 30.0003 29.582 29.0536 29.582Z' fill='%23005282'/%3e%3cpath d='M35.5629 3.89168C33.8334 3.85858 32.3713 5.28866 32.3713 7.01843C32.3713 7.96508 33.8357 7.96508 33.8357 7.01843C33.8357 6.11708 34.6292 5.336 35.5334 5.35572C36.4003 5.3732 37.1146 6.06427 37.1595 6.92901C37.2083 7.86912 36.4414 8.68154 35.4988 8.68154C35.0944 8.68154 34.7666 9.00935 34.7666 9.41371V11.9183C34.7666 12.3227 35.0944 12.6505 35.4988 12.6505C35.9031 12.6505 36.231 12.3227 36.231 11.9183V10.058C37.6772 9.70726 38.699 8.34025 38.6218 6.85306C38.5374 5.2254 37.1937 3.92458 35.5629 3.89168Z' fill='%23005282'/%3e%3cpath d='M35.4988 13.6997C34.5565 13.6997 34.555 15.164 35.4988 15.164C36.4409 15.164 36.4425 13.6997 35.4988 13.6997Z' fill='%23005282'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0'%3e%3crect width='50' height='50' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");

	background-repeat: no-repeat;

}



.la_icon.icon4 {

	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0)'%3e%3cpath d='M24.1561 19.0647C24.4819 19.3741 25.0236 19.3115 25.2711 18.9381L30.1459 11.5811C30.3695 11.2438 30.2772 10.7891 29.9399 10.5656C29.6031 10.3424 29.1484 10.4347 28.9249 10.7716L24.5319 17.4015L22.0908 15.0837C21.7975 14.8052 21.334 14.8175 21.0551 15.1108C20.7767 15.4042 20.7889 15.8676 21.0822 16.1461C21.0819 16.1461 24.1534 19.0624 24.1561 19.0647Z' fill='%23005282'/%3e%3cpath d='M24.656 30.2361C24.796 30.3001 24.9509 30.3341 25.105 30.3341H25.1111C25.2679 30.3333 25.4251 30.2975 25.5654 30.2303C36.7028 24.9336 38.5904 13.5056 38.9032 10.1292C38.9749 9.35822 38.5408 8.64029 37.8232 8.34274C35.6061 7.42226 34.0989 5.36385 33.8899 2.97089C33.8254 2.23427 33.196 1.66016 32.4544 1.66016H32.4456L17.4409 1.74828C16.6844 1.75247 16.0699 2.32735 16.0119 3.08533C15.8273 5.47905 14.3422 7.55234 12.1362 8.4961C11.4259 8.79975 11.0025 9.52149 11.0833 10.2921C11.4358 13.6646 13.4572 25.0702 24.656 30.2361ZM12.7122 9.84268C15.4172 8.68607 17.2395 6.14662 17.471 3.21274L32.4327 3.125C32.6986 6.0524 34.5468 8.56857 37.2617 9.69544C37.383 9.74617 37.4566 9.86595 37.4448 9.99413C37.1511 13.1584 35.3936 23.8277 25.1023 28.8277C14.7519 23.9494 12.8709 13.3007 12.5398 10.1398C12.5264 10.0121 12.5959 9.89266 12.7122 9.84268Z' fill='%23005282'/%3e%3cpath d='M14.541 13.9029C14.6295 14.2286 15.0427 14.527 15.4402 14.4175C15.83 14.3099 16.0608 13.909 15.9548 13.5187C15.7682 12.8313 15.6114 12.1344 15.4882 11.4439C17.478 10.1473 18.9546 8.2121 19.679 5.95189L30.2564 5.88971C31.0072 8.14077 32.5063 10.0592 34.5114 11.3321C34.3965 12.0245 34.2478 12.7237 34.0688 13.4138C33.9674 13.8056 34.2027 14.2054 34.5941 14.3068C34.9863 14.4083 35.3857 14.173 35.4872 13.7812C35.697 12.9709 35.8679 12.1485 35.9945 11.3367C36.0655 10.8832 35.8579 10.4372 35.4666 10.2007C33.5989 9.0727 32.2183 7.30306 31.5794 5.21794C31.4356 4.74912 30.9934 4.42334 30.5029 4.42334H30.496L19.4219 4.48819C18.9283 4.49124 18.4866 4.8235 18.3481 5.29576C17.7339 7.38812 16.374 9.17379 14.5197 10.3239C14.1309 10.5646 13.9291 11.0129 14.0051 11.466C14.1416 12.2759 14.3217 13.0957 14.541 13.9029Z' fill='%23005282'/%3e%3cpath d='M34.0064 16.0749C33.6326 15.92 33.2046 16.0985 33.0501 16.4724C31.3575 20.5747 28.6781 23.6936 25.0839 25.7463C21.4618 23.7333 18.7435 20.6407 17.0032 16.5513C16.8445 16.1794 16.4142 16.0062 16.0423 16.1645C15.67 16.3228 15.4968 16.7531 15.6551 17.1251C17.5544 21.5875 20.5467 24.9517 24.5487 27.1234C24.7173 27.2153 24.9019 27.2607 25.0862 27.2607C25.275 27.2607 25.4634 27.213 25.6351 27.1173C29.607 24.9013 32.5572 21.5078 34.4043 17.0308C34.5588 16.657 34.3807 16.229 34.0064 16.0749Z' fill='%23005282'/%3e%3cpath d='M4.69948 39.1382C3.27087 39.1382 2.10815 40.3005 2.10815 41.7295C2.10815 43.1585 3.27087 44.3208 4.69948 44.3208C6.12846 44.3208 7.29118 43.1585 7.29118 41.7295C7.29118 40.3005 6.12885 39.1382 4.69948 39.1382ZM4.69948 42.856C4.07845 42.856 3.573 42.3509 3.573 41.7295C3.573 41.1085 4.07845 40.603 4.69948 40.603C5.32089 40.603 5.82634 41.1085 5.82634 41.7295C5.82634 42.3509 5.32089 42.856 4.69948 42.856Z' fill='%23005282'/%3e%3cpath d='M49.4747 31.9675C48.5359 30.5881 46.6457 30.2226 45.2614 31.1527L35.6865 37.561L33.6426 37.4462L33.5903 36.9228C33.3866 34.8731 31.8199 33.2401 29.7806 32.9517C29.7676 32.9498 29.755 32.9482 29.742 32.9471L19.4248 32.043C19.0758 31.9885 17.9584 31.6676 14.8884 29.9068C13.2927 28.9916 11.4948 28.4751 9.66835 28.4049V26.4888C9.66835 25.5271 8.88634 24.7451 7.92465 24.7451H1.7437C0.782394 24.7451 0 25.5275 0 26.4888V45.3605C0 46.3218 0.782394 47.1042 1.7437 47.1042H7.92465C8.88595 47.1042 9.66835 46.3218 9.66835 45.3605V44.8406L18.6871 48.2559C18.7069 48.2635 19.4393 48.5374 20.7859 48.4104C20.7897 48.41 35.7712 46.2501 35.7712 46.2501C35.775 46.2497 35.7784 46.249 35.7822 46.2482C37.0624 46.0441 38.2698 45.5028 39.2742 44.6838C39.2834 44.6762 39.2921 44.6685 39.3009 44.6609L48.9792 35.9561C50.1198 34.9433 50.333 33.2286 49.4747 31.9675ZM48.003 34.864L38.335 43.5596C37.5347 44.2085 36.5742 44.6376 35.5564 44.8009L20.5822 46.9596C20.5788 46.96 20.5738 46.9608 20.5692 46.9615C20.5669 46.9619 20.5643 46.9623 20.562 46.9627C20.1141 47.0333 19.6476 47.0035 19.175 46.8742L9.66835 43.2742V34.9098C9.66835 34.505 9.34028 34.1773 8.93593 34.1773C8.53119 34.1773 8.2035 34.505 8.2035 34.9098V45.3605C8.2035 45.5142 8.07838 45.6394 7.92465 45.6394H1.7437C1.58997 45.6394 1.46484 45.5142 1.46484 45.3605V26.4888C1.46484 26.3351 1.58997 26.21 1.7437 26.21H7.92465C8.07838 26.21 8.2035 26.3351 8.2035 26.4888V31.6013C8.2035 32.006 8.53157 32.3337 8.93593 32.3337C9.34067 32.3337 9.66835 32.0056 9.66835 31.6013V29.8713C11.2396 29.9407 12.7853 30.3893 14.1594 31.1778C17.8623 33.3015 18.8965 33.448 19.2364 33.496C19.2493 33.4979 19.2619 33.4991 19.2749 33.5006L29.5933 34.4047C30.9536 34.6057 31.9965 35.6983 32.1327 37.0677L32.1716 37.458L18.3575 38.3109C18.3479 38.3102 18.3384 38.3094 18.33 38.3087C17.8822 38.2682 17.4778 38.0565 17.1905 37.7124C16.9315 37.4015 16.4696 37.3596 16.1591 37.619C15.8482 37.878 15.8062 38.3399 16.0656 38.6505C16.6031 39.2951 17.3614 39.6808 18.1995 39.7678C18.652 39.8151 32.9773 38.8759 32.9773 38.8759L35.849 39.0373C36.0077 39.0464 36.1652 39.0029 36.2972 38.9144L46.0773 32.3692C46.7956 31.8866 47.7764 32.0758 48.2635 32.7915C48.7087 33.4461 48.5981 34.3356 48.003 34.864Z' fill='%23005282'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0'%3e%3crect width='50' height='50' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");

	background-repeat: no-repeat;

}



.la_top_name {

	font-style: normal;

	font-weight: 600;

	font-size: 18px;

	line-height: 20px;

	/* or 111% */

	color: #005282;

	padding-bottom: 15px;

	position: relative;

	max-width: 180px;

}



.la_top_name:after {

	content: "";

	position: absolute;

	bottom: 0;

	left: 0;

	display: block;

	width: 61px;

	height: 1px;

	background: #6EC0AD;

}



.la_top_right p,

.la_bottom p {

	font-style: normal;

	font-weight: 500;

	font-size: 13px;

	line-height: 20px;

	/* or 154% */

	color: #555555;

}



.la_single {

	font-style: normal;

	font-weight: 600;

	font-size: 48px;

	line-height: 42px;

	/* identical to box height, or 42% */

	color: #005282;

	margin-top: 20px;

	margin-bottom: 10px;

	position: relative;

	padding-top: 20px;

}



.la_single:before {

	content: "";

	display: block;

	position: absolute;

	top: 0;

	left: 0;

	max-width: 167px;

	width: 100%;

	height: 1px;

	background: #6EC0AD;

}



/*------------------------------------------------------------------------------------*/



.section6 .my-container {

	position: relative;

	z-index: 5;

}



.ls6_icon {

	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 54 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M47.5218 11.8848C48.6128 7.66347 48.1341 4.38151 46.1264 2.37386C44.6486 0.896007 42.5027 0.247022 39.7478 0.443428C37.3095 0.617803 34.5034 1.45042 31.4054 2.91503C30.2767 2.76383 29.1391 2.68785 28.0002 2.68757C21.2869 2.68757 14.8486 5.35441 10.1016 10.1014C5.35454 14.8484 2.6877 21.2868 2.6877 28.0001C2.68797 29.1389 2.76396 30.2765 2.91516 31.4053C1.45031 34.5033 0.618283 37.3093 0.443556 39.7476C0.246681 42.5023 0.896135 44.6484 2.37399 46.1263C3.68098 47.4333 5.52785 48.0926 7.8232 48.0926C9.19559 48.0729 10.5601 47.8809 11.8846 47.521C16.7405 51.5296 22.916 53.5845 29.2055 53.2847C35.4951 52.9848 41.4471 50.3516 45.8995 45.8993C50.352 41.4469 52.9853 35.4949 53.2853 29.2054C53.5854 22.9159 51.5306 16.7403 47.5221 11.8843L47.5218 11.8848ZM39.8811 2.31374C42.0689 2.15753 43.7241 2.62358 44.8002 3.69972C45.7611 4.66065 46.6685 6.54737 45.9829 10.1879C45.9545 10.1592 45.927 10.13 45.8985 10.1014C42.7882 6.97667 38.9117 4.72382 34.6569 3.56847C36.5714 2.85163 38.3448 2.42355 39.8815 2.31374H39.8811ZM24.0491 4.89737L23.335 8.10913C23.2846 8.33555 23.3201 8.57259 23.4343 8.77442C23.5486 8.97626 23.7337 9.12856 23.9537 9.2019L29.134 10.9288L29.9234 13.296C29.9893 13.4937 30.1192 13.6638 30.2926 13.7795L32.5555 15.288L31.8619 18.0626L26.1068 22.1734L23.8545 20.6717L20.1252 17.8751C19.9447 17.7397 19.7213 17.6739 19.4962 17.6899C19.2711 17.7059 19.0593 17.8026 18.8998 17.9621L16.0873 20.7746C16.0002 20.8617 15.9312 20.965 15.884 21.0788C15.8369 21.1925 15.8127 21.3145 15.8127 21.4376V25.7367L14.3479 27.2016L9.83906 29.0051C9.66299 29.0755 9.51242 29.1977 9.40723 29.3555L7.53223 32.168C7.42974 32.3219 7.37511 32.5027 7.3752 32.6876V36.9063L6.57832 37.504C5.24616 34.5128 4.55936 31.2745 4.5627 28.0001C4.5627 16.4231 13.0002 6.78116 24.049 4.89737H24.0491ZM3.69985 44.8004C2.62371 43.7244 2.15742 42.0694 2.31387 39.8814C2.42367 38.3447 2.85176 36.5713 3.5686 34.6571C4.72395 38.9119 6.9768 42.7885 10.1016 45.8987C10.1302 45.9273 10.1595 45.9548 10.1882 45.9832C6.54738 46.6686 4.6609 45.7614 3.69985 44.8004ZM15.5666 42.3464L14.127 40.1876L15.6035 37.9727L17.3053 36.2709L20.4326 34.7072L22.7924 36.2804C22.9465 36.3831 23.1275 36.4378 23.3127 36.4376H24.7995L26.0528 37.6915C23.0331 40.0771 19.9875 42.0508 17.1019 43.4988L15.5666 42.3464ZM27.3864 39.0241L28.2752 39.913C28.3898 40.0274 28.532 40.1103 28.6881 40.1534C28.8442 40.1965 29.0088 40.1985 29.1659 40.1591L32.0736 39.4325L32.637 41.1251L31.9465 43.1964L29.5793 43.9857C29.3925 44.0479 29.2301 44.1672 29.1149 44.3268C28.9997 44.4864 28.9377 44.6782 28.9377 44.8751V47.1859L26.5426 48.7826C26.3486 48.9119 26.2098 49.1088 26.1532 49.335L25.6564 51.3204C24.4716 51.2025 23.2976 50.994 22.1447 50.6967L21.4284 45.6797C21.3965 45.4563 21.285 45.252 21.1145 45.1042C20.944 44.9564 20.7259 44.875 20.5002 44.8751H18.9377L18.7656 44.7462C21.5736 43.2579 24.4978 41.3191 27.3859 39.0241H27.3864ZM18.0627 46.5626C18.225 46.6843 18.4223 46.7501 18.6252 46.7501H19.687L20.1636 50.0885C17.9862 49.3128 15.9356 48.2189 14.0787 46.8424C14.9927 46.5152 15.9293 46.1282 16.8885 45.6814L18.0627 46.5626ZM27.5613 51.4319L27.8842 50.1416L30.3953 48.4676C30.5237 48.382 30.629 48.266 30.7018 48.1299C30.7746 47.9938 30.8127 47.8419 30.8127 47.6876V45.5508L32.9842 44.8269C33.1222 44.7809 33.2477 44.7033 33.3506 44.6004C33.4535 44.4975 33.531 44.3721 33.577 44.234L34.5145 41.4215C34.5788 41.2291 34.5788 41.021 34.5145 40.8286L33.577 38.0161C33.5023 37.792 33.3458 37.6044 33.1388 37.4908C32.9318 37.3771 32.6895 37.3458 32.4604 37.4031L29.2253 38.2117L28.845 37.8314C29.72 37.0959 30.5882 36.3303 31.4497 35.5345L30.1757 34.1587C29.2968 34.9726 28.4098 35.7535 27.5145 36.5014L25.8504 34.8374C25.6747 34.6615 25.4363 34.5627 25.1877 34.5626H23.5965L21.0203 32.8451C20.8828 32.7534 20.7234 32.6996 20.5585 32.6893C20.3935 32.6791 20.2287 32.7126 20.0809 32.7865L16.3309 34.6615C16.2408 34.7066 16.1585 34.7659 16.0873 34.8373L14.2123 36.7123C14.1686 36.7559 14.1294 36.8038 14.0951 36.8551L12.2201 39.6676C12.1174 39.8216 12.0626 40.0026 12.0626 40.1877C12.0626 40.3728 12.1174 40.5537 12.2201 40.7078L14.0951 43.5203C14.1541 43.6086 14.2277 43.6863 14.3127 43.7501L15.1752 44.3969C14.2563 44.795 13.3166 45.1432 12.3601 45.4399C10.3746 43.6585 8.70563 41.5532 7.42418 39.2136L8.8752 38.1251C8.99163 38.0377 9.08613 37.9245 9.15122 37.7943C9.21631 37.6642 9.2502 37.5206 9.2502 37.3751V32.9714L10.8062 30.6374L15.2234 28.8705C15.3412 28.8234 15.4483 28.7528 15.5381 28.663L17.4131 26.788C17.5002 26.7009 17.5692 26.5976 17.6163 26.4838C17.6635 26.3701 17.6877 26.2482 17.6877 26.1251V21.8258L19.6506 19.8629L22.7502 22.1876C22.764 22.198 22.7782 22.208 22.7926 22.2176L25.6051 24.0926C25.7634 24.1981 25.9501 24.253 26.1403 24.2499C26.3305 24.2469 26.5153 24.186 26.6701 24.0755L33.2326 19.388C33.4139 19.2584 33.5432 19.0686 33.5972 18.8524L34.5347 15.1024C34.5817 14.9148 34.5695 14.7172 34.4998 14.5368C34.43 14.3563 34.3062 14.2019 34.1453 14.0946L31.6004 12.398L30.7645 9.89015C30.7185 9.75209 30.641 9.62665 30.5381 9.52375C30.4352 9.42085 30.3097 9.34332 30.1717 9.29729L25.3488 7.69054L26.0255 4.64659C26.6768 4.59198 27.335 4.56257 28.0002 4.56257C31.2922 4.56146 34.5473 5.25543 37.5525 6.59908C40.5578 7.94272 43.2455 9.90576 45.4398 12.3598C44.7184 14.7177 43.5258 17.2909 41.889 20.0176L43.4966 20.9825C44.9475 18.565 46.0679 16.251 46.843 14.079C49.0998 17.1197 50.5821 20.6643 51.162 24.4063L48.1347 26.2635C47.9254 26.3918 47.7749 26.5971 47.7154 26.8352L45.965 33.836L40.8287 35.5482C40.6421 35.6105 40.4797 35.7298 40.3647 35.8894C40.2496 36.049 40.1877 36.2408 40.1877 36.4376V41.6742L38.5873 43.2746C38.4418 43.4201 38.3483 43.6093 38.321 43.8131C38.2937 44.017 38.3342 44.2241 38.4362 44.4027L40.4167 47.8692C36.697 50.2054 32.3927 51.4424 28.0002 51.4376C27.8535 51.4376 27.7072 51.4346 27.5613 51.4319ZM41.9699 46.8077L40.4195 44.0941L41.7881 42.7255C41.8752 42.6384 41.9442 42.5351 41.9914 42.4213C42.0385 42.3076 42.0627 42.1857 42.0627 42.0626V37.1133L47.0467 35.4519C47.1963 35.402 47.3309 35.3152 47.4381 35.1995C47.5452 35.0838 47.6214 34.9429 47.6597 34.7899L49.4419 27.6614L51.3864 26.4685C51.4192 26.975 51.4377 27.4854 51.4377 28.0001C51.4374 31.6565 50.581 35.2621 48.9369 38.528C47.2928 41.794 44.9068 44.6296 41.9699 46.8077Z' fill='%23005282'/%3e%3cpath d='M44.875 31.7501V24.2501C44.875 24.0464 44.8087 23.8483 44.6861 23.6856C44.5634 23.523 44.3912 23.4047 44.1953 23.3487L37.6328 21.4737C37.4643 21.4254 37.2857 21.4254 37.1172 21.4737L30.5547 23.3487C30.3588 23.4047 30.1866 23.523 30.0639 23.6856C29.9413 23.8483 29.875 24.0464 29.875 24.2501V31.7501C29.875 31.9538 29.9413 32.1519 30.0639 32.3146C30.1866 32.4772 30.3588 32.5955 30.5547 32.6515L37.1172 34.5265C37.2857 34.5747 37.4643 34.5747 37.6328 34.5265L44.1953 32.6515C44.3912 32.5955 44.5634 32.4772 44.6861 32.3146C44.8087 32.1519 44.875 31.9538 44.875 31.7501ZM37.375 23.3501L40.5249 24.2501L37.375 25.1501L34.2251 24.2501L37.375 23.3501ZM31.75 25.493L36.4375 26.8323V32.3822L31.75 31.043V25.493ZM38.3125 32.3822V26.8323L43 25.493V31.043L38.3125 32.3822Z' fill='%23005282'/%3e%3cpath d='M27.0625 15.8125H28.9375V17.6875H27.0625V15.8125Z' fill='%23005282'/%3e%3cpath d='M14.875 12.0625H16.75V13.9375H14.875V12.0625Z' fill='%23005282'/%3e%3cpath d='M10.1875 23.3125H12.0625V25.1875H10.1875V23.3125Z' fill='%23005282'/%3e%3cpath d='M18.625 37.375H20.5V39.25H18.625V37.375Z' fill='%23005282'/%3e%3cpath d='M24.25 43.9375H26.125V45.8125H24.25V43.9375Z' fill='%23005282'/%3e%3cpath d='M43.9375 38.3125H45.8125V40.1875H43.9375V38.3125Z' fill='%23005282'/%3e%3c/svg%3e ");

	background-repeat: no-repeat;

	min-width: 60px;

	min-height: 60px;

	max-width: 60px;

	max-height: 60px;

	margin-right: 15px;

}



.ls6_icon.icon1 {

	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 55 55' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0)'%3e%3cpath d='M3.35241 53.5952C2.84313 53.5952 2.35328 53.3952 1.97892 53.0209C1.47919 52.5211 1.29002 51.8152 1.47285 51.1325L3.94581 41.9032C3.96998 41.8131 3.95773 41.7177 3.91208 41.6418C1.40485 37.469 0.0526273 32.6804 0.00127969 27.7941C-0.037607 24.0888 0.66794 20.474 2.09837 17.0498C3.47702 13.7495 5.46282 10.7753 8.00056 8.20972C10.5374 5.64502 13.4884 3.62764 16.7717 2.21364C20.1784 0.746367 23.7838 0.00161133 27.4877 0H27.4996C31.9439 0 36.3585 1.08475 40.2675 3.13747C44.0537 5.12563 47.3742 8.01818 49.8702 11.5021C50.1287 11.8631 50.0457 12.3652 49.6848 12.6238C49.3239 12.8824 48.8216 12.7993 48.5631 12.4385C43.7046 5.65641 35.8304 1.60778 27.4996 1.60778C27.4955 1.60778 27.4925 1.60778 27.4885 1.60778C20.5879 1.61079 14.0729 4.35692 9.14363 9.34033C4.21243 14.3257 1.53666 20.8734 1.60906 27.7771C1.6574 32.3778 2.93035 36.8859 5.29041 40.8138C5.55939 41.2615 5.63545 41.8103 5.49913 42.3194L3.02617 51.5485C2.98857 51.8579 3.14187 52.0109 3.45135 51.9737L12.6806 49.5008C13.1895 49.3644 13.7384 49.4404 14.1861 49.7093C14.6324 49.9774 15.0914 50.2347 15.5506 50.4739C15.9443 50.6792 16.0972 51.1646 15.892 51.5583C15.6868 51.9521 15.2013 52.105 14.8076 51.8998C14.3198 51.6455 13.8321 51.3723 13.3582 51.0875C13.2824 51.0418 13.1869 51.0298 13.0968 51.0536L3.86761 53.5266C3.69595 53.5728 3.52311 53.5952 3.35241 53.5952Z' fill='%23005282'/%3e%3cpath d='M31.785 44.2028C28.2235 44.2028 24.67 42.8465 21.9876 40.1641L15.0187 33.1953C13.5605 31.737 12.4709 30.0185 11.7804 28.0872C11.631 27.6691 11.8486 27.2089 12.2667 27.0595C12.6848 26.91 13.1449 27.1278 13.2944 27.5458C13.9043 29.2514 14.8669 30.7696 16.1556 32.0582L23.1245 39.027C27.6429 43.5455 34.9608 43.8078 39.7843 39.6245C40.4497 39.1722 41.1399 38.4742 41.7555 37.8474C42.2855 37.3174 42.2855 36.4583 41.7575 35.9305L36.89 31.0631C36.6342 30.8072 36.2941 30.6665 35.9324 30.6665C35.5707 30.6665 35.2307 30.8073 34.975 31.0631L32.3165 33.7216C31.7498 34.2881 31.4531 35.0717 31.5024 35.8715L31.5372 36.4373C31.5957 37.0922 30.9445 37.6596 30.304 37.5102C28.9053 37.224 27.632 36.539 26.6224 35.5294L19.6535 28.5605C18.6439 27.551 17.9589 26.2778 17.6725 24.8787C17.523 24.2384 18.091 23.5868 18.7455 23.6457L19.3111 23.6804C20.1105 23.7296 20.8944 23.433 21.4611 22.8664L24.1196 20.2078C24.3753 19.952 24.5162 19.612 24.5162 19.2503C24.5162 18.8886 24.3752 18.5486 24.1196 18.293L19.2521 13.4255C18.7241 12.8976 17.8651 12.8974 17.337 13.4255C16.7102 14.0412 16.0123 14.7307 15.558 15.3986C13.4112 17.874 12.3655 21.0484 12.6135 24.3366C12.6468 24.7794 12.315 25.1654 11.8723 25.1987C11.4279 25.2308 11.0435 24.9003 11.0102 24.4576C10.7309 20.7544 11.9034 17.1779 14.312 14.3814C14.7884 13.6868 15.4587 13.023 16.0515 12.4359C17.1352 11.1672 19.2277 11.0738 20.389 12.2884L25.2565 17.1559C25.816 17.7154 26.124 18.4592 26.124 19.2503C26.124 20.0416 25.816 20.7853 25.2565 21.3448L22.598 24.0034C21.7698 24.8316 20.647 25.2937 19.483 25.2937C19.4723 25.2937 19.4615 25.2937 19.4508 25.2936C19.7302 26.0926 20.1853 26.8188 20.7902 27.4236L27.7591 34.3925C28.364 34.9974 29.0904 35.4527 29.8893 35.7321C29.8807 34.5564 30.3436 33.4207 31.1794 32.5848L33.8379 29.9263C34.3974 29.367 35.1411 29.0589 35.9323 29.0589C36.7235 29.0589 37.4673 29.367 38.0267 29.9263L42.8942 34.7937C43.4537 35.3532 43.7617 36.0971 43.7617 36.8882C43.7617 37.6794 43.4537 38.4232 42.8942 38.9828C42.2534 39.6277 41.5554 40.3529 40.8013 40.8709C38.2134 43.0996 34.996 44.2028 31.785 44.2028Z' fill='%23005282'/%3e%3cpath d='M26.6928 14.9866C26.2574 14.9866 25.8995 14.6388 25.8895 14.2012C25.8787 13.7283 25.6888 13.284 25.355 12.9502C25.0212 12.6163 24.5769 12.4264 24.1038 12.4157C23.66 12.4055 23.3084 12.0374 23.3186 11.5936C23.3287 11.156 23.6865 10.8081 24.1219 10.8081C24.1281 10.8081 24.1343 10.8082 24.1407 10.8083C25.0293 10.8286 25.8643 11.1856 26.4919 11.8135C27.1196 12.4411 27.4766 13.276 27.497 14.1644C27.5072 14.6084 27.1556 14.9764 26.7117 14.9866C26.7054 14.9865 26.699 14.9866 26.6928 14.9866Z' fill='%23005282'/%3e%3cpath d='M30.3953 14.5328C29.9806 14.5328 29.6288 14.2142 29.5949 13.7936C29.4891 12.483 28.9181 11.2486 27.9873 10.3177C27.0565 9.38685 25.8221 8.81601 24.5115 8.7102C24.069 8.67454 23.7391 8.28675 23.7749 7.84417C23.8105 7.4017 24.1987 7.07224 24.6409 7.10758C26.3316 7.24411 27.9238 7.98038 29.1243 9.18092C30.3247 10.3814 31.0611 11.9736 31.1975 13.6643C31.2333 14.1069 30.9035 14.4945 30.4609 14.5303C30.4389 14.5319 30.417 14.5328 30.3953 14.5328Z' fill='%23005282'/%3e%3cpath d='M27.496 55.0002C27.3991 55.0002 27.3027 54.9997 27.2057 54.9987C24.0731 54.9657 21.0039 54.4091 18.0837 53.3442C17.6665 53.1921 17.4517 52.7307 17.6038 52.3136C17.7559 51.8966 18.2174 51.6815 18.6344 51.8337C21.3831 52.836 24.2726 53.3599 27.2226 53.3909C27.3136 53.392 27.4049 53.3924 27.4958 53.3924C34.2992 53.3924 40.7399 50.7227 45.6595 45.8566C50.643 40.9273 53.3891 34.4124 53.3921 27.5118C53.3941 23.2199 52.3245 18.9684 50.2991 15.2173C50.0882 14.8265 50.2339 14.3389 50.6246 14.1279C51.0152 13.917 51.503 14.0627 51.7139 14.4534C53.8657 18.4388 55.002 22.9545 54.9999 27.5124C54.9983 31.2164 54.2536 34.8219 52.7863 38.2286C51.3722 41.5119 49.3548 44.4629 46.7901 46.9996C44.2246 49.5373 41.2504 51.5231 37.95 52.9017C34.6155 54.2945 31.0995 55.0002 27.496 55.0002Z' fill='%23005282'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0'%3e%3crect width='55' height='55' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");

	background-repeat: no-repeat;

}



.ls6_icon.icon2 {

	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 55 55' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0)'%3e%3cpath d='M50.0792 44.0883L47.859 43.3175C49.1019 42.3331 49.9012 40.8124 49.9012 39.1075V37.4802C49.9012 34.5194 47.4922 32.1104 44.5314 32.1104C41.5706 32.1104 39.1616 34.5194 39.1616 37.4802V39.1075C39.1616 40.8124 39.9614 42.3331 41.2043 43.3175L38.9837 44.0883C37.5595 44.5831 36.3623 45.4903 35.505 46.6472H29.507V44.2801C29.507 41.1645 27.5294 38.3845 24.5862 37.3627L22.3656 36.5919C23.6085 35.6075 24.4083 34.0868 24.4083 32.3819V30.7546C24.4083 27.7934 21.9992 25.3848 19.0384 25.3848C16.0776 25.3848 13.6686 27.7938 13.6686 30.7546V32.3819C13.6686 34.0868 14.4684 35.6075 15.7109 36.5919L13.4907 37.3627C10.5475 38.3845 8.56983 41.1645 8.56983 44.2801V46.6472H0.813637C0.364227 46.6472 0 47.0114 0 47.4608V54.1864C0 54.6358 0.364227 55.0001 0.813637 55.0001H34.6599C34.6964 55.0001 34.7325 54.9967 34.7682 54.9921C34.8038 54.9967 34.8399 55.0001 34.8769 55.0001H54.1864C54.6358 55.0001 55 54.6358 55 54.1864V51.0057C55 47.8905 53.0228 45.1105 50.0792 44.0883ZM40.7888 37.4802C40.7888 35.4165 42.4677 33.7377 44.5314 33.7377C46.5951 33.7377 48.274 35.4165 48.274 37.4802V39.1075C48.274 41.1712 46.5951 42.8501 44.5314 42.8501C42.4677 42.8501 40.7888 41.1712 40.7888 39.1075V37.4802ZM15.2959 30.7546C15.2959 28.6909 16.9748 27.012 19.0384 27.012C21.1021 27.012 22.781 28.6909 22.781 30.7546V32.3819C22.781 34.4455 21.1021 36.1244 19.0384 36.1244C16.9748 36.1244 15.2959 34.4455 15.2959 32.3819V30.7546ZM20.7454 37.7517L21.536 38.0261L19.0384 42.3595L16.5409 38.0261L17.3314 37.7517H20.7454ZM10.1971 44.2801C10.1971 41.8568 11.7354 39.6945 14.0244 38.8998L14.9761 38.5695L18.3335 44.3955C18.4787 44.6477 18.7476 44.8029 19.0384 44.8029C19.3292 44.8029 19.5982 44.6477 19.7434 44.3955L23.1007 38.5695L24.0524 38.8998C26.3414 39.6945 27.8793 41.8568 27.8793 44.2801V46.6472H10.1971V44.2801ZM1.62727 48.2744H34.5932C34.25 49.1258 34.0632 50.0498 34.0632 51.0057V53.3728H1.62727V48.2744ZM53.3727 53.3728H35.6905V51.0057C35.6905 48.5824 37.2284 46.4206 39.5174 45.6254L42.8244 44.4773H46.2384L49.5454 45.6254C51.8348 46.4206 53.3727 48.5824 53.3727 51.0057V53.3728Z' fill='%23005282'/%3e%3cpath d='M49.8471 5.85785H41.5823C41.1329 5.85785 40.7687 6.2225 40.7687 6.67149C40.7687 7.1209 41.1329 7.48512 41.5823 7.48512H49.8471C51.7912 7.48512 53.3727 9.06666 53.3727 11.0112V22.293C53.3727 24.2371 51.7912 25.8186 49.8471 25.8186H38.6736C38.2241 25.8186 37.8599 26.1828 37.8599 26.6322V30.0924L33.8249 26.0569C33.6721 25.9042 33.4653 25.8186 33.2496 25.8186H26.6322C24.6881 25.8186 23.1062 24.2371 23.1062 22.293V11.0107C23.1062 9.06666 24.6877 7.48512 26.6322 7.48512H37.7785C38.2279 7.48512 38.5921 7.1209 38.5921 6.67149C38.5921 6.22208 38.2279 5.85785 37.7785 5.85785H33.5207V5.15289C33.5207 2.31167 31.209 0 28.3678 0H5.15289C2.31167 0 0 2.31167 0 5.15289V6.95179C0 7.4012 0.364227 7.76543 0.813637 7.76543C1.26305 7.76543 1.62727 7.4012 1.62727 6.95179V5.15289C1.62727 3.20881 3.20881 1.62727 5.15289 1.62727H28.3678C30.3119 1.62727 31.8934 3.20881 31.8934 5.15289V5.85785H26.6322C23.791 5.85785 21.4793 8.16952 21.4793 11.0107V19.9603H12.9636C12.5142 19.9603 12.15 20.3246 12.15 20.774V24.2341L8.11497 20.1987C7.96223 20.0459 7.75536 19.9603 7.53967 19.9603H5.15289C3.20881 19.9603 1.62727 18.3788 1.62727 16.4347V10.7351C1.62727 10.2856 1.26305 9.92142 0.813637 9.92142C0.364227 9.92142 0 10.2856 0 10.7351V16.4347C0 19.2764 2.31167 21.5876 5.15289 21.5876H7.2023L12.3883 26.7736C12.544 26.9293 12.7522 27.012 12.9636 27.0116C13.0685 27.0116 13.1743 26.9914 13.275 26.9499C13.5788 26.824 13.7773 26.5273 13.7773 26.1983V21.5876H21.4793V22.293C21.4793 25.1342 23.791 27.4454 26.6322 27.4454H32.9126L38.0983 32.6315C38.2539 32.7872 38.4621 32.8698 38.6736 32.8698C38.7785 32.8698 38.8842 32.8497 38.9849 32.8077C39.2887 32.6818 39.4872 32.3852 39.4872 32.0562V27.4454H49.8471C52.6883 27.4454 55 25.1342 55 22.293V11.0107C55 8.16952 52.6883 5.85785 49.8471 5.85785Z' fill='%23005282'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0'%3e%3crect width='55' height='55' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");

	background-repeat: no-repeat;

}



.ls6_icon.icon3 {

	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 55 55' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M44.7223 12.9165C44.2773 12.9165 43.9166 13.2772 43.9166 13.7222V49.8891C43.9166 49.9198 43.8918 49.9446 43.8612 49.9446H15.4446C14.9996 49.9446 14.6389 50.3053 14.6389 50.7502C14.6389 51.1952 14.9996 51.5559 15.4446 51.5559H43.8612C44.7803 51.5559 45.5279 50.8083 45.5279 49.8891V13.7222C45.5279 13.2772 45.1672 12.9165 44.7223 12.9165Z' fill='%23005282'/%3e%3cpath d='M47.3054 3.44438H39.8891L37.1851 0.74046C36.7077 0.262969 36.0729 0 35.3976 0H7.69435C6.77525 0 6.02759 0.747658 6.02759 1.66676V49.8889C6.02759 50.808 6.77525 51.5556 7.69435 51.5556H9.47197V53.3332C9.47197 54.2523 10.2196 55 11.1387 55H47.3054C48.2245 55 48.9721 54.2523 48.9721 53.3332V5.11125C48.9721 4.19215 48.2245 3.44438 47.3054 3.44438ZM36.0555 1.88955L43.6381 9.47216H36.1109C36.0803 9.47216 36.0555 9.44734 36.0555 9.41673V1.88955ZM47.3608 53.3333C47.3608 53.364 47.336 53.3888 47.3054 53.3888H11.1387C11.1081 53.3888 11.0833 53.364 11.0833 53.3333V51.5557H11.9996C12.4446 51.5557 12.8053 51.195 12.8053 50.7501C12.8053 50.3051 12.4446 49.9444 11.9996 49.9444H7.69435C7.66373 49.9444 7.63892 49.9196 7.63892 49.889V1.66676C7.63892 1.63615 7.66373 1.61133 7.69435 1.61133H34.4442V9.41673C34.4442 10.3358 35.1918 11.0835 36.1109 11.0835H44.7221C45.167 11.0835 45.5278 10.7228 45.5278 10.2778V10.1301C45.5278 9.45497 45.2648 8.82011 44.7873 8.34261L41.5004 5.05571H47.3054C47.336 5.05571 47.3608 5.08053 47.3608 5.11114V53.3333Z' fill='%23005282'/%3e%3cpath d='M22.0419 9.20375C21.7273 8.88911 21.2171 8.88911 20.9026 9.20375L16.3448 13.7616C16.3231 13.7832 16.2879 13.7832 16.2664 13.7616L14.4494 11.9446H15.8481C16.293 11.9446 16.6537 11.5839 16.6537 11.139C16.6537 10.694 16.293 10.3333 15.8481 10.3333H13.7222C13.4646 10.3333 13.2214 10.3938 13.0033 10.4986L12.5696 10.065C12.255 9.75032 11.7448 9.75032 11.4303 10.065C11.1157 10.3796 11.1157 10.8897 11.4303 11.2043L12.0637 11.8376C12.0585 11.891 12.0555 11.9452 12.0555 12V17.1666C12.0555 18.0857 12.8032 18.8334 13.7223 18.8334H18.889C19.8081 18.8334 20.5557 18.0857 20.5557 17.1666V11.8293L22.0419 10.3431C22.3565 10.0284 22.3565 9.51828 22.0419 9.20375ZM18.9444 17.1667C18.9444 17.1974 18.9196 17.2222 18.889 17.2222H13.7223C13.6917 17.2222 13.6668 17.1974 13.6668 17.1667V13.4406L15.127 14.9008C15.452 15.2257 15.8788 15.3883 16.3057 15.3883C16.7325 15.3883 17.1592 15.2257 17.4842 14.9008L18.9444 13.4406V17.1667Z' fill='%23005282'/%3e%3cpath d='M18.8889 21.5278H13.7222C12.8031 21.5278 12.0554 22.2755 12.0554 23.1946V28.3613C12.0554 29.2804 12.8031 30.028 13.7222 30.028H18.8889C19.808 30.028 20.5556 29.2804 20.5556 28.3613V23.1946C20.5556 22.2756 19.808 21.5278 18.8889 21.5278ZM18.9443 28.3613C18.9443 28.3919 18.9195 28.4167 18.8889 28.4167H13.7222C13.6916 28.4167 13.6668 28.3919 13.6668 28.3613V23.1946C13.6668 23.164 13.6916 23.1392 13.7222 23.1392H18.8889C18.9195 23.1392 18.9443 23.164 18.9443 23.1946V28.3613Z' fill='%23005282'/%3e%3cpath d='M18.8889 32.7222H13.7222C12.8031 32.7222 12.0554 33.4698 12.0554 34.3889V39.5556C12.0554 40.4747 12.8031 41.2224 13.7222 41.2224H18.8889C19.808 41.2224 20.5556 40.4746 20.5556 39.5556V34.3889C20.5556 33.4698 19.808 32.7222 18.8889 32.7222ZM18.9443 39.5556C18.9443 39.5862 18.9195 39.611 18.8889 39.611H13.7222C13.6916 39.611 13.6668 39.5861 13.6668 39.5556V34.3889C13.6668 34.3583 13.6916 34.3335 13.7222 34.3335H18.8889C18.9195 34.3335 18.9443 34.3583 18.9443 34.3889V39.5556Z' fill='%23005282'/%3e%3cpath d='M31.8054 12.0557H24.0554C23.6105 12.0557 23.2498 12.4164 23.2498 12.8613C23.2498 13.3063 23.6104 13.667 24.0554 13.667H31.8054C32.2503 13.667 32.6111 13.3063 32.6111 12.8613C32.6111 12.4164 32.2503 12.0557 31.8054 12.0557Z' fill='%23005282'/%3e%3cpath d='M38.6943 15.5H24.0554C23.6105 15.5 23.2498 15.8607 23.2498 16.3057C23.2498 16.7506 23.6104 17.1113 24.0554 17.1113H38.6943C39.1392 17.1113 39.4999 16.7506 39.4999 16.3057C39.4999 15.8607 39.1393 15.5 38.6943 15.5Z' fill='%23005282'/%3e%3cpath d='M31.8054 23.25H24.0554C23.6105 23.25 23.2498 23.6107 23.2498 24.0557C23.2498 24.5006 23.6104 24.8613 24.0554 24.8613H31.8054C32.2503 24.8613 32.6111 24.5006 32.6111 24.0557C32.6111 23.6107 32.2503 23.25 31.8054 23.25Z' fill='%23005282'/%3e%3cpath d='M38.6943 26.6943H24.0554C23.6105 26.6943 23.2498 27.0551 23.2498 27.5C23.2498 27.9449 23.6104 28.3057 24.0554 28.3057H38.6943C39.1392 28.3057 39.4999 27.9449 39.4999 27.5C39.4999 27.0551 39.1393 26.6943 38.6943 26.6943Z' fill='%23005282'/%3e%3cpath d='M31.8054 34.4443H24.0554C23.6105 34.4443 23.2498 34.8051 23.2498 35.25C23.2498 35.6949 23.6104 36.0557 24.0554 36.0557H31.8054C32.2503 36.0557 32.6111 35.6949 32.6111 35.25C32.6111 34.8051 32.2503 34.4443 31.8054 34.4443Z' fill='%23005282'/%3e%3cpath d='M38.6943 37.8887H24.0554C23.6105 37.8887 23.2498 38.2494 23.2498 38.6943C23.2498 39.1393 23.6104 39.5 24.0554 39.5H38.6943C39.1392 39.5 39.4999 39.1393 39.4999 38.6943C39.4999 38.2494 39.1393 37.8887 38.6943 37.8887Z' fill='%23005282'/%3e%3c/svg%3e ");

	background-repeat: no-repeat;

}



.list-sec6 {

	display: flex;

	justify-content: space-between;

}



.content-section6 {

	height: 100%;

	display: flex;

	flex-direction: column;

	justify-content: center;

}



.list-sec6 {

	margin: 50px 0 36px;

}



.ls6_item {

	display: flex;

	width: 33%;

	position: relative;

	padding-right: 70px;

}



.ls6_item:after {

	content: "";

	display: block;

	position: absolute;

	width: 51px;

	height: 45px;

	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='51' height='45' viewBox='0 0 51 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0)'%3e%3cpath d='M32.1615 6.22646L27.4414 10.5037C27.1184 10.7955 27.1193 11.2613 27.4431 11.5523L35.4416 18.75L0.849966 18.75C0.380806 18.75 -8.70468e-07 19.086 -8.52373e-07 19.5L-5.90104e-07 25.5C-5.72009e-07 25.914 0.380806 26.25 0.849966 26.25L35.4416 26.25L27.4431 33.4477C27.12 33.7387 27.1193 34.2037 27.4414 34.4954L32.1615 38.7727C32.3213 38.9182 32.5406 39 32.7701 39C32.9996 39 33.2189 38.9175 33.3787 38.7727L50.7587 23.0227C50.9193 22.8773 51 22.6882 51 22.4999C51 22.311 50.9192 22.1227 50.7587 21.9765L33.3787 6.22646C33.2189 6.08171 32.9996 5.99997 32.7701 5.99997C32.5406 5.99997 32.3213 6.08171 32.1615 6.22646ZM48.9643 22.5007L32.7701 37.1752L29.2383 33.9749L38.0732 26.0257C38.3129 25.8104 38.3835 25.4887 38.25 25.2104C38.1174 24.9314 37.8088 24.7506 37.4663 24.7506L1.70003 24.7506L1.70003 20.2506L37.4664 20.2506C37.8089 20.2506 38.1175 20.0691 38.2501 19.7909C38.3836 19.5126 38.313 19.1916 38.0733 18.9756L29.2384 11.0263L32.7702 7.82537L48.9643 22.5007Z' fill='%23005282'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0'%3e%3crect width='45' height='51' fill='white' transform='translate(0 45) rotate(-90)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");

	background-repeat: no-repeat;

	right: 0;

	top: calc(50% - 20px);

}



.ls6_item:last-child {

	padding-right: 0;

	width: calc(33% - 70px);

}



.ls6_item:last-child:after {

	display: none;

}



.ls6_name {

	font-style: normal;

	font-weight: 600;

	font-size: 24px;

	line-height: 20px;

	/* or 111% */

	color: #005282;

	padding-bottom: 15px;

	position: relative;

}



.ls6_name:after {

	content: "";

	position: absolute;

	bottom: 0;

	left: 0;

	display: block;

	width: 140px;

	height: 1px;

	background: #6EC0AD;

}



.ls6_right p {

	font-style: normal;

	font-weight: 500;

	font-size: 13px;

	line-height: 20px;

	/* or 154% */

	color: #555555;

}



/*---------------------------------------------------------------------*/





.section7 {

	background: url(../img/fon-section7.png) no-repeat;

	background-size: auto 100%;

	position: relative;

}



.content-section7 {

	height: 100%;

	display: flex;

	flex-direction: column;

	justify-content: center;

}



.section7 .intro-fon {

	background: linear-gradient(90deg, rgba(0, 82, 130, 0.9) 0%, rgba(56, 148, 192, 0.7) 26.56%, rgba(56, 148, 192, 0.55) 53.65%, rgba(56, 148, 192, 0.7) 78.13%, rgba(0, 82, 130, 0.9) 100%);

}



.section7 .my-container {

	position: relative;

	z-index: 5;

}



.content-section7 p {

	font-style: normal;

	font-weight: 500;

	font-size: 18px;

	line-height: 27px;

	/* or 150% */

	color: #FFFFFF;

}



.wrap-form {

	display: flex;

	justify-content: space-between;

	margin-top: 29px;

}



.left-form {

	flex: 1 0 0;

	margin-right: 5%;

	display: flex;

	flex-direction: column;

	justify-content: center;

}



.right-form {

	min-width: 361px;

	max-width: 361px;

}



.content-form {



}



.top-inp {

	display: flex;

	justify-content: space-between;

}



.top-inp .wrap-label {

	width: 48%;

}



.wrap-inp {

	display: flex;

	flex-direction: column;

}



.content-form label {

	font-style: normal;

	font-weight: 500;

	font-size: 16px;

	line-height: 20px;

	/* identical to box height */

	color: #FFFFFF;

	margin-bottom: 10px;

}



.wrap-label {

	display: flex;

	flex-direction: column;

}



.wrap-inp,

.wrap-sel {

	margin-bottom: 18px;

	background: #fff;

	position: relative;

}



.wrap-inp input,

.wrap-sel select {

	height: 40px;

	width: 100%;

	background: transparent;

	display: flex;

	align-items: center;

	padding: 8px;

	border: 0;

	outline: none;

	position: relative;

	z-index: 1;

	cursor: pointer;

}



.wrap-sel select {

	font-style: normal;

	font-weight: normal;

	font-size: 14px;

	line-height: 17px;

/*	color: #B6B6B6;*/

}



.wrap-sel {

	position: relative;

}



.wrap-inp input::placeholder,

.wrap-inp textarea::placeholder {

	font-style: normal;

	font-weight: normal;

	font-size: 14px;

/*	line-height: 17px;*/

	color: #B6B6B6;

}



.wrap-inp textarea {

	height: 127px;

	resize: none;

	border: 0;

	outline: none;

	padding: 8px;

}



select {

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

}



.wrap-sel:after {

	content: "";

	display: block;

	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16.5162 4.97599L15.548 4.00781L8.50028 11.0552L1.45256 4.00781L0.484375 4.97599L8.50028 12.9919L16.5162 4.97599Z' fill='%236EC0AD'/%3e%3cpath d='M17 4.9762L15.5477 3.52393L8.5 10.5713L1.45227 3.52393L-6.34808e-08 4.9762L8.5 13.4765L17 4.9762ZM15.5477 4.49211L16.0318 4.9762L8.5 12.508L0.968181 4.9762L1.45227 4.49211L8.5 11.5395L15.5477 4.49211Z' fill='%236EC0AD'/%3e%3c/svg%3e ");

	background-repeat: no-repeat;

	width: 17px;

	height: 17px;

	position: absolute;

	right: 10px;

	top: calc(50% - 8px);

	z-index: 0;

}



.btn-enter {

	height: 45px;

	background: #6EC0AD;

	display: flex;

	justify-content: center;

	align-items: center;

	max-width: 202px;

	width: 100%;

	border: 0;

	cursor: pointer;

	font-style: normal;

	font-weight: 600;

	font-size: 16px;

	line-height: 15px;

	/* identical to box height, or 94% */

	color: #FFFFFF;

}



.wrap-logistic {

	padding: 32px;

	background: #005282 url(../img/fon-crugi2.png) no-repeat;

	background-position: right;

	height: 100%;

}



.logo-logistic {

	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 235 97' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg filter='url(%23filter0_d)'%3e%3cpath d='M19.2917 53.146L11.7699 58.8263C7.87506 50.6803 6.96406 41.4253 9.19587 32.6763C10.2368 33.9404 11.5166 34.9871 12.9621 35.7566C14.4076 36.526 15.9906 37.0031 17.6205 37.1607C17.3204 38.833 17.1713 40.529 17.1751 42.228C17.1679 45.97 17.8867 49.6778 19.2917 53.146Z' fill='url(%23paint0_linear)'/%3e%3cpath d='M43.0382 4V13.2289C38.2012 13.7705 33.5806 15.5304 29.6089 18.3441C27.9322 15.5 25.1978 13.4353 22.0034 12.6011C27.9772 7.66165 35.3151 4.6612 43.0382 4Z' fill='url(%23paint1_linear)'/%3e%3cpath d='M35.8719 69.4779C35.0938 71.1355 34.6916 72.9444 34.694 74.7755C34.6905 76.2202 34.9415 77.6542 35.4354 79.0118C27.2679 76.6009 20.142 71.5261 15.1929 64.5959L22.5323 59.0532C25.8471 63.7737 30.4902 67.4023 35.8719 69.4779Z' fill='url(%23paint2_linear)'/%3e%3cpath d='M70.6288 58.5063L78.2403 63.6096C73.6449 70.4712 66.956 75.6649 59.1697 78.4171C59.5336 77.2376 59.718 76.0101 59.7168 74.7757C59.7193 72.7282 59.2172 70.7115 58.2549 68.9042C63.2749 66.6703 67.5636 63.0665 70.6288 58.5063Z' fill='url(%23paint3_linear)'/%3e%3cpath d='M49.7139 4C57.6392 4.67699 65.1528 7.8221 71.1971 12.9927C68.1974 14.1175 65.743 16.3494 64.339 19.229C60.1166 15.9081 55.0519 13.8302 49.7139 13.2289V4Z' fill='url(%23paint4_linear)'/%3e%3cpath d='M84.7638 42.2368C84.77 47.5776 83.6494 52.8596 81.4752 57.7378L73.6963 52.5539C74.9446 49.2576 75.5818 45.7615 75.5767 42.2368C75.5819 40.5555 75.4328 38.8773 75.1313 37.2232C75.2778 37.2232 75.4303 37.2232 75.5767 37.2232C78.6363 37.2313 81.5913 36.1103 83.8759 34.0752C84.4692 36.7551 84.7669 39.492 84.7638 42.2368Z' fill='url(%23paint5_linear)'/%3e%3cpath d='M85.5951 24.715C85.6007 27.1265 84.727 29.4574 83.1377 31.2712C82.1974 32.3527 81.0357 33.2197 79.7313 33.8133C78.4269 34.407 77.0101 34.7135 75.577 34.7122C75.2454 34.7124 74.9141 34.6944 74.5844 34.6584C72.1152 34.4129 69.8254 33.2585 68.1597 31.4193C66.4939 29.5801 65.5712 27.1874 65.5708 24.706C65.5694 23.4073 65.8244 22.1211 66.3212 20.9212C66.9279 19.4327 67.8842 18.1122 69.1092 17.0715C70.3342 16.0307 71.7918 15.3003 73.3587 14.942C74.0864 14.7756 74.8305 14.6924 75.577 14.6939C76.8929 14.6935 78.1961 14.9524 79.4119 15.4559C80.6277 15.9594 81.7324 16.6976 82.6628 17.6283C83.5932 18.5589 84.331 19.6639 84.8342 20.8798C85.3373 22.0958 85.5959 23.399 85.5951 24.715Z' fill='url(%23paint6_linear)'/%3e%3cpath d='M28.8617 24.715C28.8601 27.3699 27.8041 29.9154 25.926 31.7919C24.0479 33.6683 21.5014 34.722 18.8465 34.7212C18.6163 34.7212 18.3802 34.7212 18.1619 34.6943C15.574 34.5151 13.1568 33.3381 11.4197 31.4115C9.68258 29.4849 8.76134 26.9591 8.85011 24.3665C8.93888 21.7739 10.0307 19.3171 11.8955 17.5138C13.7604 15.7105 16.2524 14.7016 18.8465 14.6999C19.1081 14.6982 19.3695 14.7102 19.6298 14.7357C22.1428 14.9301 24.4898 16.0659 26.2014 17.9161C27.9131 19.7663 28.8632 22.1945 28.8617 24.715Z' fill='url(%23paint7_linear)'/%3e%3cpath d='M57.227 74.7754C57.2285 77.2077 56.3445 79.5574 54.7402 81.3856C53.1358 83.2138 50.9208 84.3955 48.5089 84.7099C46.097 85.0242 43.6531 84.4499 41.6337 83.094C39.6143 81.7382 38.1576 79.6936 37.5356 77.3421C36.9136 74.9907 37.1688 72.4932 38.2536 70.3162C39.3385 68.1392 41.1787 66.4315 43.4306 65.5122C45.6825 64.5929 48.1921 64.5248 50.4905 65.3206C52.789 66.1164 54.7191 67.7216 55.9205 69.8366C56.7767 71.3418 57.227 73.0437 57.227 74.7754Z' fill='url(%23paint8_linear)'/%3e%3c/g%3e%3cpath d='M115.123 37.9613C107.963 37.9613 104.982 32.9896 104.982 28.0419C104.982 23.0403 108.235 18.0118 115.123 18.0118C116.428 18.0082 117.72 18.2634 118.926 18.7627C120.131 19.262 121.226 19.9955 122.146 20.9206L119.754 23.2435C118.507 22.0664 116.85 21.4227 115.135 21.4498C110.543 21.4498 108.558 24.84 108.558 28.0269C108.558 31.2138 110.391 34.5592 115.135 34.5592C116.927 34.5463 118.646 33.8527 119.945 32.6189L122.403 35.1033C120.424 37.0435 117.883 37.9613 115.123 37.9613Z' fill='white'/%3e%3cpath d='M143.214 27.9165C143.214 32.9181 140.179 37.9466 133.402 37.9466C126.678 37.9466 123.566 33.1095 123.566 28.081C123.566 23.0525 126.789 17.9971 133.402 17.9971C139.934 17.9971 143.214 22.9718 143.214 27.9165ZM127.118 27.9434C127.118 31.1154 128.783 34.6402 133.396 34.6402C138.009 34.6402 139.653 31.1423 139.653 27.9733C139.653 24.8044 137.859 21.2767 133.396 21.2767C128.932 21.2767 127.118 24.7476 127.118 27.9434Z' fill='white'/%3e%3cpath d='M162.042 18.353V37.5103H159.8V37.5373L149.743 24.6102V37.5103H146.134V18.3769H149.061L158.433 30.2367V18.353H162.042Z' fill='white'/%3e%3cpath d='M164.224 21.6592V18.3706H179.964V21.6592H173.907V37.504H170.29V21.6592H164.224Z' fill='white'/%3e%3cpath d='M185.728 33.9019L184.087 37.5104H180.186L188.769 18.377H192.703L201.286 37.5104H197.343L195.731 33.9019H185.728ZM187.175 30.5416H194.281L190.73 22.398L187.175 30.5416Z' fill='white'/%3e%3cpath d='M211.364 37.9613C204.189 37.9613 201.224 32.9896 201.224 28.0419C201.224 23.0403 204.476 18.0118 211.364 18.0118C212.669 18.0082 213.962 18.2634 215.167 18.7627C216.372 19.262 217.467 19.9955 218.387 20.9206L215.995 23.2435C214.749 22.0671 213.093 21.4235 211.379 21.4498C206.787 21.4498 204.802 24.84 204.802 28.0269C204.802 31.2138 206.635 34.5592 211.379 34.5592C213.17 34.5471 214.889 33.8533 216.187 32.6189L218.647 35.1033C216.659 37.0435 214.121 37.9613 211.364 37.9613Z' fill='white'/%3e%3cpath d='M219.257 21.6592V18.3706H235V21.6592H228.931V37.504H225.329V21.6592H219.257Z' fill='white'/%3e%3cpath d='M109.135 66.9611H118.974V70.2945H105.521V51.1611H109.126L109.135 66.9611Z' fill='white'/%3e%3cpath d='M140.424 60.7095C140.424 65.7081 137.39 70.7396 130.612 70.7396C123.889 70.7396 120.773 65.8995 120.773 60.874C120.773 55.8484 123.999 50.79 130.612 50.79C137.135 50.7871 140.424 55.7618 140.424 60.7095ZM124.328 60.7364C124.328 63.9054 125.993 67.4331 130.606 67.4331C135.219 67.4331 136.863 63.9323 136.863 60.7633C136.863 57.5944 135.07 54.0696 130.606 54.0696C126.143 54.0696 124.334 57.5376 124.334 60.7364H124.328Z' fill='white'/%3e%3cpath d='M153.106 53.9323C149.007 53.9323 146.529 57.0474 146.529 60.9818C146.529 64.1238 148.361 67.3765 153.106 67.3765C154.686 67.4201 156.226 66.8745 157.426 65.8458V62.4586H152.535V59.2328H160.732V67.3048C158.846 69.4632 156.469 70.7488 153.106 70.7488C145.931 70.7488 142.995 66.0192 142.995 60.9907C142.995 55.6095 146.355 50.6348 153.106 50.6348C155.767 50.6352 158.321 51.6859 160.212 53.5586L157.973 55.8546C156.643 54.6366 154.91 53.9522 153.106 53.9323Z' fill='white'/%3e%3cpath d='M164.392 51.1729H167.979V70.3063H164.392V51.1729Z' fill='white'/%3e%3cpath d='M179.857 53.6602C177.166 53.6602 175.896 54.7783 175.896 56.2014C175.896 57.8666 177.863 58.3299 180.159 58.593C184.147 59.0863 187.863 60.1237 187.863 64.6888C187.863 68.949 184.093 70.7816 179.83 70.7816C175.923 70.7816 172.915 69.5858 171.495 66.082L174.506 64.5363C175.352 66.6291 177.564 67.5678 179.887 67.5678C182.156 67.5678 184.288 66.7755 184.288 64.7008C184.288 62.907 182.401 62.1566 179.86 61.8846C175.953 61.4182 172.344 60.3898 172.344 56.0907C172.344 52.1564 176.231 50.542 179.752 50.5151C182.742 50.5151 185.815 51.3642 187.265 54.3149L184.398 55.7888C183.738 54.7036 181.935 53.6602 179.857 53.6602Z' fill='white'/%3e%3cpath d='M190.213 54.4526V51.1641H205.956V54.4526H199.887V70.2975H196.282V54.4526H190.213Z' fill='white'/%3e%3cpath d='M208.85 51.1729H212.437V70.3063H208.85V51.1729Z' fill='white'/%3e%3cpath d='M226.094 70.7397C218.934 70.7397 215.956 65.765 215.956 60.8172C215.956 55.8186 219.209 50.7871 226.094 50.7871C227.4 50.7859 228.693 51.0439 229.899 51.5463C231.104 52.0488 232.198 52.7855 233.116 53.7139L230.725 56.0338C229.478 54.8567 227.82 54.213 226.106 54.2401C221.514 54.2401 219.529 57.6303 219.529 60.8172C219.529 64.0041 221.358 67.3495 226.106 67.3495C227.898 67.3378 229.618 66.644 230.916 65.4092L233.373 67.8966C231.397 69.8368 228.853 70.7397 226.094 70.7397Z' fill='white'/%3e%3cdefs%3e%3cfilter id='filter0_d' x='0' y='0' width='93.5951' height='96.7939' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3e%3cfeOffset dy='4'/%3e%3cfeGaussianBlur stdDeviation='4'/%3e%3cfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0.24968 0 0 0 0 0.395833 0 0 0 1 0'/%3e%3cfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow' result='shape'/%3e%3c/filter%3e%3clinearGradient id='paint0_linear' x1='-2.21841' y1='61.8607' x2='53.4927' y2='-2.26315' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%232685C7'/%3e%3cstop offset='1' stop-color='%236EC0AD'/%3e%3c/linearGradient%3e%3clinearGradient id='paint1_linear' x1='1516.1' y1='8396' x2='3883.9' y2='4399.65' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%232685C7'/%3e%3cstop offset='1' stop-color='%236EC0AD'/%3e%3c/linearGradient%3e%3clinearGradient id='paint2_linear' x1='3216.51' y1='13188.6' x2='6915.34' y2='8777.76' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%232685C7'/%3e%3cstop offset='1' stop-color='%236EC0AD'/%3e%3c/linearGradient%3e%3clinearGradient id='paint3_linear' x1='4612.14' y1='14420.3' x2='8320.73' y2='10135.9' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%232685C7'/%3e%3cstop offset='1' stop-color='%236EC0AD'/%3e%3c/linearGradient%3e%3clinearGradient id='paint4_linear' x1='2562.18' y1='9521.36' x2='5121.8' y2='5365.52' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%232685C7'/%3e%3cstop offset='1' stop-color='%236EC0AD'/%3e%3c/linearGradient%3e%3clinearGradient id='paint5_linear' x1='2459.19' y1='16849' x2='6176.65' y2='14847.8' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%232685C7'/%3e%3cstop offset='1' stop-color='%236EC0AD'/%3e%3c/linearGradient%3e%3clinearGradient id='paint6_linear' x1='3522.57' y1='13493.9' x2='7253.04' y2='9199.01' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%232685C7'/%3e%3cstop offset='1' stop-color='%236EC0AD'/%3e%3c/linearGradient%3e%3clinearGradient id='paint7_linear' x1='1299.97' y1='11614.5' x2='5031.28' y2='7320.88' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%232685C7'/%3e%3cstop offset='1' stop-color='%236EC0AD'/%3e%3c/linearGradient%3e%3clinearGradient id='paint8_linear' x1='4071.7' y1='14049.6' x2='7803.44' y2='9754.55' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%232685C7'/%3e%3cstop offset='1' stop-color='%236EC0AD'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e ");

	width: 235px;

	height: 97px;

	background-repeat: no-repeat;

}



.wrap-logistic p {

	font-style: normal;

	font-weight: normal;

	font-size: 14px;

	line-height: 21px;

	/* or 150% */

	color: #FFFFFF;

}



.text-adress {

	padding-left: 25px;

	position: relative;

	margin-top: 39px;

}



.text-adress:before {

	content: "";

	display: block;

	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.9999 0C6.95632 0 3.6665 3.28982 3.6665 7.33335C3.6665 8.54722 3.96999 9.75077 4.54693 10.8183L10.5988 21.7637C10.6794 21.9096 10.8329 22 10.9999 22C11.1668 22 11.3203 21.9096 11.4009 21.7637L17.455 10.8147C18.0297 9.75077 18.3332 8.54717 18.3332 7.3333C18.3332 3.28982 15.0434 0 10.9999 0ZM10.9999 11C8.97809 11 7.3332 9.35511 7.3332 7.33335C7.3332 5.31158 8.97809 3.6667 10.9999 3.6667C13.0216 3.6667 14.6665 5.31158 14.6665 7.33335C14.6665 9.35511 13.0216 11 10.9999 11Z' fill='white'/%3e%3c/svg%3e ");

	background-repeat: no-repeat;

	min-width: 22px;

	min-height: 22px;

	max-width: 22px;

	max-height: 22px;

	position: absolute;

	left: 0;

}



/*----------------------------------------------------------------------------------*/



.section8 {

	background: #F8F7FA;

}



.section8 .my-container {

	position: relative;

	z-index: 5;

}



.content-section8 {

	height: 100%;

	display: flex;

	flex-direction: column;

	justify-content: center;

}



.slider-reviews {

	margin-top: 53px;

}



.sr_item_content {

	max-width: 95%;

	background: #fff;

	padding: 38px 22px;

}



.sr_item_top {

	display: flex;

	margin-bottom: 25px;

}



.sr_top_right {

	display: flex;

	flex-direction: column;

	justify-content: center;

}



.sr_item_top .wrap-avatar {

	min-width: 79px;

	min-height: 79px;

	max-width: 79px;

	max-height: 79px;

	border-radius: 50%;

	margin-right: 15px;

	overflow: hidden;

}



.sr_title {

	font-style: normal;

	font-weight: 600;

	font-size: 24px;

	line-height: 29px;

	color: #333333;

	margin-bottom: 5px;

}



.sr_name {

	font-style: normal;

	font-weight: normal;

	font-size: 14px;

	line-height: 17px;

	/* identical to box height */

	color: #005282;

}



.sr_text {

	margin-bottom: 14px;

	font-style: normal;

	font-weight: normal;

	font-size: 14px;

	line-height: 21px;

	/* or 150% */

	color: #555555;

}



.sr_item_content a {

	font-style: normal;

	font-weight: 500;

	font-size: 14px;

	line-height: 21px;

	/* identical to box height, or 150% */

	color: #555555;

	display: flex;

	align-items: center;

}



.sr_item_content a:after {

	content: "";

	display: block;

	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0)'%3e%3cpath d='M0.312996 3.21973L0.939466 2.59326L5.49976 7.15334L10.0601 2.59326L10.6865 3.21973L5.49976 8.4065L0.312996 3.21973Z' fill='%23555555'/%3e%3cpath d='M9.12598e-07 3.21998L0.939705 2.28027L5.5 6.84035L10.0603 2.28027L11 3.21998L5.5 8.7202L9.12598e-07 3.21998ZM0.939705 2.90674L0.626471 3.21998L5.5 8.09351L10.3735 3.21998L10.0603 2.90674L5.5 7.46682L0.939705 2.90674Z' fill='%23555555'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0'%3e%3crect width='11' height='11' fill='white' transform='translate(11) rotate(90)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");

	background-repeat: no-repeat;

	width: 11px;

	height: 11px;

	margin-left: 10px;

}



.sr_item {

	outline: none;

}



.nextArrow,

.prevArrow {

	position: absolute;

	display: flex;

	background: #F8F7FA;

	border: 1px solid #C4C4C4;

	justify-content: center;

	align-items: center;

	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='11' height='17' viewBox='0 0 11 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.02401 0.48381L9.99219 1.45199L2.9448 8.49972L9.99219 15.5474L9.02401 16.5156L1.00809 8.49972L9.02401 0.48381Z' fill='%23C4C4C4'/%3e%3cpath d='M9.0238 1.78039e-06L10.4761 1.45227L3.42869 8.5L10.4761 15.5477L9.0238 17L0.523459 8.5L9.0238 1.78039e-06ZM9.50789 1.45227L9.0238 0.968183L1.49198 8.5L9.0238 16.0318L9.50789 15.5477L2.46051 8.5L9.50789 1.45227Z' fill='%23C4C4C4'/%3e%3c/svg%3e ");

	background-repeat: no-repeat;

	background-position: center;

	width: 45px;

	height: 45px;

	cursor: pointer;

}



.nextArrow {

	bottom: -65px;

	left: 0;

}



.prevArrow {

	transform: rotate(180deg);

	bottom: -65px;

	left: 44px;

}



.nextArrow:hover,

.prevArrow:hover {

	background: #005282;

	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='11' height='17' viewBox='0 0 11 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.02401 0.48381L9.99219 1.45199L2.9448 8.49972L9.99219 15.5474L9.02401 16.5156L1.00809 8.49972L9.02401 0.48381Z' fill='%23fff'/%3e%3cpath d='M9.0238 1.78039e-06L10.4761 1.45227L3.42869 8.5L10.4761 15.5477L9.0238 17L0.523459 8.5L9.0238 1.78039e-06ZM9.50789 1.45227L9.0238 0.968183L1.49198 8.5L9.0238 16.0318L9.50789 15.5477L2.46051 8.5L9.50789 1.45227Z' fill='%23fff'/%3e%3c/svg%3e ");

	background-repeat: no-repeat;

	background-position: center;	

}



/*--------------------section9-------------------------------*/



.section9 .my-container {

	height: 100%;

	display: flex;

	flex-direction: column;

	justify-content: center;

	align-items: center;

}



.content-section9 {



}



.list-partner {

	display: flex;

	justify-content: space-between;

	flex-wrap: wrap;

}



.lsp_item {

	height: 236px;

	width: 25%;

	display: flex;

	justify-content: center;

	align-items: center;

	padding: 0 18px;

	border: 0.8px solid #C4C4C4;

	background: #fff;

}



.lsp_item img {

	max-width: 80%;

    max-height: 80%;

}





.lsp_item:nth-child(2n) {

	background: #FDFDFD;

}



/*-------------------section10 --------------------------------*/



.section10 {

	background: #F8F7FA;

}



.section10 .my-container {

	height: 100%;

	display: flex;

	flex-direction: column;

	justify-content: center;

}



.list-news {

	flex: 1 0 0;

	display: flex;

	flex-wrap: wrap;

}



.ln_item {

	margin-bottom: 25px;

	max-width: 360px;

	width: calc(50% - 30px);

	margin-right: 30px;

}



.ln_item_top {

	background: url(../img/fon-new.png);

	background-repeat: no-repeat;

	height: 100px;

}



.ln_title {

	font-style: normal;

	font-weight: 600;

	font-size: 18px;

	line-height: 23px;

	/* or 128% */

	color: #005282;

	margin-top: 15px;

	margin-bottom: 12px;

}



.ln_text {

	margin-bottom: 15px;

}



.ln_item a {

	font-style: normal;

	font-weight: normal;

	font-size: 14px;

	line-height: 21px;

	/* identical to box height, or 150% */

	color: #6EC0AD;

	display: flex;

	align-items: center;

}



.ln_item a:after {

	content: "";

	display: block;

	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 21 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M20.3536 4.35355C20.5488 4.15829 20.5488 3.84171 20.3536 3.64645L17.1716 0.464466C16.9763 0.269204 16.6597 0.269204 16.4645 0.464466C16.2692 0.659728 16.2692 0.976311 16.4645 1.17157L19.2929 4L16.4645 6.82843C16.2692 7.02369 16.2692 7.34027 16.4645 7.53553C16.6597 7.7308 16.9763 7.7308 17.1716 7.53553L20.3536 4.35355ZM0 4.5H20V3.5H0V4.5Z' fill='%236EC0AD'/%3e%3c/svg%3e ");

	background-repeat: no-repeat;

	width: 21px;

	height: 8px;

	margin-left: 8px;

}



.ln_text {

	font-style: normal;

	font-weight: normal;

	font-size: 14px;

	line-height: 21px;

	/* or 150% */

	color: #555555;

}



.sec10-right {

	max-width: 361px;

	padding-bottom: 25px;	

}



.content-section10 {

	display: flex;

	justify-content: space-between;

}



.wrap-logistic span {

	font-style: normal;

	font-weight: 600;

	font-size: 20px;

	line-height: 28px;

	/* or 140% */

	color: #FFFFFF;

}



.wrap-logistic.news {

	display: flex;

	flex-direction: column;

	justify-content: space-between;

}



.subscription {

	position: relative;

}



.subscription .wrap-inp {

	width: 100%;

	background: transparent;

}



.subscription .wrap-inp  input {

    background: transparent;

    border: 0;

    border-bottom: 1px solid #6EC0AD;

    width: 100%;

    color: #fff;

    padding-left: 0;

}



.subscription .wrap-inp  input::placeholder {

	font-family: "Montserrat";

	font-style: normal;

	font-weight: normal;

	font-size: 18px;

	line-height: 22px;

	/* identical to box height */

	letter-spacing: 0.05em;

	color: #6EC0AD;

}



.subscription .btn-enter2 {

	background-color: transparent;

	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 28 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M27.3536 4.35355C27.5488 4.15829 27.5488 3.84171 27.3536 3.64645L24.1716 0.464466C23.9763 0.269204 23.6597 0.269204 23.4645 0.464466C23.2692 0.659728 23.2692 0.976311 23.4645 1.17157L26.2929 4L23.4645 6.82843C23.2692 7.02369 23.2692 7.34027 23.4645 7.53553C23.6597 7.7308 23.9763 7.7308 24.1716 7.53553L27.3536 4.35355ZM0 4.5H27V3.5H0V4.5Z' fill='%236EC0AD'/%3e%3c/svg%3e ");

	background-repeat: no-repeat;

	background-position: center;

	width: 23px;

	height: 36px;

	position: absolute;

	right: 0;

	bottom: 0;

	z-index: 1;

	border: 0;

	cursor: pointer;

}



/*--------------------footer--------------------------*/



.section11 {

	background: #0A2F44;

}



.section11 .content-section {

	display: flex;

	flex-direction: column;

	justify-content: center;

	height: 100%;

}



.section11 .wrap-container {

	height: auto;

}



.section11 .my-container {

	height: 100%;

	display: flex;

	flex-direction: column;

}



.section11 .title-section {

/*	margin-top: -100px;*/

}



.content-section11 {

	margin-top: 100px;

}



.fl_title {

	font-style: normal;

	font-weight: 600;

	font-size: 20px;

	line-height: 15px;

	/* identical to box height, or 75% */

	letter-spacing: 0.05em;

	color: #FFFFFF;

	margin-bottom: 21px;

	margin-top: 10px;

}



.fl_item {

	font-style: normal;

	font-weight: normal;

	font-size: 16px;

	line-height: 15px;

	/* identical to box height, or 94% */

	color: #FFFFFF;

	margin-bottom: 11px;

	display: block;

}



.content-section11 {

	display: flex;

	justify-content: space-between;

}



.con_sec11_left {

	width: 35%;

	display: flex;

	flex-direction: column;

}



.foot-list {

	width: 18%;

}



.con_sec11_left a,

.con_sec11_left p {

	color: #fff;

	margin-bottom: 17px;

}



.con_sec11_left a:hover,

.foot-list a {

	color:#fff;

}



.foot-tel,

.foot-email,

.foot-adress {

	position: relative;

	padding-left: 25px;

}



.foot-tel:before {

	content:"";

	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17.5277 13.8874L13.8844 11.4577C13.4221 11.1519 12.8023 11.2525 12.4605 11.689L11.3993 13.0535C11.2629 13.2333 11.015 13.2855 10.8176 13.1759L10.6158 13.0646C9.94657 12.6998 9.11391 12.2457 7.43626 10.5674C5.75861 8.88919 5.30358 8.0559 4.93881 7.38793L4.82812 7.18605C4.71701 6.98879 4.76819 6.73981 4.94809 6.60233L6.31167 5.54141C6.74797 5.19956 6.84875 4.57999 6.54325 4.11751L4.11361 0.474245C3.80052 0.00329095 3.17237 -0.138087 2.68767 0.15328L1.16419 1.06844C0.685504 1.34986 0.33431 1.80563 0.184251 2.34024C-0.364352 4.33914 0.0483563 7.78893 5.13021 12.8714C9.17272 16.9136 12.1822 18.0006 14.2507 18.0006C14.7267 18.0027 15.2009 17.9407 15.6605 17.8165C16.1952 17.6666 16.651 17.3154 16.9323 16.8365L17.8483 15.314C18.1401 14.8292 17.9988 14.2006 17.5277 13.8874ZM17.3315 15.0062L16.4175 16.5297C16.2156 16.8753 15.8877 17.1294 15.5027 17.2388C13.6573 17.7454 10.4334 17.3258 5.55463 12.447C0.675838 7.56818 0.25624 4.34455 0.762872 2.49894C0.872402 2.11341 1.12683 1.78513 1.47285 1.58287L2.99633 0.668911C3.20664 0.542367 3.47927 0.603706 3.61513 0.808074L4.93495 2.78957L6.0427 4.45102C6.17536 4.65163 6.13177 4.9205 5.94252 5.06894L4.57862 6.12987C4.16356 6.44725 4.04503 7.02151 4.30058 7.47728L4.40888 7.67406C4.79223 8.37715 5.26885 9.25181 7.00889 10.9916C8.74894 12.7313 9.62332 13.208 10.3261 13.5913L10.5232 13.6999C10.9789 13.9554 11.5532 13.8369 11.8706 13.4218L12.9315 12.0579C13.08 11.8688 13.3487 11.8252 13.5494 11.9577L17.1924 14.3874C17.3969 14.5231 17.4582 14.7959 17.3315 15.0062Z' fill='white'/%3e%3c/svg%3e ");

	background-repeat: no-repeat;

	width: 18px;

	height: 18px;

	display: block;

	position: absolute;

	left: 0;

	top: 0;

}



.foot-email:before  {

	content:"";

	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17.1 2.09961H0.9C0.402961 2.09961 0 2.50254 0 2.99961V14.9996C0 15.4966 0.402926 15.8996 0.9 15.8996H17.1C17.597 15.8996 18 15.4967 18 14.9996V2.99961C18 2.50257 17.5971 2.09961 17.1 2.09961ZM17.4 14.9996C17.4 15.1653 17.2657 15.2996 17.1 15.2996H0.9C0.734309 15.2996 0.600012 15.1653 0.600012 14.9996V2.99961C0.600012 2.83392 0.734309 2.69962 0.9 2.69962H17.1C17.2657 2.69962 17.4 2.83392 17.4 2.99961V14.9996Z' fill='white'/%3e%3cpath d='M16.5258 3.29999C16.4466 3.29306 16.3678 3.31792 16.3068 3.3691L9.38581 9.18307C9.1626 9.3707 8.83681 9.3707 8.6136 9.18307L1.69264 3.36907C1.61055 3.30016 1.49791 3.28026 1.39718 3.3169C1.29646 3.35353 1.22291 3.44114 1.20428 3.54671C1.18565 3.65229 1.22474 3.75976 1.30683 3.82867L8.22783 9.64235C8.6739 10.0179 9.32555 10.0179 9.77165 9.64235L16.6926 3.8287C16.7536 3.77755 16.7917 3.70428 16.7986 3.62501C16.8055 3.54573 16.7807 3.46694 16.7295 3.40602C16.6784 3.34502 16.6051 3.30691 16.5258 3.29999Z' fill='white'/%3e%3cpath d='M5.76998 9.60194C5.66378 9.57824 5.5531 9.61389 5.48068 9.6951L1.28067 14.1951C1.20466 14.2729 1.17675 14.3858 1.20776 14.4901C1.23876 14.5944 1.32381 14.6737 1.42998 14.6974C1.53619 14.7211 1.64686 14.6855 1.71928 14.6043L5.91929 10.1043C5.9953 10.0264 6.02321 9.91353 5.99221 9.80925C5.9612 9.70498 5.87619 9.62563 5.76998 9.60194Z' fill='white'/%3e%3cpath d='M12.5196 9.6951C12.4472 9.61389 12.3365 9.57824 12.2303 9.60194C12.1241 9.62563 12.0391 9.70498 12.008 9.80925C11.977 9.91356 12.005 10.0264 12.081 10.1043L16.281 14.6043C16.3949 14.7209 16.5811 14.7253 16.7003 14.6141C16.8195 14.5028 16.8281 14.3168 16.7196 14.1951L12.5196 9.6951Z' fill='white'/%3e%3c/svg%3e ");

	background-repeat: no-repeat;

	width: 18px;

	height: 18px;

	display: block;

	position: absolute;

	left: 0;

	top: 0;

}



.foot-adress:before  {

	content:"";

	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0)'%3e%3cpath d='M6.23351 13.0065C7.016 14.1098 7.79723 15.0965 8.31498 15.7321C8.39035 15.8246 8.46097 15.9104 8.52937 15.993H6.96694C6.79205 15.993 6.65029 16.1348 6.65029 16.3097C6.65029 16.4846 6.79205 16.6263 6.96694 16.6263H12.0336C12.2085 16.6263 12.3502 16.4846 12.3502 16.3097C12.3502 16.1348 12.2085 15.993 12.0336 15.993H10.4712C10.5396 15.9104 10.6102 15.8245 10.6859 15.7321C11.2033 15.0987 11.9842 14.1098 12.767 13.0065C13.5437 11.9339 14.2427 10.8072 14.8589 9.63499C15.5055 8.36514 15.8336 7.31097 15.8336 6.50157C15.8358 4.81973 15.1684 3.20621 13.9789 2.01722C13.8994 1.93483 13.7817 1.90173 13.671 1.93064C13.5603 1.95955 13.4737 2.04594 13.4447 2.15664C13.4156 2.26734 13.4485 2.38508 13.5308 2.46465C14.6015 3.53503 15.2022 4.98754 15.2003 6.50153C15.2003 7.21025 14.8957 8.16782 14.2946 9.34742C13.6924 10.4924 13.0092 11.593 12.2502 12.6408C11.4782 13.7298 10.7065 14.7054 10.1951 15.3324C10.025 15.5408 9.87206 15.7251 9.74158 15.8809C9.68069 15.9505 9.59274 15.9903 9.5003 15.9903C9.40786 15.9903 9.31991 15.9504 9.25901 15.8809C9.12854 15.7251 8.97561 15.5408 8.80553 15.3324C8.29413 14.7058 7.5224 13.7301 6.75037 12.6408C5.99145 11.593 5.30822 10.4924 4.70597 9.34742C4.10432 8.16782 3.80031 7.21025 3.80031 6.50153C3.80013 4.20783 5.17184 2.13645 7.28367 1.24137C8.70267 0.646355 10.3012 0.646355 11.7202 1.24137C11.8244 1.28553 11.9442 1.2708 12.0346 1.20263C12.1249 1.13449 12.1721 1.02331 12.1582 0.910983C12.1444 0.798652 12.0717 0.702242 11.9675 0.658082C8.74275 -0.702057 5.02593 0.808821 3.66479 4.03312C3.3347 4.81413 3.16541 5.65365 3.167 6.50153C3.167 7.31093 3.49509 8.36514 4.14172 9.63655C4.75781 10.8082 5.45692 11.9344 6.23351 13.0065Z' fill='white'/%3e%3cpath d='M9.50006 3.64308C9.67495 3.64308 9.81671 3.50132 9.81671 3.32642C9.81671 3.15152 9.67495 3.00977 9.50006 3.00977C7.98933 3.00973 6.68894 4.07692 6.39418 5.55863C6.09942 7.04034 6.89241 8.52391 8.28814 9.10207C9.68386 9.68024 11.2936 9.19191 12.133 7.93579C12.9723 6.67967 12.8074 5.00555 11.7392 3.93728C11.6597 3.85497 11.542 3.82194 11.4312 3.85093C11.3205 3.87991 11.2341 3.96637 11.2051 4.07707C11.1761 4.18781 11.2091 4.30552 11.2914 4.38504C12.1461 5.23964 12.278 6.57888 11.6066 7.58381C10.9352 8.58874 9.64735 8.97943 8.53076 8.51697C7.41417 8.05451 6.77975 6.86767 7.01547 5.68228C7.25119 4.49689 8.29148 3.64311 9.50006 3.64308Z' fill='white'/%3e%3cpath d='M18.8808 17.4408L16.9333 13.9575C16.7572 13.648 16.4277 13.4578 16.0716 13.46H13.8148C13.6399 13.46 13.4981 13.6017 13.4981 13.7766C13.4981 13.9515 13.6399 14.0933 13.8148 14.0933H16.0716C16.1984 14.0908 16.3167 14.1569 16.381 14.2662L18.3279 17.7495C18.3809 17.8402 18.3798 17.9526 18.3251 18.0422C18.2604 18.149 18.1434 18.213 18.0185 18.21H0.981795C0.857032 18.213 0.740211 18.1489 0.675567 18.0422C0.620793 17.9526 0.619717 17.8402 0.672709 17.7495L2.61959 14.2662C2.68382 14.157 2.80198 14.0909 2.92864 14.0933H5.18553C5.36042 14.0933 5.50218 13.9515 5.50218 13.7766C5.50218 13.6017 5.36042 13.46 5.18553 13.46H2.92867C2.57242 13.4576 2.24267 13.6479 2.0664 13.9575L0.119183 17.4408C-0.0431711 17.7276 -0.039423 18.0794 0.129017 18.3627C0.306475 18.6643 0.631889 18.8477 0.981795 18.8434H18.0185C18.3683 18.8476 18.6936 18.6642 18.871 18.3627C19.0394 18.0794 19.0432 17.7276 18.8808 17.4408Z' fill='white'/%3e%3cpath d='M15.5168 15.043H14.2501C14.1876 15.0431 14.1265 15.0616 14.0744 15.0962L13.1244 15.7295C12.9789 15.8266 12.9396 16.0233 13.0367 16.1688C13.1337 16.3143 13.3304 16.3535 13.4759 16.2565L14.3451 15.6764H15.5168C15.6917 15.6764 15.8335 15.5346 15.8335 15.3597C15.8335 15.1847 15.6917 15.043 15.5168 15.043Z' fill='white'/%3e%3cpath d='M13.6167 17.26C13.6167 17.4349 13.7585 17.5767 13.9334 17.5767H16.4667C16.6416 17.5767 16.7834 17.4349 16.7834 17.26C16.7834 17.0851 16.6416 16.9434 16.4667 16.9434H13.9334C13.7585 16.9434 13.6167 17.0851 13.6167 17.26Z' fill='white'/%3e%3cpath d='M5.69982 16.3097C5.83943 16.3099 5.96267 16.2186 6.00323 16.085C6.04379 15.9514 5.99206 15.807 5.87591 15.7295L4.9259 15.0962C4.87373 15.0615 4.81246 15.043 4.74982 15.043H3.48316C3.30826 15.043 3.1665 15.1848 3.1665 15.3596C3.1665 15.5345 3.3083 15.6763 3.48316 15.6763H4.65482L5.52504 16.2564C5.57681 16.291 5.63763 16.3095 5.69982 16.3097Z' fill='white'/%3e%3cpath d='M2.53345 16.9434C2.35856 16.9434 2.2168 17.0851 2.2168 17.26C2.2168 17.4349 2.35856 17.5767 2.53345 17.5767H5.06681C5.2417 17.5767 5.38346 17.4349 5.38346 17.26C5.38346 17.0851 5.2417 16.9434 5.06681 16.9434H2.53345Z' fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0'%3e%3crect width='19' height='19' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");

	background-repeat: no-repeat;

	width: 18px;

	height: 18px;

	display: block;

	position: absolute;

	left: 0;

	top: 0;

}



.fl_item.more {

	height: 31px;

	display: flex;

	justify-content: center;

	align-items: center;

	border: 1px solid #C9C9C9;

	font-style: normal;

	font-weight: normal;

	font-size: 13px;

	line-height: 15px;

	/* identical to box height, or 115% */

	color: #FFFFFF;

	margin-top: 25px;

}



.fl_item.more:after {

	content: "";

	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 15 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.3536 4.35355C14.5488 4.15829 14.5488 3.84171 14.3536 3.64645L11.1716 0.464466C10.9763 0.269204 10.6597 0.269204 10.4645 0.464466C10.2692 0.659728 10.2692 0.976311 10.4645 1.17157L13.2929 4L10.4645 6.82843C10.2692 7.02369 10.2692 7.34027 10.4645 7.53553C10.6597 7.7308 10.9763 7.7308 11.1716 7.53553L14.3536 4.35355ZM0 4.5H14V3.5H0V4.5Z' fill='white'/%3e%3c/svg%3e ");

	background-repeat: no-repeat;

	display: block;

	width: 15px;

	height: 8px;

	margin-left: 5px;

}



.foot-row {

	display: flex;

	justify-content: space-between;

}



.fb-foot {

	display: block;

	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0)'%3e%3cpath d='M17.3877 0.224609C26.9912 0.224609 34.7754 8.00995 34.7754 17.6124C34.7754 27.2159 26.9912 35 17.3877 35C7.78415 35 0 27.2158 0 17.6124C0 8.00995 7.78427 0.224609 17.3877 0.224609Z' fill='%233A96BF'/%3e%3cpath d='M19.5047 12.195H21.7456V8.88477H19.1114V8.8967C15.9196 9.00975 15.2655 10.8039 15.2078 12.6883H15.2012V14.3413H13.0278V17.5829H15.2012V26.2724H18.4767V17.5829H21.1598L21.6781 14.3413H18.4778V13.3426C18.4778 12.7058 18.9015 12.195 19.5047 12.195Z' fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0'%3e%3crect width='34.7754' height='34.7754' fill='white' transform='translate(0 0.224609)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");

	background-repeat: no-repeat;

	width: 35px;

	height: 35px;	

}



.list-soc {

	display: flex;

	justify-content: center;

	padding-bottom: 37px;

	border-bottom: 0.8px solid rgba(255, 255, 255, 0.5);	

}



.fb-foot {

	margin-right: 15px;

}



.fb-foot:last-child {

	margin-right: 0;	

}



.foot-row {

	margin-top: 21px;	

}



.copyrait {

	font-style: normal;

	font-weight: 500;

	font-size: 14px;

	line-height: 15px;

	/* identical to box height, or 107% */

	color: #FFFFFF;

}



.author {

	font-style: normal;

	font-weight: normal;

	font-size: 14px;

	line-height: 15px;

	/* identical to box height, or 107% */

	color: #FFFFFF;

}



.author:hover {

	color: #fff;

}



.author span {

	font-family: "Raleway";

	font-style: normal;

	font-weight: 800;

	font-size: 14px;

	line-height: 15px;

	/* identical to box height, or 107% */

	color: #FFFFFF;

}



#loader {

    position: fixed;

    left: 0px;

    top: 0px;

    width: 100%;

    height: 100%;

    background: rgba(240, 240, 240, 0.91);

    overflow: hidden;

    display: none;

}



#loader div img {

	width: 100px;

}



#loader div {

	width: 100%;

	height: 100%;

	display: flex;

	justify-content: center;

	align-items: center;

}



#overlay {

display: none;

position: fixed;

width: 100vw;

height: 100vh;

background: #000c;

left: 0px;

top: 0px;

cursor: pointer;

z-index: 99;

}





#thx {

	background: #005282;

	position: absolute;

	left: 50%;

	margin-left: -170px;

	top: 50%;

	padding: 30px;

	margin-top: -20px;

	color: #fff;

}







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







	.my-container {

		max-width: 990px;

	}



	.main-left {

		margin-right: 2%;	

	}



	.main-text {

		font-size: 18px;	

	}



	.content-section2 p,

	.section2-text,

	.content-section7 p {

		font-size: 16px;

		line-height: 20px;	

	}



	.subtitle-main {

		font-size: 35px;

		line-height: 40px;	

	}



	.fl_item,

	.con_sec11_left a, 

	.con_sec11_left p {

		font-size: 14px;

	}



	.ls4b_wrap-title {

	    background-size: 100% 100%;

	}



	.ls4b_item1.open .ls4b_wrap-title,

	.ls4b_item2.open .ls4b_wrap-title,

	.ls4b_item3.open .ls4b_wrap-title,

	.ls4b_item4.open .ls4b_wrap-title {

		background-size: 100% auto;

	}



	.la_top {

		display: flex;

		min-height: 244px;

	}

}



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

	.ln_text {

		font-size: 12px;

		line-height: 18px;

		margin-bottom: 5px;	

	}



	.ln_title {

		margin-top: 7px;

		margin-bottom: 8px;

	}



	.wrap-title-section {

		margin-bottom: 25px;

	}

}





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

	.head_menu_close {

		display: block;

	}



	.burger {

		display: flex;

	}



	#menu {

	    position: fixed;

	    top: 0;

	    left: 0;

	    z-index: 999;

	    padding: 0;

	    height: 100%;

	    display: flex;

	    flex-direction: column;

	    justify-content: center;

	    padding-left: 20px;

	    background: #F8F7FA;

	    padding-right: 20px;

	    transform: translateX(-100%);

	    transition: all 0.5s ease;

	}



	#menu .menu_item {

		margin-bottom: 20px;	

	}



	#menu.open {

		transform: translateX(0);

	}



	#menu.open .burger {

		display: none;	

	}	



	#menu .menu_item a {

	    color: #353535;

	}



	#menu .menu_item.active .marker {

	    border: 1px solid #353535;

	}



	#menu .marker:before {

	    border: 1px solid #353535;

	}



	.nav-menu .link-menu {

		font-size: 16px;

	}



	.nav-menu {

		margin: 0 20px;

	}

}



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

	.main-left {

		max-width: 100%;

	}



	.main-left {

		width: 100%;

	}



	.main-right {

	    min-width: 300px;

	    max-width: 300px;

	}



	.lm_wrap-text p {

		font-size: 16px;

		line-height: 20px;

	}

}



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

	#fullpage {

		transform: none!important;

	}



	.head_menu_close.menu2,

	.burger.menu2 {

		display: flex;

	}



	.nav-menu.open .burger.menu2 {

		display: none;

	}



	.color-black .burger_line {

		background: #9f9999;

	}



	.fp-section {

	    height: auto!important;

	    min-height: 100vh; 

	}

	.fp-slide,

	.fp-tableCell,

	.content-section {

		min-height: 100vh;

		height: auto!important;

	}	



	.nav-menu {

		position: fixed;

	    top: 0;

	    left: 0;

	    z-index: 999;

	    padding: 0;

	    height: 100vh;

	    display: flex;

	    flex-direction: column;

	    justify-content: center;

	    padding-left: 20px;

	    background: #F8F7FA;

	    padding-right: 20px;

	    transform: translateX(-100%);

	    transition: all 0.5s ease;

	    max-width: none;

	    width: 300px;

	    margin: 0	

	}



	.nav-menu.open {

		transform: translateX(0);

	}



	.nav-menu .link-menu {

		color: #353535;

		height: auto;

		margin-bottom: 20px;		

	}



	.my-container {

		padding: 50px 30px;

	}



	.navigation {

	    padding: 30px 30px 10px 30px;

	    z-index: 999;

	}



	.section-padding-left, .section-padding-right {

		display: none;

	}



	.poloski.color-black {

		display: none;

	}

	/*.poloski {

		display: none;

	}*/



	.content-section11 {

		/*justify-content: space-around;*/

		flex-wrap: wrap;

	}



	.con_sec11_left {

		width: 45%;

	}



	.foot-list {

		width: 45%;

	}



}



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



	.left-form {

		flex: none;

	}



	.content-main {

		flex-direction: column;

	}



	.main-right {

		max-width: 100%;

		width: 100%;

	}



	.list-main {

		display: flex;

		flex-wrap: wrap;

		max-width: 630px;

		width: 100%;

	}



	.list-main {

	    border: 1.5px solid #FFFFFF;

	    border-bottom: 0;

	    margin-top: 30px;

	}



	.lm_item {

		width: 50%;

	}



	.lm_item:nth-child(2n -1) {

		border-right: 1.5px solid #FFFFFF;

	}



	.lm_item,

	.lm_item:last-child {

		border-bottom: 1.5px solid #FFFFFF;

	}

/*

	.lm_item:last-child {



	}*/



	.list_advan {

		flex-wrap: wrap;

	}



	.la_item {

		width: 48%;

		margin-bottom: 50px;

	}



	.list-sec6 {

		flex-wrap: wrap;

		/*justify-content: space-around;*/

	}



	.ls6_item {

		width: 50%;

		margin-bottom: 30px;

	}



	.ls6_item:last-child {

		width: 100%;

		padding-right: 0;

	}



	.ls6_item:after {

	    right: 23px;

	}





	/*.content-section7 {

		padding: 50px 0;

	}*/



	.wrap-form {

		flex-direction: column;

	}



	.left-form {

		margin-right: 0;

		margin-bottom: 30px;

	}



	.right-form {

		min-width: 0;

		max-width: 100%;

	}



	.lsp_item {

		width: 50%;

	}



	.content-section10 {

		flex-direction: column;

	}



	.sec10-right {

		max-width: 100%;

	}



	.wrap-logistic {

		max-width: 500px;

		width: 100%;

	}



	.news_top {

		margin-bottom: 30px;

	}



	.ls4b_title {

		margin-bottom: 10px;

	}



	.ls4b_item1, .ls4b_item2, .ls4b_item3, .ls4b_item4 {

		max-width: 100%;

		width: 100%;

		position: relative;

		top: auto;

		bottom: auto;

		left: auto;

		right: auto;

		margin-bottom: 20px;

	}



	.ls4b_wrap-title {

	    background-size: 100% auto;

	}



	.list-sec4-block {

		flex-direction: column;

		justify-content: flex-start;

		height: auto;

		transition: all 1s ease;

	}



	.wrap-sec2-text {

		margin: 20px 0;

	}



	.content-section2 p {

		margin-bottom: 20px;

	}



	.content-section3 {

		/*display: none;*/

	}



	.la_top {

	    display: flex;

	    min-height: 135px;

	}

}



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



	.link-menu.block:after {

	/*	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg  viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0)'%3e%3cpath d='M2.63464 0.255732L2.12207 0.768298L5.85304 4.49945L2.12207 8.2306L2.63464 8.74316L6.87836 4.49945L2.63464 0.255732Z' fill='%23000000'/%3e%3cpath d='M2.63457 0L1.86572 0.768849L5.59669 4.5L1.86572 8.23115L2.63457 9L7.13475 4.5L2.63457 0ZM2.37829 0.768849L2.63457 0.512567L6.62201 4.5L2.63457 8.48743L2.37829 8.23115L6.10926 4.5L2.37829 0.768849Z' fill='%23000000'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0'%3e%3crect width='9' height='9' fill='%23000000' transform='matrix(1 0 0 -1 0 9)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");

		transform: rotate(-90deg);*/

		display: none;

	}



	.link-menu.block {

		flex-direction: column;

		margin-bottom: 0px;

	}



	.nav-submenu {

		position: relative;

		top: auto;

		left: auto;

		opacity: 1;

		visibility: visible;

		border: 0;

		min-width: 0;

		background: transparent;

		padding: 5px;

		margin-top: 10px;

	}



	.link-submenu {

		color: #5f5f5f;

		text-align: center;

		justify-content: center;

		margin-bottom: 15px;

	}



	.section3:before {

		content:"";

		position: absolute;

		top: 0;

		left: 0;

		width: 100%;

		height: 100%;

		background-image: linear-gradient(to left, #11de93, #0e7ad6);

		opacity: 0.8;

	}



	.ls3_item:hover .main__nav__item__bg__image {

		display: none;

	}



	.content-section3 {

		display: flex;

		flex-direction: column;

		justify-content: center;

		padding: 50px 0;

	}



	.content-section3 .title-section {

		position: relative;

		top: auto;

		left: auto;

		margin-bottom: 40px;

	}



	.list-sec3 {

		flex-direction: column;

		height: auto;

	}



	.ls3_item {

		width: 100%;

		/*min-height: 10%;*/

		height: auto;

		margin-bottom: 25px;

	}



	.ls3_single {

		margin-top: 0;

	    font-family: "OpenSans";

	    font-style: normal;

	    font-weight: 600;

	    font-size: 36px;

	    line-height: 26px;

	    color: #fff;

	    margin-bottom: 10px;

	}





	.ls3_item .ls3_title {

		color: #fff;

	}



	.ls3_item p {

		opacity: 1;

		color: #fff;

	}



	.ls3_title {

		width: 180px;

	}



	.section3 .my-container {

		padding: 0 15px;

	}

}





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

	.la_top {

	    display: flex;

	    min-height: 175px;

	}

}



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



	.la_top {

	    display: flex;

	    min-height: 0;

	}



	.content-section11 {

		margin-top: 30px;

	}



	.content-section11 {

		flex-direction: column;

	}



	.con_sec11_left,

	.foot-list {

		width: 100%;

	}



	.section8 .my-container {

		padding-bottom: 100px;

	}



	.fp-section {

	    height: auto!important;

	    min-height: 0; 

	}

	.fp-slide,

	.fp-tableCell,

	.content-section {

		min-height: 0;

		height: auto!important;

	}



	.ls4b_wrap-title {

	    background-size: 100% 100%;

	}



	.lm_item:nth-child(2n -1) {

	    border-right: 0;

	}



	.lm_item {

		width: 100%;

	}



	.ls6_item {

		width: 100%;

		padding-right: 0;

	}



	.ls6_item:after {

		display: none;

	}





	.title-main { 

		height: 40px;

		width: 400px;

	}



	.subtitle-main {

	    font-size: 20px;

	    line-height: 30px;

	}



	.wrap-title-section {

		flex-direction: column;

		align-items: flex-start;

	}



	.title-section {

		margin-bottom: 20px;

	}



	.la_item {

		width: 100%;

	}



	.bottom-main {

		justify-content: center;

	}



	.bottom-main p {

		display: none;

	}



	.title-section {

		font-size: 28px;

		line-height: 35px;

	}



	.top-inp {

		flex-direction: column;

	}



	.top-inp .wrap-label {

		width: 100%;

	}



	.ln_item {

		width: 100%;

		margin-right: 0;

	}

}



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

	.ls4b_wrap-title {

	    background-size: auto 100%;

	    padding: 15px 35px 15px 15px;

	}



	.poloski {

		display: none;

	}



	.lsp_item {

    	height: 176px;

    }

}



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

	.ls4b_item1.open .ls4b_wrap-title {

	    background-size: 100% 100%;

	}



	.my-container {

		padding: 50px 15px;

	}



	.title-main {

	    height: 30px;

	    width: 300px;

	}



	.subtitle-main {

		font-size: 18px;

	}



	.main-text,

	.main-more {

		font-size: 16px;

	}



	.ls4b_title span {

	    font-size: 33px;

	    line-height: 29px;

	}



	h4 {

		font-size: 14px;

		line-height: 20px;

	}



	.ls4b_open {

    	right: 12px;

   		bottom: 14px;

   	}



   	.ls4b_wrap-title p {

	    font-size: 10px;

	    line-height: 16px;

	    padding-left: 53px;

	    max-width: 423px;

	}



	.ls6_icon {

	    min-width: 30px;

	    min-height: 30px;

	}



	.section2-text:before {

	    width: 20px;

	    height: 20px;

	}



	.section2-text {

	    padding-left: 28px;

	}



	.nav-logo {

	    display: block;

	    background-image: url(data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 174 73' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg filter='url(%23filter0_d)'%3e%3cpath d='M15.8594 38.2073L10.624 42.161C7.91304 36.4911 7.27895 30.0493 8.83237 23.9596C9.55688 24.8395 10.4476 25.5681 11.4538 26.1036C12.4599 26.6392 13.5617 26.9713 14.6962 27.0809C14.4873 28.245 14.3835 29.4254 14.3862 30.608C14.3812 33.2126 14.8815 35.7933 15.8594 38.2073Z' fill='url(%23paint0_linear)'/%3e%3cpath d='M32.3875 4V10.4236C29.0208 10.8006 25.8047 12.0256 23.0403 13.984C21.8732 12.0044 19.97 10.5673 17.7466 9.98665C21.9045 6.54864 27.012 4.46022 32.3875 4Z' fill='url(%23paint1_linear)'/%3e%3cpath d='M27.3997 49.5751C26.8581 50.7288 26.5781 51.9879 26.5798 53.2624C26.5774 54.2679 26.7521 55.266 27.0959 56.2109C21.411 54.5329 16.4511 51.0007 13.0063 46.177L18.1149 42.3191C20.422 45.6047 23.6539 48.1304 27.3997 49.5751Z' fill='url(%23paint2_linear)'/%3e%3cpath d='M51.5922 41.9383L56.8901 45.4903C53.6915 50.2663 49.0357 53.8813 43.6162 55.7969C43.8695 54.9759 43.9979 54.1215 43.997 53.2624C43.9988 51.8372 43.6493 50.4335 42.9795 49.1756C46.4736 47.6207 49.4587 45.1124 51.5922 41.9383Z' fill='url(%23paint3_linear)'/%3e%3cpath d='M37.0342 4C42.5505 4.47121 47.7802 6.66032 51.9873 10.2592C49.8994 11.0421 48.191 12.5956 47.2138 14.5999C44.2749 12.2884 40.7497 10.8422 37.0342 10.4236V4Z' fill='url(%23paint4_linear)'/%3e%3cpath d='M61.4304 30.6142C61.4348 34.3316 60.6548 38.0081 59.1415 41.4035L53.7271 37.7953C54.5959 35.501 55.0394 33.0676 55.0359 30.6142C55.0395 29.444 54.9357 28.2759 54.7259 27.1246C54.8278 27.1246 54.934 27.1246 55.0359 27.1246C57.1655 27.1302 59.2223 26.35 60.8124 24.9335C61.2253 26.7988 61.4326 28.7038 61.4304 30.6142Z' fill='url(%23paint5_linear)'/%3e%3cpath d='M62.0089 18.4183C62.0128 20.0968 61.4047 21.7192 60.2985 22.9816C59.644 23.7344 58.8354 24.3379 57.9275 24.7511C57.0196 25.1643 56.0335 25.3776 55.0359 25.3767C54.8052 25.3769 54.5745 25.3644 54.3451 25.3393C52.6264 25.1684 51.0326 24.3649 49.8732 23.0847C48.7138 21.8046 48.0716 20.1392 48.0713 18.4121C48.0703 17.5081 48.2478 16.6129 48.5936 15.7777C49.0159 14.7417 49.6815 13.8226 50.5341 13.0982C51.3868 12.3738 52.4013 11.8654 53.4919 11.616C53.9984 11.5002 54.5164 11.4422 55.0359 11.4433C55.9519 11.443 56.8589 11.6232 57.7052 11.9737C58.5515 12.3241 59.3203 12.8379 59.9679 13.4857C60.6155 14.1335 61.1291 14.9025 61.4793 15.7489C61.8295 16.5953 62.0095 17.5024 62.0089 18.4183Z' fill='url(%23paint6_linear)'/%3e%3cpath d='M22.5203 18.4183C22.5191 20.2662 21.7842 22.038 20.4769 23.344C19.1697 24.6501 17.3972 25.3835 15.5494 25.383C15.3891 25.383 15.2247 25.383 15.0728 25.3642C13.2716 25.2395 11.5891 24.4203 10.38 23.0793C9.17092 21.7383 8.5297 19.9803 8.59149 18.1757C8.65327 16.3712 9.41325 14.6612 10.7112 13.406C12.0092 12.1508 13.7438 11.4487 15.5494 11.4474C15.7314 11.4462 15.9134 11.4546 16.0945 11.4724C17.8437 11.6077 19.4773 12.3982 20.6686 13.6861C21.86 14.9739 22.5213 16.6639 22.5203 18.4183Z' fill='url(%23paint7_linear)'/%3e%3cpath d='M42.2638 53.2624C42.2649 54.9554 41.6496 56.5908 40.5329 57.8633C39.4162 59.1358 37.8745 59.9583 36.1957 60.1771C34.517 60.3959 32.8159 59.9961 31.4104 59.0524C30.0048 58.1087 28.9909 56.6856 28.5579 55.0489C28.125 53.4122 28.3026 51.6739 29.0577 50.1586C29.8128 48.6433 31.0937 47.4548 32.6611 46.8149C34.2285 46.175 35.9752 46.1276 37.575 46.6815C39.1748 47.2354 40.5183 48.3527 41.3545 49.8248C41.9504 50.8724 42.2638 52.0571 42.2638 53.2624Z' fill='url(%23paint8_linear)'/%3e%3cpath d='M82.5617 27.6389C77.578 27.6389 75.5034 24.1784 75.5034 20.7346C75.5034 17.2533 77.7674 13.7533 82.5617 13.7533C83.4699 13.7508 84.3695 13.9284 85.2085 14.276C86.0475 14.6235 86.8093 15.134 87.4496 15.778L85.785 17.3948C84.9171 16.5754 83.7635 16.1274 82.57 16.1463C79.3738 16.1463 77.9921 18.506 77.9921 20.7242C77.9921 22.9424 79.2677 25.2709 82.57 25.2709C83.817 25.2619 85.0139 24.7791 85.9181 23.9204L87.6286 25.6496C86.2511 27.0001 84.4823 27.6389 82.5617 27.6389Z' fill='white'/%3e%3cpath d='M102.113 20.6469C102.113 24.1282 100.001 27.6282 95.284 27.6282C90.6042 27.6282 88.438 24.2614 88.438 20.7614C88.438 17.2614 90.6812 13.7426 95.284 13.7426C99.8307 13.7426 102.113 17.2052 102.113 20.6469ZM90.9101 20.6656C90.9101 22.8734 92.0691 25.3268 95.2799 25.3268C98.4906 25.3268 99.6351 22.8922 99.6351 20.6865C99.6351 18.4807 98.3866 16.0253 95.2799 16.0253C92.1731 16.0253 90.9101 18.4412 90.9101 20.6656Z' fill='white'/%3e%3cpath d='M115.219 13.9902V27.3244H113.658V27.3431L106.658 18.3455V27.3244H104.146V14.0069H106.184L112.707 22.2617V13.9902H115.219Z' fill='white'/%3e%3cpath d='M116.738 16.2917V14.0027H127.694V16.2917H123.478V27.3202H120.96V16.2917H116.738Z' fill='white'/%3e%3cpath d='M131.706 24.8128L130.563 27.3244H127.848L133.822 14.0069H136.56L142.534 27.3244H139.79L138.668 24.8128H131.706ZM132.713 22.4739H137.659L135.187 16.8056L132.713 22.4739Z' fill='white'/%3e%3cpath d='M149.549 27.6386C144.555 27.6386 142.491 24.1782 142.491 20.7343C142.491 17.253 144.755 13.753 149.549 13.753C150.457 13.7505 151.357 13.9282 152.196 14.2757C153.035 14.6233 153.797 15.1338 154.437 15.7777L152.772 17.3945C151.905 16.5757 150.752 16.1277 149.559 16.146C146.363 16.146 144.982 18.5057 144.982 20.7239C144.982 22.9421 146.257 25.2706 149.559 25.2706C150.806 25.2622 152.002 24.7793 152.905 23.9201L154.618 25.6493C153.234 26.9998 151.468 27.6386 149.549 27.6386Z' fill='white'/%3e%3cpath d='M155.042 16.2917V14.0027H166V16.2917H161.776V27.3202H159.269V16.2917H155.042Z' fill='white'/%3e%3cpath d='M78.3937 47.823H85.2418V50.1431H75.8779V36.8256H78.3875L78.3937 47.823Z' fill='white'/%3e%3cpath d='M100.172 43.4719C100.172 46.9511 98.0601 50.4532 93.3428 50.4532C88.6629 50.4532 86.4946 47.0843 86.4946 43.5863C86.4946 40.0884 88.7399 36.5676 93.3428 36.5676C97.8832 36.5655 100.172 40.0281 100.172 43.4719ZM88.9688 43.4906C88.9688 45.6963 90.1278 48.1518 93.3386 48.1518C96.5494 48.1518 97.6938 45.7151 97.6938 43.5094C97.6938 41.3036 96.4453 38.8503 93.3386 38.8503C90.2319 38.8503 88.9729 41.2641 88.9729 43.4906H88.9688Z' fill='white'/%3e%3cpath d='M108.999 38.7546C106.146 38.7546 104.421 40.9228 104.421 43.6613C104.421 45.8482 105.697 48.1122 108.999 48.1122C110.099 48.1426 111.17 47.7628 112.006 47.0468V44.6892H108.601V42.444H114.307V48.0623C112.994 49.5647 111.34 50.4594 108.999 50.4594C104.005 50.4594 101.961 47.1675 101.961 43.6675C101.961 39.9219 104.3 36.4594 108.999 36.4594C110.851 36.4597 112.629 37.191 113.945 38.4945L112.387 40.0926C111.461 39.2448 110.254 38.7684 108.999 38.7546Z' fill='white'/%3e%3cpath d='M116.854 36.8339H119.352V50.1515H116.854V36.8339Z' fill='white'/%3e%3cpath d='M127.619 38.5652C125.746 38.5652 124.861 39.3435 124.861 40.334C124.861 41.493 126.231 41.8155 127.829 41.9986C130.605 42.342 133.191 43.064 133.191 46.2415C133.191 49.2068 130.567 50.4823 127.6 50.4823C124.88 50.4823 122.787 49.65 121.798 47.2112L123.894 46.1354C124.483 47.592 126.022 48.2454 127.639 48.2454C129.219 48.2454 130.702 47.694 130.702 46.2498C130.702 45.0013 129.389 44.479 127.621 44.2897C124.901 43.9651 122.389 43.2492 122.389 40.257C122.389 37.5185 125.094 36.3949 127.546 36.3761C129.627 36.3761 131.766 36.9671 132.775 39.0209L130.779 40.0468C130.319 39.2914 129.065 38.5652 127.619 38.5652Z' fill='white'/%3e%3cpath d='M134.827 39.1166V36.8277H145.784V39.1166H141.56V50.1452H139.051V39.1166H134.827Z' fill='white'/%3e%3cpath d='M147.799 36.8339H150.296V50.1515H147.799V36.8339Z' fill='white'/%3e%3cpath d='M159.801 50.4532C154.818 50.4532 152.745 46.9906 152.745 43.5468C152.745 40.0676 155.009 36.5655 159.801 36.5655C160.71 36.5646 161.611 36.7443 162.45 37.094C163.289 37.4437 164.05 37.9565 164.689 38.6027L163.025 40.2174C162.157 39.3981 161.003 38.9501 159.81 38.9689C156.613 38.9689 155.232 41.3286 155.232 43.5468C155.232 45.765 156.505 48.0935 159.81 48.0935C161.057 48.0854 162.254 47.6025 163.158 46.743L164.868 48.4743C163.493 49.8248 161.722 50.4532 159.801 50.4532Z' fill='white'/%3e%3c/g%3e%3cdefs%3e%3cfilter id='filter0_d' x='0' y='0' width='174' height='72.2356' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3e%3cfeOffset dy='4'/%3e%3cfeGaussianBlur stdDeviation='4'/%3e%3cfeColorMatrix type='matrix' values='0 0 0 0 0.166667 0 0 0 0 0.166667 0 0 0 0 0.166667 0 0 0 0.8 0'/%3e%3cfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow' result='shape'/%3e%3c/filter%3e%3clinearGradient id='paint0_linear' x1='0.887629' y1='44.273' x2='39.6645' y2='-0.359419' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%232685C7'/%3e%3cstop offset='1' stop-color='%236EC0AD'/%3e%3c/linearGradient%3e%3clinearGradient id='paint1_linear' x1='1057.69' y1='5845.13' x2='2705.76' y2='3063.53' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%232685C7'/%3e%3cstop offset='1' stop-color='%236EC0AD'/%3e%3c/linearGradient%3e%3clinearGradient id='paint2_linear' x1='2241.24' y1='9180.93' x2='4815.75' y2='6110.85' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%232685C7'/%3e%3cstop offset='1' stop-color='%236EC0AD'/%3e%3c/linearGradient%3e%3clinearGradient id='paint3_linear' x1='3212.64' y1='10038.3' x2='5793.96' y2='7056.16' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%232685C7'/%3e%3cstop offset='1' stop-color='%236EC0AD'/%3e%3c/linearGradient%3e%3clinearGradient id='paint4_linear' x1='1785.8' y1='6628.42' x2='3567.39' y2='3735.81' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%232685C7'/%3e%3cstop offset='1' stop-color='%236EC0AD'/%3e%3c/linearGradient%3e%3clinearGradient id='paint5_linear' x1='1714.11' y1='11728.7' x2='4301.59' y2='10335.8' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%232685C7'/%3e%3cstop offset='1' stop-color='%236EC0AD'/%3e%3c/linearGradient%3e%3clinearGradient id='paint6_linear' x1='2454.27' y1='9393.41' x2='5050.8' y2='6404.05' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%232685C7'/%3e%3cstop offset='1' stop-color='%236EC0AD'/%3e%3c/linearGradient%3e%3clinearGradient id='paint7_linear' x1='907.256' y1='8085.35' x2='3504.38' y2='5096.81' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%232685C7'/%3e%3cstop offset='1' stop-color='%236EC0AD'/%3e%3c/linearGradient%3e%3clinearGradient id='paint8_linear' x1='2836.48' y1='9780.21' x2='5433.9' y2='6790.72' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%232685C7'/%3e%3cstop offset='1' stop-color='%236EC0AD'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e);

	    background-repeat: no-repeat;

	    min-width: 141px;

	    max-width: 141px;

	    height: 60px;

	}



	.wrap-lang {

	    margin-top: -7px;

	}



	.section1 .my-container {

		padding: 20px 15px;

	}



	.sr_item_top .wrap-avatar {

	    min-width: 50px;

	    min-height: 50px;

	    max-width: 50px;

	    max-height: 50px;

	    border-radius: 50%;

	    margin-right: 15px;

	    overflow: hidden;

	}

}