.homepage-slider {
  width: 100%;
}

.homepage-slider .slider-item {
  width: 100%;
  position: relative;
}

.homepage-slider .slider-item img {
  max-height: 700px;
  min-height: 250px;
  width: 100%;
  object-fit: cover;
}

.homepage-slider .slider-item .item-text {
  position: absolute;
  top: 150px;
  left: 150px;
  width: 50%;
}

.homepage-slider .slider-item .item-text h2 {
  font-size: 42px;
  line-height: normal;
  margin-bottom: 16px;
  color: #212633;
}

.homepage-slider .slider-item .item-text span {
  margin-top: 40px;
  display: block;
  font-size: 18px;
  color: #7685A2;
  text-transform: uppercase;
}

.personal-services-group {
  padding: 0 150px;
  width: 100%;
  height: 400px;
  background-color: white;
  position: relative;
  display: flex;
  align-items: flex-end;
}

.personal-services-group .actions {
  position: absolute;
  top: -50px;
  left: 150px;
  display: flex;
  justify-content: space-between;
}

.personal-services-group .actions .action {
  cursor: pointer;
  width: 394px;
  height: 102px;
    border-radius: 20px;
  display: flex;
  background-color: white;
  margin-right: 40px;
  box-shadow: 0 4px 13px -3px rgba(165, 165, 165, 0.32);
  transition: box-shadow 0.2s;
}

.personal-services-group .actions .action img {
  width: 102px;
  height: 100%;
    border-radius: 20px;
}

.personal-services-group .actions .action .action-name {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 20px;
}

.personal-services-group .actions .action .action-name span {
  color: #1D1E1F;
  font-size: 17px;
  margin-bottom: 5px;
}

.personal-services-group .actions .action:hover {
  box-shadow: 0 4px 20px 0 rgba(165, 165, 165, 0.43);
}

.personal-services-group .video-wrapper {
  position: absolute;
  background-image: url("../../../images/video_image.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
    bottom: -220px;
  width: 368px;
  height: 522px;
  right: 150px;
}

.personal-services-group .video-wrapper .inner-part {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.personal-services-group .video-wrapper .inner-part .play-icon {
  position: absolute;
  height: 50px;
  width: 50px;
  top: -25px;
  left: -25px;
}

.personal-services-group .video-wrapper .inner-part .watch-video-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-transform: uppercase;
  font-size: 24px;
  transform: rotate(180deg);
  color: white;
  flex-grow: 1;
  text-align: center;
  margin-left: 20px;
}

.personal-services-group .video-wrapper .inner-part .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 192px;
  height: 56px;
  background: transparent;
  color: white;
  border-radius: 4px;
  border: 1px solid white;
  margin: 0 0 20px 20px;
  font-size: 18px;
}

.personal-services-group .video-wrapper .inner-part .btn img {
  margin-left: 30px;
  width: 10px;
  height: 10px;
}

.personal-services-group .information-part {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
}

.personal-services-group .information-part .information-option {
  width: auto;
  max-width: 280px;
  margin-right: 35px;
  cursor: pointer;
}

.personal-services-group .information-part .information-option:last-child {
  margin-right: 0;
}

.personal-services-group .information-part .information-option .up-part {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

.personal-services-group .information-part .information-option .up-part img {
  width: 35px;
  height: 35px;
  object-fit: cover;
}

.personal-services-group .information-part .information-option .up-part span {
  margin-left: 20px;
  font-weight: bold;
  font-size: 18px;
  color: #212633;
}

.personal-services-group .information-part .information-option .down-part span {
  font-size: 13px;
}

.about-mobile-id {
  width: 100%;
  background-color: white;
  display: flex;
  margin: 150px 0;
}

.about-mobile-id .image-box-wrapper {
  width: 50%;
  position: relative;
}

.about-mobile-id .image-box-wrapper img {
  width: 100%;
  object-fit: cover;
}

.about-mobile-id .image-box-wrapper .text-wrapper {
  position: absolute;
  width: 40%;
  top: 25%;
  left: 30px;
}

.about-mobile-id .image-box-wrapper .text-wrapper h3 {
  color: #505e78;
  margin-bottom: 30px;
}

.about-mobile-id .image-box-wrapper .text-wrapper p {
  color: white;
  line-height: 30px;
}

.about-mobile-id .right-part {
  width: 50%;
  height: 100%;
  padding: 110px 150px 0;
}

.about-mobile-id .right-part h2 {
  font-weight: 400;
  font-size: 42px;
  color: #212633;
  margin-bottom: 30px;
}

.about-mobile-id .right-part span {
  display: block;
  margin: 24px 0;
  text-transform: uppercase;
  font-size: 18px;
  color: #7685A2;
}

.about-mobile-id .right-part p {
  display: block;
  font-size: 16px;
  line-height: 40px;
}

.about-mobile-id .right-part .btn-wrapper {
  display: flex;
}

.about-mobile-id .right-part .btn-wrapper .btn-more {
  margin-top: 50px;
  background-color: white;
  border: 1px solid #132039;
  border-radius: 4px;
  padding: 15px 35px;
  font-size: 18px;
  color: #132039;
}

.about-mobile-id .right-part .btn-wrapper .btn-more img {
  margin-left: 20px;
  width: 8px;
}

.homepage-news-section {
  width: 100%;
  background-color: #f2f3f8;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.homepage-news-section h2 {
  padding: 80px 0;
  font-size: 35px;
  font-weight: 400;
  width: 100%;
  text-align: center;
}

.homepage-news-section .news-wrapper {
  width: 100%;
  max-width: 1650px;
  display: flex;
  justify-content: space-between;
}

.homepage-news-section .see-more-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
}

.homepage-news-section .see-more-btn-wrapper .more-btn {
  width: 300px;
  height: 65px;
  display: flex;
  align-items: center;
  border-radius: 6px;
  background-color: #5083ff;
  cursor: pointer;
}

.homepage-news-section .see-more-btn-wrapper .more-btn span:first-child {
  flex-grow: 1;
  text-align: center;
  display: block;
  font-size: 18px;
  color: white;
}

.homepage-news-section .see-more-btn-wrapper .more-btn span:last-child {
  height: 100%;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #5f8cff;
  border-radius: 0 6px 6px 0;
}

.homepage-news-section .see-more-btn-wrapper .more-btn span:last-child img {
  width: 10px;
  height: 10px;
}

.homepage-support-section {
  width: 100%;
  background-color: #346bea;
  position: relative;
  padding: 55px 0;
}

.homepage-support-section .support-inner-part {
  width: 100%;
  padding: 0 150px;
  position: relative;
  z-index: 1;
}

.homepage-support-section .support-inner-part h2 {
  margin-bottom: 40px;
  font-size: 35px;
  color: white;
}

.homepage-support-section .support-inner-part p {
  font-size: 18px;
  color: white;
  line-height: 40px;
}

.homepage-support-section .support-inner-part .send-msg {
  width: 270px;
  height: 55px;
  display: flex;
  margin-top: 40px;
  align-items: center;
  background-color: transparent;
  font-size: 18px;
  color: white;
  cursor: pointer;
}

.homepage-support-section .support-inner-part .send-msg img {
  margin-left: 30px;
  width: 10px;
}

.homepage-support-section .shape-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 210px;
}

.homepage-support-section .shape-right {
  position: absolute;
  bottom: 0;
  right: 0;
}

.homepage-services-section {
  width: 100%;
  padding: 80px 150px;
}

.homepage-services-section h2 {
  margin-bottom: 80px;
  font-size: 35px;
  font-weight: 400;
  text-align: center;
  width: 100%;
}

.homepage-services-section .services-inner-part {
  max-width: 1300px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}

.homepage-services-section .services-inner-part .service-component {
  width: calc(50% - 15px);
  padding: 50px;
  border-radius: 4px;
  border: 1px solid #eaeaeb;
  margin-bottom: 30px;
  position: relative;
  transition: all 0.2s linear;
}

.homepage-services-section .services-inner-part .service-component:hover {
  border-color: #346bea;
}

.homepage-services-section .services-inner-part .service-component:hover button {
  opacity: 1;
  visibility: visible;
}

.homepage-services-section .services-inner-part .service-component h4 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 30px;
}

.homepage-services-section .services-inner-part .service-component P {
  height: 175px;
  overflow: hidden;
  font-size: 15px;
  line-height: 35px;
}

.homepage-services-section .services-inner-part .service-component button {
  transition: all 0.2s linear;
  opacity: 0;
  display: flex;
  visibility: hidden;
  position: absolute;
  right: -1px;
  bottom: -1px;
  height: 50px;
  width: 50px;
  border-radius: 4px 0 4px 0;
  align-items: center;
  justify-content: center;
  background-color: #346bea;
}

.homepage-services-section .services-inner-part .service-component button img {
  width: 20px;
}

@media screen and (max-width: 1700px) {
  .about-mobile-id .right-part {
    padding: 80px 150px 0 110px;
  }

  .homepage-news-section .news-wrapper {
    max-width: 1450px;
  }

  .homepage-news-section .news-wrapper .news-component .news-inner-part .news-info h4 {
    margin: 10px 0;
    font-size: 18px;
  }

  .homepage-news-section .news-wrapper .news-component .news-inner-part .news-info time {
    margin-top: 35px;
  }
}

@media screen and (max-width: 1600px) {
  .personal-services-group .information-part .information-option {
    width: 250px;
    margin-right: 25px;
  }

  .about-mobile-id .image-box-wrapper .text-wrapper {
    width: 50%;
  }

  .about-mobile-id .right-part {
    padding: 80px 150px 0 110px;
  }

  .about-mobile-id .right-part h2 {
    font-size: 40px;
  }

  .about-mobile-id .right-part span {
    margin: 20px 0;
    font-size: 22px;
  }

  .about-mobile-id .right-part p {
    line-height: 36px;
  }
}

@media screen and (max-width: 1500px) {
  .personal-services-group {
    padding: 0 100px;
  }

  .personal-services-group .actions {
    left: 100px;
  }

  .personal-services-group .video-wrapper {
    right: 100px;
  }

  .homepage-slider .slider-item .item-text {
    left: 100px;
  }

  .homepage-slider .slider-item .item-text h2 {
    font-size: 34px;
  }

  .homepage-slider .slider-item .item-text span {
    font-size: 14px;
  }

  .about-mobile-id .right-part {
    padding: 80px 100px 0 80px;
  }

  .about-mobile-id .right-part .btn-wrapper .btn-more {
    margin-top: 30px;
  }

  .homepage-news-section .news-wrapper {
    max-width: 1150px;
  }

  .homepage-news-section .news-wrapper .news-component {
    width: 31%;
  }

  .homepage-news-section .news-wrapper .news-component:nth-child(4) {
    display: none;
  }

  .homepage-support-section .support-inner-part {
    padding: 0 100px;
  }

  .homepage-services-section {
    padding: 80px 100px;
  }
}

@media screen and (max-width: 1400px) {
  .about-mobile-id .right-part {
    padding: 50px 100px 0 80px;
  }

  .about-mobile-id .right-part h2 {
    font-size: 36px;
  }

  .about-mobile-id .right-part span {
    font-size: 18px;
  }

  .about-mobile-id .right-part p {
    font-size: 15px;
    line-height: 32px;
  }

  .about-mobile-id .right-part .btn-wrapper .btn-more {
    margin-top: 24px;
    padding: 12px 30px;
    font-size: 16px;
  }

  .about-mobile-id .right-part .btn-wrapper .btn-more img {
    margin-left: 16px;
  }

  .homepage-services-section .services-inner-part .service-component {
    padding: 50px;
  }

  .homepage-services-section .services-inner-part .service-component h4 {
    margin-bottom: 26px;
  }

  .homepage-services-section .services-inner-part .service-component P {
    height: 150px;
    line-height: 30px;
  }
}

@media screen and (max-width: 1420px) {
  .personal-services-group {
    height: 370px;
  }

  .personal-services-group .actions .action {
    width: 320px;
  }

  .personal-services-group .video-wrapper {
    width: 335px;
    height: 500px;
  }

  .personal-services-group .information-part {
    width: calc(100% - 340px);
  }

  .personal-services-group .information-part .information-option {
    width: auto;
    margin-right: 15px;
  }
}

@media screen and (max-width: 1300px) {
  .homepage-slider .slider-item .item-text {
    width: 70%;
    top: 120px;
    left: 70px;
  }

  .homepage-slider .slider-item .item-text h2 {
    font-size: 32px;
  }

  .personal-services-group {
    padding: 0 70px;
  }

  .personal-services-group .actions {
    left: 70px;
  }

  .personal-services-group .video-wrapper {
    right: 70px;
  }

  .personal-services-group .information-part .information-option .up-part span {
    font-size: 16px;
  }

  .about-mobile-id .right-part {
    padding: 40px 70px 0 50px;
  }

  .homepage-support-section .support-inner-part {
    padding: 0 70px;
  }

  .homepage-services-section {
    padding: 80px 70px;
  }

  .homepage-services-section .services-inner-part .service-component {
    padding: 35px 35px;
  }
}

@media screen and (max-width: 1200px) {
  .personal-services-group {
    height: 520px;
  }

  .personal-services-group .actions {
    flex-direction: column;
  }

  .personal-services-group .actions .action {
    width: 394px;
    margin-bottom: 45px;
  }

  .personal-services-group .video-wrapper {
    bottom: 170px;
  }

  .personal-services-group .information-part {
    width: 100%;
    justify-content: space-between;
  }

  .about-mobile-id {
    flex-direction: column;
    margin: 100px 0;
  }

  .about-mobile-id .image-box-wrapper {
    width: 100%;
  }

  .about-mobile-id .image-box-wrapper .text-wrapper {
    width: 45%;
  }

  .about-mobile-id .image-box-wrapper .text-wrapper p {
    font-size: 18px;
    line-height: 35px;
  }

  .about-mobile-id .right-part {
    width: 100%;
    padding: 80px 70px 0;
  }

  .about-mobile-id .right-part h2 {
    font-size: 38px;
  }

  .about-mobile-id .right-part span {
    margin: 20px 0;
    font-size: 20px;
  }

  .about-mobile-id .right-part p {
    font-size: 18px;
    line-height: 38px;
  }

  .about-mobile-id .right-part .btn-wrapper .btn-more {
    margin-top: 50px;
    padding: 15px 35px;
    font-size: 18px;
  }

  .about-mobile-id .right-part .btn-wrapper .btn-more img {
    margin-left: 20px;
  }

  .homepage-news-section .news-wrapper {
    max-width: 850px;
  }

  .homepage-news-section .news-wrapper .news-component {
    width: 47%;
  }

  .homepage-news-section .news-wrapper .news-component:nth-child(3) {
    display: none;
  }

  .homepage-services-section .services-inner-part .service-component {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    padding: 30px 25px;
  }

  .homepage-services-section .services-inner-part .service-component h4 {
    font-size: 20px;
    margin-bottom: 22px;
  }

  .homepage-services-section .services-inner-part .service-component P {
    font-size: 13px;
  }
}

@media screen and (max-width: 1000px) {
  .homepage-slider .slider-item .item-text {
    top: 60px;
  }

  .homepage-slider .slider-item .item-text h2 {
    font-size: 28px;
  }

  .homepage-slider .slider-item .item-text span {
    font-size: 12px;
  }

  .homepage-services-section {
    padding: 60px 70px;
  }

  .homepage-services-section h2 {
    margin-bottom: 60px;
    font-size: 32px;
  }

  .homepage-services-section .services-inner-part .service-component {
    padding: 20px;
  }

  .homepage-services-section .services-inner-part .service-component h4 {
    font-size: 15px;
    margin-bottom: 15px;
    text-align: center;
  }

  .homepage-services-section .services-inner-part .service-component p {
    font-size: 12px;
    line-height: 25px;
    height: 125px;
  }

  .homepage-services-section .services-inner-part .service-component button {
    height: 30px;
    width: 30px;
  }

  .homepage-services-section .services-inner-part .service-component button img {
    width: 15px;
  }
}

@media screen and (max-width: 900px) {
  .personal-services-group {
    height: 500px;
  }

  .personal-services-group .actions .action {
    width: 320px;
    margin-bottom: 40px;
  }

  .personal-services-group .actions .action .action-name span {
    font-size: 15px;
  }

  .personal-services-group .video-wrapper {
    width: 300px;
    height: 450px;
  }

  .about-mobile-id {
    margin: 80px 0;
  }

  .about-mobile-id .image-box-wrapper .text-wrapper {
    width: 50%;
  }

  .homepage-news-section .news-wrapper {
    max-width: 750px;
  }

  .homepage-news-section .see-more-btn-wrapper {
    padding: 70px 0;
  }

  .homepage-services-section .services-inner-part .service-component {
    padding: 15px;
  }

  .homepage-services-section .services-inner-part .service-component P {
    height: 120px;
    line-height: 20px;
  }
}

@media screen and (max-width: 800px) {
  .homepage-slider .slider-item .item-text {
    top: 50px;
  }

  .homepage-slider .slider-item .item-text h2 {
    font-size: 24px;
  }

  .personal-services-group {
    height: 470px;
  }

  .personal-services-group .actions .action {
    width: 260px;
    margin-bottom: 40px;
    height: 70px;
  }

  .personal-services-group .actions .action img {
    width: 70px;
  }

  .personal-services-group .video-wrapper {
    bottom: 180px;
    width: 270px;
    height: 400px;
  }

  .personal-services-group .information-part .information-option {
    width: auto;
    margin-bottom: 5px;
  }

  .personal-services-group .information-part .information-option .up-part span {
    font-size: 14px;
  }

  .personal-services-group .information-part .information-option .up-part img {
    width: 35px;
    height: 35px;
  }

  .personal-services-group .information-part .information-option .down-part span {
    font-size: 12px;
  }

  .homepage-news-section .news-wrapper {
    max-width: 650px;
  }

  .homepage-services-section .services-inner-part {
    flex-direction: column;
    align-items: center;
  }

  .homepage-services-section .services-inner-part .service-component {
    width: 510px;
  }

  .homepage-services-section .services-inner-part .service-component h4 {
    font-size: 18px;
  }

  .homepage-services-section .services-inner-part .service-component P {
    font-size: 15px;
    line-height: 25px;
    height: auto;
    min-height: 130px;
  }
}

@media screen and (max-width: 750px) {
  .about-mobile-id {
    margin: 50px 0;
  }

  .about-mobile-id .image-box-wrapper .text-wrapper p {
    font-size: 16px;
  }

  .about-mobile-id .right-part {
    padding: 60px 70px 0;
  }

  .about-mobile-id .right-part h2 {
    font-size: 34px;
  }

  .about-mobile-id .right-part span {
    font-size: 18px;
  }
}

@media screen and (max-width: 700px) {
  .homepage-slider .slider-item .item-text {
    left: 40px;
  }

  .personal-services-group {
    height: 850px;
    padding: 0 40px;
  }

  .personal-services-group .actions {
    top: initial;
    bottom: 260px;
    left: 50%;
    transform: translateX(-50%);
  }

  .personal-services-group .actions .action {
    width: 394px;
    margin-bottom: 35px;
    margin-right: 0;
    height: 90px;
  }

  .personal-services-group .actions .action img {
    width: 90px;
  }

  .personal-services-group .video-wrapper {
    bottom: initial;
    top: -100px;
    right: 50%;
    transform: translateX(50%);
  }

  .personal-services-group .information-part {
    flex-wrap: wrap;
  }

  .personal-services-group .information-part .information-option {
    width: 50%;
    margin-bottom: 15px;
    margin-right: 0;
    padding-right: 10px;
  }

  .personal-services-group .information-part .information-option .down-part {
    height: 60px;
    overflow: hidden;
  }

  .personal-services-group .information-part .information-option .down-part span {
    line-height: 20px;
    overflow: hidden;
  }

  .about-mobile-id {
    margin: 30px 0;
  }

  .about-mobile-id .image-box-wrapper .text-wrapper h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .about-mobile-id .image-box-wrapper .text-wrapper p {
    font-size: 15px;
    line-height: 30px;
  }

  .about-mobile-id .right-part {
    padding: 60px 40px 0;
  }

  .about-mobile-id .right-part span {
    font-size: 18px;
  }

  .about-mobile-id .right-part .btn-wrapper .btn-more {
    margin-top: 24px;
    padding: 12px 30px;
    font-size: 16px;
  }

  .about-mobile-id .right-part .btn-wrapper .btn-more img {
    margin-left: 16px;
  }

  .homepage-news-section h2 {
    padding: 40px 0;
    font-size: 24px;
  }

  .homepage-news-section .news-wrapper {
    max-width: unset;
    padding: 0 40px;
  }

  .homepage-news-section .news-wrapper .news-component {
    width: 48%;
    margin-bottom: 20px;
  }

  .homepage-news-section .news-wrapper .news-component .news-inner-part .news-info {
    padding: 15px;
  }

  .homepage-news-section .news-wrapper .news-component .news-inner-part .news-info h4 {
    margin: 10px 0;
    font-size: 16px;
  }

  .homepage-news-section .news-wrapper .news-component .news-inner-part .news-info p {
    font-size: 13px;
  }

  .homepage-news-section .news-wrapper .news-component .news-inner-part .news-info time {
    margin-top: 30px;
  }

  .homepage-news-section .news-wrapper .news-component .news-inner-part .news-info button {
    height: 45px;
    width: 45px;
  }

  .homepage-news-section .see-more-btn-wrapper {
    padding: 50px 0;
  }

  .homepage-news-section .see-more-btn-wrapper .more-btn {
    width: 250px;
    height: 60px;
  }

  .homepage-news-section .see-more-btn-wrapper .more-btn span:first-child {
    font-size: 18px;
  }

  .homepage-news-section .see-more-btn-wrapper .more-btn span:last-child {
    width: 60px;
  }

  .homepage-support-section .support-inner-part {
    padding: 0 40px;
  }

  .homepage-services-section {
    padding: 40px 40px;
  }

  .homepage-services-section h2 {
    margin-bottom: 40px;
    font-size: 24px;
  }
}

@media screen and (max-width: 650px) {
  .homepage-slider .slider-item .item-text {
    top: 20px;
  }

  .homepage-slider .slider-item .item-text h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .homepage-slider .slider-item .item-text span {
    margin-top: 20px;
    font-size: 11px;
  }

  .about-mobile-id {
    margin: 0 0 20px 0;
  }

  .about-mobile-id .image-box-wrapper .text-wrapper h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .about-mobile-id .image-box-wrapper .text-wrapper p {
    font-size: 15px;
    line-height: 28px;
  }

  .about-mobile-id .right-part {
    padding: 60px 40px 0;
  }

  .about-mobile-id .right-part span {
    font-size: 18px;
  }
}

@media screen and (max-width: 600px) {
  .homepage-news-section .news-wrapper {
    justify-content: center;
  }

  .homepage-news-section .news-wrapper .news-component {
    width: 400px;
  }

  .homepage-news-section .news-wrapper .news-component:not(:first-child) {
    display: none;
  }

  .homepage-news-section .news-wrapper .news-component .news-inner-part .news-info button {
    height: 50px;
    width: 50px;
  }

  .homepage-services-section .services-inner-part .service-component {
    padding: 15px 15px 35px;
    max-width: unset;
    width: 100%;
  }
}

@media screen and (max-width: 550px) {
  .homepage-support-section {
    padding: 40px 0;
  }

  .homepage-support-section .support-inner-part h2 {
    margin-bottom: 30px;
    font-size: 30px;
  }

  .homepage-support-section .support-inner-part p {
    font-size: 16px;
    line-height: 35px;
  }

  .homepage-support-section .support-inner-part .send-msg {
    width: 230px;
    height: 50px;
    margin-top: 40px;
    font-size: 16px;
  }

  .homepage-support-section .support-inner-part .send-msg img {
    margin-left: 25px;
    width: 9px;
  }
}

@media screen and (max-width: 500px) {
  .homepage-slider .slider-item .item-text {
    width: 80%;
  }

  .homepage-slider .slider-item .item-text h2 {
    font-size: 16px;
  }

  .about-mobile-id .image-box-wrapper .text-wrapper {
    width: 45%;
  }

  .about-mobile-id .image-box-wrapper .text-wrapper p {
    line-height: 20px;
  }

  .about-mobile-id .right-part h2 {
    font-size: 32px;
  }

  .about-mobile-id .right-part span {
    margin: 20px 0;
    font-size: 16px;
  }

  .about-mobile-id .right-part p {
    font-size: 14px;
    line-height: 30px;
  }

  .homepage-news-section .news-wrapper .news-component {
    width: 350px;
  }

  .homepage-services-section .services-inner-part .service-component h4 {
    font-size: 16px;
  }

  .homepage-services-section .services-inner-part .service-component P {
    font-size: 14px;
    line-height: 25px;
  }
}

@media screen and (max-width: 480px) {
  .personal-services-group {
    height: 885px;
  }

  .personal-services-group .actions {
    width: 90%;
  }

  .personal-services-group .actions .action {
    width: 100%;
    margin-bottom: 30px;
  }

  .personal-services-group .information-part .information-option .up-part span {
    font-size: 13px;
    margin-left: 5px;
  }

  .personal-services-group .information-part .information-option .down-part span {
    font-size: 11px;
  }

  .personal-services-group .video-wrapper {
    top: -50px;
    width: 270px;
    height: 400px;
  }

  .personal-services-group .video-wrapper .inner-part .btn {
    font-size: 16px;
  }
}

@media screen and (max-width: 450px) {
  .about-mobile-id .image-box-wrapper .text-wrapper {
    width: 50%;
    left: 20px;
  }

  .about-mobile-id .image-box-wrapper .text-wrapper h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .about-mobile-id .image-box-wrapper .text-wrapper p {
    font-size: 12px;
  }
}

@media screen and (max-width: 400px) {
  .homepage-slider .slider-item .item-text {
    width: 90%;
    left: 20px;
  }

  .personal-services-group {
    padding: 0 20px;
  }

  .personal-services-group .information-part .information-option {
    width: 50%;
    margin-bottom: 15px;
    margin-right: 0;
    padding-right: 10px;
  }

  .personal-services-group .information-part .information-option .up-part span {
    font-size: 12px;
  }

  .personal-services-group .information-part .information-option .up-part img {
    width: 30px;
    height: 30px;
  }

  .personal-services-group .information-part .information-option .down-part span {
    font-size: 11px;
  }

  .about-mobile-id .image-box-wrapper .text-wrapper {
    width: 50%;
    top: 20%;
  }

  .about-mobile-id .image-box-wrapper .text-wrapper h3 {
    font-size: 13px;
    margin-bottom: 5px;
  }

  .about-mobile-id .image-box-wrapper .text-wrapper p {
    font-size: 11px;
    line-height: 18px;
  }

  .about-mobile-id .right-part {
    padding: 40px 20px 0;
  }

  .about-mobile-id .right-part h2 {
    font-size: 28px;
  }

  .about-mobile-id .right-part .btn-wrapper .btn-more {
    margin-top: 24px;
    padding: 10px 24px;
    font-size: 16px;
  }

  .about-mobile-id .right-part .btn-wrapper .btn-more img {
    margin-left: 14px;
  }

  .homepage-news-section h2 {
    font-size: 28px;
  }

  .homepage-news-section .news-wrapper {
    padding: 0 20px;
  }

  .homepage-news-section .news-wrapper .news-component {
    width: 100%;
  }

  .homepage-news-section .see-more-btn-wrapper {
    padding: 40px 0;
  }

  .homepage-news-section .see-more-btn-wrapper .more-btn {
    width: 200px;
    height: 50px;
  }

  .homepage-news-section .see-more-btn-wrapper .more-btn span:first-child {
    font-size: 16px;
  }

  .homepage-news-section .see-more-btn-wrapper .more-btn span:last-child {
    width: 50px;
  }

  .homepage-support-section {
    padding: 40px 0;
  }

  .homepage-support-section .support-inner-part h2 {
    margin-bottom: 25px;
    font-size: 28px;
  }

  .homepage-support-section .support-inner-part p {
    line-height: 30px;
  }

  .homepage-support-section .support-inner-part .send-msg {
    width: 210px;
    height: 45px;
    margin-top: 30px;
  }

  .homepage-support-section .support-inner-part .send-msg img {
    margin-left: 20px;
    width: 9px;
  }

  .homepage-services-section {
    padding: 40px 20px;
  }
}

/*# sourceMappingURL=homepage.css.map */
