@charset "UTF-8";
:root {
  --font-family: "Commissioner", sans-serif;
  --second-family: "Rubik", sans-serif;
  --third-family: "Roboto", sans-serif;
  --font3: "Anek Bangla", sans-serif;
}

html,
body {
  height: 100%;
}

body {
  background: #fbf9fa;
  font-family: var(--font-family);
  font-weight: normal;
  font-style: normal;
}

.noscroll {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

* {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.container {
  max-width: 2560px;
  margin: 0 auto;
  padding: 0 10px;
}
@media (min-width: 480px) {
  .container {
    padding: 0 15px;
  }
}
@media (min-width: 576px) {
  .container {
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  .container {
    padding: 0 24px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding: 0 30px;
  }
}
@media (min-width: 1600px) {
  .container {
    padding: 0 44px;
  }
}
@media (min-width: 1920px) {
  .container {
    padding: 0 52px;
  }
}
@media (min-width: 2560px) {
  .container {
    padding: 0 70px;
  }
}

img {
  width: 100%;
}

strong {
  font-weight: 700;
}

.btn-primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #1c3371;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 17px;
  line-height: 140%;
  text-align: center;
  color: #fff;
  border-radius: 291px;
  padding: 19px 25px;
  border: none;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.btn-primary:hover {
  background: #203d8d;
}

.title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 81px;
  line-height: 140%;
  text-align: center;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin-bottom: 80px;
}
.title::after {
  display: block;
  content: "";
  width: 91px;
  height: 49px;
  background-image: url(../img/icons/ttlic.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 419px) {
  .title br {
    display: none;
  }
}
@media (max-width: 2559px) {
  .title {
    font-size: 61px;
    line-height: 140%;
    gap: 30px;
    margin-bottom: 60px;
  }
  .title::after {
    width: 67px;
    height: 30px;
  }
}
@media (max-width: 1919px) {
  .title {
    font-size: 51px;
    line-height: 140%;
    gap: 25px;
    margin-bottom: 50px;
  }
  .title::after {
    width: 55px;
    height: 24px;
  }
}
@media (max-width: 1599px) {
  .title {
    font-size: 46px;
    line-height: 140%;
    gap: 22px;
    margin-bottom: 45px;
  }
  .title::after {
    width: 50px;
    height: 20px;
  }
}
@media (max-width: 1439px) {
  .title {
    font-size: 38px;
    line-height: 140%;
    gap: 18px;
    margin-bottom: 37px;
  }
  .title::after {
    width: 42px;
    height: 18px;
  }
}
@media (max-width: 1199px) {
  .title {
    font-size: 31px;
    line-height: 140%;
    gap: 15px;
    margin-bottom: 31px;
  }
  .title::after {
    width: 34px;
    height: 15px;
  }
}
@media (max-width: 991px) {
  .title {
    font-size: 31px;
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 24px;
    line-height: 140%;
  }
}
@media (max-width: 639px) {
  .title {
    font-size: 22px;
    line-height: 140%;
  }
}
@media (max-width: 575px) {
  .title {
    font-size: 19px;
    line-height: 140%;
  }
}
@media (max-width: 479px) {
  .title {
    font-size: 17px;
    line-height: 140%;
  }
}
@media (max-width: 419px) {
  .title {
    font-size: 17px;
    line-height: 140%;
  }
}
@media (max-width: 357px) {
  .title {
    font-size: 17px;
    line-height: 140%;
  }
}

.header.header_v1 {
  position: absolute;
  z-index: 10;
  top: 44px;
  left: 0;
  right: 0;
  width: 100%;
}
.header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header-logo {
  margin-right: 113px;
}
.header .header-logo img {
  width: 197px;
}
.header .header-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  padding: 13px 0;
}
.header .header-menu ul li a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 34px;
  color: #000;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
@media (min-width: 575px) {
  .header .header-menu ul li a {
    position: relative;
  }
  .header .header-menu ul li a::after {
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 0;
    background-color: #1B3471;
    height: 4px;
    content: "";
    border-radius: 10px;
    -webkit-transition: 0.23s;
    transition: 0.23s;
  }
  .header .header-menu ul li a:hover {
    color: #1B3471;
  }
  .header .header-menu ul li a:hover::after {
    width: 100%;
  }
}
.header.header_v2 {
  padding: 33px 0;
  background-color: #fff;
}
.header.header_v2 .header__box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header.header_v2 .header-logo {
  margin-right: 0;
}
@media (max-width: 1199px) {
  .header.header_v2 {
    padding: 25px 0;
  }
}
@media (max-width: 991px) {
  .header.header_v2 {
    padding: 23px 0;
  }
}
@media (max-width: 767px) {
  .header.header_v2 {
    padding: 20px 0;
  }
}
@media (max-width: 639px) {
  .header.header_v2 {
    padding: 18px 0;
  }
}
@media (max-width: 575px) {
  .header.header_v2 {
    padding: 15px 0;
  }
  .header.header_v2 .hero-tel {
    gap: 9px;
  }
  .header.header_v2 .hero-tel__ic {
    width: 31px;
    height: 31px;
  }
  .header.header_v2 .hero-tel__ic img {
    width: 15px;
  }
  .header.header_v2 .hero-tel__list {
    gap: 6px;
    font-size: 12px;
    line-height: 83%;
  }
}
@media (max-width: 479px) {
  .header.header_v2 {
    padding: 10px 0;
  }
}
.header.header_v2 .mobile3 .hero-tel {
  gap: 4px;
}
.header.header_v2 .mobile3 .hero-tel__ic {
  width: 31px;
  height: 31px;
}
.header.header_v2 .mobile3 .hero-tel__ic img {
  width: 15px;
}
.header.header_v2 .mobile3 .hero-tel__list {
  font-size: 11px;
}
@media (max-width: 2559px) {
  .header.header_v1 {
    top: 33px;
  }
  .header .header-logo {
    margin-right: 85px;
  }
  .header .header-logo img {
    width: 148px;
  }
  .header .header-menu ul {
    gap: 44px;
    padding: 9.5px 0;
  }
  .header .header-menu ul li a {
    font-size: 26px;
  }
}
@media (max-width: 1919px) {
  .header.header_v1 {
    top: 27px;
  }
  .header .header-logo {
    margin-right: 70px;
  }
  .header .header-logo img {
    width: 123px;
  }
  .header .header-menu ul {
    gap: 36px;
    padding: 8px 0;
  }
  .header .header-menu ul li a {
    font-size: 21px;
  }
}
@media (max-width: 1599px) {
  .header.header_v1 {
    top: 25px;
  }
  .header .header-logo {
    margin-right: 86px;
  }
  .header .header-logo img {
    width: 111px;
  }
  .header .header-menu ul {
    gap: 33px;
    padding: 7px 0;
  }
  .header .header-menu ul li a {
    font-size: 19px;
  }
}
@media (max-width: 1439px) {
  .header.header_v1 {
    top: 19px;
  }
  .header .header-logo {
    margin-right: 47px;
  }
  .header .header-logo img {
    width: 103px;
  }
  .header .header-menu ul {
    gap: 28px;
    padding: 0px 0;
  }
  .header .header-menu ul li a {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .header.header_v1 {
    top: 17px;
  }
  .header .header-logo {
    margin-right: 27px;
  }
  .header .header-logo img {
    width: 96px;
  }
  .header .header-menu ul {
    gap: 13px;
  }
  .header .header-menu ul li a {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .header.header_v1 {
    top: 11px;
  }
  .header .header-logo {
    margin-right: 19px;
  }
  .header .header-logo img {
    width: 78px;
  }
  .header .header-menu ul {
    gap: 15px;
  }
  .header .header-menu ul li a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .header.header_v1 {
    top: 11px;
  }
  .header .header-logo {
    margin-right: 32px;
  }
  .header .header-logo img {
    width: 74px;
  }
  .header .header-menu ul {
    gap: 18px;
  }
  .header .header-menu ul li a {
    font-size: 12px;
  }
}
.header .menu-btn {
  display: none;
}
.header .menu-close {
  display: none;
}
@media (max-width: 575px) {
  .header.header_v1 {
    top: 11px;
  }
  .header .menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 7px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    line-height: 119%;
    color: #fff;
    padding: 2px 13.5px;
    height: 31px;
    background: #1c3371;
    border-radius: 45px;
    border: none;
  }
  .header .header-logo {
    margin-right: 50px;
  }
  .header .header-menu {
    position: fixed;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    height: calc(100dvh + 11px);
    width: 100vw;
    top: -11px;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.23s;
    transition: 0.23s;
  }
  .header .header-menu .menu-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 31px;
    right: 45px;
  }
  .header .header-menu ul {
    width: 310px;
    background: #1c3371;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: auto;
    position: relative;
    left: -100vw;
    -webkit-transition: 0.23s;
    transition: 0.23s;
    padding: 80px 10px 80px 65px;
    gap: 85px;
  }
  .header .header-menu ul li a {
    font-family: var(--font3);
    font-weight: 700;
    font-size: 42px;
    line-height: 66%;
    letter-spacing: 0.05em;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .header .header-menu ul li a::before {
    display: block;
    content: "";
    position: relative;
    background-color: #D9D9D9;
    width: 13px;
    height: 13px;
    border-radius: 100px;
  }
  .header .header-menu.active {
    opacity: 1;
    visibility: visible;
  }
  .header .header-menu.active ul {
    left: 0;
  }
}
@media (max-width: 479px) {
  .header .header-menu .menu-close {
    top: 25px;
    right: 35px;
  }
  .header .header-menu .menu-close svg {
    width: 30px;
    height: 30px;
  }
  .header .header-menu ul {
    width: 290px;
    padding: 70px 10px 70px 45px;
    gap: 65px;
  }
  .header .header-menu ul li a {
    font-size: 32px;
    gap: 10px;
  }
  .header .header-menu ul li a::before {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 419px) {
  .header .header-menu .menu-close {
    top: 20px;
    right: 30px;
  }
  .header .header-menu .menu-close svg {
    width: 25px;
    height: 25px;
  }
  .header .header-menu ul {
    width: 280px;
    padding: 70px 10px 70px 45px;
    gap: 65px;
  }
  .header .header-menu ul li a {
    font-size: 30px;
    gap: 10px;
  }
  .header .header-menu ul li a::before {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 357px) {
  .header .header-logo {
    margin-right: 30px;
  }
  .header .header-menu .menu-close {
    top: 15px;
    right: 20px;
  }
  .header .header-menu .menu-close svg {
    width: 20px;
    height: 20px;
  }
  .header .header-menu ul {
    width: 260px;
    padding: 70px 10px 70px 45px;
    gap: 65px;
  }
  .header .header-menu ul li a {
    font-size: 26px;
    gap: 10px;
  }
  .header .header-menu ul li a::before {
    width: 10px;
    height: 10px;
  }
}

.hero-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}
.hero-tel__ic {
  width: 80px;
  height: 80px;
  background-color: #1c3371;
  border-radius: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero-tel__ic img {
  width: 32px;
}
.hero-tel__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 32px;
  line-height: 83%;
  color: #222;
}

.hero {
  height: 1192px;
  position: relative;
  overflow: hidden;
}
.hero .container {
  position: relative;
  height: 100%;
}
.hero__image {
  position: absolute;
  right: -440px;
  height: 100%;
  top: 0;
}
.hero__image img {
  height: 100%;
}
.hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 3;
  height: 100%;
  padding-bottom: 160px;
}
.hero__main {
  max-width: 1076px;
  padding-bottom: 34px;
}
.hero__main .herotitle {
  font-family: var(--font-family);
  margin-bottom: 95px;
  font-weight: 400;
  font-size: 76px;
  line-height: 150%;
  color: #222;
}
.hero__main .herotitle span {
  font-weight: 700;
  font-size: 109px;
  line-height: 140%;
  color: #1c3371;
}
.hero__sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 962px;
}
.hero__sec p {
  margin-bottom: 70px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 54px;
  line-height: 140%;
  text-align: center;
  color: #fff;
}
.hero__sec .getdemo {
  height: 118px;
  padding: 10px 64px;
  font-size: 38px;
  line-height: 140%;
}

@media (max-width: 2559px) {
  .hero-tel {
    gap: 10px;
  }
  .hero-tel__ic {
    width: 60px;
    height: 60px;
  }
  .hero-tel__ic img {
    width: 24px;
  }
  .hero-tel__list {
    gap: 9px;
    font-size: 24px;
    line-height: 83%;
  }
  .hero {
    height: 894px;
  }
  .hero__image {
    right: -300px;
  }
  .hero__content {
    padding-bottom: 120px;
  }
  .hero__main {
    max-width: 807px;
    padding-bottom: 25px;
  }
  .hero__main .herotitle {
    margin-bottom: 70px;
    font-size: 57px;
    line-height: 150%;
  }
  .hero__main .herotitle span {
    font-size: 81px;
    line-height: 140%;
  }
  .hero__sec {
    max-width: 962px;
  }
  .hero__sec p {
    margin-bottom: 53px;
    font-size: 40px;
    line-height: 140%;
  }
  .hero__sec .getdemo {
    height: 88px;
    padding: 10px 48px;
    font-size: 29px;
    line-height: 140%;
  }
}
@media (max-width: 1919px) {
  .hero-tel {
    gap: 8px;
  }
  .hero-tel__ic {
    width: 50px;
    height: 50px;
  }
  .hero-tel__ic img {
    width: 20px;
  }
  .hero-tel__list {
    gap: 7px;
    font-size: 20px;
    line-height: 83%;
  }
  .hero {
    height: 745px;
  }
  .hero__image {
    right: -250px;
  }
  .hero__content {
    padding-bottom: 98px;
  }
  .hero__main {
    max-width: 673px;
    padding-bottom: 22px;
  }
  .hero__main .herotitle {
    margin-bottom: 57px;
    font-size: 47px;
    line-height: 150%;
  }
  .hero__main .herotitle span {
    font-size: 68px;
    line-height: 140%;
  }
  .hero__sec {
    max-width: 601px;
  }
  .hero__sec p {
    margin-bottom: 44px;
    font-size: 34px;
    line-height: 140%;
  }
  .hero__sec .getdemo {
    height: 73px;
    padding: 10px 40px;
    font-size: 24px;
    line-height: 140%;
  }
}
@media (max-width: 1599px) {
  .hero-tel {
    gap: 7px;
  }
  .hero-tel__ic {
    width: 45px;
    height: 45px;
  }
  .hero-tel__ic img {
    width: 18px;
  }
  .hero-tel__list {
    gap: 7px;
    font-size: 18px;
    line-height: 83%;
  }
  .hero {
    height: 670px;
  }
  .hero__image {
    right: -220px;
  }
  .hero__content {
    padding-bottom: 88px;
  }
  .hero__main {
    max-width: 605px;
    padding-bottom: 20px;
  }
  .hero__main .herotitle {
    margin-bottom: 53px;
    font-size: 42px;
    line-height: 150%;
  }
  .hero__main .herotitle span {
    font-size: 61px;
    line-height: 140%;
  }
  .hero__sec {
    max-width: 541px;
  }
  .hero__sec p {
    margin-bottom: 39px;
    font-size: 30px;
    line-height: 140%;
  }
  .hero__sec .getdemo {
    height: 66px;
    padding: 10px 36px;
    font-size: 21px;
    line-height: 140%;
  }
}
@media (max-width: 1439px) {
  .hero-tel {
    gap: 7px;
  }
  .hero-tel__ic {
    width: 44px;
    height: 44px;
  }
  .hero-tel__ic img {
    width: 17.5px;
  }
  .hero-tel__list {
    gap: 7px;
    font-size: 17px;
    line-height: 83%;
  }
  .hero {
    height: 558px;
  }
  .hero__image {
    right: -190px;
  }
  .hero__content {
    padding-bottom: 73px;
  }
  .hero__main {
    max-width: 505px;
    padding-bottom: 13px;
  }
  .hero__main .herotitle {
    margin-bottom: 38px;
    font-size: 35px;
    line-height: 150%;
  }
  .hero__main .herotitle span {
    font-size: 51px;
    line-height: 140%;
  }
  .hero__sec {
    max-width: 451px;
  }
  .hero__sec p {
    margin-bottom: 33px;
    font-size: 25px;
    line-height: 140%;
  }
  .hero__sec .getdemo {
    height: 55px;
    padding: 10px 30px;
    font-size: 18px;
    line-height: 140%;
  }
}
@media (max-width: 1199px) {
  .hero-tel {
    gap: 9px;
  }
  .hero-tel__ic {
    width: 37px;
    height: 37px;
  }
  .hero-tel__ic img {
    width: 15px;
  }
  .hero-tel__list {
    gap: 6px;
    font-size: 14px;
    line-height: 83%;
  }
  .hero {
    height: 461px;
  }
  .hero__image {
    right: -160px;
  }
  .hero__content {
    padding-bottom: 60px;
  }
  .hero__main {
    max-width: 417px;
    padding-bottom: 8px;
  }
  .hero__main .herotitle {
    margin-bottom: 37px;
    font-size: 29px;
    line-height: 150%;
  }
  .hero__main .herotitle span {
    font-size: 42px;
    line-height: 140%;
  }
  .hero__sec {
    max-width: 373px;
  }
  .hero__sec p {
    margin-bottom: 27px;
    font-size: 21px;
    line-height: 140%;
  }
  .hero__sec .getdemo {
    height: 46px;
    padding: 10px 25px;
    font-size: 15px;
    line-height: 140%;
  }
}
@media (max-width: 991px) {
  .hero-tel {
    gap: 8px;
  }
  .hero-tel__ic {
    width: 36px;
    height: 36px;
  }
  .hero-tel__ic img {
    width: 14px;
  }
  .hero-tel__list {
    gap: 6px;
    font-size: 14px;
    line-height: 83%;
  }
  .hero {
    height: 357px;
  }
  .hero__image {
    right: -120px;
  }
  .hero__content {
    padding-bottom: 44px;
  }
  .hero__main {
    max-width: 347px;
    padding-bottom: 5px;
  }
  .hero__main .herotitle {
    margin-bottom: 17px;
    font-size: 24px;
    line-height: 150%;
  }
  .hero__main .herotitle span {
    font-size: 35px;
    line-height: 140%;
  }
  .hero__sec {
    max-width: 303px;
  }
  .hero__sec p {
    margin-bottom: 22px;
    font-size: 17px;
    line-height: 140%;
  }
  .hero__sec .getdemo {
    height: 37px;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 140%;
  }
}
.heroimg_640 {
  display: none;
}

@media (max-width: 767px) {
  .hero-tel {
    gap: 8px;
  }
  .hero-tel__ic {
    width: 36px;
    height: 36px;
  }
  .hero-tel__ic img {
    width: 14px;
  }
  .hero-tel__list {
    gap: 6px;
    font-size: 14px;
    line-height: 83%;
  }
  .hero {
    height: 357px;
  }
  .hero .heroimg_main {
    display: none;
  }
  .hero .heroimg_640 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hero__image {
    right: -130px;
  }
  .hero__content {
    padding-bottom: 21px;
  }
  .hero__main {
    max-width: 347px;
    padding-bottom: 27px;
  }
  .hero__main .herotitle {
    margin-bottom: 17px;
    font-size: 24px;
    line-height: 150%;
  }
  .hero__main .herotitle span {
    font-size: 35px;
    line-height: 140%;
  }
  .hero__sec {
    max-width: 204px;
  }
  .hero__sec p {
    margin-bottom: 16px;
    font-size: 17px;
    line-height: 140%;
  }
  .hero__sec .getdemo {
    height: 42px;
    padding: 5px 23px;
    font-size: 13px;
    line-height: 140%;
  }
}
.heroimg_576 {
  display: none;
}

@media (max-width: 639px) {
  .hero-tel {
    gap: 8px;
  }
  .hero-tel__ic {
    width: 36px;
    height: 36px;
  }
  .hero-tel__ic img {
    width: 14px;
  }
  .hero-tel__list {
    gap: 6px;
    font-size: 14px;
    line-height: 83%;
  }
  .hero {
    height: 296px;
  }
  .hero .heroimg_640 {
    display: none;
  }
  .hero .heroimg_576 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hero__image {
    right: -100px;
  }
  .hero__content {
    padding-bottom: 17px;
  }
  .hero__main {
    max-width: 298px;
    padding-bottom: 23px;
  }
  .hero__main .herotitle {
    margin-bottom: 16px;
    font-size: 21px;
    line-height: 150%;
  }
  .hero__main .herotitle span {
    font-size: 30px;
    line-height: 140%;
  }
  .hero__sec {
    max-width: 204px;
    margin-right: -20px;
  }
  .hero__sec p {
    margin-bottom: 16px;
    font-size: 17px;
    line-height: 140%;
  }
  .hero__sec .getdemo {
    height: 42px;
    padding: 5px 23px;
    font-size: 13px;
    line-height: 140%;
  }
}
@media (max-width: 575px) {
  .hero-tel {
    gap: 8px;
  }
  .hero-tel__ic {
    width: 33px;
    height: 33px;
  }
  .hero-tel__ic img {
    width: 13px;
  }
  .hero-tel__list {
    gap: 4.4px;
    font-size: 13px;
    line-height: 83%;
  }
  .hero__image {
    right: -100px;
  }
  .hero__content {
    padding-bottom: 22px;
  }
  .hero__main {
    min-width: 267px;
    max-width: 267px;
    padding-bottom: 19px;
  }
  .hero__main .herotitle {
    margin-bottom: 29px;
    font-size: 19px;
    line-height: 150%;
  }
  .hero__main .herotitle span {
    font-size: 26px;
    line-height: 140%;
  }
  .hero__sec {
    max-width: 204px;
    margin-right: -10px;
  }
  .hero__sec p {
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 140%;
  }
  .hero__sec .getdemo {
    height: 42px;
    padding: 5px 23px;
    font-size: 13px;
    line-height: 140%;
  }
}
.heroimg_420 {
  display: none;
}

@media (max-width: 479px) {
  .hero-tel {
    gap: 9px;
  }
  .hero-tel__ic {
    width: 35px;
    height: 35px;
  }
  .hero-tel__ic img {
    width: 13px;
  }
  .hero-tel__list {
    gap: 6px;
    font-size: 14px;
    line-height: 83%;
  }
  .hero .heroimg_576 {
    display: none;
  }
  .hero .heroimg_420 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hero__image {
    right: -115px;
  }
  .hero__content {
    padding-bottom: 44px;
  }
  .hero__main {
    min-width: 204px;
    max-width: 204px;
    padding-bottom: 0px;
  }
  .hero__main .herotitle {
    margin-bottom: 43px;
    font-size: 14px;
    line-height: 150%;
  }
  .hero__main .herotitle span {
    font-size: 20px;
    line-height: 140%;
  }
  .hero__sec {
    min-width: 195px;
    max-width: 195px;
  }
  .hero__sec p {
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 140%;
  }
  .hero__sec .getdemo {
    height: 42px;
    padding: 5px 23px;
    font-size: 13px;
    line-height: 140%;
  }
}
@media (max-width: 419px) {
  .hero__image {
    right: -140px;
  }
  .hero__main {
    min-width: 204px;
    max-width: 204px;
  }
  .hero__main .herotitle {
    margin-bottom: 49px;
    font-size: 13px;
  }
  .hero__sec {
    max-width: 187px;
    position: absolute;
    right: 5px;
    margin-right: -23px;
  }
  .hero__sec p {
    margin-bottom: 12px;
    font-size: 14px;
  }
  .hero__sec .getdemo {
    height: 42px;
    padding: 5px 23px;
    font-size: 13px;
    line-height: 140%;
  }
}
@media (max-width: 357px) {
  .hero-tel {
    gap: 7px;
  }
  .hero-tel__ic {
    width: 32px;
    height: 32px;
  }
  .hero-tel__ic img {
    width: 13px;
  }
  .hero-tel__list {
    gap: 6px;
    font-size: 12px;
    line-height: 83%;
  }
  .hero {
    height: 286px;
  }
  .hero__image {
    right: -150px;
  }
  .hero__main {
    min-width: 188px;
    max-width: 188px;
  }
  .hero__main .herotitle {
    margin-bottom: 53px;
    font-size: 12px;
  }
  .hero__main .herotitle span {
    font-size: 18px;
  }
  .hero__sec {
    min-width: 160px;
    max-width: 160px;
    position: absolute;
    right: 5px;
    margin-right: -23px;
  }
  .hero__sec p {
    margin-bottom: 12px;
    font-size: 12px;
  }
  .hero__sec .getdemo {
    height: 35px;
    padding: 5px 20px;
    font-size: 11px;
    line-height: 140%;
  }
}
.designed {
  background: #e8e9eb;
  padding: 160px 0;
}
.designed__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 52px;
}
.designed .desitem {
  width: 20%;
  border-radius: 97px;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 104px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 104px 0 rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: transparent;
}
.designed .desitem:last-child {
  border-top-right-radius: 280px;
}
.designed .desitem__content {
  background-color: #fff;
  padding: 0 46px 46px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.designed .desitem__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.designed .desitem__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 37px;
  line-height: 120%;
  color: #1c3371;
  margin-bottom: 31px;
}
.designed .desitem p {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 24px;
  line-height: 166%;
  color: #000;
}
.designed .desitem .desbtn {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #1c3371;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 30px;
  line-height: 160%;
  color: #fff;
  padding: 28px 32px 28px 50px;
  border-radius: 65px;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.designed .desitem .desbtn span {
  width: 54px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  background-color: #fff;
}
.designed .desitem .desbtn span svg {
  width: 16px;
  height: 16px;
}
.designed .desitem .desbtn:hover {
  background: #203d8d;
}
@media (max-width: 2559px) {
  .designed {
    padding: 120px 0;
  }
  .designed__list {
    gap: 39px;
  }
  .designed .desitem {
    border-radius: 73px;
    -webkit-box-shadow: 0 5px 104px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 104px 0 rgba(0, 0, 0, 0.15);
  }
  .designed .desitem:last-child {
    border-top-right-radius: 280px;
  }
  .designed .desitem__content {
    padding: 0 35px 35px;
  }
  .designed .desitem__title {
    font-size: 27px;
    line-height: 120%;
    margin-bottom: 23px;
  }
  .designed .desitem p {
    font-size: 18px;
    line-height: 166%;
  }
  .designed .desitem .desbtn {
    margin-top: 20px;
    font-size: 23px;
    line-height: 160%;
    padding: 21px 24px 21px 38px;
    border-radius: 49px;
  }
  .designed .desitem .desbtn span {
    width: 42px;
    height: 42px;
  }
  .designed .desitem .desbtn span svg {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 1919px) {
  .designed {
    padding: 100px 0;
  }
  .designed__list {
    gap: 32px;
  }
  .designed .desitem {
    border-radius: 61px;
    -webkit-box-shadow: 0 3px 65px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 3px 65px 0 rgba(0, 0, 0, 0.15);
  }
  .designed .desitem:last-child {
    border-top-right-radius: 180px;
  }
  .designed .desitem__content {
    padding: 0 30px 30px;
  }
  .designed .desitem__title {
    font-size: 23px;
    line-height: 120%;
    margin-bottom: 20px;
  }
  .designed .desitem p {
    font-size: 15px;
    line-height: 166%;
  }
  .designed .desitem .desbtn {
    margin-top: 25px;
    font-size: 19px;
    line-height: 190%;
    padding: 18px 20px 18px 31px;
    border-radius: 41px;
  }
  .designed .desitem .desbtn span {
    width: 35px;
    height: 35px;
  }
  .designed .desitem .desbtn span svg {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 1599px) {
  .designed {
    padding: 90px 0;
  }
  .designed__list {
    gap: 30px;
  }
  .designed .desitem {
    border-radius: 56px;
    -webkit-box-shadow: 0 3px 60px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 3px 60px 0 rgba(0, 0, 0, 0.15);
  }
  .designed .desitem:last-child {
    border-top-right-radius: 180px;
  }
  .designed .desitem__content {
    padding: 0 26px 26px;
  }
  .designed .desitem__title {
    font-size: 21px;
    line-height: 120%;
    margin-bottom: 17px;
  }
  .designed .desitem p {
    font-size: 13px;
    line-height: 166%;
  }
  .designed .desitem .desbtn {
    margin-top: 22px;
    font-size: 17px;
    line-height: 130%;
    padding: 16px 18px 16px 28px;
    border-radius: 41px;
  }
  .designed .desitem .desbtn span {
    width: 32px;
    height: 32px;
  }
  .designed .desitem .desbtn span svg {
    width: 11px;
    height: 11px;
  }
}
@media (max-width: 1439px) {
  .designed {
    padding: 75px 0;
  }
  .designed__list {
    gap: 24px;
  }
  .designed .desitem {
    border-radius: 46px;
    -webkit-box-shadow: 0 2px 49px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 49px 0 rgba(0, 0, 0, 0.15);
  }
  .designed .desitem:last-child {
    border-top-right-radius: 150px;
  }
  .designed .desitem__content {
    padding: 0 22px 22px;
  }
  .designed .desitem__title {
    font-size: 17px;
    line-height: 120%;
    margin-bottom: 14px;
  }
  .designed .desitem p {
    font-size: 13px;
    line-height: 145%;
  }
  .designed .desitem .desbtn {
    margin-top: 18px;
    font-size: 14px;
    line-height: 170%;
    padding: 13px 15px 13px 23px;
    border-radius: 30px;
  }
  .designed .desitem .desbtn span {
    width: 25px;
    height: 25px;
  }
  .designed .desitem .desbtn span svg {
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 1199px) {
  .designed {
    padding: 62px 0;
  }
  .designed__list {
    gap: 22px;
  }
  .designed .desitem {
    border-radius: 38px;
    -webkit-box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.15);
  }
  .designed .desitem:last-child {
    border-top-right-radius: 100px;
  }
  .designed .desitem__content {
    padding: 0 18px 18px;
  }
  .designed .desitem__title {
    font-size: 15px;
    line-height: 120%;
    margin-bottom: 12px;
  }
  .designed .desitem p {
    font-size: 12px;
    line-height: 140%;
  }
  .designed .desitem .desbtn {
    margin-top: 15px;
    font-size: 11px;
    line-height: 180%;
    padding: 11px 12px 11px 19px;
    border-radius: 30px;
  }
  .designed .desitem .desbtn span {
    width: 21px;
    height: 21px;
  }
  .designed .desitem .desbtn span svg {
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 991px) {
  .designed__list {
    gap: 20px 18px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .designed .desitem {
    width: calc(33.33% - 12px);
    border-radius: 39px;
    -webkit-box-shadow: 0 2px 41px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 41px 0 rgba(0, 0, 0, 0.15);
  }
  .designed .desitem:last-child {
    border-top-right-radius: clamp(90px, 18.333vw, 180px);
  }
  .designed .desitem__content {
    padding: 0 18px 18px;
  }
  .designed .desitem__title {
    font-size: 17px;
    line-height: 120%;
    margin-bottom: 12px;
  }
  .designed .desitem p {
    font-size: 13px;
    line-height: 140%;
  }
  .designed .desitem .desbtn {
    margin-top: 15px;
    font-size: 15px;
    line-height: 150%;
    padding: 11px 13px 11px 20px;
    border-radius: 30px;
  }
  .designed .desitem .desbtn span {
    width: 23px;
    height: 23px;
  }
  .designed .desitem .desbtn span svg {
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 767px) {
  .designed__list {
    gap: 16px;
  }
  .designed .desitem {
    width: calc(33.33% - 12px);
    border-radius: 32px;
    -webkit-box-shadow: 0 2px 41px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 41px 0 rgba(0, 0, 0, 0.15);
  }
  .designed .desitem:last-child {
    border-top-right-radius: clamp(80px, 17.333vw, 180px);
  }
  .designed .desitem__content {
    padding: 0 15px 15px;
  }
  .designed .desitem__title {
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 10px;
  }
  .designed .desitem p {
    font-size: 10px;
    line-height: 140%;
  }
  .designed .desitem .desbtn {
    margin-top: 13px;
    font-size: 15px;
    line-height: 140%;
    padding: 9px 10px 9px 17px;
    border-radius: 30px;
  }
  .designed .desitem .desbtn span {
    width: 23px;
    height: 23px;
  }
  .designed .desitem .desbtn span svg {
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 639px) {
  .designed__list {
    gap: 18px 16px;
  }
  .designed .desitem {
    width: calc(50% - 8px);
    border-radius: 43px;
    -webkit-box-shadow: 0 2px 47px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 47px 0 rgba(0, 0, 0, 0.15);
  }
  .designed .desitem:last-child {
    border-top-right-radius: 160px;
  }
  .designed .desitem__content {
    padding: 0 20px 20px;
  }
  .designed .desitem__title {
    font-size: 19px;
    line-height: 120%;
    margin-bottom: 13px;
  }
  .designed .desitem p {
    font-size: 14px;
    line-height: 140%;
  }
  .designed .desitem .desbtn {
    margin-top: 17px;
    font-size: 20px;
    line-height: 140%;
    padding: 12px 14px 12px 24px;
    border-radius: 30px;
  }
  .designed .desitem .desbtn span {
    width: 31px;
    height: 31px;
  }
  .designed .desitem .desbtn span svg {
    width: 11px;
    height: 11px;
  }
}
@media (max-width: 575px) {
  .designed__list {
    gap: 12px;
  }
  .designed .desitem {
    width: 100%;
    border-radius: 76px;
    -webkit-box-shadow: 0 4px 81px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 81px 0 rgba(0, 0, 0, 0.15);
  }
  .designed .desitem:last-child {
    border-top-right-radius: clamp(160px, 55vw, 320px);
  }
  .designed .desitem__content {
    padding: 0 36px 36px;
  }
  .designed .desitem__title {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 24px;
  }
  .designed .desitem p {
    font-size: 16px;
    line-height: 140%;
  }
  .designed .desitem .desbtn {
    margin-top: 30px;
    font-size: 28px;
    line-height: 185%;
    padding: 22px 25px 22px 45px;
    border-radius: 51px;
  }
  .designed .desitem .desbtn span {
    width: 55px;
    height: 55px;
  }
  .designed .desitem .desbtn span svg {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 479px) {
  .designed {
    padding: 40px 0;
  }
  .designed__list {
    gap: 10px;
  }
  .designed .desitem {
    width: 100%;
    border-radius: 67px;
    -webkit-box-shadow: 0 4px 72px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 72px 0 rgba(0, 0, 0, 0.15);
  }
  .designed .desitem:last-child {
    border-top-right-radius: clamp(180px, 59vw, 320px);
  }
  .designed .desitem__content {
    padding: 0 32px 32px;
  }
  .designed .desitem__title {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 21px;
  }
  .designed .desitem p {
    font-size: 16px;
    line-height: 140%;
  }
  .designed .desitem .desbtn {
    margin-top: 27px;
    font-size: 24px;
    line-height: 190%;
    padding: 19px 22px 19px 37px;
    border-radius: 45px;
  }
  .designed .desitem .desbtn span {
    width: 48px;
    height: 48px;
  }
  .designed .desitem .desbtn span svg {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 419px) {
  .designed__list {
    gap: 10px;
  }
  .designed .desitem {
    width: 100%;
    border-radius: 60px;
    -webkit-box-shadow: 0 3px 65px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 3px 65px 0 rgba(0, 0, 0, 0.15);
  }
  .designed .desitem:last-child {
    border-top-right-radius: clamp(180px, 56vw, 320px);
  }
  .designed .desitem__content {
    padding: 0 27px 27px;
  }
  .designed .desitem__title {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 19px;
  }
  .designed .desitem p {
    font-size: 16px;
    line-height: 140%;
  }
  .designed .desitem .desbtn {
    margin-top: 24px;
    font-size: 24px;
    line-height: 190%;
    padding: 17px 20px 17px 34px;
    border-radius: 40px;
  }
  .designed .desitem .desbtn span {
    width: 44px;
    height: 44px;
  }
  .designed .desitem .desbtn span svg {
    width: 13px;
    height: 13px;
  }
}
.companies {
  background: #e8e9eb;
  padding: 120px 0;
}
.companies__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.companies .companies-item:nth-last-child(1) img {
  width: 666px;
}
.companies .companies-item:nth-last-child(2) img {
  width: 310px;
}
.companies .companies-item:nth-last-child(3) img {
  width: 952px;
}
@media (max-width: 2559px) {
  .companies {
    padding: 90px 0;
  }
  .companies .companies-item:nth-last-child(1) img {
    width: 500px;
  }
  .companies .companies-item:nth-last-child(2) img {
    width: 232px;
  }
  .companies .companies-item:nth-last-child(3) img {
    width: 714px;
  }
}
@media (max-width: 1919px) {
  .companies {
    padding: 75px 0;
  }
  .companies .companies-item:nth-last-child(1) img {
    width: 416px;
  }
  .companies .companies-item:nth-last-child(2) img {
    width: 193px;
  }
  .companies .companies-item:nth-last-child(3) img {
    width: 595px;
  }
}
@media (max-width: 1599px) {
  .companies {
    padding: 67px 0;
  }
  .companies .companies-item:nth-last-child(1) img {
    width: 375px;
  }
  .companies .companies-item:nth-last-child(2) img {
    width: 174px;
  }
  .companies .companies-item:nth-last-child(3) img {
    width: 535px;
  }
}
@media (max-width: 1439px) {
  .companies {
    padding: 56px 0;
  }
  .companies .companies-item:nth-last-child(1) img {
    width: 312px;
  }
  .companies .companies-item:nth-last-child(2) img {
    width: 145px;
  }
  .companies .companies-item:nth-last-child(3) img {
    width: 446px;
  }
}
@media (max-width: 1199px) {
  .companies {
    padding: 46px 0;
  }
  .companies .companies-item:nth-last-child(1) img {
    width: 258px;
  }
  .companies .companies-item:nth-last-child(2) img {
    width: 119px;
  }
  .companies .companies-item:nth-last-child(3) img {
    width: 368px;
  }
}
@media (max-width: 991px) {
  .companies {
    padding: 36px 0;
  }
  .companies .companies-item:nth-last-child(1) img {
    width: 200px;
  }
  .companies .companies-item:nth-last-child(2) img {
    width: 92px;
  }
  .companies .companies-item:nth-last-child(3) img {
    width: 285px;
  }
}
@media (max-width: 767px) {
  .companies {
    padding: 30px 0;
  }
  .companies .companies-item:nth-last-child(1) img {
    width: 166px;
  }
  .companies .companies-item:nth-last-child(2) img {
    width: 77px;
  }
  .companies .companies-item:nth-last-child(3) img {
    width: 238px;
  }
}
@media (max-width: 639px) {
  .companies {
    padding: 27px 0;
  }
  .companies .companies-item:nth-last-child(1) img {
    width: 150px;
  }
  .companies .companies-item:nth-last-child(2) img {
    width: 69px;
  }
  .companies .companies-item:nth-last-child(3) img {
    width: 214px;
  }
}
@media (max-width: 575px) {
  .companies {
    padding: 22px 0;
  }
  .companies .companies-item:nth-last-child(1) img {
    width: 125px;
  }
  .companies .companies-item:nth-last-child(2) img {
    width: 59px;
  }
  .companies .companies-item:nth-last-child(3) img {
    width: 178px;
  }
}
@media (max-width: 479px) {
  .companies {
    padding: 22px 0;
  }
  .companies .companies-item:nth-last-child(1) img {
    width: 113px;
  }
  .companies .companies-item:nth-last-child(2) img {
    width: 52px;
  }
  .companies .companies-item:nth-last-child(3) img {
    width: 161px;
  }
}
@media (max-width: 419px) {
  .companies {
    padding: 22px 0;
  }
  .companies .companies-item:nth-last-child(1) img {
    width: 103px;
  }
  .companies .companies-item:nth-last-child(2) img {
    width: 47px;
  }
  .companies .companies-item:nth-last-child(3) img {
    width: 147px;
  }
}
@media (max-width: 357px) {
  .companies {
    padding: 22px 0;
  }
  .companies .companies-item:nth-last-child(1) img {
    width: 95px;
  }
  .companies .companies-item:nth-last-child(2) img {
    width: 44px;
  }
  .companies .companies-item:nth-last-child(3) img {
    width: 136px;
  }
}

.req_feedback {
  background: #e8e9eb;
  padding: 157px 0;
}
.req_feedback__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.req_feedback__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 53px;
}
.req_feedback__icon {
  padding-top: 36px;
}
.req_feedback__icon img {
  width: 109px;
}
.req_feedback p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 74px;
  color: #000;
  line-height: 120%;
}
.req_feedback p span {
  font-weight: 700;
  color: #1c3371;
}
.req_feedback__btn {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 38px;
  line-height: 100%;
  color: #fff;
  padding: 10px 64px;
  height: 117px;
}
@media (max-width: 2559px) {
  .req_feedback {
    padding: 117px 0;
  }
  .req_feedback__main {
    gap: 40px;
  }
  .req_feedback__icon {
    padding-top: 27px;
  }
  .req_feedback__icon img {
    width: 82px;
  }
  .req_feedback p {
    font-size: 56px;
  }
  .req_feedback__btn {
    font-size: 29px;
    padding: 10px 48px;
    height: 87px;
  }
}
@media (max-width: 1919px) {
  .req_feedback {
    padding: 98px 0;
  }
  .req_feedback__main {
    gap: 33px;
  }
  .req_feedback__icon {
    padding-top: 22px;
  }
  .req_feedback__icon img {
    width: 68px;
  }
  .req_feedback p {
    font-size: 46px;
  }
  .req_feedback__btn {
    font-size: 24px;
    padding: 10px 40px;
    height: 73px;
  }
}
@media (max-width: 1599px) {
  .req_feedback {
    padding: 88px 0;
  }
  .req_feedback__main {
    gap: 30px;
  }
  .req_feedback__icon {
    padding-top: 20px;
  }
  .req_feedback__icon img {
    width: 61px;
  }
  .req_feedback p {
    font-size: 41px;
  }
  .req_feedback__btn {
    font-size: 21px;
    padding: 10px 36px;
    height: 65px;
  }
}
@media (max-width: 1439px) {
  .req_feedback {
    padding: 73px 0;
  }
  .req_feedback__main {
    gap: 25px;
  }
  .req_feedback__icon {
    padding-top: 16px;
  }
  .req_feedback__icon img {
    width: 51px;
  }
  .req_feedback p {
    font-size: 34px;
  }
  .req_feedback__btn {
    font-size: 18px;
    padding: 10px 30px;
    height: 55px;
  }
}
@media (max-width: 1199px) {
  .req_feedback {
    padding: 60px 0;
  }
  .req_feedback__main {
    gap: 20px;
  }
  .req_feedback__icon {
    padding-top: 13px;
  }
  .req_feedback__icon img {
    width: 42px;
  }
  .req_feedback p {
    font-size: 28px;
  }
  .req_feedback__btn {
    font-size: 14px;
    padding: 10px 25px;
    height: 45px;
  }
}
@media (max-width: 991px) {
  .req_feedback {
    padding: 47px 0;
  }
  .req_feedback__main {
    gap: 16px;
  }
  .req_feedback__icon {
    padding-top: 10px;
  }
  .req_feedback__icon img {
    width: 32px;
  }
  .req_feedback p {
    font-size: 22px;
  }
  .req_feedback__btn {
    font-size: 11px;
    padding: 10px 19px;
    height: 35px;
  }
}
@media (max-width: 767px) {
  .req_feedback {
    padding: 36px 0;
  }
  .req_feedback__main {
    gap: 16px;
  }
  .req_feedback__icon {
    padding-top: 10px;
  }
  .req_feedback__icon img {
    width: 32px;
  }
  .req_feedback p {
    font-size: 18px;
  }
  .req_feedback__btn {
    font-size: 11px;
    padding: 10px 19px;
    height: 35px;
  }
}
@media (max-width: 639px) {
  .req_feedback__main {
    gap: 19px;
  }
  .req_feedback__icon {
    padding-top: 14px;
  }
  .req_feedback__icon img {
    width: 44px;
  }
  .req_feedback p {
    font-size: 18px;
  }
  .req_feedback p span {
    display: block;
  }
  .req_feedback__btn {
    font-size: 14px;
    padding: 10px 23px;
    height: 43px;
  }
}
@media (max-width: 575px) {
  .req_feedback__main {
    gap: 16px;
  }
  .req_feedback__icon {
    padding-top: 12px;
  }
  .req_feedback__icon img {
    width: 39px;
  }
  .req_feedback p {
    font-size: 16px;
  }
  .req_feedback__btn {
    font-size: 12px;
    padding: 10px 21px;
    height: 38px;
  }
}
@media (max-width: 479px) {
  .req_feedback__main {
    gap: 12px;
  }
  .req_feedback__icon {
    padding-top: 11px;
  }
  .req_feedback__icon img {
    width: 35px;
  }
  .req_feedback p {
    font-size: 14px;
  }
  .req_feedback__btn {
    font-size: 11px;
    padding: 10px 19px;
    height: 35px;
  }
}
@media (max-width: 419px) {
  .req_feedback__main {
    gap: 10px;
  }
  .req_feedback__icon {
    padding-top: 10px;
  }
  .req_feedback__icon img {
    width: 30px;
  }
  .req_feedback p {
    font-size: 13px;
  }
  .req_feedback__btn {
    font-size: 10px;
    padding: 10px 17px;
    height: 31px;
  }
}
@media (max-width: 357px) {
  .req_feedback {
    padding: 33px 0;
  }
  .req_feedback__main {
    gap: 10px;
    margin-right: 10px;
  }
  .req_feedback__icon {
    display: none;
  }
  .req_feedback p {
    font-size: 14px;
  }
  .req_feedback__btn {
    font-size: 11px;
    padding: 13px 19px;
    height: auto;
    white-space: nowrap;
  }
}

.title-2 br {
  display: block !important;
}

.infosc {
  padding-top: 160px;
  padding-bottom: 245px;
  position: relative;
  overflow: hidden;
}
.infosc .title {
  margin-bottom: 122px;
}
.infosc__img {
  position: absolute;
  right: 56vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  min-height: 100%;
  width: auto;
}
.infosc__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.infosc .infosc-list {
  width: 100%;
  width: 50vw;
  max-width: 1324px;
  display: -ms-grid;
  display: grid;
  gap: 80px;
}
.infosc .infosc-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 34px;
}
.infosc .infosc-item__ic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 54px;
  max-width: 54px;
  aspect-ratio: 1/1;
  border-radius: 100px;
  background-color: #1c3371;
  margin-top: 10px;
}
.infosc .infosc-item__ic img {
  width: 25px;
}
.infosc .infosc-item p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 52px;
  line-height: 140%;
  color: #222;
}
.infosc .infosc-item p span {
  font-weight: 700;
  color: #1c3371;
}
.infosc.infosc-revers .infosc__content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.infosc.infosc-revers .infosc__img {
  left: 56vw;
}
@media (max-width: 2559px) {
  .infosc {
    padding-top: 120px;
    padding-bottom: 150px;
  }
  .infosc .title {
    margin-bottom: 92px;
  }
  .infosc__img {
    right: 60vw;
    max-height: 110%;
  }
  .infosc .infosc-list {
    width: 100%;
    width: 55vw;
    max-width: 1324px;
    gap: 63px;
  }
  .infosc .infosc-item {
    gap: 50px;
  }
  .infosc .infosc-item__ic {
    min-width: 40px;
    max-width: 40px;
    margin-top: 10px;
  }
  .infosc .infosc-item__ic img {
    width: 20px;
  }
  .infosc .infosc-item p {
    font-size: 39px;
    line-height: 140%;
  }
}
@media (max-width: 1919px) {
  .infosc {
    padding-top: 100px;
    padding-bottom: 156px;
  }
  .infosc .title {
    margin-bottom: 76px;
  }
  .infosc__img {
    right: 58vw;
    max-height: 110%;
  }
  .infosc .infosc-list {
    width: 100%;
    width: 55vw;
    max-width: 827px;
    gap: 53px;
  }
  .infosc .infosc-item {
    gap: 20px;
  }
  .infosc .infosc-item__ic {
    min-width: 40px;
    max-width: 40px;
    margin-top: 10px;
  }
  .infosc .infosc-item__ic img {
    width: 20px;
  }
  .infosc .infosc-item p {
    font-size: 32px;
    line-height: 140%;
  }
}
@media (max-width: 1599px) {
  .infosc {
    padding-top: 90px;
    padding-bottom: 136px;
  }
  .infosc .title {
    margin-bottom: 69px;
  }
  .infosc__img {
    right: 58vw;
    max-height: 105%;
  }
  .infosc .infosc-list {
    width: 100%;
    width: 55vw;
    max-width: 744px;
    gap: 47px;
  }
  .infosc .infosc-item {
    gap: 19px;
  }
  .infosc .infosc-item__ic {
    min-width: 30px;
    max-width: 30px;
    margin-top: 6px;
  }
  .infosc .infosc-item__ic img {
    width: 14px;
  }
  .infosc .infosc-item p {
    font-size: 29px;
    line-height: 140%;
  }
}
@media (max-width: 1439px) {
  .infosc {
    padding-top: 80px;
    padding-bottom: 112px;
  }
  .infosc .title {
    margin-bottom: 57px;
  }
  .infosc__img {
    right: 58vw;
    max-height: 105%;
  }
  .infosc .infosc-list {
    width: 100%;
    width: 55vw;
    max-width: 630px;
    gap: 39px;
  }
  .infosc .infosc-item {
    gap: 16px;
  }
  .infosc .infosc-item__ic {
    min-width: 25px;
    max-width: 25px;
    margin-top: 6px;
  }
  .infosc .infosc-item__ic img {
    width: 12px;
  }
  .infosc .infosc-item p {
    font-size: 24px;
    line-height: 140%;
  }
}
@media (max-width: 1199px) {
  .infosc {
    padding-top: 62px;
    padding-bottom: 92px;
  }
  .infosc .title {
    margin-bottom: 47px;
  }
  .infosc__img {
    right: 58vw;
    max-height: 105%;
  }
  .infosc .infosc-list {
    width: 100%;
    width: 55vw;
    max-width: 513px;
    gap: 32px;
  }
  .infosc .infosc-item {
    gap: 13px;
  }
  .infosc .infosc-item__ic {
    min-width: 20px;
    max-width: 20px;
    margin-top: 6px;
  }
  .infosc .infosc-item__ic img {
    width: 10px;
  }
  .infosc .infosc-item p {
    font-size: 20px;
    line-height: 140%;
  }
}
@media (max-width: 991px) {
  .infosc {
    padding-top: 48px;
    padding-bottom: 76px;
  }
  .infosc .title {
    margin-bottom: 37px;
  }
  .infosc__img {
    right: 70vw;
    max-height: 100%;
  }
  .infosc .infosc-list {
    width: 100%;
    width: 60vw;
    max-width: 513px;
    gap: 25px;
  }
  .infosc .infosc-item {
    gap: 10px;
  }
  .infosc .infosc-item__ic {
    min-width: 24px;
    max-width: 24px;
    margin-top: -2px;
  }
  .infosc .infosc-item__ic img {
    width: 11px;
  }
  .infosc .infosc-item p {
    font-size: 15px;
    line-height: 140%;
  }
}
.infosc .immob {
  display: none;
}
@media (max-width: 767px) {
  .infosc {
    padding-top: 40px;
    padding-bottom: 84px;
  }
  .infosc .imdesk {
    display: none;
  }
  .infosc .immob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .infosc__img {
    right: auto;
    left: 0;
    max-height: 100%;
  }
  .infosc.infosc-revers .infosc__img {
    left: auto;
    right: 0;
  }
  .infosc .infosc-list {
    width: 100%;
    width: 60vw;
    max-width: 513px;
  }
  .infosc .infosc-item {
    gap: 10px;
  }
  .infosc .infosc-item__ic {
    min-width: 24px;
    max-width: 24px;
    margin-top: 0px;
  }
  .infosc .infosc-item__ic img {
    width: 11px;
  }
  .infosc .infosc-item p {
    font-size: 15px;
    line-height: 140%;
  }
}
@media (max-width: 639px) {
  .infosc {
    padding-top: 48px;
    padding-bottom: 80px;
  }
  .infosc .title {
    margin-bottom: 36px;
  }
  .infosc .imdesk {
    display: none;
  }
  .infosc .immob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 500px;
    max-height: 500px;
  }
  .infosc .infosc-list {
    width: 100%;
    width: 60vw;
    max-width: 513px;
    gap: 10px;
  }
  .infosc .infosc-item {
    gap: 10px;
  }
  .infosc .infosc-item__ic {
    min-width: 24px;
    max-width: 24px;
    margin-top: 0px;
  }
  .infosc .infosc-item__ic img {
    width: 11px;
  }
  .infosc .infosc-item p {
    font-size: 15px;
    line-height: 140%;
  }
}
@media (max-width: 575px) {
  .infosc {
    padding-top: 48px;
    padding-bottom: 90px;
  }
  .infosc .title {
    margin-bottom: 36px;
  }
  .infosc .immob {
    min-height: 350px;
    max-height: 350px;
  }
  .infosc .infosc-list {
    width: 100%;
    width: 60vw;
    max-width: 513px;
    gap: 18px;
  }
  .infosc .infosc-item {
    gap: 10px;
  }
  .infosc .infosc-item__ic {
    min-width: 24px;
    max-width: 24px;
    margin-top: 0px;
  }
  .infosc .infosc-item__ic img {
    width: 11px;
  }
  .infosc .infosc-item p {
    font-size: 15px;
    line-height: 140%;
  }
}
@media (max-width: 479px) {
  .infosc {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .infosc .title {
    margin-bottom: 36px;
  }
  .infosc .immob {
    min-height: 300px;
    max-height: 300px;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
  }
  .infosc .infosc-list {
    width: 100%;
    width: 70vw;
    max-width: 306px;
    gap: 18px;
  }
  .infosc .infosc-item {
    gap: 10px;
  }
  .infosc .infosc-item__ic {
    min-width: 24px;
    max-width: 24px;
    margin-top: 0px;
  }
  .infosc .infosc-item__ic img {
    width: 11px;
  }
  .infosc .infosc-item p {
    font-size: 15px;
    line-height: 140%;
  }
}
@media (max-width: 419px) {
  .infosc {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .infosc .immob {
    min-height: 230px;
    max-height: 230px;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
  }
  .infosc .infosc-list {
    width: 100%;
    width: 70vw;
    max-width: 306px;
    gap: 18px;
  }
  .infosc .infosc-item {
    gap: 10px;
  }
  .infosc .infosc-item__ic {
    min-width: 24px;
    max-width: 24px;
    margin-top: 0px;
  }
  .infosc .infosc-item__ic img {
    width: 11px;
  }
  .infosc .infosc-item p {
    font-size: 15px;
    line-height: 140%;
  }
}
.extensive {
  height: 1564px;
  position: relative;
  overflow: hidden;
  background: #e8e9eb;
  padding-top: 160px;
}
.extensive .container {
  position: relative;
  z-index: 5;
}
.extensive__content {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 66px;
  line-height: 150%;
  color: #222;
  max-width: 1550px;
  padding: 77px 0;
}
.extensive .mapimg {
  position: absolute;
  z-index: 1;
  right: 50vw;
  height: 1700px;
  bottom: -30px;
}
.extensive .mapimg img {
  height: 100%;
  width: auto;
}
.extensive__img {
  position: absolute;
  top: 0;
  right: -270px;
  height: 100%;
  width: auto;
  z-index: 2;
}
@media (max-width: 2559px) {
  .extensive {
    height: 1173px;
    padding-top: 120px;
  }
  .extensive__content {
    font-size: 49px;
    line-height: 150%;
    max-width: 1160px;
    padding: 58px 0;
  }
  .extensive .mapimg {
    right: 40vw;
    height: 1295px;
    bottom: -30px;
  }
  .extensive__img {
    right: -200px;
  }
}
@media (max-width: 1919px) {
  .extensive {
    height: 977px;
    padding-top: 100px;
  }
  .extensive__content {
    font-size: 41px;
    line-height: 150%;
    max-width: 966px;
    padding: 48px 0;
  }
  .extensive .mapimg {
    right: 40vw;
    height: 1080px;
    bottom: -30px;
  }
  .extensive__img {
    right: -160px;
  }
}
@media (max-width: 1599px) {
  .extensive {
    height: 879px;
    padding-top: 90px;
  }
  .extensive__content {
    font-size: 37px;
    line-height: 150%;
    max-width: 869px;
    padding: 43px 0;
  }
  .extensive .mapimg {
    right: 35vw;
    height: 970px;
    bottom: -30px;
  }
  .extensive__img {
    right: -150px;
  }
}
@media (max-width: 1439px) {
  .extensive {
    height: 733px;
    padding-top: 75px;
  }
  .extensive__content {
    font-size: 30px;
    line-height: 150%;
    max-width: 724px;
    padding: 36px 0;
    padding-left: 30px;
  }
  .extensive .mapimg {
    right: 40vw;
    height: 809px;
    bottom: -10px;
  }
  .extensive__img {
    right: -120px;
  }
}
@media (max-width: 1199px) {
  .extensive {
    height: 606px;
    padding-top: 62px;
  }
  .extensive__content {
    font-size: 25px;
    line-height: 150%;
    max-width: 600px;
    padding: 30px 0;
    padding-left: 30px;
  }
  .extensive .mapimg {
    right: 40vw;
    height: 669px;
    bottom: -10px;
  }
  .extensive__img {
    right: -100px;
  }
}
@media (max-width: 991px) {
  .extensive {
    height: 469px;
    padding-top: 48px;
  }
  .extensive__content {
    font-size: 19px;
    line-height: 150%;
    max-width: 463px;
    padding: 10px 0 23px 0;
    padding-left: 20px;
  }
  .extensive .mapimg {
    right: 40vw;
    height: 518px;
    bottom: -20px;
  }
  .extensive__img {
    right: -80px;
  }
}
@media (max-width: 767px) {
  .extensive__content {
    font-size: 19px;
    line-height: 150%;
    max-width: 463px;
    padding: 0px 0 23px 0;
    padding-left: 0px;
  }
  .extensive .mapimg {
    right: 40vw;
    height: 518px;
    bottom: 0px;
  }
  .extensive__img {
    right: -80px;
  }
}
@media (max-width: 639px) {
  .extensive {
    height: 469px;
    padding-top: 48px;
  }
  .extensive .title {
    margin-bottom: 24px;
  }
  .extensive__content {
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    max-width: 100%;
    padding: 0px 0 23px 0;
    padding-left: 20px;
  }
  .extensive .mapimg {
    right: 10vw;
    height: 590px;
    bottom: -26px;
  }
  .extensive__img {
    height: 290px;
    top: auto;
    bottom: 0;
    right: -75px;
  }
}
@media (max-width: 575px) {
  .extensive {
    height: 423px;
    padding-top: 48px;
  }
  .extensive .title {
    margin-bottom: 24px;
  }
  .extensive__content {
    font-size: 18px;
    line-height: 150%;
    padding: 0px 0 23px 0;
  }
  .extensive .mapimg {
    right: 10vw;
    height: 570px;
    bottom: -50px;
  }
  .extensive__img {
    height: 230px;
    top: auto;
    bottom: 0;
    right: -60px;
  }
}
@media (max-width: 419px) {
  .extensive {
    height: 403px;
    padding-top: 40px;
  }
  .extensive .title {
    margin-bottom: 24px;
  }
  .extensive__content {
    font-size: 18px;
    line-height: 150%;
    padding: 0px 0 23px 0;
  }
  .extensive .mapimg {
    right: 10vw;
    height: 477px;
    bottom: -10px;
  }
  .extensive__img {
    height: 220px;
    top: auto;
    bottom: 0;
    right: -70px;
  }
}
@media (max-width: 357px) {
  .extensive__content {
    font-size: 16px;
  }
  .extensive .mapimg {
    right: 10vw;
    height: 404px;
    bottom: 10px;
  }
  .extensive__img {
    height: 220px;
    top: auto;
    bottom: 0;
    right: -70px;
  }
}

.companies--white {
  background-color: #fff;
}

.pgtop {
  background-image: url(../img/srvtop.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 418px;
}
.pgtop .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pgtop__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 142px;
  color: #fff;
}
@media (max-width: 1919px) {
  .pgtop {
    height: 380px;
  }
  .pgtop__title {
    font-size: 122px;
  }
}
@media (max-width: 1599px) {
  .pgtop {
    height: 360px;
  }
  .pgtop__title {
    font-size: 112px;
  }
}
@media (max-width: 1439px) {
  .pgtop {
    height: 340px;
  }
  .pgtop__title {
    font-size: 102px;
  }
}
@media (max-width: 1199px) {
  .pgtop {
    height: 300px;
  }
  .pgtop__title {
    font-size: 82px;
  }
}
@media (max-width: 991px) {
  .pgtop {
    height: 280px;
  }
  .pgtop__title {
    font-size: 74px;
  }
}
@media (max-width: 767px) {
  .pgtop {
    height: 240px;
  }
  .pgtop__title {
    font-size: 68px;
  }
}
@media (max-width: 639px) {
  .pgtop {
    height: 220px;
  }
  .pgtop__title {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .pgtop {
    height: 200px;
  }
  .pgtop__title {
    font-size: 48px;
  }
}
@media (max-width: 479px) {
  .pgtop {
    height: 140px;
  }
  .pgtop__title {
    font-size: 44px;
  }
}
@media (max-width: 419px) {
  .pgtop {
    height: 140px;
  }
  .pgtop__title {
    font-size: 40px;
  }
}
@media (max-width: 357px) {
  .pgtop {
    height: 120px;
  }
  .pgtop__title {
    font-size: 38px;
  }
}

.services {
  padding: 90px 0;
}
.services__box {
  counter-reset: service;
  display: -ms-grid;
  display: grid;
  gap: 70px;
}
.services .serv-itm {
  counter-increment: service;
  display: -ms-grid;
  display: grid;
  gap: 70px;
}
.services .serv-itm__top {
  display: -ms-grid;
  display: grid;
  gap: 70px;
}
.services .serv-itm__top .title {
  position: relative;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left !important;
  width: 100%;
  padding-left: 120px;
  margin-bottom: 0px !important;
}
.services .serv-itm__top .title::before {
  content: counter(service, decimal-leading);
  position: absolute;
  left: 0;
  top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 61px;
  text-align: center;
  color: #fff;
  background: #1c3371;
  border-radius: 50px;
  width: 90px;
  height: 90px;
}
.services .serv-itm__top .title::after {
  left: calc(50% - 80px);
  position: relative;
}
.services .serv-itm__pretitle {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 30px;
  line-height: 101%;
  color: #000;
}
.services .serv-itm__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 55px;
}
.services .serv-itm__image {
  min-width: 900px;
  max-width: 900px;
  -webkit-box-shadow: 0 4px 78px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 78px 0 rgba(0, 0, 0, 0.15);
  border-radius: 73px;
  overflow: hidden;
}
.services .serv-itm__image img {
  width: 100%;
}
.services .serv-itm__list {
  max-width: 1000px;
  display: -ms-grid;
  display: grid;
  gap: 30px;
}
.services .serv-opt__title {
  padding: 10px 0;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  color: #000;
  margin-bottom: 10px;
}
.services .serv-opt ul {
  display: -ms-grid;
  display: grid;
  gap: 8px;
}
.services .serv-opt ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 23px;
  line-height: 131%;
  color: #000;
}
.services .serv-opt ul li::before {
  min-width: 25px;
  max-width: 25px;
  margin-top: 5px;
  height: 25px;
  position: relative;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/icons/arr.svg);
}
@media (max-width: 2559px) {
  .services {
    padding: 90px 0;
  }
  .services__box {
    gap: 70px;
  }
  .services .serv-itm {
    gap: 70px;
  }
  .services .serv-itm__top {
    gap: 70px;
  }
  .services .serv-itm__top .title {
    padding-left: 120px;
  }
  .services .serv-itm__top .title::before {
    top: 4px;
    font-size: 61px;
    border-radius: 50px;
    width: 90px;
    height: 90px;
  }
  .services .serv-itm__pretitle {
    font-size: 30px;
  }
  .services .serv-itm__content {
    gap: 55px;
  }
  .services .serv-itm__image {
    min-width: 640px;
    max-width: 640px;
    -webkit-box-shadow: 0 4px 78px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 78px 0 rgba(0, 0, 0, 0.15);
    border-radius: 73px;
  }
  .services .serv-itm__list {
    gap: 30px;
  }
  .services .serv-opt__title {
    padding: 10px 0;
    font-size: 30px;
    margin-bottom: 10px;
  }
  .services .serv-opt ul {
    gap: 8px;
  }
  .services .serv-opt ul li {
    gap: 10px;
    font-size: 23px;
  }
  .services .serv-opt ul li::before {
    min-width: 25px;
    max-width: 25px;
    margin-top: 5px;
    height: 25px;
  }
}
@media (max-width: 1919px) {
  .services .serv-itm__top .title {
    padding-left: 100px;
  }
  .services .serv-itm__top .title::before {
    top: 0px;
    font-size: 45px;
    width: 74px;
    height: 74px;
  }
  .services .serv-itm__pretitle {
    font-size: 30px;
  }
  .services .serv-itm__image {
    -webkit-box-shadow: 0 4px 78px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 78px 0 rgba(0, 0, 0, 0.15);
    border-radius: 73px;
  }
}
@media (max-width: 1439px) {
  .services {
    padding: 80px 0;
  }
  .services__box {
    gap: 40px;
  }
  .services .serv-itm {
    gap: 50px;
  }
  .services .serv-itm__top {
    gap: 50px;
  }
  .services .serv-itm__top .title {
    padding-left: 80px;
  }
  .services .serv-itm__top .title::before {
    top: 0px;
    font-size: 35px;
    width: 58px;
    height: 58px;
  }
  .services .serv-itm__pretitle {
    font-size: 24px;
  }
  .services .serv-itm__content {
    gap: 35px;
  }
  .services .serv-itm__image {
    min-width: 540px;
    max-width: 540px;
    -webkit-box-shadow: 0 4px 78px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 78px 0 rgba(0, 0, 0, 0.15);
    border-radius: 53px;
  }
  .services .serv-itm__list {
    gap: 30px;
  }
  .services .serv-opt__title {
    padding: 5px 0;
    font-size: 26px;
    margin-bottom: 10px;
  }
  .services .serv-opt ul {
    gap: 8px;
  }
  .services .serv-opt ul li {
    gap: 10px;
    font-size: 20px;
  }
  .services .serv-opt ul li::before {
    min-width: 25px;
    max-width: 25px;
    margin-top: 3px;
    height: 25px;
  }
}
@media (max-width: 1199px) {
  .services {
    padding: 60px 0;
  }
  .services__box {
    gap: 40px;
  }
  .services .serv-itm {
    gap: 40px;
  }
  .services .serv-itm__top {
    gap: 40px;
  }
  .services .serv-itm__top .title {
    padding-left: 60px;
  }
  .services .serv-itm__top .title::before {
    top: 0px;
    font-size: 28px;
    width: 48px;
    height: 48px;
  }
  .services .serv-itm__pretitle {
    font-size: 20px;
  }
  .services .serv-itm__content {
    gap: 35px;
  }
  .services .serv-itm__image {
    min-width: 340px;
    max-width: 340px;
    -webkit-box-shadow: 0 4px 78px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 78px 0 rgba(0, 0, 0, 0.15);
    border-radius: 53px;
  }
  .services .serv-itm__list {
    gap: 30px;
  }
  .services .serv-opt__title {
    padding: 5px 0;
    font-size: 22px;
    margin-bottom: 10px;
  }
  .services .serv-opt ul {
    gap: 8px;
  }
  .services .serv-opt ul li {
    gap: 10px;
    font-size: 18px;
  }
  .services .serv-opt ul li::before {
    min-width: 25px;
    max-width: 25px;
    margin-top: 3px;
    height: 25px;
  }
}
@media (max-width: 991px) {
  .services {
    padding: 60px 0;
  }
  .services__box {
    gap: 40px;
  }
  .services .serv-itm {
    gap: 40px;
  }
  .services .serv-itm__top {
    gap: 40px;
  }
  .services .serv-itm__top .title {
    padding-left: 60px;
  }
  .services .serv-itm__top .title::before {
    top: 0px;
    font-size: 28px;
    width: 48px;
    height: 48px;
  }
  .services .serv-itm__top .title::after {
    left: calc(50% - 50px);
  }
  .services .serv-itm__pretitle {
    font-size: 18px;
  }
  .services .serv-itm__content {
    gap: 35px;
  }
  .services .serv-itm__image {
    min-width: 290px;
    max-width: 290px;
    -webkit-box-shadow: 0 4px 78px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 78px 0 rgba(0, 0, 0, 0.15);
    border-radius: 37px;
  }
  .services .serv-itm__list {
    gap: 30px;
  }
  .services .serv-opt__title {
    padding: 5px 0;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .services .serv-opt ul {
    gap: 8px;
  }
  .services .serv-opt ul li {
    gap: 10px;
    font-size: 16px;
  }
  .services .serv-opt ul li::before {
    min-width: 20px;
    max-width: 20px;
    margin-top: 3px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  .services .serv-itm__image {
    min-width: 240px;
    max-width: 240px;
    -webkit-box-shadow: 0 4px 78px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 78px 0 rgba(0, 0, 0, 0.15);
    border-radius: 27px;
  }
}
@media (max-width: 639px) {
  .services {
    padding: 50px 0;
  }
  .services__box {
    gap: 30px;
  }
  .services .serv-itm {
    gap: 30px;
  }
  .services .serv-itm__top {
    gap: 30px;
  }
  .services .serv-itm__top .title {
    padding-left: 40px;
  }
  .services .serv-itm__top .title::before {
    top: 0px;
    font-size: 18px;
    width: 34px;
    height: 34px;
  }
  .services .serv-itm__top .title::after {
    left: calc(50% - 40px);
  }
  .services .serv-itm__pretitle {
    font-size: 18px;
    line-height: 140%;
  }
  .services .serv-itm__content {
    gap: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .services .serv-itm__image {
    min-width: 100%;
    max-width: 100%;
    -webkit-box-shadow: 0 4px 78px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 78px 0 rgba(0, 0, 0, 0.15);
    border-radius: 37px;
  }
  .services .serv-itm__list {
    gap: 30px;
  }
  .services .serv-opt__title {
    padding: 5px 0;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .services .serv-opt ul {
    gap: 8px;
  }
  .services .serv-opt ul li {
    gap: 10px;
    font-size: 16px;
  }
  .services .serv-opt ul li::before {
    min-width: 20px;
    max-width: 20px;
    margin-top: 3px;
    height: 20px;
  }
}
@media (max-width: 479px) {
  .services {
    padding: 40px 0;
  }
  .services__box {
    gap: 30px;
  }
  .services .serv-itm {
    gap: 30px;
  }
  .services .serv-itm__top {
    gap: 20px;
  }
  .services .serv-itm__top .title {
    padding-left: 40px;
  }
  .services .serv-itm__top .title::before {
    top: 0px;
    font-size: 14px;
    width: 30px;
    height: 30px;
  }
  .services .serv-itm__top .title::after {
    left: calc(50% - 40px);
  }
  .services .serv-itm__pretitle {
    font-size: 15px;
    line-height: 140%;
  }
  .services .serv-itm__content {
    gap: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .services .serv-itm__image {
    min-width: 100%;
    max-width: 100%;
    -webkit-box-shadow: 0 4px 78px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 78px 0 rgba(0, 0, 0, 0.15);
    border-radius: 37px;
  }
  .services .serv-itm__list {
    gap: 20px;
  }
  .services .serv-opt__title {
    padding: 5px 0;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .services .serv-opt ul {
    gap: 8px;
  }
  .services .serv-opt ul li {
    gap: 10px;
    font-size: 13px;
  }
  .services .serv-opt ul li::before {
    min-width: 20px;
    max-width: 20px;
    margin-top: 0px;
    height: 20px;
  }
}
.req_feedback-cc {
  background-color: #fff;
}
.req_feedback-cc .req_feedback__box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contacts {
  overflow: hidden;
  padding: 120px 0;
}
.contacts .container {
  position: relative;
}
.contacts .container .contacts__image {
  position: absolute;
  height: 100%;
  right: -1000px;
}
.contacts__pretitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 39px;
  line-height: 140%;
  color: #000;
  margin-bottom: 60px;
  max-width: 1100px;
}
.contacts .contact-form {
  width: 100%;
  max-width: 877px;
}
.contacts .contact-form form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 39px;
}
.contacts .contact-form__title {
  width: 100%;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 37px;
  line-height: 120%;
  color: #1c3371;
  padding: 0 35px;
}
.contacts .contact-form .form-group-wrap {
  display: -ms-grid;
  display: grid;
  gap: 25px;
  width: 100%;
}
.contacts .contact-form .form-group {
  width: 100%;
  position: relative;
  /* когда input в фокусе или заполнен */
}
.contacts .contact-form .form-group input,
.contacts .contact-form .form-group textarea {
  -webkit-box-shadow: 0 4px 78px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 78px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  border: none;
  border-radius: 43px;
  height: 81px;
  padding: 5px 35px;
  width: 100%;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 26px;
  line-height: 115%;
  color: #000;
}
.contacts .contact-form .form-group textarea {
  height: 266px;
}
.contacts .contact-form .form-group .fake-placeholder {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 26px;
  line-height: 115%;
  color: #000;
  position: absolute;
  top: 50%;
  left: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.contacts .contact-form .form-group .fake-placeholder span {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;
  line-height: 166%;
  color: #000;
  font-size: 12px;
  opacity: 0.7;
  margin-left: 7px;
}
.contacts .contact-form .form-group input:not(:-moz-placeholder-shown) + .fake-placeholder {
  opacity: 0;
}
.contacts .contact-form .form-group input:not(:-ms-input-placeholder) + .fake-placeholder {
  opacity: 0;
}
.contacts .contact-form .form-group input:focus + .fake-placeholder,
.contacts .contact-form .form-group input:not(:placeholder-shown) + .fake-placeholder {
  opacity: 0;
}
.contacts .contact-form .form-group textarea:not(:-moz-placeholder-shown) + .fake-placeholder {
  opacity: 0;
}
.contacts .contact-form .form-group textarea:not(:-ms-input-placeholder) + .fake-placeholder {
  opacity: 0;
}
.contacts .contact-form .form-group textarea:focus + .fake-placeholder,
.contacts .contact-form .form-group textarea:not(:placeholder-shown) + .fake-placeholder {
  opacity: 0;
}
.contacts .form-group-textarea textarea {
  padding-top: 25px !important;
}
.contacts .form-group-textarea .fake-placeholder {
  top: 25px !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.contacts .submitbtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 18px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #1c3371;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 26px;
  line-height: 160%;
  color: #fff;
  padding: 21px 24px 21px 37px;
  border-radius: 65px;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.contacts .submitbtn span {
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  background-color: #fff;
}
.contacts .submitbtn span svg {
  width: 12px;
  height: 12px;
}
.contacts .submitbtn:hover {
  background: #203d8d;
}
@media (max-width: 1919px) {
  .contacts {
    padding: 100px 0;
  }
  .contacts .container .contacts__image {
    right: -1100px;
  }
  .contacts__pretitle {
    font-size: 32px;
    margin-bottom: 60px;
    max-width: 900px;
  }
  .contacts .contact-form {
    max-width: 700px;
  }
  .contacts .contact-form form {
    gap: 39px;
  }
  .contacts .contact-form__title {
    font-size: 37px;
    padding: 0 35px;
  }
  .contacts .contact-form .form-group-wrap {
    gap: 25px;
  }
  .contacts .contact-form .form-group input,
  .contacts .contact-form .form-group textarea {
    border-radius: 43px;
    height: 81px;
    padding: 5px 35px;
    font-size: 26px;
  }
  .contacts .contact-form .form-group textarea {
    height: 266px;
  }
  .contacts .contact-form .form-group .fake-placeholder {
    font-size: 26px;
    left: 35px;
  }
  .contacts .contact-form .form-group .fake-placeholder span {
    font-size: 18px;
    font-size: 12px;
    margin-left: 7px;
  }
}
@media (max-width: 1599px) {
  .contacts {
    padding: 70px 0;
  }
  .contacts .container .contacts__image {
    right: -1200px;
  }
  .contacts__pretitle {
    font-size: 24px;
    margin-bottom: 40px;
    max-width: 700px;
  }
  .contacts .contact-form {
    max-width: 600px;
  }
  .contacts .contact-form form {
    gap: 29px;
  }
  .contacts .contact-form__title {
    font-size: 32px;
    padding: 0 25px;
  }
  .contacts .contact-form .form-group-wrap {
    gap: 25px;
  }
  .contacts .contact-form .form-group input,
  .contacts .contact-form .form-group textarea {
    border-radius: 43px;
    height: 71px;
    padding: 5px 25px;
    font-size: 20px;
  }
  .contacts .contact-form .form-group textarea {
    height: 266px;
  }
  .contacts .contact-form .form-group .fake-placeholder {
    font-size: 20px;
    left: 35px;
  }
  .contacts .contact-form .form-group .fake-placeholder span {
    font-size: 18px;
    font-size: 12px;
    margin-left: 7px;
  }
  .contacts .submitbtn {
    gap: 18px;
    font-size: 20px;
    line-height: 190%;
    padding: 15px 24px 15px 37px;
    border-radius: 65px;
  }
  .contacts .submitbtn span {
    width: 38px;
    height: 38px;
  }
  .contacts .submitbtn span svg {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 1199px) {
  .contacts {
    padding: 50px 0;
  }
  .contacts .container .contacts__image {
    right: -1000px;
  }
  .contacts .container .contacts__image img {
    height: 1300px;
  }
  .contacts__pretitle {
    font-size: 16px;
    margin-bottom: 40px;
    max-width: 570px;
  }
  .contacts .contact-form {
    max-width: 600px;
  }
  .contacts .contact-form form {
    gap: 20px;
  }
  .contacts .contact-form__title {
    font-size: 26px;
    padding: 0 20px;
  }
  .contacts .contact-form .form-group-wrap {
    gap: 25px;
  }
  .contacts .contact-form .form-group input,
  .contacts .contact-form .form-group textarea {
    border-radius: 43px;
    height: 71px;
    padding: 5px 20px;
    font-size: 18px;
  }
  .contacts .contact-form .form-group textarea {
    height: 266px;
  }
  .contacts .contact-form .form-group .fake-placeholder {
    font-size: 18px;
    left: 20px;
  }
  .contacts .contact-form .form-group .fake-placeholder span {
    font-size: 18px;
    font-size: 12px;
    margin-left: 7px;
  }
  .contacts .submitbtn {
    gap: 18px;
    font-size: 16px;
    line-height: 190%;
    padding: 15px 24px 15px 30px;
    border-radius: 65px;
  }
  .contacts .submitbtn span {
    width: 32px;
    height: 32px;
  }
  .contacts .submitbtn span svg {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 767px) {
  .contacts {
    padding: 40px 0;
    padding-bottom: 200px;
  }
  .contacts .container .contacts__image {
    right: -200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100%;
    bottom: -200px;
  }
  .contacts .container .contacts__image img {
    height: 320px;
  }
  .contacts__pretitle {
    font-size: 14px;
    margin-bottom: 20px;
    max-width: 470px;
  }
  .contacts .contact-form {
    max-width: 600px;
  }
  .contacts .contact-form form {
    gap: 20px;
  }
  .contacts .contact-form__title {
    font-size: 18px;
    padding: 0 20px;
  }
  .contacts .contact-form .form-group-wrap {
    gap: 15px;
  }
  .contacts .contact-form .form-group input,
  .contacts .contact-form .form-group textarea {
    border-radius: 43px;
    height: 51px;
    padding: 5px 20px;
    font-size: 14px;
  }
  .contacts .contact-form .form-group textarea {
    height: 266px;
    border-radius: 25px;
    height: 150px;
  }
  .contacts .contact-form .form-group .fake-placeholder {
    font-size: 14px;
    left: 20px;
  }
  .contacts .contact-form .form-group .fake-placeholder span {
    font-size: 10px;
    margin-left: 7px;
  }
}
@media (max-width: 419px) {
  .contacts {
    padding: 40px 0;
    padding-bottom: 200px;
  }
  .contacts .container .contacts__image {
    right: -200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100%;
    bottom: -200px;
  }
  .contacts .container .contacts__image img {
    height: 320px;
  }
  .contacts__pretitle {
    font-size: 14px;
    margin-bottom: 20px;
    max-width: 470px;
  }
  .contacts .contact-form {
    max-width: 600px;
  }
  .contacts .contact-form form {
    gap: 20px;
  }
  .contacts .contact-form__title {
    font-size: 16px;
    padding: 0 20px;
  }
  .contacts .contact-form .form-group-wrap {
    gap: 15px;
  }
  .contacts .contact-form .form-group input,
  .contacts .contact-form .form-group textarea {
    border-radius: 43px;
    height: 51px;
    padding: 5px 20px;
    font-size: 12px;
  }
  .contacts .contact-form .form-group textarea {
    border-radius: 20px;
    height: 120px;
  }
  .contacts .contact-form .form-group .fake-placeholder {
    font-size: 12px;
    left: 20px;
  }
  .contacts .contact-form .form-group .fake-placeholder span {
    font-size: 10px;
    margin-left: 7px;
  }
  .contacts .submitbtn {
    gap: 18px;
    font-size: 14px;
    line-height: 190%;
    padding: 10px 15px 10px 30px;
    border-radius: 65px;
  }
  .contacts .submitbtn span {
    width: 28px;
    height: 28px;
  }
  .contacts .submitbtn span svg {
    width: 8px;
    height: 8px;
  }
}
.footer {
  padding: 160px 0;
  background-color: #fff;
}
.footer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .f-block1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  max-width: 280px;
}
.footer .f-block1 p {
  font-weight: 400;
  font-size: 18px;
  line-height: 148%;
  color: #222;
  margin-bottom: 22px;
}
.footer .footer-logo {
  margin-bottom: 22px;
}
.footer .footer-logo img {
  width: 280px;
}
.footer__mintitle {
  font-weight: 700;
  font-size: 21px;
  line-height: 125%;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 37px;
}
.footer .footer-nav__list {
  display: -ms-grid;
  display: grid;
  gap: 21px;
}
.footer .footer-nav__list li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: #222;
}
.footer .f-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}
.footer .f-info-item:last-child {
  margin-bottom: 0;
}
.footer .f-info-item__icon {
  background-color: #1c3371;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 46px;
  max-width: 46px;
  aspect-ratio: 1/1;
}
.footer .f-tel {
  margin-bottom: 27px;
  gap: 17px;
  font-weight: 700;
  font-size: 20px;
  line-height: 129%;
  color: #222;
}
.footer .f-tel .f-info-item__icon {
  min-width: 55px;
  max-width: 55px;
}
.footer .f-tel img {
  height: 20px;
}
.footer .f-map {
  margin-left: 5px;
  font-weight: 400;
  font-size: 18px;
  line-height: 121%;
  color: #222;
}
.footer .f-map img {
  height: 19px;
}
.footer .f-email {
  margin-left: 5px;
}
.footer .f-email img {
  height: 14px;
}
.footer .f-email span {
  font-weight: 400;
  font-size: 16px;
  line-height: 136%;
  color: #222;
}
.footer .f-email p {
  margin-top: 3px;
  font-weight: 700;
  font-size: 17px;
  line-height: 129%;
  color: #222;
}
.footer .f-time {
  margin-left: 5px;
}
.footer .f-time img {
  height: 22px;
}
.footer .f-time span {
  font-weight: 400;
  font-size: 16px;
  line-height: 136%;
  color: #222;
}
.footer .f-time p {
  margin-top: 3px;
  font-weight: 700;
  font-size: 17px;
  line-height: 129%;
  color: #222;
}
.footer .hipaa img {
  width: 248px;
}
@media (max-width: 2559px) {
  .footer {
    padding: 120px 0;
  }
  .footer .f-block1 {
    min-height: 100%;
    max-width: 209px;
  }
  .footer .f-block1 p {
    font-size: 13px;
    margin-bottom: 48px;
  }
  .footer .btn-request {
    font-size: 13px;
    padding: 15px 19px;
    height: 38px;
  }
  .footer .footer-logo {
    margin-bottom: 48px;
  }
  .footer .footer-logo img {
    width: 209px;
  }
  .footer__mintitle {
    font-size: 16px;
    margin-bottom: 28px;
  }
  .footer .footer-nav__list {
    gap: 15px;
  }
  .footer .footer-nav__list li a {
    line-height: 144%;
    font-size: 13px;
  }
  .footer .footer-info .footer__mintitle {
    margin-bottom: 20px;
  }
  .footer .f-info-item {
    gap: 14px;
    margin-bottom: 17px;
  }
  .footer .f-info-item__icon {
    border-radius: 100px;
    min-width: 35px;
    max-width: 35px;
  }
  .footer .f-tel {
    margin-bottom: 20px;
    gap: 17px;
    font-size: 15px;
  }
  .footer .f-tel .f-info-item__icon {
    min-width: 42px;
    max-width: 42px;
  }
  .footer .f-tel img {
    height: 15px;
  }
  .footer .f-map {
    margin-left: 4px;
    font-size: 13px;
  }
  .footer .f-map img {
    height: 15px;
  }
  .footer .f-email {
    margin-left: 4px;
  }
  .footer .f-email img {
    height: 10px;
  }
  .footer .f-email span {
    font-size: 12px;
  }
  .footer .f-email p {
    margin-top: 3px;
    font-size: 12px;
  }
  .footer .f-time {
    margin-left: 4px;
  }
  .footer .f-time img {
    height: 15px;
  }
  .footer .f-time span {
    font-size: 12px;
  }
  .footer .f-time p {
    font-size: 12px;
  }
  .footer .hipaa img {
    width: 186px;
  }
}
@media (max-width: 1919px) {
  .footer {
    padding: 100px 0;
  }
  .footer .f-block1 {
    max-width: 200px;
  }
  .footer .f-block1 p {
    font-size: 11px;
    margin-bottom: 32px;
  }
  .footer .btn-request {
    font-size: 13px;
  }
  .footer .footer-logo {
    margin-bottom: 43px;
  }
  .footer .footer-logo img {
    width: 200px;
  }
  .footer__mintitle {
    font-size: 17px;
    margin-bottom: 23px;
  }
  .footer .footer-nav__list {
    gap: 13px;
  }
  .footer .footer-nav__list li a {
    font-size: 16px;
    line-height: 104%;
  }
  .footer .footer-info .footer__mintitle {
    margin-bottom: 16px;
  }
  .footer .f-info-item {
    gap: 8px;
    margin-bottom: 14px;
  }
  .footer .f-info-item__icon {
    border-radius: 100px;
    min-width: 30px;
    max-width: 30px;
  }
  .footer .f-tel {
    margin-bottom: 17px;
    gap: 10px;
    font-size: 14px;
  }
  .footer .f-tel .f-info-item__icon {
    min-width: 35px;
    max-width: 35px;
  }
  .footer .f-tel img {
    height: 12px;
  }
  .footer .f-map {
    margin-left: 3px;
    font-size: 14px;
  }
  .footer .f-map img {
    height: 12px;
  }
  .footer .f-email {
    margin-left: 3px;
  }
  .footer .f-email img {
    height: 9px;
  }
  .footer .f-email span {
    font-size: 12px;
  }
  .footer .f-email p {
    margin-top: 3px;
    font-size: 12px;
  }
  .footer .f-time {
    margin-left: 3px;
  }
  .footer .f-time img {
    height: 13px;
  }
  .footer .f-time span {
    font-size: 11px;
  }
  .footer .f-time p {
    margin-top: 2px;
    font-size: 12px;
  }
  .footer .hipaa img {
    width: 157px;
  }
}
@media (max-width: 1599px) {
  .footer {
    padding: 90px 0;
  }
  .footer__box {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .footer .footer-col {
    min-height: 100%;
  }
  .footer .f-block1 {
    max-width: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer .f-block1 p {
    font-size: 11px;
    margin-bottom: 10px;
  }
  .footer .btn-request {
    font-size: 11px;
    padding: 13px;
    width: 100%;
    height: 35px;
  }
  .footer .footer-logo {
    margin-bottom: 10px;
  }
  .footer .footer-logo img {
    width: 180px;
  }
  .footer__mintitle {
    font-size: 15px;
    margin-bottom: 21px;
  }
  .footer .footer-nav__list {
    gap: 12px;
  }
  .footer .footer-nav__list li a {
    font-size: 14px;
    line-height: 104%;
  }
  .footer .footer-info .footer__mintitle {
    margin-bottom: 15px;
  }
  .footer .f-info-item {
    gap: 8px;
    margin-bottom: 12px;
  }
  .footer .f-info-item__icon {
    min-width: 26px;
    max-width: 26px;
  }
  .footer .f-tel {
    margin-bottom: 15px;
    gap: 10px;
    font-size: 12px;
  }
  .footer .f-tel .f-info-item__icon {
    min-width: 32px;
    max-width: 32px;
  }
  .footer .f-tel img {
    height: 12px;
  }
  .footer .f-map {
    margin-left: 3px;
    font-size: 12px;
  }
  .footer .f-map img {
    height: 12px;
  }
  .footer .f-email {
    margin-left: 3px;
  }
  .footer .f-email img {
    height: 9px;
  }
  .footer .f-email .f-info-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .f-email span {
    font-size: 9px;
    line-height: 127%;
  }
  .footer .f-email p {
    font-size: 12px;
    line-height: 99%;
  }
  .footer .f-time {
    margin-left: 3px;
  }
  .footer .f-time img {
    height: 13px;
  }
  .footer .f-time .f-info-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .f-time span {
    font-size: 9px;
    line-height: 127%;
  }
  .footer .f-time p {
    font-size: 12px;
    line-height: 99%;
  }
  .footer .hipaa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 100%;
  }
  .footer .hipaa img {
    width: 157px;
  }
}
@media (max-width: 1439px) {
  .footer .footer-col {
    min-height: 100%;
  }
  .footer .f-block1 {
    max-width: 200px;
  }
  .footer .f-block1 p {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .footer .btn-request {
    font-size: 13px;
    padding: 15px 10px;
    height: 39px;
  }
  .footer .footer-logo img {
    width: 200px;
  }
  .footer__mintitle {
    font-size: 15px;
    margin-bottom: 21px;
  }
  .footer .footer-nav__list {
    gap: 17px;
  }
  .footer .footer-nav__list li a {
    font-size: 14px;
    line-height: 104%;
  }
  .footer .footer-info .footer__mintitle {
    margin-bottom: 15px;
  }
  .footer .f-info-item {
    gap: 8px;
    margin-bottom: 21px;
  }
  .footer .f-info-item__icon {
    min-width: 30px;
    max-width: 30px;
  }
  .footer .f-tel {
    margin-bottom: 15px;
    gap: 10px;
    font-size: 14px;
  }
  .footer .f-tel .f-info-item__icon {
    min-width: 35px;
    max-width: 35px;
  }
  .footer .f-tel img {
    height: 12px;
  }
  .footer .f-map {
    margin-left: 3px;
    font-size: 14px;
  }
  .footer .f-map img {
    height: 12px;
  }
  .footer .f-email {
    margin-left: 3px;
  }
  .footer .f-email img {
    height: 9px;
  }
  .footer .f-email span {
    font-size: 11px;
    line-height: 127%;
  }
  .footer .f-email p {
    font-size: 14px;
    line-height: 99%;
  }
  .footer .f-time {
    margin-left: 3px;
  }
  .footer .f-time img {
    height: 14px;
  }
  .footer .f-time span {
    font-size: 11px;
    line-height: 127%;
  }
  .footer .f-time p {
    font-size: 14px;
    line-height: 99%;
  }
  .footer .hipaa img {
    width: 141px;
  }
}
.footer .hipaa-mob {
  display: none;
}
@media (max-width: 991px) {
  .footer .fwrap1 {
    min-width: 100%;
  }
  .footer .hipaa-mob {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 5px;
  }
  .footer .hipaa-mob img {
    width: 100px;
  }
  .footer .hipaa-col {
    display: none;
  }
}
@media (max-width: 991px) {
  .footer .hipaa-mob img {
    width: 70px;
  }
}
@media (max-width: 639px) {
  .footer {
    padding: 75px 0;
  }
  .footer .f-block1 {
    max-width: 147px;
  }
  .footer .f-block1 p {
    font-size: 10px;
    line-height: 151%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .footer .btn-request {
    font-size: 13px;
    line-height: 120%;
    padding: 15px 19px;
    height: auto;
    min-width: 100%;
  }
  .footer .footer-logo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
  .footer .footer-logo img {
    width: 128px;
  }
  .footer .hipaa-mob {
    margin-top: 20px;
  }
  .footer .hipaa-mob img {
    width: 100px;
  }
  .footer__mintitle {
    font-size: 15px;
    line-height: 98%;
  }
  .footer .footer-nav__list {
    gap: 27px;
  }
  .footer .footer-nav__list li a {
    font-size: 14px;
    line-height: 104%;
  }
  .footer .footer-info .footer__mintitle {
    margin-bottom: 15px;
  }
  .footer .f-info-item {
    gap: 8px;
    margin-bottom: 21px;
  }
  .footer .f-info-item__icon {
    min-width: 30px;
    max-width: 30px;
  }
  .footer .f-tel {
    margin-bottom: 15px;
    gap: 10px;
    font-size: 14px;
  }
  .footer .f-tel .f-info-item__icon {
    min-width: 35px;
    max-width: 35px;
  }
  .footer .f-tel img {
    height: 12px;
  }
  .footer .f-map {
    margin-left: 3px;
    font-size: 14px;
  }
  .footer .f-map img {
    height: 12px;
  }
  .footer .f-email {
    margin-left: 3px;
  }
  .footer .f-email img {
    height: 9px;
  }
  .footer .f-email span {
    font-size: 11px;
    line-height: 127%;
  }
  .footer .f-email p {
    font-size: 14px;
    line-height: 99%;
  }
  .footer .f-time {
    margin-left: 3px;
  }
  .footer .f-time img {
    height: 14px;
  }
  .footer .f-time span {
    font-size: 11px;
    line-height: 127%;
  }
  .footer .f-time p {
    font-size: 14px;
    line-height: 99%;
  }
  .footer .hipaa-col {
    display: none;
  }
}
@media (max-width: 575px) {
  .footer {
    padding: 50px 0;
  }
  .footer__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .footer-col:nth-child(1) {
    width: 100%;
    margin-bottom: 33px;
  }
  .footer .footer-col:nth-child(2) {
    min-width: 110px;
    max-width: 110px;
  }
  .footer .footer-col:nth-child(2) {
    width: calc(100% - 110px);
  }
  .footer .f-block1 {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer .f-block1 .footer-logo {
    -webkit-box-ordinal-group: -4;
        -ms-flex-order: -5;
            order: -5;
    width: 128px;
  }
  .footer .f-block1 .footer-txt {
    -webkit-box-ordinal-group: -2;
        -ms-flex-order: -3;
            order: -3;
    width: 50%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 4px;
  }
  .footer .f-block1 .footer-txt p {
    margin-bottom: 0;
    width: 128px;
    padding: 0;
  }
  .footer .f-block1 .btn-request {
    -webkit-box-ordinal-group: -3;
        -ms-flex-order: -4;
            order: -4;
    min-width: 200px;
    max-width: 200px;
  }
  .footer .f-block1 .hipaa-mob {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
    margin-top: 0;
    min-width: 200px;
    max-width: 200px;
  }
}
@media (max-width: 479px) {
  .footer {
    padding: 40px 0;
  }
}
@media (max-width: 419px) {
  .footer {
    padding: 40px 0;
  }
  .footer .footer-txt {
    max-width: 130px;
  }
  .footer .footer-nav__list {
    gap: 25px;
  }
}
@media (max-width: 357px) {
  .footer {
    padding: 40px 0;
  }
  .footer .footer-txt {
    max-width: 130px;
  }
  .footer .footer-logo {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer .f-block1 {
    gap: 12px;
  }
  .footer .f-block1 .btn-request {
    font-size: 12px;
    padding: 14px;
    min-width: 180px;
    max-width: 180px;
    -webkit-box-ordinal-group: -2;
        -ms-flex-order: -3;
            order: -3;
  }
  .footer .f-block1 .footer-txt {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2px;
            order: -2px;
    min-width: 100%;
    max-width: 100%;
  }
  .footer .f-block1 .footer-txt p {
    width: 100%;
    max-width: 170px;
  }
  .footer .f-block1 .hipaa-mob {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer .footer-nav__list {
    gap: 25px;
  }
  .footer .footer-col:nth-child(2) {
    width: 100%;
  }
  .footer .footer-col:nth-child(3) {
    margin-top: 30px;
    width: 100%;
  }
}