@import url(aboutus-icon.css);

.aboutus-first-screen-wrap {
	background: #18171c;
	border-radius: 20px;
	/* height:clamp(377px, 212.00px + 17.19vw, 542px); */
	padding-top:clamp(40px, -0.00px + 4.17vw, 80px);
	padding-left:clamp(76px, 23.00px + 5.52vw, 129px);
	padding-bottom:clamp(47px, 16.00px + 3.23vw, 78px);
	padding-right:clamp(78px, 23.00px + 5.73vw, 133px);
}

.aboutus-first-screen-content p {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: clamp(12px, 8.00px + 0.42vw, 16px);
	color: #fff;	
}

/* Блок сотрудники */

.employees-screen-title {
	font-family: var(--font-family);
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	padding-bottom:clamp(20px, 15.15px + 1.29vw, 40px);
}

.employee-item {
	/* width:clamp(293px, 226.00px + 6.98vw, 360px); */
	overflow:hidden;
	position:relative;
	border-radius:10px;
}

.employee-item img {
	width:100%;
	height:clamp(270px, 208.00px + 6.46vw, 332px);
	object-fit:cover;
}

.employee-item:after {
	content:"";
	position:absolute;
	width:460px;
	height:331px;
	background-size:cover;
	background-image:url('../images/abstrakciya1.png');
	top:249px;
	left:0;
	z-index:-1;
}

.employee-item:before {
	content:"";
	position:absolute;
	width:460px;
	height:331px;
	background-size:cover;
	background-image:url('../images/abstrakciya1.png');
	top:103.22px;
	right:-326px;
	z-index:-1;
}

.employees-name {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 24px;
	text-align: center;
	color: #fff;
	padding-top:30px;
}

.employees-job-title {
	font-family: var(--font-family);
	font-weight: 300;
	font-size: 14px;
	text-align: center;
	color: #6c6482;
	padding-bottom:40px;
}

.employees-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-dot {
	width:10px !important;
	height:10px !important;
	background-color:#39383E !important;
	border-radius:50% !important;
	border:none !important;
	margin-right:10px;
}

.owl-dot.active {
	background-color:#D430A7 !important;
}

.employees-carousel {
    position: relative;
}


.arrow-prev {
    left: -20px;
	top:50%;
	position:absolute;
}

.arrow-next {
    right: -20px;
	top:50%;
	position:absolute;
}

.employees-screen-title .break-text {
	display:inline;
}

/* Блок вакансии */

.vacancies-screen-title {
	font-family: var(--font-family);
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	color: #fff;	
}

.vacancies-screen-list {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.vacancies-screen-item {
	width:clamp(344px, 308.08px + 9.58vw, 492px);
	/* height:clamp(711px, 686.24px + 6.60vw, 813px); */
	text-align:center;
}

.vacancies-screen-item-img {
	width:clamp(117px, 49.00px + 7.08vw, 185px);
	height:clamp(117px, 49.00px + 7.08vw, 185px);
	border-radius:50%;
	margin:0 auto;
	position:relative;
	bottom:-60px;
}

.vacancies-screen-item-title {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: clamp(16px, 8.00px + 0.83vw, 24px);
	text-align: center;
	color: #fff;	
}

.vacancies-screen-item-expert {
	font-family: var(--second-family);
	font-weight: 300;
	font-size: clamp(12px, 8.00px + 0.42vw, 16px);
	line-height: 162%;
	text-align: center;
	color: #fff;	
}

.vacancies-screen-item-title-description {
	font-family: var(--second-family);
	font-weight: 300;
	font-size: clamp(16px, 8.00px + 0.83vw, 24px);
	line-height: 108%;
	text-align: center;
	color: var(--b26cb1);	
}

.vacancies-screen-item-description {
	list-style:none;
	padding:0;
	margin:0;
	font-family: var(--second-family);
	font-weight: 300;
	font-size: clamp(12px, 8.00px + 0.42vw, 16px);
	line-height: 162%;
	text-align: center;
	color: var(--b26cb1);	
}

.vacancies-screen-item-price {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: clamp(16px, 8.00px + 0.83vw, 24px);
	text-align: center;
	color: var(--d430a7);	
}

.vacancies-screen-item-content {
	padding:70px 20px 20px 20px;
	background-image:url('../images/vacancies-screen-item-content.png');
	background-repeat:no-repeat;
	background-size:cover;
	border-radius:10px;
}

.last__item-description {
	height:242px;
}

/* Блок заявка */

.aboutus-zayzvka-screen-title {
	font-family: var(--font-family);
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;	
}

.aboutus-zayzvka-screen-text {
	font-family: var(--second-family);
	font-weight: 300;
	font-size: 16px;
	line-height: 162%;
	color: #fff;
	width:clamp(502px, 259.00px + 25.31vw, 745px);	
}

.aboutus-zayzvka-screen-section {
	border-radius:10px;
	border:1px solid var(--d430a7);
	/* height:clamp(403px, 190.00px + 22.19vw, 616px); */
	padding-left:clamp(45px, 0.00px + 4.69vw, 90px);
	padding-top:clamp(40px, -0.00px + 4.17vw, 80px);
	padding-bottom:clamp(40px, -0.00px + 4.17vw, 80px);
	position:relative;
}

.aboutus-zayzvka-screen-section ul {
	list-style:none;
	padding:0;
	margin:0;
	display:flex;
	gap:20px;
	flex-wrap:wrap;
}

.aboutus-zayzvka-screen-img {
	position:absolute;
	bottom:0;
	right:0;
	width:clamp(388px, 101.00px + 29.90vw, 675px);
	height:clamp(253px, 66.00px + 19.48vw, 440px);
}

.aboutus-zayzvka-screen-wrap {
	position:relative;
}

.aboutus-zayzvka-screen-wrap .decorative-element-4 {
	top:445px;
	width:clamp(105px, 60.00px + 4.69vw, 150px);
	height:clamp(70px, 40.00px + 3.13vw, 100px);
}

.aboutus-zayzvka-screen-wrap .decorative-element-5 {
    top: 490px;	
}

.aboutus-zayzvka-screen-wrap .decorative-element-6 {
	top: 45px;
}

.aboutus-advantages-screen-list {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.aboutus-advantages-screen-item {
	width:clamp(175px, 53.00px + 12.71vw, 297px);
	height:clamp(156px, 47.00px + 11.35vw, 265px);
	border-radius:10px;
	background-image:url('../images/aboutus-advantages-screen-item.png');
	display:flex;
	background-size:cover;
	justify-content:center;
	align-items:center;
}

.aboutus-advantages-screen-item-content {
	width:clamp(157px, 47.00px + 11.46vw, 267px);
	height:clamp(107px, 31.00px + 7.92vw, 183px);
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
}

.aboutus-advantages-screen-item-text {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: clamp(11px, 2.00px + 0.94vw, 20px);
	line-height: 130%;
	text-align: center;
	color: #fff;	
}

.aboutus-advantages-screen-item-icon-map {
	width:clamp(39px, 11.00px + 2.92vw, 67px);
	height:clamp(61px, 17.00px + 4.58vw, 105px);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	background-image:url('data:image/svg+xml,<svg width="67" height="105" viewBox="0 0 67 105" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_486_569)"><path d="M1.52625 37.2596C1.31162 35.4207 1.19238 33.5937 1.19238 31.7788C1.19238 14.8918 14.7736 1.2019 31.5266 1.2019C48.2796 1.2019 61.8608 14.8918 61.8608 31.7788C61.8608 60.4207 31.5266 95.3365 31.5266 95.3365C31.5266 95.3365 14.4517 76.2019 5.92614 54.1707" stroke="%23D430A7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /><path d="M31.5266 34.5912C37.7432 34.5912 42.7827 29.5114 42.7827 23.2451C42.7827 16.9788 37.7432 11.8989 31.5266 11.8989C25.31 11.8989 20.2705 16.9788 20.2705 23.2451C20.2705 29.5114 25.31 34.5912 31.5266 34.5912Z" stroke="%23D430A7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /><path opacity="0.18" d="M35.4614 8.44946C18.0765 8.44946 3.93481 22.7043 3.93481 40.2283C3.93481 69.9038 33.3271 103.197 34.5791 104.591C34.8056 104.844 35.1276 105 35.4614 105H35.4733C35.8191 104.988 36.1411 104.844 36.3676 104.579C37.6077 103.149 67 68.9903 67 40.2283C67 22.7043 52.8583 8.44946 35.4614 8.44946ZM35.4614 21.5504C41.0179 21.5504 45.5251 26.1057 45.5251 31.6947C45.5251 37.2836 41.0179 41.8389 35.4614 41.8389C29.9049 41.8389 25.4096 37.2836 25.4096 31.6947C25.4096 26.1057 29.9168 21.5504 35.4614 21.5504Z" fill="%23D430A7" /></g><defs><clipPath id="clip0_486_569"><rect width="67" height="105" fill="white" /></clipPath></defs></svg>');
}

.aboutus-advantages-screen-item-icon-girl {
	width:clamp(48px, 14.00px + 3.54vw, 82px);
	height:clamp(62px, 18.00px + 4.58vw, 106px);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	background-image:url('data:image/svg+xml,<svg width="83" height="107" viewBox="0 0 83 107" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_486_575)"><path opacity="0.18" d="M71.7299 83.4199V33.8899C71.7299 26.7499 68.9499 20.0499 63.9199 15.0199C58.8699 9.96994 52.1699 7.18994 45.0499 7.18994C30.3299 7.18994 18.3599 19.1599 18.3599 33.8799V83.4299C11.9599 86.6499 7.68994 95.3099 7.68994 105.19V105.86C7.68994 106.09 7.78994 106.32 7.96994 106.48C8.11994 106.61 8.30994 106.68 8.50994 106.68C8.53994 106.68 8.58994 106.68 8.61994 106.66C9.62994 106.51 10.6599 106.43 11.7199 106.43H78.3699C79.3799 106.43 80.4299 106.51 81.4699 106.66C81.6999 106.69 81.9299 106.61 82.1099 106.46C82.2899 106.3 82.3899 106.08 82.3899 105.84V105.19C82.3899 95.3099 78.1299 86.6499 71.7199 83.4099L71.7299 83.4199Z" fill="%23D430A7" /><path d="M1.10986 99.16V98.49C1.10986 88.65 5.48986 80.1 11.7699 77.24C12.3299 76.99 12.8999 76.79 13.4899 76.62L30.5699 71.9C32.0599 71.49 33.1099 70.13 33.1099 68.57V65.48C34.5799 65.83 36.0799 66.02 37.6399 66.02C39.1999 66.02 40.7099 65.84 42.1699 65.48V68.57C42.1699 70.13 43.2199 71.49 44.7099 71.9L61.7899 76.62C62.3799 76.79 62.9399 76.99 63.5099 77.24C69.7999 80.1 74.1699 88.65 74.1699 98.49V99.15" stroke="%23D430A7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /><path d="M26.5298 37.8L30.2598 37.45" stroke="%23D430A7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /><path d="M45.0396 37.45L48.7696 37.8" stroke="%23D430A7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /><path d="M43.2401 50.1802C42.0101 51.9402 39.9701 53.1002 37.6501 53.1002C35.3301 53.1002 33.2901 51.9402 32.0601 50.1802" stroke="%23D430A7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /><path d="M11.7798 56.94V27.18C11.7798 18.27 16.2798 10.41 23.1398 5.76001" stroke="%23D430A7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /><path d="M30.54 2.30006C32.8 1.66006 35.18 1.31006 37.65 1.31006C44.8 1.31006 51.26 4.21006 55.94 8.89006C60.64 13.5701 63.52 20.0401 63.52 27.1801V77.2301C62.96 76.9801 62.39 76.7801 61.81 76.6201L44.72 71.9101C43.23 71.5001 42.18 70.1301 42.18 68.5701V65.4801C51.08 63.4401 57.7 55.4701 57.7 45.9601V34.0901C54.75 34.0901 52.11 33.3801 49.81 32.2701" stroke="%23D430A7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /><path d="M42.5698 26.7602C39.4498 23.3602 37.8098 19.9902 37.6498 19.6702C37.3298 20.3302 30.5998 34.1102 17.5998 34.1102V45.9802C17.5998 55.4902 24.2198 63.4602 33.1198 65.5002V68.5902C33.1198 70.1502 32.0698 71.5102 30.5798 71.9302L13.4898 76.6402C12.9098 76.8102 12.3398 77.0102 11.7798 77.2502V62.2302" stroke="%23D430A7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /><path d="M13.5601 98.92V92.98" stroke="%23D430A7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /><path d="M61.75 98.92V92.98" stroke="%23D430A7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></g><defs><clipPath id="clip0_486_575"><rect width="82.28" height="106.38" fill="white" transform="translate(0.109863 0.310059)" /></clipPath></defs></svg>');	
}

.aboutus-advantages-screen-item-icon-calendar {
	width:clamp(63px, 19.00px + 4.58vw, 107px);
	height:clamp(62px, 19.00px + 4.48vw, 105px);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	background-image:url('data:image/svg+xml,<svg width="108" height="107" viewBox="0 0 108 107" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_486_589)"><path d="M91.315 97.5449H8.46504C4.43504 97.5449 1.16504 94.2749 1.16504 90.2449V16.0949C1.16504 12.0649 4.43504 8.79492 8.46504 8.79492H91.325C95.355 8.79492 98.625 12.0649 98.625 16.0949V90.2449C98.625 94.2749 95.355 97.5449 91.325 97.5449H91.315Z" stroke="%23D430A7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /><path d="M98.615 24.605H1.16504" stroke="%23D430A7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /><path d="M19.7554 1.53491V17.5949" stroke="%23D430A7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /><path d="M19.7552 21.505C22.2128 21.505 24.2052 19.5126 24.2052 17.055C24.2052 14.5973 22.2128 12.605 19.7552 12.605C17.2975 12.605 15.3052 14.5973 15.3052 17.055C15.3052 19.5126 17.2975 21.505 19.7552 21.505Z" stroke="%23D430A7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /><path d="M80.0254 1.53491V17.5949" stroke="%23D430A7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /><path d="M80.0252 21.505C82.4829 21.505 84.4752 19.5126 84.4752 17.055C84.4752 14.5973 82.4829 12.605 80.0252 12.605C77.5675 12.605 75.5752 14.5973 75.5752 17.055C75.5752 19.5126 77.5675 21.505 80.0252 21.505Z" stroke="%23D430A7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /><path d="M31.1752 42.5149H16.9252C16.0305 42.5149 15.3052 43.2402 15.3052 44.1349V53.2649C15.3052 54.1596 16.0305 54.8849 16.9252 54.8849H31.1752C32.0699 54.8849 32.7952 54.1596 32.7952 53.2649V44.1349C32.7952 43.2402 32.0699 42.5149 31.1752 42.5149Z" stroke="%23D430A7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /><path d="M56.4852 42.5149H42.2352C41.3405 42.5149 40.6152 43.2402 40.6152 44.1349V53.2649C40.6152 54.1596 41.3405 54.8849 42.2352 54.8849H56.4852C57.3799 54.8849 58.1052 54.1596 58.1052 53.2649V44.1349C58.1052 43.2402 57.3799 42.5149 56.4852 42.5149Z" stroke="%23D430A7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /><path d="M81.8051 42.5149H67.5551C66.6604 42.5149 65.9351 43.2402 65.9351 44.1349V53.2649C65.9351 54.1596 66.6604 54.8849 67.5551 54.8849H81.8051C82.6998 54.8849 83.4251 54.1596 83.4251 53.2649V44.1349C83.4251 43.2402 82.6998 42.5149 81.8051 42.5149Z" stroke="%23D430A7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /><path d="M31.1752 62.4248H16.9252C16.0305 62.4248 15.3052 63.1501 15.3052 64.0448V73.1748C15.3052 74.0695 16.0305 74.7948 16.9252 74.7948H31.1752C32.0699 74.7948 32.7952 74.0695 32.7952 73.1748V64.0448C32.7952 63.1501 32.0699 62.4248 31.1752 62.4248Z" stroke="%23D430A7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /><path d="M56.4852 62.4248H42.2352C41.3405 62.4248 40.6152 63.1501 40.6152 64.0448V73.1748C40.6152 74.0695 41.3405 74.7948 42.2352 74.7948H56.4852C57.3799 74.7948 58.1052 74.0695 58.1052 73.1748V64.0448C58.1052 63.1501 57.3799 62.4248 56.4852 62.4248Z" stroke="%23D430A7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /><path d="M81.8051 62.4248H67.5551C66.6604 62.4248 65.9351 63.1501 65.9351 64.0448V73.1748C65.9351 74.0695 66.6604 74.7948 67.5551 74.7948H81.8051C82.6998 74.7948 83.4251 74.0695 83.4251 73.1748V64.0448C83.4251 63.1501 82.6998 62.4248 81.8051 62.4248Z" stroke="%23D430A7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /><path opacity="0.18" d="M99.5353 15.7148H89.2453V9.46484C89.2453 8.90484 88.7953 8.46484 88.2453 8.46484C87.6953 8.46484 87.2453 8.90484 87.2453 9.46484V15.7148H28.9753V9.46484C28.9753 8.90484 28.5253 8.46484 27.9753 8.46484C27.4253 8.46484 26.9753 8.90484 26.9753 9.46484V15.7148H16.6753C12.1053 15.7148 8.38525 19.4448 8.38525 24.0148V98.1748C8.38525 102.745 12.1053 106.465 16.6753 106.465H99.5353C104.115 106.465 107.835 102.745 107.835 98.1748V24.0148C107.835 19.4448 104.115 15.7148 99.5353 15.7148ZM91.6953 24.9748C91.6953 26.8848 90.1453 28.4248 88.2453 28.4248C86.3453 28.4248 84.7952 26.8848 84.7952 24.9748C84.7952 23.4248 85.8253 22.1048 87.2453 21.6748V25.5148C87.2453 26.0748 87.6853 26.5148 88.2453 26.5148C88.8053 26.5148 89.2453 26.0748 89.2453 25.5148V21.6748C90.6653 22.1048 91.6953 23.4248 91.6953 24.9748ZM27.9753 26.5148C28.5253 26.5148 28.9753 26.0748 28.9753 25.5148V21.6748C30.3953 22.1048 31.4253 23.4248 31.4253 24.9748C31.4253 26.8848 29.8753 28.4248 27.9753 28.4248C26.0753 28.4248 24.5253 26.8848 24.5253 24.9748C24.5253 23.4248 25.5553 22.1048 26.9753 21.6748V25.5148C26.9753 26.0748 27.4153 26.5148 27.9753 26.5148Z" fill="%23D430A7" /></g><defs><clipPath id="clip0_486_589"><rect width="107.67" height="105.93" fill="white" transform="translate(0.165039 0.534912)" /></clipPath></defs></svg>');	
}

.aboutus-advantages-screen-item-icon-wallet {
	width:clamp(67px, 19.00px + 5.00vw, 115px);
	height:clamp(60px, 19.00px + 4.27vw, 101px);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	background-image:url('data:image/svg+xml,<svg width="116" height="101" viewBox="0 0 116 101" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_486_607)"><path opacity="0.18" d="M113.67 21.6048C112.36 20.2348 110.58 19.4548 108.66 19.4548H30.7601C27.9901 19.4548 25.7101 21.7348 25.7101 24.5048V30.3248H21.4601C18.6901 30.3248 16.4101 32.5848 16.4101 35.3748V52.2048H12.7601C10.3401 52.2048 8.37012 54.1748 8.37012 56.5948V69.5248C8.37012 71.9448 10.3401 73.9148 12.7601 73.9148H16.4101V96.1648C16.4101 98.9548 18.6901 101.215 21.4601 101.215H108.67C112.48 101.215 115.57 98.1248 115.57 94.3248V26.3348C115.57 24.5648 114.9 22.9048 113.67 21.6048Z" fill="%23D430A7" /><path d="M20.31 45.5048H9.47998V27.2248C9.47998 25.2348 11.08 23.6348 13.07 23.6348H100.28C103.28 23.6348 105.71 21.2048 105.71 18.2048V86.1848C105.71 89.1848 103.28 91.6148 100.28 91.6148H87.41" stroke="%23D430A7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /><path d="M75.07 91.6149H13.07C11.08 91.6149 9.47998 90.015 9.47998 88.025V64.315H26.39C28.01 64.315 29.32 62.995 29.32 61.385V60.575" stroke="%23D430A7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /><path d="M29.32 51.4649V48.4449C29.32 46.8249 28 45.5149 26.39 45.5149H25.98" stroke="%23D430A7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /><path d="M26.1303 12.7749H22.3703C20.3903 12.7749 18.7803 14.3849 18.7803 16.3649V23.6349C18.7803 23.6349 64.7103 23.6349 87.4803 23.6349H99.9803C102.92 23.6349 105.55 21.4249 105.7 18.4849C105.86 15.3549 103.37 12.7649 100.28 12.7649H44.5403" stroke="%23D430A7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /><path d="M26.29 45.5049H26.39C28.01 45.5049 29.32 46.8249 29.32 48.4349V52.8649" stroke="%23D430A7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /><path d="M29.3197 59.3449V61.3749C29.3197 62.9949 27.9997 64.3049 26.3897 64.3049H4.35969C2.73969 64.3049 1.42969 62.9849 1.42969 61.3749V48.4449C1.42969 46.8249 2.74969 45.5149 4.35969 45.5149H26.2897" stroke="%23D430A7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /><path d="M11.2797 59.0149C13.5441 59.0149 15.3797 57.1793 15.3797 54.9149C15.3797 52.6506 13.5441 50.8149 11.2797 50.8149C9.01532 50.8149 7.17969 52.6506 7.17969 54.9149C7.17969 57.1793 9.01532 59.0149 11.2797 59.0149Z" stroke="%23D430A7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></g><defs><clipPath id="clip0_486_607"><rect width="115" height="101" fill="white" transform="translate(0.25)" /></clipPath></defs></svg>');	
}

.aboutus-advantages-screen-item-icon-laptop {
	width:clamp(85px, 25.00px + 6.25vw, 145px);
	height:clamp(60px, 18.00px + 4.38vw, 102px);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	background-image:url('data:image/svg+xml,<svg width="145" height="103" viewBox="0 0 145 103" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_486_617)"><path opacity="0.18" d="M145 101.383C145 98.0857 142.292 95.3871 138.983 95.3871H132.625V29.9226C132.625 28.1265 131.164 26.6699 129.361 26.6699H28.9103C27.1079 26.6699 25.6463 28.1265 25.6463 29.9226V95.3871H19.2885C15.9796 95.3871 13.2715 98.0857 13.2715 101.383V101.758C13.2715 102.178 13.6122 102.509 14.0247 102.509H144.265" fill="%23D430A7" /><path d="M63.0306 85.1196H125.864C128.769 85.1196 131.119 87.4698 131.119 90.3561V90.7403H0.887695V90.3561C0.887695 87.4608 3.24607 85.1196 6.14249 85.1196H54.1171" stroke="%23D430A7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /><path d="M40.98 16.3936H115.049C117.094 16.3936 118.753 18.0467 118.753 20.0841V60.7603" stroke="%23D430A7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /><path d="M118.753 68.624V85.1197H65.2544" stroke="%23D430A7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /><path d="M56.5563 85.1196H13.2715V20.0841C13.2715 18.0467 14.9304 16.3936 16.9749 16.3936H29.8608" stroke="%23D430A7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /><path d="M13.2715 80.4463H118.753" stroke="%23D430A7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /><path d="M66.0075 24.0606C67.0178 24.0606 67.8369 23.2445 67.8369 22.2377C67.8369 21.2309 67.0178 20.4148 66.0075 20.4148C64.9972 20.4148 64.1782 21.2309 64.1782 22.2377C64.1782 23.2445 64.9972 24.0606 66.0075 24.0606Z" stroke="%23D430A7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /><path d="M34.7837 34.5334L37.1869 36.9283" stroke="%23D430A7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /><path d="M42.6479 42.3704L54.1798 53.8619" stroke="%23D430A7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /><path d="M59.6411 59.3037L64.9407 64.5848" stroke="%23D430A7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /><path d="M59.0942 43.6213L84.3728 68.8117" stroke="%23D430A7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></g><defs><clipPath id="clip0_486_617"><rect width="145" height="102" fill="white" transform="translate(0 0.5)" /></clipPath></defs></svg>');	
}

@media (max-width: 767px) {
	.scroll-x {
	  display: flex !important;
	  flex-wrap: nowrap !important;
	  overflow-x: auto !important;
	  -webkit-overflow-scrolling: touch !important;
	  gap: 16px !important;
	  padding-right: 40px !important;
	}

	.scroll-x::-webkit-scrollbar {
	  display: none !important;
	}

	.scroll-x .scroll-item {
	  flex: 0 0 auto !important;
	}

	.aboutus-advantages-screen-item, .employee-item {
		width:100%;
	}
	.arrow-prev, .arrow-next {
		display:none;
	}
	
	.aboutus-zayzvka-screen-section {
		border:none;
	}
	
	.aboutus-zayzvka-screen-title {
		text-align: center;
	}
	
	.aboutus-zayzvka-screen-text {
		width:100%;
		text-align: center;
	}
	
	.aboutus-zayzvka-screen-wrap .decorative-element-2, .aboutus-zayzvka-screen-wrap .decorative-element-3, .aboutus-zayzvka-screen-wrap .decorative-element-4, .aboutus-zayzvka-screen-wrap .decorative-element-5, .aboutus-zayzvka-screen-wrap .decorative-element-6, .aboutus-zayzvka-screen-img {
		display:none;
	}
	
	.aboutus-zayzvka-screen-section {
		padding:0;
	}
	
	.aboutus-zayzvka-screen-section ul, .employees-list {
		padding:0px 20px;
	}
	
	.aboutus-zayzvka-screen-section ul li {
		width:100%;
	}
	
	.aboutus-zayzvka-screen-section ul li .button-style, .aboutus-zayzvka-screen-section ul li .button-style-two {
		width:100%;
		text-align: center;
	}

	.aboutus-advantages-screen-item-icon-map, .aboutus-advantages-screen-item-icon-girl, .aboutus-advantages-screen-item-icon-calendar, .aboutus-advantages-screen-item-icon-wallet, .aboutus-advantages-screen-item-icon-laptop {
		width:100%;
		height:105px;
		flex:0 0 105px;
	}
	
	.aboutus-advantages-screen-item-content {
		width:267px;
	}
	
	.aboutus-advantages-screen-item-text {
		font-size:20px;
	}
	
	.aboutus-advantages-screen-item-content {
		padding-top:20px;
	}
	
	.aboutus-advantages-screen-item-content, .aboutus-advantages-screen-item {
		height:auto;
	}
	
	.aboutus-first-screen-wrap {
		padding:20px;
		text-align:center;
		border-radius:none;
	}
	
	.aboutus-first-screen-content p {
		font-size: 16px;
	}
	
	.page-template-about-us-page h2 {
		font-size: 32px;
	}
	
	.employees-screen-title .break-text {
	display:block;
	}
	
	.container-site {
		padding:0 10px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.arrow-prev, .arrow-next {
		display:none;
	}
	
	.vacancies-screen-item {
		width:293px;
	}
	
	.last__item-description {
		height:168px;
	}
	
	.aboutus-zayzvka-screen-wrap .decorative-element-4 {
		left:25px;
	}
	
	.aboutus-zayzvka-screen-wrap .decorative-element-5 {
		top:400px;
	}
	
	.aboutus-zayzvka-screen-wrap .decorative-element-6 {
		top:-55px;
	}
}