@charset "UTF-8";
@font-face {
  font-family: 'Roboto Condensed';
  src: url('./assets/fonts/RobotoCondensed-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('./assets/fonts/RobotoCondensed-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('./assets/fonts/RobotoCondensed-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('./assets/fonts/RobotoCondensed-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('./assets/fonts/RobotoCondensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'TT Norms';
  src: url('./assets/fonts/TTNorms-Medium.otf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('./assets/fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'DM Sans';
  src: url('./assets/fonts/DMSans_18pt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url('./assets/fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* Reset and base styles  */
* {
	padding: 0px;
	margin: 0px;
	border: none;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

a, a:link, a:visited  {
    text-decoration: none;
}

a:hover  {
    text-decoration: none;
}

aside, nav, footer, header, section, main {
	display: block;
}

h1, h2, h3, h4, h5, h6, p {
    font-size: inherit;
	font-weight: inherit;
}

ul, ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

img, svg {
	max-width: 100%;
	height: auto;
}

input, textarea, button, select {
	font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

input::-ms-clear {
	display: none;
}

button, input[type="submit"] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
    outline: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.ved_wrapper {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  color: #000;
  font-size: 20px;
  font-family: Arial, sans-serif;
  line-height: 130%;
  word-break: normal;
}
.ved_wrapper p, .ved_wrapper a, .ved_wrapper img, .ved_wrapper ol, .ved_wrapper ul, .ved_wrapper li, .ved_wrapper h1, .ved_wrapper h2, .ved_wrapper h3, .ved_wrapper h4, .ved_wrapper h5, .ved_wrapper h6 {
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: inherit;
  font-size: inherit;
}
.ved_wrapper a {
  text-decoration: none;
}
.ved_wrapper button {
  display: block;
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
}
.ved_wrapper button svg {
  cursor: pointer;
}
.ved_wrapper img {
  display: block;
  user-select: none;
}

.ved_wrapper {
  box-sizing: border-box;
  color: #2f2f41;
  font-size: 18px;
  font-family: "Roboto Condensed", Arial, sans-serif;
  line-height: 120%;
}
.ved_wrapper button.ved_button,
.ved_wrapper a.ved_button {
  display: block;
  text-align: center;
  font-family: "TT Norms", Arial, sans-serif;
  width: 300px;
  padding: 22px 0;
  border-radius: 16px;
  background-color: #ffbc10;
  color: #000;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
}
@media (max-width: 655px) {
  .ved_wrapper button.ved_button,
  .ved_wrapper a.ved_button {
    width: 211px;
    padding: 13px 0;
    font-size: 16px;
  }
}
.ved_wrapper h2.ved_title {
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
  text-transform: uppercase;
}
@media (max-width: 655px) {
  .ved_wrapper h2.ved_title {
    font-size: 24px;
  }
}
.ved_wrapper div.ved_container, .ved_wrapper section.ved_container, .ved_wrapper nav.ved_container, .ved_wrapper footer.ved_container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1258px;
  margin: 0 auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 655px) {
  .ved_wrapper div.ved_container, .ved_wrapper section.ved_container, .ved_wrapper nav.ved_container, .ved_wrapper footer.ved_container {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.ved_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ved_header {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 817px;
  padding-top: 54px;
  background: url("./assets/header-bg.png") no-repeat center;
}
@media (max-width: 655px) {
  .ved_header {
    height: 451px;
    padding-top: 16px;
    background-size: cover;
  }
}
.ved_header > nav {
  gap: 0 78px;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 1019px) {
  .ved_header > nav {
    gap: 0 24px;
  }
}
@media (max-width: 655px) {
  .ved_header > nav {
    position: absolute;
    top: 0;
    display: none;
    flex-direction: column;
    gap: 12px 0;
    width: 100%;
    padding: 40px 0;
    background-color: #fff;
  }
}
.ved_header > nav > a {
  color: #fff;
  font-size: 18px;
  line-height: 130%;
}
@media (max-width: 655px) {
  .ved_header > nav > a {
    color: #000;
  }
}
@media (max-width: 655px) {
  .ved_header > nav > button {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    background: url("./assets/icons/close.svg") no-repeat center/cover;
  }
}
@media (max-width: 655px) {
  .ved_header > nav.ved_active {
    display: flex;
  }
}
.ved_header > button.ved_header__burger {
  display: none;
  width: 32px;
  height: 32px;
  margin-right: 16px;
  margin-left: auto;
  background: url("./assets/icons/burger.svg") no-repeat center/cover;
}
@media (max-width: 655px) {
  .ved_header > button.ved_header__burger {
    display: block;
  }
}
.ved_header__info {
  flex-direction: column;
  gap: 32px 0;
  align-items: flex-start;
  width: 568px;
  max-width: 100%;
  margin: 120px 0 0 19%;
}
@media (max-width: 1019px) {
  .ved_header__info {
    margin-left: 10%;
  }
}
@media (max-width: 655px) {
  .ved_header__info {
    max-width: calc(100% - 32px);
    margin: 20px 16px 0;
  }
}
.ved_header__info > h1 {
  color: #fff;
  font-weight: 700;
  font-size: 48px;
  line-height: 110%;
  text-transform: uppercase;
}
@media (max-width: 655px) {
  .ved_header__info > h1 {
    font-size: 24px;
  }
}
.ved_header__info > h3 {
  color: #fff;
  font-weight: 400;
  font-size: 32px;
  line-height: 130%;
}
@media (max-width: 655px) {
  .ved_header__info > h3 {
    font-size: 16px;
  }
}
.ved_assortment {
  padding: 100px 61px;
}
@media (max-width: 1019px) {
  .ved_assortment {
    padding: 50px 20px;
  }
}
@media (max-width: 655px) {
  .ved_assortment {
    padding: 45px 0;
  }
}
.ved_assortment__info {
  flex-direction: column;
  gap: 24px 0;
  align-items: flex-start;
  max-width: 100%;
}
.ved_assortment__info > h2 {
  color: #000;
  font-weight: 500;
  font-size: 40px;
  line-height: 130%;
  text-transform: uppercase;
}
@media (max-width: 1019px) {
  .ved_assortment__info > h2 {
    font-size: 32px;
  }
}
@media (max-width: 655px) {
  .ved_assortment__info > h2 {
    font-weight: 700;
    font-size: 24px;
  }
}
@media (max-width: 655px) {
  .ved_assortment__info > h2 br {
    display: none;
  }
}
.ved_assortment__card {
  gap: 30px 48px;
  justify-content: flex-start;
  box-sizing: border-box;
  width: 100%;
  padding: 32px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 20px 50px 0 rgba(68, 68, 68, 0.3);
}
@media (max-width: 1019px) {
  .ved_assortment__card {
    flex-direction: column;
    align-items: flex-start;
  }
}
.ved_assortment__card_title {
  width: 234px;
}
.ved_assortment__card_title > h3 {
  margin-bottom: 10px;
  color: #000;
  font-weight: 500;
  font-size: 48px;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: 655px) {
  .ved_assortment__card_title > h3 {
    font-size: 24px;
  }
}
.ved_assortment__card_title > p {
  color: #000;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
}
@media (max-width: 655px) {
  .ved_assortment__card_title > p {
    font-size: 16px;
  }
}
.ved_assortment__card > span {
  width: 1px;
  height: 164px;
  background-color: #b6b6b6;
}
@media (max-width: 1019px) {
  .ved_assortment__card > span {
    width: 100%;
    height: 1px;
  }
}
.ved_assortment__card_info > p {
  margin-bottom: 32px;
  color: #000;
  font-weight: 300;
  font-size: 24px;
  line-height: 130%;
}
@media (max-width: 655px) {
  .ved_assortment__card_info > p {
    font-size: 16px;
  }
}
.ved_assortment__picture {
  width: 100%;
  height: 586px;
  margin: -75px auto 0;
  border-radius: 30px;
  background: url("./assets/assortment-1.png") no-repeat center;
}
@media (max-width: 655px) {
  .ved_assortment__picture {
    height: 276px;
    margin-top: -230px;
    border-radius: 0;
    background-size: cover;
  }
}
.ved_about {
  padding: 0 0 100px;
}
@media (max-width: 655px) {
  .ved_about {
    padding-bottom: 50px;
  }
}
.ved_about > h2 {
  margin-bottom: 30px;
}
.ved_about__info {
  gap: 0 12px;
  align-items: flex-start;
  margin-bottom: 100px;
}
@media (max-width: 1019px) {
  .ved_about__info {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.ved_about__info_left {
  min-width: 59%;
}
@media (max-width: 1019px) {
  .ved_about__info_left {
    padding-bottom: 12px;
  }
}
.ved_about__info_left > p {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
}
.ved_about__info_left > p:not(:last-of-type) {
  margin-bottom: 20px;
}
.ved_about__info_right {
  position: relative;
  padding-top: 12px;
}
.ved_about__info_right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 383px;
  height: 1px;
  background-color: #000;
}
.ved_about__info_right > p {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
}
.ved_about__lists {
  gap: 35px;
  margin-bottom: 50px;
}
@media (max-width: 1019px) {
  .ved_about__lists {
    flex-direction: column;
  }
}
.ved_about__list {
  width: 50%;
}
@media (max-width: 1019px) {
  .ved_about__list {
    width: 100%;
  }
}
.ved_about__list > h3 {
  margin-bottom: 24px;
  color: #000;
  font-weight: 500;
  font-size: 32px;
  line-height: 130%;
}
@media (max-width: 655px) {
  .ved_about__list > h3 {
    font-size: 24px;
  }
}
.ved_about__list > ul {
  flex-direction: column;
  gap: 24px 0;
  align-items: flex-start;
}
.ved_about__list > ul > li {
  display: flex;
  gap: 0 10px;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  padding: 32px;
  border-left: 3px solid #ffbc10;
  border-radius: 16px;
  background: #fff;
  color: #000;
  box-shadow: 0 10px 30px 0 rgba(68, 68, 68, 0.2);
  font-size: 20px;
  font-family: Roboto, Arial, sans-serif;
  line-height: 130%;
}
@media (max-width: 655px) {
  .ved_about__list > ul > li {
    flex-direction: column;
    font-size: 16px;
    text-align: center;
  }
}
.ved_about__list > ul > li::before {
  content: "";
  min-width: 27px;
  min-height: 42px;
  background: url("./assets/icons/mark.png") no-repeat center;
}
.ved_about__card {
  gap: 10px 15px;
  padding: 40px 32px;
  border-radius: 16px;
  background: linear-gradient(98deg, #fedb55 45.57%, rgba(254, 219, 85, 0) 113.59%);
}
@media (max-width: 1019px) {
  .ved_about__card {
    padding: 30px 20px;
  }
}
@media (max-width: 655px) {
  .ved_about__card {
    flex-direction: column;
    padding: 12px;
  }
}
.ved_about__card_title {
  gap: 0 24px;
}
@media (max-width: 1019px) {
  .ved_about__card_title > img {
    width: 60px;
  }
}
@media (max-width: 655px) {
  .ved_about__card_title > img {
    width: 30px;
  }
}
.ved_about__card_title > h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
}
@media (max-width: 1019px) {
  .ved_about__card_title > h3 {
    font-size: 24px;
  }
}
@media (max-width: 655px) {
  .ved_about__card_title > h3 {
    font-size: 16px;
  }
}
.ved_delivery {
  position: relative;
  margin-bottom: 60px;
  padding: 91px 0;
  border-radius: 32px;
  background-color: #fedb55;
}
@media (max-width: 1019px) {
  .ved_delivery {
    padding: 50px 0;
  }
}
@media (max-width: 655px) {
  .ved_delivery {
    margin-bottom: 30px;
    padding: 24px 0;
    border-radius: 0;
  }
}
.ved_delivery__inner > h2 {
  margin-bottom: 50px;
}
@media (max-width: 655px) {
  .ved_delivery__inner > h2 {
    margin-bottom: 24px;
  }
}
.ved_delivery__inner > ul {
  width: 596px;
  margin-bottom: 50px;
}
@media (max-width: 1019px) {
  .ved_delivery__inner > ul {
    margin-left: 20px;
  }
}
@media (max-width: 655px) {
  .ved_delivery__inner > ul {
    width: calc(100% - 20px);
    margin-bottom: 24px;
  }
}
.ved_delivery__inner > ul > li {
  position: relative;
  color: #000;
  font-size: 24px;
  line-height: 130%;
}
@media (max-width: 655px) {
  .ved_delivery__inner > ul > li {
    font-size: 16px;
  }
}
.ved_delivery__inner > ul > li:not(:last-of-type) {
  margin-bottom: 18px;
}
.ved_delivery__inner > ul > li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: -15px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #000;
}
@media (max-width: 655px) {
  .ved_delivery__inner > ul > li::before {
    top: 8px;
    width: 4px;
    height: 4px;
  }
}
.ved_delivery__inner > button.ved_button {
  width: 404px;
}
@media (max-width: 655px) {
  .ved_delivery__inner > button.ved_button {
    max-width: 100%;
  }
}
.ved_delivery__picture {
  position: absolute;
  bottom: -50px;
  left: 50.5%;
  width: 900px;
  height: 726px;
  background: url("./assets/macBook.png") no-repeat center;
}
@media (max-width: 1019px) {
  .ved_delivery__picture {
    position: static;
    width: 635px;
    height: 537px;
    margin: 20px 0 -100px auto;
    background-image: url("./assets/macBook-lg.png");
    background-size: cover;
  }
}
@media (max-width: 1019px) and (max-width: 655px) {
  .ved_delivery__picture {
    width: 288px;
    height: 246px;
    margin-bottom: -60px;
  }
}
.ved_provider {
  padding: 100px 0;
}
@media (max-width: 1019px) {
  .ved_provider {
    padding-top: 50px;
  }
}
@media (max-width: 655px) {
  .ved_provider {
    padding: 40px 0 50px;
  }
}
.ved_provider__inner > h2 {
  margin-bottom: 30px;
}
@media (max-width: 655px) {
  .ved_provider__inner > h2 {
    margin-bottom: 10px;
  }
}
@media (max-width: 1019px) {
  .ved_provider__inner > h2 br {
    display: none;
  }
}
.ved_provider__card {
  position: relative;
  z-index: 9;
  box-sizing: border-box;
  width: 706px;
  padding: 20px 50px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(68, 68, 68, 0.1);
}
@media (max-width: 1019px) {
  .ved_provider__card {
    width: 100%;
    padding: 20px 12px;
  }
}
.ved_provider__card > h3 {
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 130%;
}
@media (max-width: 655px) {
  .ved_provider__card > h3 {
    font-size: 24px;
  }
}
.ved_provider__list {
  gap: 0 100px;
  padding-top: 12px;
  border-top: 1px solid #b6b6b6;
}
@media (max-width: 1019px) {
  .ved_provider__list {
    gap: 12px 40px;
  }
}
@media (max-width: 655px) {
  .ved_provider__list {
    flex-wrap: wrap;
  }
}
.ved_provider__list > ul > li {
  color: #000;
  font-size: 24px;
  line-height: 130%;
}
@media (max-width: 655px) {
  .ved_provider__list > ul > li {
    font-size: 16px;
  }
}
.ved_provider__list > ul > li:not(:last-of-type) {
  margin-bottom: 2px;
}
@media (max-width: 655px) {
  .ved_provider__picture_wrapper {
    display: contents;
  }
}
.ved_provider__picture {
  width: 100%;
  padding-top: 61%;
  background: url("./assets/map.png") no-repeat center/cover;
}
@media (max-width: 655px) {
  .ved_provider__picture {
    margin-top: -50px;
    background-position: 30% bottom;
    background-size: 150%;
  }
}
.ved_order {
  padding-bottom: 100px;
}
@media (max-width: 655px) {
  .ved_order {
    padding-bottom: 48px;
  }
}
.ved_order > h2 {
  margin-bottom: 12px;
  text-align: center;
}
@media (max-width: 655px) {
  .ved_order > h2 {
    text-align: left;
  }
}
.ved_order > p {
  margin-bottom: 50px;
  font-size: 32px;
  line-height: 130%;
  text-align: center;
}
@media (max-width: 655px) {
  .ved_order > p {
    margin-bottom: 24px;
    font-size: 16px;
    text-align: left;
  }
}
.ved_order > ul {
  flex-wrap: wrap;
  gap: 19px 0;
  padding: 0 8.5%;
}
@media (max-width: 1019px) {
  .ved_order > ul {
    padding: 0 10px;
  }
}
@media (max-width: 655px) {
  .ved_order > ul {
    padding: 0;
  }
}
.ved_order > ul > li {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
  align-items: center;
  box-sizing: border-box;
  width: 24%;
  padding: 20px 25px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(68, 68, 68, 0.1);
}
@media (max-width: 655px) {
  .ved_order > ul > li {
    gap: 12px 0;
    width: 100%;
    padding: 20px;
  }
}
.ved_order > ul > li > p {
  color: #000;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
}
@media (max-width: 1019px) {
  .ved_order > ul > li > p {
    font-size: 20px;
  }
}
@media (max-width: 655px) {
  .ved_order > ul > li > p {
    font-size: 24px;
  }
}
.ved_order > ul > li > h4 {
  color: #000;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
}
@media (max-width: 1019px) {
  .ved_order > ul > li > h4 {
    font-size: 16px;
  }
}
@media (max-width: 655px) {
  .ved_order > ul > li > h4 {
    font-size: 20px;
  }
}
.ved_order > ul > li:not(:last-of-type) {
  position: relative;
}
.ved_order > ul > li:not(:last-of-type)::after {
  content: "";
  position: absolute;
  bottom: 20px;
  width: 48px;
  height: 48px;
  background: url("./assets/icons/arrow-right.png") no-repeat center;
}
@media (max-width: 655px) {
  .ved_order > ul > li:not(:last-of-type)::after {
    position: static;
    transform: rotateZ(90deg);
  }
}
.ved_order > ul > li:nth-of-type(1), .ved_order > ul > li:nth-of-type(2), .ved_order > ul > li:nth-of-type(3), .ved_order > ul > li:nth-of-type(4) {
  height: 245px;
}
@media (max-width: 1019px) {
  .ved_order > ul > li:nth-of-type(1), .ved_order > ul > li:nth-of-type(2), .ved_order > ul > li:nth-of-type(3), .ved_order > ul > li:nth-of-type(4) {
    height: 225px;
  }
}
@media (max-width: 655px) {
  .ved_order > ul > li:nth-of-type(1), .ved_order > ul > li:nth-of-type(2), .ved_order > ul > li:nth-of-type(3), .ved_order > ul > li:nth-of-type(4) {
    height: auto;
  }
}
.ved_order > ul > li:nth-of-type(5), .ved_order > ul > li:nth-of-type(6), .ved_order > ul > li:nth-of-type(7), .ved_order > ul > li:nth-of-type(8) {
  height: 217px;
}
@media (max-width: 1019px) {
  .ved_order > ul > li:nth-of-type(5), .ved_order > ul > li:nth-of-type(6), .ved_order > ul > li:nth-of-type(7), .ved_order > ul > li:nth-of-type(8) {
    height: 190px;
  }
}
@media (max-width: 655px) {
  .ved_order > ul > li:nth-of-type(5), .ved_order > ul > li:nth-of-type(6), .ved_order > ul > li:nth-of-type(7), .ved_order > ul > li:nth-of-type(8) {
    height: auto;
  }
}
.ved_order > ul > li:nth-of-type(8) {
  padding-top: 46px;
}
@media (max-width: 1019px) {
  .ved_order > ul > li:nth-of-type(8) {
    padding-top: 30px;
  }
}
@media (max-width: 655px) {
  .ved_order > ul > li:nth-of-type(8) {
    padding-top: 20px;
  }
}
.ved_functional {
  border-radius: 30px 30px 0 0;
  background-color: #fedb55;
}
@media (max-width: 655px) {
  .ved_functional {
    border-radius: 0;
  }
}
.ved_functional__inner {
  padding: 66px 0 0;
}
@media (max-width: 655px) {
  .ved_functional__inner {
    padding: 24px 0 0;
  }
}
.ved_functional__inner .ved_swiper {
  position: relative;
  overflow: visible;
}
.ved_functional__inner .ved_swiper__slide {
  padding-top: 48%;
  border-radius: 16px;
  background: no-repeat center/cover;
}
@media (max-width: 655px) {
  .ved_functional__inner .ved_swiper__slide {
    padding-top: 60%;
  }
}
.ved_functional__inner .ved_swiper__slide-1 {
  background-image: url("./assets/functional-1.png");
}
.ved_functional__inner .ved_swiper__slide-2 {
  background-image: url("./assets/functional-2.png");
}
.ved_functional__inner .ved_swiper__slide-3 {
  background-image: url("./assets/functional-3.png");
}
.ved_functional__inner .ved_swiper__slide-4 {
  background-image: url("./assets/functional-4.png");
}
.ved_functional__inner .ved_swiper__btns {
  position: absolute;
  top: calc(50% - 28px);
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 655px) {
  .ved_functional__inner .ved_swiper__btns {
    top: calc(50% - 15px);
  }
}
.ved_functional__inner .ved_swiper__button {
  position: relative;
  z-index: 9;
  width: 57px;
  height: 57px;
  border-radius: 8px;
  background: #fff url("./assets/icons/arrow-left.png") no-repeat center;
}
@media (max-width: 655px) {
  .ved_functional__inner .ved_swiper__button {
    width: 31px;
    height: 30px;
  }
}
.ved_functional__inner .ved_swiper__button-prev {
  left: -27px;
}
@media (max-width: 655px) {
  .ved_functional__inner .ved_swiper__button-prev {
    left: 5px;
  }
}
.ved_functional__inner .ved_swiper__button-next {
  right: -27px;
  transform: scale(-1);
}
@media (max-width: 655px) {
  .ved_functional__inner .ved_swiper__button-next {
    right: 5px;
  }
}
.ved_functional__info {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 90px;
}
@media (max-width: 655px) {
  .ved_functional__info {
    margin-bottom: 24px;
  }
}
.ved_functional__info > h3 {
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 130%;
}
@media (max-width: 655px) {
  .ved_functional__info > h3 {
    margin-bottom: 24px;
    font-size: 24px;
  }
}
.ved_functional__lists {
  gap: 24px 44px;
  align-items: flex-start;
}
@media (max-width: 655px) {
  .ved_functional__lists {
    flex-direction: column;
  }
}
.ved_functional__lists > ul {
  margin-left: 18px;
}
.ved_functional__lists > ul > li {
  position: relative;
  font-size: 20px;
  line-height: 170%;
}
@media (max-width: 655px) {
  .ved_functional__lists > ul > li {
    font-size: 16px;
    line-height: 150%;
  }
}
.ved_functional__lists > ul > li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: -15px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #000;
}
@media (max-width: 655px) {
  .ved_functional__lists > ul > li::before {
    top: 9px;
    width: 4px;
    height: 4px;
  }
}
.ved_functional__lists > ul > li:not(:last-of-type) {
  margin-bottom: 4px;
}
.ved_functional__lists-1 {
  margin-bottom: 50px;
}
@media (max-width: 655px) {
  .ved_functional__lists-1 {
    margin-bottom: 24px;
  }
}
.ved_functional__lists-1 > ul {
  width: 48%;
}
@media (max-width: 655px) {
  .ved_functional__lists-1 > ul {
    width: calc(100% - 18px);
  }
}
.ved_faq {
  padding: 90px 0;
  background-color: #fedb55;
}
@media (max-width: 1019px) {
  .ved_faq {
    padding: 50px 0;
  }
}
@media (max-width: 655px) {
  .ved_faq {
    padding: 50px 0 40px;
  }
}
.ved_faq__inner > h2 {
  margin-bottom: 50px;
}
@media (max-width: 1019px) {
  .ved_faq__inner > h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 655px) {
  .ved_faq__inner > h2 {
    margin-bottom: 24px;
  }
}
.ved_faq__content {
  align-items: flex-start;
}
@media (max-width: 655px) {
  .ved_faq__content {
    flex-direction: column;
    gap: 16px 0;
  }
}
.ved_faq__cards {
  display: flex;
  flex-direction: column;
  gap: 27px 0;
  width: 48.8%;
}
@media (max-width: 1019px) {
  .ved_faq__cards {
    gap: 16px 0;
  }
}
@media (max-width: 655px) {
  .ved_faq__cards {
    width: 100%;
  }
}
.ved_faq__card {
  position: relative;
  overflow: hidden;
  padding: 0 33px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.06);
  transition-duration: 300ms;
}
@media (max-width: 1019px) {
  .ved_faq__card {
    padding: 0 12px;
  }
}
@media (max-width: 655px) {
  .ved_faq__card {
    padding: 16px;
  }
}
.ved_faq__card_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 122px;
}
@media (max-width: 1019px) {
  .ved_faq__card_title {
    gap: 0 24px;
    height: 110px;
  }
}
@media (max-width: 655px) {
  .ved_faq__card_title {
    height: auto;
  }
}
.ved_faq__card_title > h4 {
  max-width: 410px;
  color: #170f49;
  font-weight: 500;
  font-size: 24px;
  line-height: 117%;
}
@media (max-width: 1019px) {
  .ved_faq__card_title > h4 {
    font-size: 18px;
  }
}
.ved_faq__card_title > button {
  min-width: 41px;
  min-height: 41px;
  background: url("./assets/icons/plus.png") no-repeat center/cover;
  transition-duration: 300ms;
}
@media (max-width: 1019px) {
  .ved_faq__card_title > button {
    min-width: 32px;
    min-height: 32px;
  }
}
@media (max-width: 655px) {
  .ved_faq__card_title > button {
    min-width: 41px;
    min-height: 41px;
  }
}
.ved_faq__card > p {
  position: relative;
  width: 415px;
  max-width: calc(100% - 66px);
  max-height: 0;
  color: #6f6c90;
  font-size: 18px;
  font-family: "DM Sans", Arial, sans-serif;
  line-height: 167%;
  opacity: 0;
  visibility: hidden;
  transition-duration: 300ms;
}
@media (max-width: 1019px) {
  .ved_faq__card > p {
    max-width: calc(100% - 24px);
    font-size: 15px;
  }
}
@media (max-width: 655px) {
  .ved_faq__card > p {
    font-size: 16px;
  }
}
.ved_faq__card--active > .ved_faq__card_title > button {
  background-image: url("./assets/icons/minus.png");
}
.ved_faq__card--active > p {
  max-height: 400px;
  padding-bottom: 20px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 655px) {
  .ved_faq__card--active > p {
    padding-top: 10px;
    padding-bottom: 0;
  }
}
.ved_faq__card-1.ved_faq__card--active > p, .ved_faq__card-2.ved_faq__card--active > p, .ved_faq__card-3.ved_faq__card--active > p {
  margin-top: -30px;
}
@media (max-width: 655px) {
  .ved_faq__card-1.ved_faq__card--active > p, .ved_faq__card-2.ved_faq__card--active > p, .ved_faq__card-3.ved_faq__card--active > p {
    margin-top: 0;
  }
}
.ved_faq__card-4.ved_faq__card--active > p, .ved_faq__card-5.ved_faq__card--active > p {
  margin-top: -20px;
}
@media (max-width: 1019px) {
  .ved_faq__card-4.ved_faq__card--active > p, .ved_faq__card-5.ved_faq__card--active > p {
    margin-top: -10px;
  }
}
@media (max-width: 655px) {
  .ved_faq__card-4.ved_faq__card--active > p, .ved_faq__card-5.ved_faq__card--active > p {
    margin-top: 0;
  }
}
.ved_footer {
  border-radius: 0 0 30px 30px;
  background-color: #fedb55;
}
@media (max-width: 655px) {
  .ved_footer__inner {
    display: none;
  }
}
.ved_footer__inner > nav {
  box-sizing: border-box;
  padding: 24px 12% 50px;
  border-top: 1px solid #170f49;
}
@media (max-width: 1019px) {
  .ved_footer__inner > nav {
    padding: 24px 0 40px;
  }
}
.ved_footer__inner > nav > a {
  color: #000;
  font-size: 18px;
  font-family: Inter, Arial, sans-serif;
  line-height: 130%;
}
@media (max-width: 1019px) {
  .ved_footer__inner > nav > a {
    font-size: 16px;
  }
}

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, 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');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}
