.section * {
  font-optical-sizing: auto;
  font-style: normal;
  box-sizing: border-box;
  margin: unset;
  padding: unset;
  font-family: "Mulish", sans-serif;
}

main {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section {
  display: flex;
  justify-content: center;
  margin: 0 0 160px;
  max-width: 2560px;
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .section {
    margin: 0 0 120px;
  }
}
@media screen and (max-width: 650px) {
  .section {
    margin: 0 0 100px;
  }
}

.container {
  width: 100%;
  max-width: 1920px;
  padding: 0 100px;
  display: block;
}
@media screen and (max-width: 1600px) {
  .container {
    padding: 0 154px;
  }
}
@media screen and (max-width: 1366px) {
  .container {
    padding: 0 36px;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    padding: 0 64px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 48px;
  }
}
@media screen and (max-width: 650px) {
  .container {
    padding: 0 20px;
  }
}
.container--small {
  padding: 0 200px;
}
@media screen and (max-width: 1600px) {
  .container--small {
    padding: 0 217px;
  }
}
@media screen and (max-width: 1366px) {
  .container--small {
    padding: 0 100px;
  }
}
@media screen and (max-width: 1024px) {
  .container--small {
    padding: 0 64px;
  }
}
@media screen and (max-width: 768px) {
  .container--small {
    padding: 0 48px;
  }
}
@media screen and (max-width: 650px) {
  .container--small {
    padding: 0 20px;
  }
}

.title {
  color: #000000;
  font-size: 80px;
  font-weight: 800;
  line-height: 105%;
}
@media screen and (max-width: 1600px) {
  .title {
    font-size: 56px;
  }
}
@media screen and (max-width: 650px) {
  .title {
    font-size: 32px;
  }
}
@media screen and (max-width: 650px) {
  .title--big {
    font-size: 48px;
  }
}
@media screen and (max-width: 1600px) {
  .title--small {
    font-size: 48px;
  }
}
@media screen and (max-width: 650px) {
  .title--small {
    font-size: 32px;
  }
}
.title-white {
  color: #ffffff;
}

.btn {
  padding: 24px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: unset;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease-in-out;
  text-align: center;
}
.btn-orange {
  background: #F58220;
  color: #ffffff;
}
.btn-orange:hover {
  background: #FAA61A;
}
.btn-white {
  background-color: #ffffff;
  color: #000;
}
.btn-white:hover {
  background: #FAA61A;
}
.btn-white-brd {
  border: 3px solid #EFEFEF;
  color: #000;
}
.btn-white-brd:hover {
  background: #EFEFEF;
}
@media screen and (max-width: 1600px) {
  .btn-half {
    padding: 16px 24px;
    font-size: 18px;
  }
}
.btn-icon-r svg {
  margin: 0 0 0 8px;
}
.btn-icon-l svg {
  margin: 0 12px 0 0;
}

.hero {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 1492px;
  position: relative;
  overflow: hidden;
  padding: 316px 0 0;
  margin: unset;
  z-index: 1;
}
@media screen and (max-width: 1920px) {
  .hero {
    height: 1360px;
  }
}
@media screen and (max-width: 1600px) {
  .hero {
    height: 840px;
    padding: 156px 0 0;
  }
}
@media screen and (max-width: 1250px) {
  .hero {
    height: 660px;
  }
}
@media screen and (max-width: 1150px) {
  .hero {
    height: 550px;
  }
}
@media screen and (max-width: 1024px) {
  .hero {
    height: 596px;
  }
}
@media screen and (max-width: 900px) {
  .hero {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .hero {
    flex-direction: column;
    align-items: center;
  }
}
.hero .container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 2;
}
@media screen and (max-width: 1920px) {
  .hero .container {
    padding: 0 200px;
  }
}
@media screen and (max-width: 1600px) {
  .hero .container {
    padding: 0 154px;
  }
}
@media screen and (max-width: 1366px) {
  .hero .container {
    padding: 0 100px;
  }
}
@media screen and (max-width: 1024px) {
  .hero .container {
    padding: 0 64px;
  }
}
@media screen and (max-width: 768px) {
  .hero .container {
    padding: 0 48px;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 650px) {
  .hero .container {
    padding: 0 20px;
  }
}
.hero__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 100px;
}
@media screen and (max-width: 1920px) {
  .hero__info {
    padding: unset;
  }
}
@media screen and (max-width: 768px) {
  .hero__info {
    max-width: 440px;
  }
}
@media screen and (max-width: 650px) {
  .hero__info {
    max-width: 100%;
  }
}
.hero__info--icon {
  margin: 0 0 40px;
}
@media screen and (max-width: 650px) {
  .hero__info--icon {
    width: 48px;
    height: 45px;
    margin: 0 0 16px;
  }
}
.hero__info--title {
  color: #000000;
  font-size: 86px;
  font-weight: 800;
  line-height: 105%;
  margin: 0 0 16px;
}
@media screen and (max-width: 1600px) {
  .hero__info--title {
    font-size: 56px;
    margin: 0 0 24px;
  }
}
@media screen and (max-width: 650px) {
  .hero__info--title {
    font-size: 36px;
    margin: 0 0 12px;
  }
}
.hero__info p {
  color: #000000;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.66px;
  text-transform: uppercase;
  max-width: 555px;
  margin: 0 0 36px;
}
@media screen and (max-width: 1600px) {
  .hero__info p {
    font-size: 18px;
    max-width: 476px;
  }
}
@media screen and (max-width: 1024px) {
  .hero__info p {
    max-width: 438px;
  }
}
@media screen and (max-width: 650px) {
  .hero__info p {
    font-size: 16px;
    margin: 0 0 16px;
  }
}
.hero__info form {
  position: relative;
  width: 620px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1600px) {
  .hero__info form {
    width: 476px;
  }
}
@media screen and (max-width: 1024px) {
  .hero__info form {
    width: 438px;
  }
}
@media screen and (max-width: 768px) {
  .hero__info form {
    width: 100%;
  }
}
.hero__info form input {
  padding: 16px 16px 16px 56px;
  border-radius: 8px;
  background: #EFEFEF;
  border: 2px solid #EFEFEF;
  margin: 0 0 16px;
  transition: 0.3s all ease-in-out;
  outline: unset;
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  line-height: 105%;
  height: 81px;
  width: 100%;
  background-image: url(../../../images/home/search-icon.svg);
  background-repeat: no-repeat;
  background-position: 24px 50%;
  background-size: 20px;
}
@media screen and (max-width: 1600px) {
  .hero__info form input {
    height: 65px;
    padding: 8px 8px 8px 48px;
    font-size: 16px;
    background-position: 16px 50%;
  }
}
@media screen and (max-width: 650px) {
  .hero__info form input {
    font-size: 13px;
  }
}
.hero__info form input::-moz-placeholder {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  line-height: 105%;
  opacity: 0.4;
}
.hero__info form input::placeholder {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  line-height: 105%;
  opacity: 0.4;
}
@media screen and (max-width: 1600px) {
  .hero__info form input::-moz-placeholder {
    font-size: 16px;
  }
  .hero__info form input::placeholder {
    font-size: 16px;
  }
}
@media screen and (max-width: 650px) {
  .hero__info form input::-moz-placeholder {
    font-size: 13px;
  }
  .hero__info form input::placeholder {
    font-size: 13px;
  }
}
.hero__info form input:hover, .hero__info form input:focus {
  border-color: #F58220;
}
.hero__info form button {
  position: absolute;
  right: 16px;
  top: 16px;
  padding: 16px;
  height: 49px;
  border-radius: 4px;
  background: #F58220;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 105%;
  border: unset;
  outline: unset;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
@media screen and (max-width: 1600px) {
  .hero__info form button {
    right: 8px;
    top: 8px;
  }
}
.hero__info form button:hover {
  background: #FAA61A;
}
.hero__info form span {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  line-height: 105%;
  opacity: 0.6;
  text-align: center;
}
.hero__image {
  position: absolute;
  z-index: 1;
  width: 55%;
  max-width: 1391px;
  right: -140px;
  top: -40px;
}
.hero__image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero__bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
}
@media screen and (max-width: 900px) {
  .hero__bg {
    height: 451px;
  }
}
@media screen and (max-width: 768px) {
  .hero__bg {
    top: unset;
    right: unset;
    position: relative;
    width: 100%;
    height: auto;
    margin: -34px 0 0;
  }
}
@media screen and (max-width: 650px) {
  .hero__bg {
    margin: 25px 0 0;
  }
}
.hero__bg img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 768px) {
  .hero__bg img {
    width: 100%;
    height: auto;
  }
}
.hero__box {
  position: absolute;
  z-index: 3;
  width: 506px;
  height: 431px;
}
.hero__box--1 {
  top: 740px;
  left: -200px;
  transform: rotate(26deg);
  z-index: 1;
}
@media screen and (max-width: 1920px) {
  .hero__box--1 {
    left: -340px;
  }
}
@media screen and (max-width: 1600px) {
  .hero__box--1 {
    width: 308px;
    height: 263px;
    top: 440px;
    left: -130px;
  }
}
@media screen and (max-width: 1024px) {
  .hero__box--1 {
    top: 468px;
  }
}
@media screen and (max-width: 768px) {
  .hero__box--1 {
    top: 900px;
    width: 263px;
    height: 224px;
  }
}
@media screen and (max-width: 650px) {
  .hero__box--1 {
    top: 680px;
    width: 155px;
    height: 132px;
    left: -80px;
  }
}
.hero__box--2 {
  transform: rotate(-66deg);
  top: 770px;
  right: -160px;
  z-index: 2;
}
@media screen and (max-width: 1920px) {
  .hero__box--2 {
    width: 392px;
    height: 334px;
    right: -126px;
    top: 846px;
  }
}
@media screen and (max-width: 1600px) {
  .hero__box--2 {
    width: 302px;
    height: 258px;
    top: 436px;
    right: -50px;
  }
}
@media screen and (max-width: 1024px) {
  .hero__box--2 {
    top: 446px;
    right: -120px;
  }
}
@media screen and (max-width: 768px) {
  .hero__box--2 {
    top: 860px;
  }
}
@media screen and (max-width: 650px) {
  .hero__box--2 {
    width: 219px;
    height: 187px;
    top: 620px;
  }
}

.services {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: -464px;
  z-index: 1;
}
@media screen and (max-width: 1920px) {
  .services {
    margin-top: -328px;
  }
}
@media screen and (max-width: 1600px) {
  .services {
    margin-top: -232px;
  }
}
@media screen and (max-width: 1366px) {
  .services {
    margin-top: 42px;
  }
}
@media screen and (max-width: 768px) {
  .services {
    margin-top: -122px;
  }
}
@media screen and (max-width: 650px) {
  .services {
    margin-top: -22px;
  }
}
@media screen and (max-width: 650px) {
  .services .container {
    padding: unset;
  }
}
.services--wrap {
  padding: 100px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0px 0px 109.6px 0px rgba(0, 0, 0, 0.15);
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .services--wrap {
    padding: 64px;
  }
}
@media screen and (max-width: 1366px) {
  .services--wrap {
    padding: 48px;
  }
}
@media screen and (max-width: 768px) {
  .services--wrap {
    padding: 36px;
  }
}
@media screen and (max-width: 650px) {
  .services--wrap {
    padding: 20px;
  }
}
.services__head {
  padding: 0 0 48px;
  margin: 0 0 48px;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .services__head {
    padding: 0 0 36px;
  }
}
.services__head--title {
  margin: 0 0 24px;
}
.services__head--info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 1366px) {
  .services__head--info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.services__head--info p {
  max-width: 842px;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.4px;
  opacity: 0.8;
}
@media screen and (max-width: 1600px) {
  .services__head--info p {
    font-size: 16px;
    max-width: 486px;
    letter-spacing: 0.32px;
  }
}
@media screen and (max-width: 1366px) {
  .services__head--info p {
    max-width: 100%;
    margin: 0 0 24px;
  }
}
.services__head--icon {
  position: absolute;
  bottom: -14px;
  right: 27.5%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .services__head--icon {
    right: 22.5%;
  }
}
@media screen and (max-width: 650px) {
  .services__head--icon {
    display: none;
  }
}
.services__head::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-image: url(../../../images/home/services-line.svg);
  position: absolute;
  bottom: 0;
  left: 0;
}
.services__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1250px) {
  .services__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .services__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.services__list--item {
  padding: 36px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  min-height: 420px;
  border: 3px solid transparent;
  position: relative;
  overflow: hidden;
  transition: 0.3s all ease-in;
}
@media screen and (max-width: 1600px) {
  .services__list--item {
    padding: 24px;
    min-height: 346px;
  }
}
@media screen and (max-width: 1366px) {
  .services__list--item {
    min-height: unset;
  }
}
@media screen and (max-width: 1250px) {
  .services__list--item:nth-child(1) {
    order: 1;
  }
  .services__list--item:nth-child(2) {
    order: 2;
  }
  .services__list--item:nth-child(3) {
    order: 4;
  }
  .services__list--item:nth-child(4) {
    order: 3;
  }
  .services__list--item:nth-child(5) {
    order: 5;
  }
  .services__list--item:nth-child(6) {
    order: 6;
  }
  .services__list--item:nth-child(7) {
    order: 8;
  }
  .services__list--item:nth-child(8) {
    order: 7;
  }
}
@media screen and (max-width: 768px) {
  .services__list--item {
    flex-direction: row-reverse;
    justify-content: space-between;
    order: unset !important;
  }
}
@media screen and (max-width: 650px) {
  .services__list--item {
    flex-direction: column;
  }
}
.services__list--item::after {
  display: none;
}
.services__list--item__icon {
  display: none;
}
.services__list--item__icon img {
  position: absolute;
  z-index: 1;
  width: 480px;
  height: 480px;
}
.services__list--item__img {
  width: 124px;
  height: 124px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 0 auto;
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .services__list--item__img {
    margin: 0 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .services__list--item__img {
    margin: unset;
  }
}
@media screen and (max-width: 650px) {
  .services__list--item__img {
    margin: 0 0 24px;
  }
}
.services__list--item__info {
  z-index: 2;
}
@media screen and (max-width: 786px) {
  .services__list--item__info {
    width: calc(100% - 124px - 24px);
  }
}
@media screen and (max-width: 650px) {
  .services__list--item__info {
    width: 100%;
  }
}
.services__list--item span {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.48px;
  margin: 0 0 12px;
  display: block;
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .services__list--item span {
    font-size: 20px;
    letter-spacing: 0.4px;
  }
}
.services__list--item p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.32px;
}
.services__list--item p strong,
.services__list--item p b {
  color: #000000;
  font-weight: 700;
}
.services__list--item.orange span {
  color: #ffffff;
}
.services__list--item.orange p {
  color: rgba(255, 255, 255, 0.8);
}
.services__list--item.orange p strong,
.services__list--item.orange p b {
  color: #ffffff;
  font-weight: 700;
}
.services__list--item.orange .services__list--item__icon {
  display: block;
  position: absolute;
  width: 376px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
@media screen and (max-width: 650px) {
  .services__list--item.orange .services__list--item__icon {
    right: unset;
    left: -20px;
    top: -13px;
    transform: translate(-50%, -50%);
  }
}
.services__list--item.orange .services__list--item__icon::after {
  content: "";
  width: 257px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: block;
  position: absolute;
  background: #FAA61A;
}
.services__list--item.orange .services__list--item__icon::before {
  content: "";
  width: 150px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: block;
  position: absolute;
  z-index: 1;
}
.services__list--item.orange::after {
  content: "";
  display: block;
  width: 100%;
  height: 97px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .services__list--item.orange::after {
    display: none;
  }
}
.services__list--item.orange-1 {
  border-color: #FFCB05;
  background: linear-gradient(180deg, #F58220 26.18%, #F56B20 65.61%);
}
.services__list--item.orange-1::after {
  background-color: #FAA61A;
}
.services__list--item.orange-1 .services__list--item__icon {
  background-color: #FFCB05;
}
.services__list--item.orange-1 .services__list--item__icon::before {
  background: #F58220;
}
.services__list--item.orange-2 {
  border-color: #FAA61A;
  background: linear-gradient(180deg, #FFCB05 26.18%, #FAA61A 65.61%), #FFCB05;
}
.services__list--item.orange-2::after {
  background-color: #FAA61A;
}
.services__list--item.orange-2 .services__list--item__icon {
  background-color: #F58220;
}
.services__list--item.orange-2 .services__list--item__icon::before {
  background: #FFCB05;
}
.services__list--item.orange-3 {
  border-color: #F58220;
  background: linear-gradient(180deg, #FAA61A 36.73%, #F58220 99.99%), #FAA61A;
}
.services__list--item.orange-3::after {
  background-color: #F58220;
}
.services__list--item.orange-3 .services__list--item__icon {
  background-color: #FFCB05;
}
.services__list--item.orange-3 .services__list--item__icon::before {
  background: #F58220;
}
.services__list--item.orange .services__list--item__link {
  color: #ffffff;
}
.services__list--item.orange .services__list--item__link svg path {
  stroke: #ffffff;
}
.services__list--item__link {
  display: flex;
  align-items: center;
  margin: 12px 0 0;
  color: #F58220;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.32px;
}
.services__list--item__link svg {
  margin: 2px 0 0 8px;
  transition: 0.3s all ease-in-out;
}
.services__list--item__link svg path {
  stroke: #F58220;
}
.services__list > a:hover {
  transform: translateY(-10px);
}
.services__list > a:hover .services__list--item__link svg {
  transform: translateX(4px);
}
.services__box {
  position: absolute;
  bottom: -200px;
  right: 200px;
  width: 418px;
  height: 357px;
  transform: rotate(-66deg);
}
@media screen and (max-width: 1920px) {
  .services__box {
    width: 418px;
    height: 357px;
    right: -70px;
  }
}
@media screen and (max-width: 1600px) {
  .services__box {
    width: 297px;
    height: 253px;
    right: -40px;
    bottom: -120px;
  }
}
@media screen and (max-width: 1024px) {
  .services__box {
    right: -100px;
    bottom: -120px;
  }
}
@media screen and (max-width: 768px) {
  .services__box {
    width: 186px;
    height: 159px;
    right: -40px;
    bottom: -104px;
  }
}
@media screen and (max-width: 650px) {
  .services__box {
    right: -64px;
    bottom: -94px;
  }
}

.map {
  display: flex;
  justify-content: center;
  position: relative;
}
.map__head {
  margin: 0 0 48px;
}
@media screen and (max-width: 768px) {
  .map__head {
    margin: 0 0 36px;
  }
}
.map__head--title {
  margin: 0 0 24px;
}
.map__head--info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .map__head--info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.map__head--info p {
  max-width: 1007px;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.4px;
  opacity: 0.8;
}
@media screen and (max-width: 1600px) {
  .map__head--info p {
    max-width: calc(100% - 240px - 48px);
    font-size: 16px;
    letter-spacing: 0.32px;
    max-width: 878px;
  }
  .map__head--info p br {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .map__head--info p {
    max-width: 608px;
  }
}
@media screen and (max-width: 768px) {
  .map__head--info p {
    max-width: 100%;
    margin: 0 0 36px;
    font-size: 16px;
  }
}
.map__head--info a {
  margin: 0 0 24px;
}
@media screen and (max-width: 1600px) {
  .map__head--info a {
    margin: 0 0 0 24px;
    min-width: -moz-max-content;
    min-width: max-content;
  }
}
@media screen and (max-width: 768px) {
  .map__head--info a {
    margin: unset;
    min-width: auto;
  }
}
.map__content {
  width: 100%;
  height: 540px;
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .map__content {
    height: 414px;
  }
}
@media screen and (max-width: 768px) {
  .map__content {
    height: 600px;
  }
}
@media screen and (max-width: 650px) {
  .map__content {
    height: 520px;
  }
}
.map__content--wrap {
  position: relative;
}
.map__content__info {
  position: absolute;
  top: 24px;
  left: 24px;
  display: flex;
  z-index: 1;
  border-radius: 4px;
  background: #ffffff;
  padding: 24px;
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 105%;
}
@media screen and (max-width: 650px) {
  .map__content__info {
    padding: 16px;
    top: 16px;
    left: 16px;
    font-size: 14px;
  }
}
.map__content__info--icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 16px 0 0;
}
@media screen and (max-width: 650px) {
  .map__content__info--icon {
    margin: 0 8px 0 0;
  }
}
.map__info {
  border-radius: 0px 0px 20px 20px;
  background: linear-gradient(270deg, #F58220 0%, #F56B20 100%);
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 650px) {
  .map__info {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
  }
}
.map__info--block {
  display: flex;
  align-items: center;
  margin: 0 24px 0 0;
}
@media screen and (max-width: 768px) {
  .map__info--block {
    margin: 0 16px 0 0;
  }
}
@media screen and (max-width: 650px) {
  .map__info--block {
    margin: 0 0 16px;
  }
}
.map__info--icon {
  width: 64px;
  min-width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #FAA61A;
  margin: 0 12px 0 0;
}
.map__info--text {
  display: flex;
  flex-direction: column;
}
.map__info--text small {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.28px;
}
.map__info--text span {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.48px;
}
@media screen and (max-width: 1600px) {
  .map__info--text span {
    font-size: 20px;
    letter-spacing: 0.4px;
  }
}
.map__info--text p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.32px;
}
@media screen and (max-width: 650px) {
  .map__info--link {
    width: 100%;
  }
}
.map__box {
  width: 728px;
  height: 698px;
  transform: rotate(63deg);
  position: absolute;
  left: -180px;
  bottom: 16px;
  z-index: 1;
}
@media screen and (max-width: 2400px) {
  .map__box {
    left: -280px;
  }
}
@media screen and (max-width: 2200px) {
  .map__box {
    left: -480px;
  }
}
@media screen and (max-width: 1920px) {
  .map__box {
    bottom: 8px;
    left: -410px;
  }
}
@media screen and (max-width: 1750px) {
  .map__box {
    bottom: 8px;
    left: -510px;
  }
}
@media screen and (max-width: 1600px) {
  .map__box {
    width: 452px;
    height: 434px;
    bottom: 80px;
    left: -190px;
  }
}
@media screen and (max-width: 1366px) {
  .map__box {
    bottom: 86px;
    left: -310px;
  }
}
@media screen and (max-width: 1024px) {
  .map__box {
    width: 296px;
    height: 284px;
    transform: rotate(60deg);
    bottom: 108px;
    left: -164px;
  }
}
@media screen and (max-width: 768px) {
  .map__box {
    bottom: 160px;
    left: -186px;
  }
}
@media screen and (max-width: 650px) {
  .map__box {
    width: 220px;
    height: 211px;
    bottom: 332px;
    left: -160px;
  }
}

.gm-style {
  font-family: "Mulish", sans-serif !important;
}

.gm-ui-hover-effect,
.gm-style-iw-ch {
  display: none !important;
}

.gm-style-iw.gm-style-iw-c {
  padding: 24px !important;
  max-width: calc(100vw - 64px) !important;
}

.gm-style-iw-d {
  padding: 0 !important;
  overflow: visible !important;
  max-height: -moz-max-content !important;
  max-height: max-content !important;
  display: flex;
}
.gm-style-iw-d::before {
  content: "";
  width: 47px;
  min-width: 47px;
  height: 47px;
  display: block;
  border-radius: 50%;
  background-color: #F58220;
  margin: 0 16px 0 0;
  background-image: url(../../../images/map/pointer_info.svg);
  background-repeat: no-repeat;
  background-size: 21px 27px;
  background-position: 50% 50%;
}

.gm-style-iw-d > div > span {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 105%;
  opacity: 0.6;
  margin: 0 0 8px;
  display: block;
}
@media screen and (max-width: 1600px) {
  .gm-style-iw-d > div > span {
    font-size: 14px;
  }
}

.gm-style-iw-d > div > p {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 105%;
}
@media screen and (max-width: 1600px) {
  .gm-style-iw-d > div > p {
    font-size: 16px;
  }
}

.delivery {
  position: relative;
}
@media screen and (max-width: 650px) {
  .delivery .container {
    padding: unset;
  }
}
.delivery--wrap {
  border-radius: 20px;
  background: #F58220;
  box-shadow: 0px 0px 109.6px 0px rgba(0, 0, 0, 0.15);
  padding: 100px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  .delivery--wrap {
    padding: 64px;
  }
}
@media screen and (max-width: 1024px) {
  .delivery--wrap {
    padding: 48px;
  }
}
@media screen and (max-width: 650px) {
  .delivery--wrap {
    padding: 20px;
  }
}
.delivery--head {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 0 48px;
  margin: 0 0 48px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  .delivery--head {
    flex-direction: column;
    padding: 0 0 36px;
  }
}
.delivery--head__info {
  height: auto;
  max-width: 1094px;
}
@media screen and (max-width: 1750px) {
  .delivery--head__info {
    max-width: 960px;
  }
}
@media screen and (max-width: 1600px) {
  .delivery--head__info {
    max-width: 100%;
    margin: 0 0 24px;
  }
}
.delivery--head__info--title {
  margin: 0 0 24px;
}
.delivery--head__info p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.4px;
  opacity: 0.8;
  margin: 0;
}
@media screen and (max-width: 1600px) {
  .delivery--head__info p {
    font-size: 16px;
    letter-spacing: 0.32px;
  }
}
.delivery--head__countries {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 1600px) {
  .delivery--head__countries {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 650px) {
  .delivery--head__countries {
    flex-direction: column;
    align-items: flex-start;
  }
}
.delivery--head__countries--list {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1600px) {
  .delivery--head__countries--list {
    flex-direction: row;
  }
}
@media screen and (max-width: 650px) {
  .delivery--head__countries--list {
    margin: 0 0 24px;
  }
}
.delivery--head__countries--list__item {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 8px;
}
@media screen and (max-width: 1600px) {
  .delivery--head__countries--list__item {
    margin: 0 8px 0 0;
  }
}
.delivery--head__countries--list__item:last-child {
  margin: unset;
}
.delivery--head__countries--list__item img {
  width: calc(100% - 10px);
  height: auto;
  aspect-ratio: 1/1;
}
.delivery--head__countries--link {
  margin: auto 0 0;
}
@media screen and (max-width: 1600px) {
  .delivery--head__countries--link {
    margin: 0 48px 0 0;
  }
}
@media screen and (max-width: 650px) {
  .delivery--head__countries--link {
    width: 100%;
  }
}
.delivery--head::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-image: url(../../../images/home/yellow-line.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
.delivery--item__title {
  margin: 0 0 24px;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.delivery--item__title span {
  color: #FBFBFB;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.72px;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  display: block;
  padding: 0 16px 0 0;
}
@media screen and (max-width: 1600px) {
  .delivery--item__title span {
    font-size: 24px;
    letter-spacing: 0.48px;
  }
}
.delivery--item__title::after {
  content: "";
  display: block;
  flex: 1;
  height: 3px;
  background: #FFCB05;
}
.delivery--item__icon {
  position: absolute;
  right: 28%;
  bottom: -13px;
}
@media screen and (max-width: 768px) {
  .delivery--item__icon {
    right: 21%;
  }
}
@media screen and (max-width: 650px) {
  .delivery--item__icon {
    display: none;
  }
}
.delivery--type {
  position: relative;
  z-index: 1;
  margin: 0 0 48px;
}
.delivery--type__list {
  display: flex;
  flex-wrap: wrap;
}
.delivery--type__list--item {
  width: 25%;
  padding: 34px;
  border-right: 3px solid #FFCB05;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1600px) {
  .delivery--type__list--item {
    padding: 24px;
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .delivery--type__list--item {
    width: 50%;
  }
}
@media screen and (max-width: 650px) {
  .delivery--type__list--item {
    width: 100%;
    border: unset !important;
    border-bottom: 3px solid #FFCB05 !important;
    padding: 24px 0;
    flex-direction: row;
  }
}
.delivery--type__list--item:nth-child(4n) {
  border: unset;
}
@media screen and (max-width: 1024px) {
  .delivery--type__list--item:nth-child(4n) {
    border-right: 3px solid #FFCB05;
  }
}
@media screen and (max-width: 1024px) {
  .delivery--type__list--item:nth-child(2n) {
    border-right: unset;
  }
}
@media screen and (max-width: 1024px) {
  .delivery--type__list--item:nth-child(1), .delivery--type__list--item:nth-child(2) {
    border-bottom: 3px solid #FFCB05;
  }
}
.delivery--type__list--item__icon {
  width: 48px;
  min-width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #ffffff;
}
@media screen and (max-width: 1600px) {
  .delivery--type__list--item__icon {
    margin: 0 0 24px;
  }
}
@media screen and (max-width: 650px) {
  .delivery--type__list--item__icon {
    margin: 0 24px 0 0;
  }
}
.delivery--type__list--item__info {
  width: calc(100% - 48px - 24px);
}
@media screen and (max-width: 1600px) {
  .delivery--type__list--item__info {
    width: 100%;
  }
}
.delivery--type__list--item__info span {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.48px;
  margin: 0 0 12px;
  display: block;
}
.delivery--type__list--item__info p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.32px;
}
.delivery--type__list--item__info p strong,
.delivery--type__list--item__info p b {
  color: #ffffff;
  font-weight: 700;
}
.delivery--why {
  position: relative;
  z-index: 1;
}
.delivery--why__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1250px) {
  .delivery--why__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .delivery--why__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.delivery--why__list--item {
  padding: 36px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  min-height: 350px;
  border: 3px solid #FFCC0B;
  position: relative;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
}
@media screen and (max-width: 1600px) {
  .delivery--why__list--item {
    padding: 24px;
    min-height: 346px;
  }
}
@media screen and (max-width: 1366px) {
  .delivery--why__list--item {
    min-height: unset;
  }
}
@media screen and (max-width: 1250px) {
  .delivery--why__list--item:nth-child(1) {
    order: 1;
  }
  .delivery--why__list--item:nth-child(2) {
    order: 2;
  }
  .delivery--why__list--item:nth-child(3) {
    order: 4;
  }
  .delivery--why__list--item:nth-child(4) {
    order: 3;
  }
  .delivery--why__list--item:nth-child(5) {
    order: 5;
  }
  .delivery--why__list--item:nth-child(6) {
    order: 6;
  }
  .delivery--why__list--item:nth-child(7) {
    order: 8;
  }
  .delivery--why__list--item:nth-child(8) {
    order: 7;
  }
}
@media screen and (max-width: 768px) {
  .delivery--why__list--item {
    flex-direction: row-reverse;
    justify-content: space-between;
    order: unset !important;
  }
}
@media screen and (max-width: 650px) {
  .delivery--why__list--item {
    flex-direction: column;
  }
}
.delivery--why__list--item::after {
  display: none;
}
.delivery--why__list--item__icon {
  display: none;
}
.delivery--why__list--item__icon img {
  position: absolute;
  z-index: 1;
  width: 480px;
  height: 480px;
}
.delivery--why__list--item__img {
  width: 124px;
  height: 124px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 0 auto;
  z-index: 2;
  margin: 0 0 18px;
}
@media screen and (max-width: 1600px) {
  .delivery--why__list--item__img {
    margin: 0 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .delivery--why__list--item__img {
    margin: unset;
  }
}
@media screen and (max-width: 650px) {
  .delivery--why__list--item__img {
    margin: 0 0 24px;
  }
}
.delivery--why__list--item__info {
  z-index: 2;
  margin: auto 0 0;
}
@media screen and (max-width: 786px) {
  .delivery--why__list--item__info {
    width: calc(100% - 124px - 24px);
  }
}
@media screen and (max-width: 650px) {
  .delivery--why__list--item__info {
    width: 100%;
  }
}
.delivery--why__list--item span {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.48px;
  margin: 0 0 12px;
  display: block;
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .delivery--why__list--item span {
    font-size: 20px;
    letter-spacing: 0.4px;
  }
}
.delivery--why__list--item p, .delivery--why__list--item p a, .delivery--why__list--item p a span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.32px;
  opacity: 0.8;
  margin: unset;
  transition: 0.3s all ease-in-out;
  display: inline-block;
}
.delivery--why__list--item p a:hover, .delivery--why__list--item p a:hover span {
  opacity: 1;
}
.delivery--why__list--item.orange .services__list--item__icon {
  display: block;
  position: absolute;
  width: 376px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
@media screen and (max-width: 650px) {
  .delivery--why__list--item.orange .services__list--item__icon {
    right: unset;
    left: -20px;
    top: -13px;
    transform: translate(-50%, -50%);
  }
}
.delivery--why__list--item.orange .services__list--item__icon::after {
  content: "";
  width: 257px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: block;
  position: absolute;
  background: #FAA61A;
}
.delivery--why__list--item.orange .services__list--item__icon::before {
  content: "";
  width: 150px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: block;
  position: absolute;
  z-index: 1;
}
.delivery--why__list--item.orange::after {
  content: "";
  display: block;
  width: 100%;
  height: 97px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .delivery--why__list--item.orange::after {
    display: none;
  }
}
.delivery--why__list--item.orange-1 {
  border-color: #FFCC0B;
  background: linear-gradient(180deg, #F58220 26.18%, #F56B20 65.61%);
}
.delivery--why__list--item.orange-1::after {
  background-color: #FAA61A;
}
.delivery--why__list--item.orange-1 .services__list--item__icon {
  background-color: #FFCB05;
}
.delivery--why__list--item.orange-1 .services__list--item__icon::before {
  background: #F58220;
}
.delivery--why__list--item.orange-2 {
  border-color: #FFCC0B;
  background: linear-gradient(180deg, #FFCB05 26.18%, #FAA61A 65.61%), #FFCB05;
}
.delivery--why__list--item.orange-2::after {
  background-color: #FAA61A;
}
.delivery--why__list--item.orange-2 .services__list--item__icon {
  background-color: #F58220;
}
.delivery--why__list--item.orange-2 .services__list--item__icon::before {
  background: #FFCB05;
}
.delivery--why__list--item.orange-3 {
  border-color: #FFCD0E;
  background: linear-gradient(180deg, #FAA61A 36.73%, #F58220 99.99%), #FAA61A;
}
.delivery--why__list--item.orange-3::after {
  background-color: #F58220;
}
.delivery--why__list--item.orange-3 .services__list--item__icon {
  background-color: #FFCB05;
}
.delivery--why__list--item.orange-3 .services__list--item__icon::before {
  background: #F58220;
}
.delivery__circle {
  width: 570px;
  height: 570px;
  position: absolute;
  border-radius: 100%;
  background: #F56B20;
  filter: blur(125px);
  -webkit-filter: blur(125px);
}
.delivery__circle--1 {
  right: -43px;
  top: -40px;
}
@media screen and (max-width: 1600px) {
  .delivery__circle--1 {
    right: -435px;
    top: -139px;
  }
}
@media screen and (max-width: 1024px) {
  .delivery__circle--1 {
    display: none;
  }
}
.delivery__circle--2 {
  left: -232px;
  top: calc(50% - 100px);
  transform: translateY(-50%);
}
@media screen and (max-width: 1600px) {
  .delivery__circle--2 {
    left: -268px;
    top: calc(50% - 200px);
  }
}
@media screen and (max-width: 1024px) {
  .delivery__circle--2 {
    left: -284px;
    top: 476px;
    transform: unset;
  }
}
@media screen and (max-width: 768px) {
  .delivery__circle--2 {
    top: 545px;
  }
}
.delivery__box {
  width: 418px;
  height: 357px;
  transform: rotate(-66deg);
  position: absolute;
  left: 190px;
  bottom: -100px;
}
@media screen and (max-width: 1920px) {
  .delivery__box {
    left: -102px;
    bottom: -90px;
  }
}
@media screen and (max-width: 1600px) {
  .delivery__box {
    bottom: -160px;
  }
}
@media screen and (max-width: 1366px) {
  .delivery__box {
    left: -134px;
    bottom: -100px;
  }
}
@media screen and (max-width: 1024px) {
  .delivery__box {
    width: 224px;
    height: 192px;
    left: -70px;
    bottom: -76px;
  }
}
@media screen and (max-width: 768px) {
  .delivery__box {
    left: -60px;
    bottom: -100px;
  }
}
@media screen and (max-width: 650px) {
  .delivery__box {
    display: none;
  }
}

.online {
  margin: unset;
}
.online__home {
  margin: 0 0 160px;
}
@media screen and (max-width: 1600px) {
  .online__home {
    margin: 0 0 120px;
  }
}
@media screen and (max-width: 650px) {
  .online__home {
    margin: 0 0 100px;
  }
}
.online--head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 48px;
}
@media screen and (max-width: 1600px) {
  .online--head {
    margin: 0 0 36px;
  }
}
@media screen and (max-width: 1024px) {
  .online--head {
    flex-direction: column;
  }
}
.online--head__title {
  width: calc(50% - 50px);
}
@media screen and (max-width: 1024px) {
  .online--head__title {
    width: 100%;
    margin: 0 0 24px;
  }
}
.online--head__title span {
  color: #F58220;
}
.online--head__info {
  width: calc(50% - 50px);
}
@media screen and (max-width: 1024px) {
  .online--head__info {
    width: 100%;
  }
}
.online--head__info p {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.4px;
  opacity: 0.8;
  margin: 0 0 36px;
}
@media screen and (max-width: 1600px) {
  .online--head__info p {
    font-size: 16px;
    letter-spacing: 0.32px;
    margin: 0 0 24px;
  }
}
.online--how {
  border-radius: 12px;
  border: 3px solid #EFEFEF;
  padding: 36px;
  margin: 0 0 24px;
}
@media screen and (max-width: 1600px) {
  .online--how {
    margin: 0 0 16px;
  }
}
@media screen and (max-width: 650px) {
  .online--how {
    padding: 12px;
  }
}
.online--how__title {
  color: #000000;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.72px;
  padding: 0 0 24px;
  margin: 0 0 24px;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .online--how__title {
    font-size: 24px;
    padding: 0 0 16px;
    margin: 0 0 16px;
  }
}
.online--how__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  background-image: url(../../../images/home/line-grey.svg);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
}
.online--how__list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .online--how__list {
    flex-direction: column;
  }
}
.online--how__list--item {
  width: calc(50% - 8px);
  border-radius: 12px;
  background: #F9F9F9;
  padding: 36px;
  height: auto;
}
@media screen and (max-width: 1600px) {
  .online--how__list--item {
    padding: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .online--how__list--item {
    width: 100%;
    margin: 0 0 16px;
  }
  .online--how__list--item:last-child {
    margin: unset;
  }
}
@media screen and (max-width: 650px) {
  .online--how__list--item {
    padding: 12px;
  }
}
.online--how__list--item__name {
  color: #000000;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.56px;
  margin: 0 0 16px;
}
@media screen and (max-width: 1600px) {
  .online--how__list--item__name {
    font-size: 20px;
  }
}
.online--how__list--item__list {
  border-radius: 12px;
  background: #EEE;
  padding: 24px;
}
@media screen and (max-width: 650px) {
  .online--how__list--item__list {
    padding: 12px 12px 24px;
  }
}
.online--how__list--item__list--item {
  display: flex;
  align-items: flex-start;
  margin: 0 0 16px;
}
.online--how__list--item__list--item:last-child {
  margin: unset;
}
.online--how__list--item__list--item small {
  width: 36px;
  min-width: 36px;
  height: 36px;
  background: #F66C21;
  border-radius: 50%;
  margin: 0 8px 0 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.online--how__list--item__list--item__info span {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.36px;
}
.online--how__list--item__list--item__info p {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.32px;
  opacity: 0.6;
}
.online--how__list--item.orange {
  background: #F58220;
}
.online--how__list--item.orange .online--how__list--item__name {
  color: #ffffff;
}
.online--how__list--item.orange .online--how__list--item__list {
  background: #FF8A26;
}
.online--how__list--item.orange .online--how__list--item__list--item span,
.online--how__list--item.orange .online--how__list--item__list--item p {
  color: #ffffff;
}
.online--info {
  border-radius: 12px;
  border: 3px solid #EFEFEF;
  padding: 36px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 64px;
}
@media screen and (max-width: 1600px) {
  .online--info {
    padding: 24px;
    margin: 0 0 48px;
  }
}
@media screen and (max-width: 650px) {
  .online--info {
    flex-direction: column;
  }
}
.online--info__icon {
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #F58220;
}
@media screen and (max-width: 1600px) {
  .online--info__icon {
    width: 64px;
    height: 64px;
  }
}
@media screen and (max-width: 650px) {
  .online--info__icon {
    margin: 0 0 36px;
  }
}
.online--info__text {
  width: calc(100% - 82px - 36px);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1600px) {
  .online--info__text {
    width: calc(100% - 64px - 36px);
  }
}
@media screen and (max-width: 650px) {
  .online--info__text {
    width: 100%;
  }
}
.online--info__text span {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.48px;
  display: block;
  margin: 0 0 4px;
}
@media screen and (max-width: 1600px) {
  .online--info__text span {
    font-size: 20px;
    letter-spacing: 0.4px;
  }
}
.online--info__text p {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.4px;
  opacity: 0.8;
}
@media screen and (max-width: 1600px) {
  .online--info__text p {
    font-size: 16px;
    letter-spacing: 0.32px;
  }
}
.online--products__title {
  margin: 0 0 24px;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.online--products__title span {
  color: #000000;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.72px;
  max-width: 670px;
  display: block;
}
@media screen and (max-width: 1600px) {
  .online--products__title span {
    font-size: 28px;
    letter-spacing: 0.56px;
    max-width: 520px;
  }
}
.online--products__title span small {
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.72px;
  color: #F58220;
}
@media screen and (max-width: 1600px) {
  .online--products__title span small {
    font-size: 28px;
    letter-spacing: 0.56px;
  }
}
.online--products__title::after {
  content: "";
  display: block;
  flex: 1;
  height: 3px;
  background: #EFEFEF;
}
.online--products__list {
  display: flex;
  flex-wrap: wrap;
}
.online--products__list--item {
  width: 25%;
  padding: 36px 0 0;
  border-right: 3px solid #EFEFEF;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1600px) {
  .online--products__list--item {
    padding: 22px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .online--products__list--item {
    width: 50%;
    padding: 24px;
    border-top: 3px solid #EFEFEF;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 650px) {
  .online--products__list--item {
    width: 100%;
    border: unset !important;
    border-bottom: 3px solid #EFEFEF !important;
    padding: 24px 24px 36px;
  }
}
.online--products__list--item:last-child {
  border-right: unset;
}
@media screen and (max-width: 650px) {
  .online--products__list--item:last-child {
    border-bottom: unset !important;
  }
}
@media screen and (max-width: 1024px) {
  .online--products__list--item:nth-child(1) {
    border-top: unset;
  }
}
@media screen and (max-width: 1024px) {
  .online--products__list--item:nth-child(2) {
    border-top: unset;
    border-right: unset;
  }
}
.online--products__list--item span {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.48px;
  margin: 0 0 16px;
  display: block;
  padding: 0 36px;
}
@media screen and (max-width: 1600px) {
  .online--products__list--item span {
    font-size: 20px;
    letter-spacing: 0.4px;
    padding: 0 22px;
  }
}
@media screen and (max-width: 1024px) {
  .online--products__list--item span {
    order: 2;
    padding: unset;
  }
}
.online--products__list--item p {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.32px;
  opacity: 0.8;
  margin: 0 0 36px;
  padding: 0 36px;
}
@media screen and (max-width: 1600px) {
  .online--products__list--item p {
    padding: 0 22px;
  }
}
@media screen and (max-width: 1024px) {
  .online--products__list--item p {
    order: 3;
    padding: unset;
    margin: unset;
  }
}
.online--products__list--item img {
  margin: auto 0 0;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .online--products__list--item img {
    width: 150px;
    margin: unset;
    order: 1;
    margin: 24px 0 16px;
  }
}

.taxes--wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .taxes--wrap {
    flex-direction: column;
  }
}
.taxes__info {
  width: 750px;
}
@media screen and (max-width: 1600px) {
  .taxes__info {
    width: 514px;
  }
}
@media screen and (max-width: 1024px) {
  .taxes__info {
    width: 100%;
    margin: 0 0 48px;
  }
}
.taxes__info--title {
  margin: 0 0 24px;
}
@media screen and (max-width: 1600px) {
  .taxes__info--title {
    margin: 0 0 16px;
  }
}
.taxes__info p {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.4px;
  opacity: 0.8;
  margin: 0 0 48px;
}
@media screen and (max-width: 1600px) {
  .taxes__info p {
    font-size: 16px;
    letter-spacing: 0.32px;
    margin: 0 0 36px;
  }
}
.taxes__info--links {
  display: flex;
}
@media screen and (max-width: 1600px) {
  .taxes__info--links {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1024px) {
  .taxes__info--links {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 650px) {
  .taxes__info--links {
    flex-direction: column-reverse;
  }
}
.taxes__info--links a.btn-orange {
  margin: 0 24px 0 0;
}
@media screen and (max-width: 1600px) {
  .taxes__info--links a.btn-orange {
    margin: unset;
  }
}
@media screen and (max-width: 650px) {
  .taxes__info--links a.btn-orange {
    width: 100%;
  }
}
@media screen and (max-width: 1600px) {
  .taxes__info--links a.btn-white-brd {
    margin: 0 0 16px;
  }
}
@media screen and (max-width: 1024px) {
  .taxes__info--links a.btn-white-brd {
    margin: 0 16px 0 0;
  }
}
@media screen and (max-width: 650px) {
  .taxes__info--links a.btn-white-brd {
    width: 100%;
    margin: 0 0 16px;
  }
}
.taxes__list {
  width: calc(100% - 750px - 148px);
}
@media screen and (max-width: 1600px) {
  .taxes__list {
    width: calc(100% - 514px - 79px);
  }
}
@media screen and (max-width: 1024px) {
  .taxes__list {
    width: 100%;
  }
}
.taxes__list--item {
  padding: 0 0 24px;
  margin: 0 0 24px;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .taxes__list--item {
    padding: 0 0 16px;
    margin: 0 0 16px;
  }
}
.taxes__list--item__label {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.36px;
  border-radius: 4px;
  background: #F58220;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  padding: 10px;
}
@media screen and (max-width: 1600px) {
  .taxes__list--item__label {
    margin: 0 0 12px;
    font-size: 16px;
  }
}
.taxes__list--item__label.black {
  background: #000000;
}
.taxes__list--item__text p {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.36px;
  margin: 0 0 16px;
}
@media screen and (max-width: 1600px) {
  .taxes__list--item__text p {
    margin: 0 0 12px;
    font-size: 16px;
  }
}
.taxes__list--item__text p:last-child {
  margin: unset;
}
.taxes__list--item::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../../../images/home/line-grey.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.taxes__list--item:last-child {
  padding: unset;
  margin: unset;
}
.taxes__list--item:last-child::after {
  display: none;
}

.requirements--wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .requirements--wrap {
    flex-direction: column;
  }
}
.requirements__info {
  width: 750px;
}
@media screen and (max-width: 1600px) {
  .requirements__info {
    width: 514px;
  }
}
@media screen and (max-width: 1024px) {
  .requirements__info {
    width: 100%;
    margin: 0 0 48px;
  }
}
.requirements__info--title {
  margin: 0 0 24px;
}
@media screen and (max-width: 1600px) {
  .requirements__info--title {
    margin: 0 0 16px;
  }
}
.requirements__info p {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.4px;
  opacity: 0.8;
  margin: 0 0 48px;
  display: block;
}
@media screen and (max-width: 1600px) {
  .requirements__info p {
    font-size: 16px;
    letter-spacing: 0.32px;
    margin: 0 0 36px;
  }
}
.requirements__list {
  width: calc(100% - 750px - 148px);
}
@media screen and (max-width: 1600px) {
  .requirements__list {
    width: calc(100% - 514px - 79px);
  }
}
@media screen and (max-width: 1024px) {
  .requirements__list {
    width: 100%;
  }
}
.requirements__list--item {
  margin: 0 0 20px;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.requirements__list--item small {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #F66C21;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.28px;
}
.requirements__list--item__info {
  width: calc(100% - 36px - 8px);
}
.requirements__list--item__info span {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.36px;
  display: block;
  margin: 0 0 4px;
}
.requirements__list--item__info p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.32px;
}
.requirements__list--item__info p:last-child {
  margin: unset;
}
.requirements__list--item:last-child {
  margin: unset;
}

.corporate {
  margin-top: 200px;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .corporate {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .corporate {
    margin-top: 30px;
  }
}
@media screen and (max-width: 650px) {
  .corporate {
    margin-top: unset;
  }
}
@media screen and (max-width: 650px) {
  .corporate .container {
    padding: unset;
  }
}
.corporate--wrap {
  border-radius: 20px;
  background: #F58220;
  padding: 100px;
  box-shadow: 0px 0px 109.6px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .corporate--wrap {
    padding: 64px;
  }
}
@media screen and (max-width: 1024px) {
  .corporate--wrap {
    padding: 48px;
  }
}
@media screen and (max-width: 650px) {
  .corporate--wrap {
    padding: 20px;
  }
}
.corporate--head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 0 48px;
  margin: 0 0 48px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  .corporate--head {
    padding: 0 0 36px;
  }
}
@media screen and (max-width: 1024px) {
  .corporate--head {
    flex-direction: column;
    align-items: flex-start;
  }
}
.corporate--head__info {
  max-width: 768px;
}
@media screen and (max-width: 1580px) {
  .corporate--head__info {
    max-width: 64%;
  }
}
@media screen and (max-width: 1366px) {
  .corporate--head__info {
    max-width: 71%;
  }
}
@media screen and (max-width: 1200px) {
  .corporate--head__info {
    max-width: 66%;
  }
}
@media screen and (max-width: 1024px) {
  .corporate--head__info {
    max-width: 100%;
    margin: 0 0 36px;
  }
}
.corporate--head__info--title {
  margin: 0 0 24px;
}
@media screen and (max-width: 1600px) {
  .corporate--head__info--title {
    margin: 0 0 16px;
  }
}
.corporate--head__info p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.4px;
  opacity: 0.8;
}
@media screen and (max-width: 1366px) {
  .corporate--head__info p {
    font-size: 16px;
    letter-spacing: 0.32px;
  }
}
@media screen and (max-width: 650px) {
  .corporate--head a {
    width: 100%;
  }
}
.corporate--head::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../../../images/home/yellow-line.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.corporate--head__icon {
  position: absolute;
  right: 27.5%;
  bottom: -13px;
}
@media screen and (max-width: 1580px) {
  .corporate--head__icon {
    right: 32%;
  }
}
@media screen and (max-width: 1366px) {
  .corporate--head__icon {
    right: 25%;
  }
}
@media screen and (max-width: 1200px) {
  .corporate--head__icon {
    right: 29%;
  }
}
@media screen and (max-width: 1024px) {
  .corporate--head__icon {
    display: none;
  }
}
.corporate__list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.corporate__list--item {
  width: 33.3333333333%;
  padding: 36px;
  border-right: 3px solid #FFCB05;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 1600px) {
  .corporate__list--item {
    padding: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .corporate__list--item {
    width: 100%;
    border: unset !important;
    border-bottom: 3px solid #FFCB05 !important;
    flex-direction: row;
  }
}
@media screen and (max-width: 650px) {
  .corporate__list--item {
    flex-direction: column;
  }
}
.corporate__list--item:last-child {
  border-bottom: unset !important;
}
.corporate__list--item:nth-child(3n) {
  border: unset;
}
.corporate__list--item__icon {
  width: 48px;
  min-width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #ffffff;
  margin: 0 0 36px;
}
@media screen and (max-width: 1600px) {
  .corporate__list--item__icon {
    margin: 0 0 24px;
  }
}
@media screen and (max-width: 1024px) {
  .corporate__list--item__icon {
    margin: 0 24px 0 0;
  }
}
@media screen and (max-width: 650px) {
  .corporate__list--item__icon {
    margin: 0 0 24px;
  }
}
.corporate__list--item__info {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .corporate__list--item__info {
    width: calc(100% - 48px - 24px);
  }
}
@media screen and (max-width: 650px) {
  .corporate__list--item__info {
    width: 100%;
  }
}
.corporate__list--item__info span {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.48px;
  margin: 0 0 12px;
  display: block;
}
@media screen and (max-width: 1600px) {
  .corporate__list--item__info span {
    font-size: 20px;
    letter-spacing: 0.4px;
  }
}
.corporate__list--item__info p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.32px;
}
.corporate__list--item__info p b {
  color: #ffffff;
}
.corporate__circle {
  width: 570px;
  height: 570px;
  position: absolute;
  border-radius: 100%;
  background: #F56B20;
  filter: blur(125px);
  -webkit-filter: blur(125px);
}
.corporate__circle--1 {
  bottom: -14px;
  left: -232px;
}
@media screen and (max-width: 1600px) {
  .corporate__circle--1 {
    bottom: -119px;
    left: -268px;
  }
}
@media screen and (max-width: 1024px) {
  .corporate__circle--1 {
    bottom: 75px;
    left: -284px;
  }
}
@media screen and (max-width: 768px) {
  .corporate__circle--1 {
    bottom: 190px;
  }
}
@media screen and (max-width: 650px) {
  .corporate__circle--1 {
    bottom: unset;
    top: 480px;
    left: -312px;
  }
}
.corporate__circle--2 {
  top: -70px;
  right: -43px;
}
@media screen and (max-width: 1600px) {
  .corporate__circle--2 {
    top: -175px;
    right: -435px;
  }
}
@media screen and (max-width: 1366px) {
  .corporate__circle--2 {
    top: -190px;
  }
}
@media screen and (max-width: 1024px) {
  .corporate__circle--2 {
    display: none;
  }
}
.corporate__hands {
  position: absolute;
  width: 909px;
  height: 450px;
  transform: rotate(-23deg);
  right: 213px;
  top: -177px;
}
@media screen and (max-width: 2200px) {
  .corporate__hands {
    right: -99px;
  }
}
@media screen and (max-width: 1750px) {
  .corporate__hands {
    right: -249px;
  }
}
@media screen and (max-width: 1600px) {
  .corporate__hands {
    width: 584px;
    height: 289px;
    right: -59px;
    top: -141px;
  }
}
@media screen and (max-width: 1366px) {
  .corporate__hands {
    right: -80px;
  }
}
@media screen and (max-width: 1024px) {
  .corporate__hands {
    width: 416px;
    height: 206px;
    top: -129px;
    right: -55px;
  }
}
@media screen and (max-width: 768px) {
  .corporate__hands {
    width: 338px;
    height: 167px;
    top: -96px;
    right: -46px;
  }
}
@media screen and (max-width: 650px) {
  .corporate__hands {
    width: 176px;
    height: 87px;
    top: -55px;
    right: -8px;
  }
}

.about {
  position: relative;
}
.about--wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .about--wrap {
    flex-direction: column-reverse;
  }
}
.about--info {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .about--info {
    width: calc(50% - 56px);
  }
}
@media screen and (max-width: 768px) {
  .about--info {
    width: 100%;
  }
}
.about--info__title {
  margin: 0 0 36px;
}
.about--info__title span {
  color: #F58220;
}
.about--info__text {
  margin: 0 0 36px;
}
@media screen and (max-width: 1600px) {
  .about--info__text {
    margin: 0 0 24px;
  }
}
.about--info__text p {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.4px;
  margin: 0 0 24px;
  display: block;
  opacity: 0.8;
}
@media screen and (max-width: 1600px) {
  .about--info__text p {
    font-size: 16px;
    letter-spacing: 0.32px;
    margin: 0 0 20px;
  }
}
.about--info__text p:last-child {
  margin: unset;
}
@media screen and (max-width: 650px) {
  .about--info a {
    width: 100%;
  }
}
.about--image {
  width: calc(50% - 148px);
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .about--image {
    width: calc(50% - 119px);
  }
}
@media screen and (max-width: 1024px) {
  .about--image {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .about--image {
    width: 100%;
    margin: 0 0 48px;
  }
}
.about--image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.about__box {
  width: 420px;
  height: 402px;
  transform: rotate(63deg);
  position: absolute;
  bottom: 52px;
  right: -130px;
}
@media screen and (max-width: 1600px) {
  .about__box {
    bottom: 16px;
    right: -40px;
  }
}
@media screen and (max-width: 1366px) {
  .about__box {
    bottom: 20px;
    right: -146px;
  }
}
@media screen and (max-width: 1024px) {
  .about__box {
    bottom: 150px;
    right: -180px;
  }
}
@media screen and (max-width: 768px) {
  .about__box {
    bottom: unset;
    top: 270px;
    right: -230px;
  }
}
@media screen and (max-width: 650px) {
  .about__box {
    width: 218px;
    height: 209px;
    right: -130px;
    top: 108px;
  }
}

.contacts--title {
  margin: 0 0 48px;
}
@media screen and (max-width: 1600px) {
  .contacts--title {
    margin: 0 0 36px;
  }
}
.contacts--info {
  margin: 0 0 48px;
}
@media screen and (max-width: 1600px) {
  .contacts--info {
    margin: 0 0 36px;
  }
}
.contacts--info__head {
  padding: 0 0 24px;
  margin: 0 0 24px;
  border-bottom: 3px solid #EFEFEF;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1600px) {
  .contacts--info__head {
    border-width: 2px;
  }
}
@media screen and (max-width: 768px) {
  .contacts--info__head {
    padding: 0;
  }
}
.contacts--info__head--item {
  display: flex;
  align-items: center;
  margin: 0 80px 0 0;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .contacts--info__head--item {
    margin: 0 64px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .contacts--info__head--item {
    margin: 0 24px 24px 0;
  }
}
.contacts--info__head--item:last-child {
  margin: unset;
}
@media screen and (max-width: 768px) {
  .contacts--info__head--item:last-child {
    margin: 0 0 24px 0;
  }
}
.contacts--info__head--item__icon {
  width: 64px;
  min-width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F58220;
  margin: 0 16px 0 0;
}
@media screen and (max-width: 1600px) {
  .contacts--info__head--item__icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
  }
}
.contacts--info__head--item__text span {
  color: #000000;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.56px;
  display: block;
  margin: 0 0 8px;
}
@media screen and (max-width: 1600px) {
  .contacts--info__head--item__text span {
    font-size: 20px;
    letter-spacing: 0.4px;
  }
}
.contacts--info__head--item__text a {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.32px;
  transition: 0.3s all ease-in-out;
  text-decoration: unset;
}
.contacts--info__head--item__text a:hover {
  color: #F58220;
}
.contacts--info__list--item {
  padding: 0 0 24px;
  margin: 0 0 24px;
  border-bottom: 3px solid #EFEFEF;
}
@media screen and (max-width: 1600px) {
  .contacts--info__list--item {
    border-width: 2px;
  }
}
.contacts--info__list--item:last-child {
  margin: unset;
  border-bottom: unset;
}
@media screen and (max-width: 768px) {
  .contacts--info__list--item:last-child {
    padding: unset;
  }
}
.contacts--info__list--item__head {
  padding: 0 0 24px;
  margin: 0 0 24px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .contacts--info__list--item__head {
    flex-wrap: wrap;
    padding: 0 0 8px;
  }
}
.contacts--info__list--item__head::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../../../images/home/line-grey.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.contacts--info__list--item__head--name {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.56px;
}
@media screen and (max-width: 1600px) {
  .contacts--info__list--item__head--name {
    font-size: 24px;
    letter-spacing: 0.48px;
  }
}
@media screen and (max-width: 1000px) {
  .contacts--info__list--item__head--name {
    margin: 0 16px 16px 0;
  }
}
@media screen and (max-width: 768px) {
  .contacts--info__list--item__head--name {
    font-size: 20px;
    letter-spacing: 0.4px;
  }
}
.contacts--info__list--item__head--name img {
  width: 36px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 10px 0 0;
}
.contacts--info__list--item__head--info {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .contacts--info__list--item__head--info {
    margin: 0 0 16px;
  }
}
@media screen and (max-width: 650px) {
  .contacts--info__list--item__head--info {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
}
.contacts--info__list--item__head--info__item {
  display: flex;
  align-items: center;
  text-decoration: unset;
  position: relative;
  margin: 0 72px 0 0;
}
@media screen and (max-width: 768px) {
  .contacts--info__list--item__head--info__item {
    margin: 0 48px 0 0;
  }
}
@media screen and (max-width: 650px) {
  .contacts--info__list--item__head--info__item {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 3px solid #EFEFEF;
    width: 100%;
  }
}
.contacts--info__list--item__head--info__item--icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F58220;
  border-radius: 50%;
  margin: 0 8px 0 0;
}
@media screen and (max-width: 768px) {
  .contacts--info__list--item__head--info__item--icon {
    width: 24px;
    height: 24px;
  }
  .contacts--info__list--item__head--info__item--icon svg {
    width: 10px;
  }
}
.contacts--info__list--item__head--info__item::after {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background: #EFEFEF;
  position: absolute;
  right: -35px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .contacts--info__list--item__head--info__item::after {
    right: -27px;
  }
}
@media screen and (max-width: 650px) {
  .contacts--info__list--item__head--info__item::after {
    display: none;
  }
}
.contacts--info__list--item__head--info__item:last-child {
  margin: unset;
}
@media screen and (max-width: 650px) {
  .contacts--info__list--item__head--info__item:last-child {
    margin: unset;
    border: unset;
    padding: unset;
  }
}
.contacts--info__list--item__head--info__item:last-child::after {
  display: none;
}
.contacts--info__list--item__head--info__phone {
  transition: 0.3s all ease-in-out;
}
.contacts--info__list--item__head--info__phone span {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.4px;
  transition: 0.3s all ease-in-out;
}
@media screen and (max-width: 1600px) {
  .contacts--info__list--item__head--info__phone span {
    font-size: 16px;
    letter-spacing: 0.32px;
  }
}
.contacts--info__list--item__head--info__phone:hover span {
  color: #F58220;
}
.contacts--info__list--item__head--info__schedule--text {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 650px) {
  .contacts--info__list--item__head--info__schedule--text {
    flex-direction: row;
    align-items: center;
    width: calc(100% - 24px - 8px);
  }
}
.contacts--info__list--item__head--info__schedule p {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.32px;
}
@media screen and (max-width: 1600px) {
  .contacts--info__list--item__head--info__schedule p {
    font-size: 14px;
    letter-spacing: 0.28px;
  }
}
.contacts--info__list--item__head--info__schedule p small {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.32px;
  opacity: 0.5;
}
@media screen and (max-width: 1600px) {
  .contacts--info__list--item__head--info__schedule p small {
    font-size: 14px;
    letter-spacing: 0.28px;
  }
}
.contacts--info__list--item__head--info__schedule span {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 1600px) {
  .contacts--info__list--item__head--info__schedule span {
    font-size: 16px;
    letter-spacing: 0.32px;
  }
}
@media screen and (max-width: 650px) {
  .contacts--info__list--item__head--info__schedule span {
    margin: 0 0 0 auto;
  }
}
.contacts--info__list--item__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 36px 72px;
}
@media screen and (max-width: 1440px) {
  .contacts--info__list--item__list {
    gap: 36px;
  }
}
@media screen and (max-width: 1024px) {
  .contacts--info__list--item__list {
    gap: 24px 48px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .contacts--info__list--item__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 650px) {
  .contacts--info__list--item__list {
    display: flex;
    gap: unset;
    flex-direction: column;
  }
}
.contacts--info__list--item__list--item {
  height: auto;
  position: relative;
}
@media screen and (max-width: 650px) {
  .contacts--info__list--item__list--item {
    padding: 0 0 16px;
    margin: 0 0 16px;
    border-bottom: 3px solid #EFEFEF !important;
  }
}
.contacts--info__list--item__list--item__el {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.32px;
  margin: 0 0 16px;
}
@media screen and (max-width: 650px) {
  .contacts--info__list--item__list--item__el {
    margin: 0 0 8px;
  }
}
.contacts--info__list--item__list--item__el svg {
  margin: 0 8px 0 0;
  min-width: 16px;
}
.contacts--info__list--item__list--item__el:last-child {
  margin: unset;
}
.contacts--info__list--item__list--item a {
  text-decoration: unset;
  transition: 0.3s all ease-in-out;
  white-space: nowrap;
}
.contacts--info__list--item__list--item a:hover {
  color: #F58220;
}
.contacts--info__list--item__list--item::after {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background: #EFEFEF;
  position: absolute;
  right: -36px;
  top: 0;
  transform: translateX(50%);
}
@media screen and (max-width: 1440px) {
  .contacts--info__list--item__list--item::after {
    right: -18px;
  }
}
@media screen and (max-width: 1024px) {
  .contacts--info__list--item__list--item::after {
    right: -24px;
  }
}
@media screen and (max-width: 650px) {
  .contacts--info__list--item__list--item::after {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .contacts--info__list--item__list--item:nth-child(2n)::after {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .contacts--info__list--item__list--item:nth-child(2n)::after {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .contacts--info__list--item__list--item:nth-child(3n)::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .contacts--info__list--item__list--item:nth-child(3n)::after {
    display: block;
  }
}
.contacts--info__list--item__list--item:nth-child(5n)::after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .contacts--info__list--item__list--item:nth-child(5n)::after {
    display: block;
  }
}
@media screen and (max-width: 650px) {
  .contacts--info__list--item__list--item:last-child {
    padding: unset;
    margin: unset;
    border: unset !important;
  }
}
.contacts--info__list--item__list--single {
  display: flex;
}
.contacts--info__list--item__list--single .contacts--info__list--item__list--item {
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 650px) {
  .contacts--info__list--item__list--single .contacts--info__list--item__list--item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.contacts--info__list--item__list--single .contacts--info__list--item__list--item::after {
  display: none;
}
.contacts--info__list--item__list--single .contacts--info__list--item__list--item__el {
  margin: 0 36px 0 0;
}
@media screen and (max-width: 650px) {
  .contacts--info__list--item__list--single .contacts--info__list--item__list--item__el {
    margin: 0 0 8px 0;
  }
}
.contacts--info__list--item__list--single .contacts--info__list--item__list--item__el:last-child {
  margin: unset;
}
.contacts--map {
  position: relative;
}
.contacts--map__info {
  position: absolute;
  top: 24px;
  left: 24px;
  display: flex;
  z-index: 1;
  border-radius: 4px;
  background: #ffffff;
  padding: 24px;
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 105%;
}
@media screen and (max-width: 650px) {
  .contacts--map__info {
    padding: 16px;
    top: 16px;
    left: 16px;
    font-size: 14px;
  }
}
.contacts--map__info--icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 16px 0 0;
}
@media screen and (max-width: 650px) {
  .contacts--map__info--icon {
    margin: 0 8px 0 0;
  }
}
.contacts--map__content {
  width: 100%;
  height: 540px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .contacts--map__content {
    height: 414px;
  }
}
@media screen and (max-width: 768px) {
  .contacts--map__content {
    height: 600px;
  }
}
@media screen and (max-width: 650px) {
  .contacts--map__content {
    height: 520px;
  }
}

.faq--head {
  margin: 0 0 64px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 1600px) {
  .faq--head {
    margin: 0 0 48px;
  }
}
@media screen and (max-width: 650px) {
  .faq--head {
    flex-direction: column;
    margin: 0 0 24px;
    align-items: center;
  }
}
.faq--head__title {
  margin: 0 24px 0 0;
}
@media screen and (max-width: 650px) {
  .faq--head__title {
    margin: 0 0 16px;
    text-align: center;
  }
}
.faq--list__item {
  margin: 0 0 16px;
}
.faq--list__item:last-child {
  margin: unset;
}
.faq--list__item--q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 16px;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
  position: relative;
}
.faq--list__item--q span {
  color: #000000;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.56px;
  max-width: calc(100% - 60px);
  transition: 0.3s all ease-in-out;
}
@media screen and (max-width: 1600px) {
  .faq--list__item--q span {
    font-size: 20px;
    letter-spacing: 0.4px;
  }
}
.faq--list__item--q__btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #F58220;
  transition: 0.3s all ease-in-out;
}
.faq--list__item--q::after, .faq--list__item--q::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.3s all ease-in-out;
}
.faq--list__item--q::after {
  background-image: url(../../../images/home/faq_line_grey.svg);
}
.faq--list__item--q::before {
  background-image: url(../../../images/home/faq_line_orange.svg);
  opacity: 0;
}
.faq--list__item--q:hover span {
  color: #F58220;
}
.faq--list__item--q:hover::after {
  opacity: 0;
}
.faq--list__item--q:hover::before {
  opacity: 1;
}
.faq--list__item--a {
  padding: 16px 0 24px;
  display: none;
}
.faq--list__item--a > div h2 {
  color: #000000;
  font-size: 48px;
  font-weight: 800;
  line-height: 105%;
  margin: 48px 0 24px;
}
@media screen and (max-width: 1600px) {
  .faq--list__item--a > div h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 650px) {
  .faq--list__item--a > div h2 {
    font-size: 26px;
  }
}
.faq--list__item--a > div h3 {
  color: #000000;
  font-size: 36px;
  font-weight: 800;
  line-height: 105%;
  margin: 36px 0 24px;
}
@media screen and (max-width: 1600px) {
  .faq--list__item--a > div h3 {
    font-size: 24px;
  }
}
.faq--list__item--a > div h4 {
  color: #000000;
  font-size: 28px;
  font-weight: 800;
  line-height: 105%;
  margin: 24px 0;
}
@media screen and (max-width: 1600px) {
  .faq--list__item--a > div h4 {
    font-size: 24px;
  }
}
.faq--list__item--a > div h5 {
  color: #000000;
  font-size: 24px;
  font-weight: 800;
  line-height: 105%;
  margin: 24px 0 12px;
}
@media screen and (max-width: 1600px) {
  .faq--list__item--a > div h5 {
    font-size: 20px;
  }
}
.faq--list__item--a > div h6 {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.4px;
  margin: 0 0 8px;
}
@media screen and (max-width: 1600px) {
  .faq--list__item--a > div h6 {
    font-size: 18px;
    letter-spacing: 0.32px;
  }
}
.faq--list__item--a > div p {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.36px;
  margin: 0 0 16px;
}
@media screen and (max-width: 1600px) {
  .faq--list__item--a > div p {
    font-size: 18px;
    letter-spacing: 0.32px;
  }
}
.faq--list__item--a > div ul, .faq--list__item--a > div ol {
  padding: 0 0 0 20px;
  margin: 0 0 24px;
}
.faq--list__item--a > div ul li, .faq--list__item--a > div ol li {
  margin: 0 0 8px;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.32px;
}
.faq--list__item--a > div a {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.36px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  transition: 0.3s all ease-in-out;
}
@media screen and (max-width: 1600px) {
  .faq--list__item--a > div a {
    font-size: 16px;
    letter-spacing: 0.32px;
  }
}
.faq--list__item--a > div a:hover {
  color: #F58220;
}
.faq--list__item.rud-active .faq--list__item--q span {
  color: #F58220;
}
.faq--list__item.rud-active .faq--list__item--q__btn {
  transform: rotate(180deg);
}
.faq--list__item.rud-active .faq--list__item--q::after {
  opacity: 0;
}
.faq--list__item.rud-active .faq--list__item--q::before {
  opacity: 1;
}

.seo--wrap > *:last-child {
  margin-bottom: unset;
}
.seo h1 {
  color: #000000;
  font-size: 64px;
  font-weight: 800;
  line-height: 105%;
  margin: 0 0 36px;
}
@media screen and (max-width: 1600px) {
  .seo h1 {
    font-size: 56px;
  }
}
@media screen and (max-width: 1024px) {
  .seo h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 650px) {
  .seo h1 {
    font-size: 32px;
  }
}
.seo h2 {
  color: #000000;
  font-size: 48px;
  font-weight: 800;
  line-height: 105%;
  margin: 48px 0 24px;
}
@media screen and (max-width: 1600px) {
  .seo h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 650px) {
  .seo h2 {
    font-size: 26px;
  }
}
.seo h3 {
  color: #000000;
  font-size: 36px;
  font-weight: 800;
  line-height: 105%;
  margin: 36px 0 24px;
}
@media screen and (max-width: 1600px) {
  .seo h3 {
    font-size: 24px;
  }
}
.seo h4 {
  color: #000000;
  font-size: 28px;
  font-weight: 800;
  line-height: 105%;
  margin: 24px 0;
}
@media screen and (max-width: 1600px) {
  .seo h4 {
    font-size: 24px;
  }
}
.seo h5 {
  color: #000000;
  font-size: 24px;
  font-weight: 800;
  line-height: 105%;
  margin: 24px 0 12px;
}
@media screen and (max-width: 1600px) {
  .seo h5 {
    font-size: 20px;
  }
}
.seo p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.32px;
  margin: 0 0 24px;
}
@media screen and (max-width: 1600px) {
  .seo p {
    margin: 0 0 16px;
  }
}
.seo p b, .seo p strong {
  color: #000000;
}
.seo ul, .seo ol {
  padding: 0 0 0 20px;
  margin: 0 0 24px;
}
.seo ul li, .seo ol li {
  margin: 0 0 8px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.32px;
}
.seo ul li b, .seo ul li strong, .seo ol li b, .seo ol li strong {
  color: #000000;
}/*# sourceMappingURL=home.css.map */