@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter18pt-Regular.eot");
  src: url("../fonts/Inter18pt-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter18pt-Regular.woff2") format("woff2"), url("../fonts/Inter18pt-Regular.woff") format("woff"), url("../fonts/Inter18pt-Regular.ttf") format("truetype"), url("../fonts/Inter18pt-Regular.svg#Inter18pt-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter18pt-Medium.eot");
  src: url("../fonts/Inter18pt-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter18pt-Medium.woff2") format("woff2"), url("../fonts/Inter18pt-Medium.woff") format("woff"), url("../fonts/Inter18pt-Medium.ttf") format("truetype"), url("../fonts/Inter18pt-Medium.svg#Inter18pt-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter18pt-SemiBold.eot");
  src: url("../fonts/Inter18pt-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter18pt-SemiBold.woff2") format("woff2"), url("../fonts/Inter18pt-SemiBold.woff") format("woff"), url("../fonts/Inter18pt-SemiBold.ttf") format("truetype"), url("../fonts/Inter18pt-SemiBold.svg#Inter18pt-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter24pt-Bold.eot");
  src: url("../fonts/Inter24pt-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter24pt-Bold.woff2") format("woff2"), url("../fonts/Inter24pt-Bold.woff") format("woff"), url("../fonts/Inter24pt-Bold.ttf") format("truetype"), url("../fonts/Inter24pt-Bold.svg#Inter24pt-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Regular.eot");
  src: url("../fonts/Manrope-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-Regular.woff2") format("woff2"), url("../fonts/Manrope-Regular.woff") format("woff"), url("../fonts/Manrope-Regular.ttf") format("truetype"), url("../fonts/Manrope-Regular.svg#Manrope-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-SemiBold.eot");
  src: url("../fonts/Manrope-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-SemiBold.woff2") format("woff2"), url("../fonts/Manrope-SemiBold.woff") format("woff"), url("../fonts/Manrope-SemiBold.ttf") format("truetype"), url("../fonts/Manrope-SemiBold.svg#Manrope-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Medium.eot");
  src: url("../fonts/Manrope-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-Medium.woff2") format("woff2"), url("../fonts/Manrope-Medium.woff") format("woff"), url("../fonts/Manrope-Medium.ttf") format("truetype"), url("../fonts/Manrope-Medium.svg#Manrope-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

body {
  color: #000000;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 36.4px;
  background: #FDFEFF;
}
body.no-scroll-pop {
  overflow: hidden;
}

a {
  text-decoration: none;
  transition: all 0.5s;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.btn {
  border-radius: 999px;
  background: #0079C1 url("../img/btn.svg") 99.5% 50% no-repeat;
  display: flex;
  height: 60px;
  padding: 0 4px 0 26px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.btn:hover {
  background: #C5E9FF url("../img/btn.svg") 99.5% 50% no-repeat;
  color: #1A2954;
}

.title {
  color: #1A2954;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wrapper {
  max-width: 1766px;
  margin: 0 auto;
  padding: 0 15px;
}

header {
  padding: 109px 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
header .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  backdrop-filter: blur(10px);
  --webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 25px 0;
  background: rgba(196, 232, 254, 0.2);
  z-index: 100;
}
header .menu .close {
  display: none;
}
header .menu .wrapper {
  max-width: 1790px;
}
header .menu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .menu ul li a {
  color: #1A2954;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
}
header .menu ul li a:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #0079C1;
  flex-shrink: 0;
  transition: all 0.5s;
  opacity: 0;
  border-radius: 10px;
}
header .menu ul li a:hover {
  color: #0079C1;
  font-weight: 500;
}
header .menu ul li a:hover:before {
  opacity: 1;
}
header .box .burger {
  display: none;
}
header .box .logo {
  width: 399px;
}
header .box .logo a {
  width: 100%;
}
header .box .logo a img {
  width: 100%;
}
header .box .leng {
  margin: 0 20px 0 auto;
}
header .box .leng select {
  display: block;
  color: #273479;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 17.33px;
  padding: 18px 50px 18px 19px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #fff;
  box-shadow: 0 2px 8px 0 rgba(1, 20, 52, 0.07);
  border-radius: 200px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url("../img/arrow.svg");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 1em auto, 100%;
  backdrop-filter: blur(5px);
  --webkit-backdrop-filter: blur(5px);
  cursor: pointer;
  outline: none;
}
header .box .btn {
  border-radius: 200px;
  border: 2px solid #6E7ABA;
  background: rgba(187, 196, 255, 0.35);
  box-shadow: 0 2px 8px 0 rgba(1, 20, 52, 0.07);
  color: #273479;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  height: 56px;
  padding: 0 17px;
  gap: 9px;
  backdrop-filter: blur(10px);
  --webkit-backdrop-filter: blur(10px);
  animation: fade-in 1s infinite alternate;
}
header .box .btn span {
  font-size: 38px;
}
header .box .btn:hover {
  background: rgba(187, 196, 255, 0.35);
  color: #273479;
}
header .box .btn-mobile {
  display: none;
}
@keyframes fade-in {
  from {
    background: rgb(187, 196, 255);
    border: 2px solid #6E7ABA;
  }
  to {
    background: #fff;
    border: 2px solid #fff;
  }
}

.sec-1 {
  background: #C5E9FF;
  padding-bottom: 74px;
}
.sec-1 .box .left {
  width: 42%;
  padding: 330px 0 0 0;
}
.sec-1 .box .left .title {
  font-size: 56px;
  letter-spacing: -2px;
  text-align: left;
  margin-bottom: 14px;
}
.sec-1 .box .left .text {
  color: #1A2954;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 36.4px;
  width: 82%;
  margin-bottom: 35px;
}
.sec-1 .box .left .btn {
  width: 322px;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0 5px 0 36px;
  justify-content: space-between;
  height: 80px;
  background: #0079C1 url("../img/btn.svg") 98% 50% no-repeat;
  background-size: 63px;
  position: relative;
  overflow: hidden;
}
.sec-1 .box .left .btn:before {
  content: "";
  background: #FFF;
  filter: blur(15px);
  width: 17.03px;
  height: 120.244px;
  transform: rotate(27.861deg);
  position: absolute;
  left: -40px;
  top: -19px;
  transition: all 1s;
}
.sec-1 .box .left .btn:hover {
  background: #0079C1 url("../img/btn.svg") 98% 50% no-repeat;
  background-size: 63px;
  color: #fff;
}
.sec-1 .box .left .btn:hover:before {
  left: 315px;
}
.sec-1 .box .left .box {
  margin: 96px 0 0 0;
  width: 98%;
}
.sec-1 .box .left .box .item {
  border-radius: 16px;
  border: 1px solid rgb(255, 255, 255);
  box-shadow: 0 2px 8px 0 rgba(1, 20, 52, 0.07);
  width: 28.4%;
  padding: 15px 16px 17px 16px;
}
.sec-1 .box .left .box .item:nth-child(2) {
  width: 39%;
}
.sec-1 .box .left .box .item .zag {
  color: #0079C1;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 44.8px;
  margin-bottom: 5px;
}
.sec-1 .box .left .box .item .txt {
  color: #1A2954;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sec-1 .box .right {
  width: 63.2%;
  margin: 0 -92px 0 0;
}
.sec-1 .box .right img {
  width: 100%;
}

.sec-2 {
  background: url("../img/bg1.png") 50% 50% no-repeat;
  background-size: cover;
  padding: 39px 0;
}
.sec-2 .wrapper {
  max-width: 1853px;
}
.sec-2 .box {
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 2px 8px 0 rgba(1, 20, 52, 0.07);
  backdrop-filter: blur(5px);
  --webkit-backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.3);
  padding: 45px 125px 27px 115px;
}
.sec-2 .left {
  width: 46%;
}
.sec-2 .left img {
  width: 100%;
}
.sec-2 .right {
  width: 44.5%;
  padding: 57px 0 0 0;
}
.sec-2 .right .title {
  text-align: left;
  margin-bottom: 21px;
}
.sec-2 .right .text {
  color: #1A2954;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 36.4px;
  margin-bottom: 40px;
}
.sec-2 .right .text p {
  margin-bottom: 12px;
}
.sec-2 .right .btn {
  width: 352px;
  padding: 0 4px 0 25px;
  background: #0079C1 url("../img/btn.svg") 98.5% 50% no-repeat;
  justify-content: space-between;
}
.sec-2 .right .btn:hover {
  background: #C5E9FF url("../img/btn.svg") 98.5% 50% no-repeat;
}

.sec-3 {
  background: #E3ECF9 url("../img/bg2.png") 160px 17% no-repeat;
  padding: 100px 0 170px 0;
}
.sec-3 .title {
  margin-bottom: 14px;
}
.sec-3 .text {
  color: #1A2954;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 41px;
}
.sec-3 .box .item {
  color: #140F24;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 2px 8px 0 rgba(1, 20, 52, 0.07);
  backdrop-filter: blur(5px);
  --webkit-backdrop-filter: blur(5px);
  border: 1px solid #fff;
  display: flex;
  justify-content: flex-start;
  gap: 14px;
  width: 49.5%;
  padding: 19px 31px;
  margin-bottom: 23px;
}
.sec-3 .box .item:before {
  content: "";
  background: url("../img/icon1.svg") 0 0 no-repeat;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
}

.sec-4 {
  padding-bottom: 101px;
}
.sec-4 .wrapper {
  max-width: 1617px;
}
.sec-4 .info {
  display: flex;
  justify-content: flex-start;
  border-radius: 26px;
  background: linear-gradient(180deg, #161C2B 0%, #091535 100%);
  max-width: 1239px;
  margin: -58px auto 0 auto;
}
.sec-4 .info .left {
  width: 314px;
  flex-shrink: 0;
  margin: -98px 17px -12px -18px;
}
.sec-4 .info .left img {
  width: 100%;
}
.sec-4 .info .right {
  padding: 31px 0 0 0;
}
.sec-4 .info .right .zag {
  color: #FDFEFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 42.67px;
  margin-bottom: 11px;
}
.sec-4 .info .right .text {
  color: #C5E9FF;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}
.sec-4 .box {
  padding: 18px 72px 0 0;
}
.sec-4 .box .left {
  width: 50%;
  padding: 60px 0 0 0;
}
.sec-4 .box .left .title {
  text-align: left;
  margin-bottom: 25px;
}
.sec-4 .box .left .item {
  color: #1A2954;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 36.4px;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 14px;
}
.sec-4 .box .left .item:before {
  content: "";
  background: url("../img/check.svg") 0 0 no-repeat;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}
.sec-4 .box .left .btn {
  margin: 36px 0 0 0;
  width: 258px;
  background: #0079C1 url("../img/btn.svg") 98.5% 50% no-repeat;
  justify-content: space-between;
}
.sec-4 .box .left .btn:hover {
  background: #C5E9FF url("../img/btn.svg") 98.5% 50% no-repeat;
}
.sec-4 .box .right {
  width: 42.3%;
  flex-shrink: 0;
}
.sec-4 .box .right img {
  width: 100%;
}

.sec-5 {
  background: url("../img/bg3.png") 0 0 no-repeat, linear-gradient(104deg, #1C2C73 4.81%, #3553D9 97.97%);
  padding: 80px 0 111px 0;
}
.sec-5 .title {
  color: #FFF;
  margin-bottom: 58px;
}
.sec-5 .box .item {
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 2px 8px 0 rgba(1, 20, 52, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  --webkit-backdrop-filter: blur(5px);
  width: 32.3%;
  position: relative;
  padding: 34px 48px 21px 48px;
  margin-bottom: 40px;
}
.sec-5 .box .item .num {
  border-radius: 99px;
  background: rgb(84, 102, 185);
  box-shadow: 0 2px 8px 0 rgba(1, 20, 52, 0.07);
  width: 65px;
  height: 65px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  z-index: 1;
  left: -18px;
  top: -24px;
}
.sec-5 .box .item .zag {
  color: #FFF;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}
.sec-5 .box .item .text {
  color: #C5E9FF;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 36.4px;
}
.sec-5 .box .left {
  width: 45.4%;
  margin: 70px 0 0 0;
}
.sec-5 .box .left .zag {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 45px;
}
.sec-5 .box .left .item {
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 2px 8px 0 rgba(1, 20, 52, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  --webkit-backdrop-filter: blur(10px);
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.8px;
  margin-bottom: 20px;
  width: 100%;
  padding: 16px 48px 13px 23px;
  display: flex;
  justify-content: flex-start;
  gap: 14px;
}
.sec-5 .box .left .item:before {
  content: "";
  width: 14.66px;
  height: 14.66px;
  border-radius: 7.33px;
  background: var(--Color-day, #3AADFF);
  flex-shrink: 0;
  margin: 4px 0 0 0;
}
.sec-5 .box .left .btn {
  margin: 45px 0 0 0;
  width: 380px;
  background: #C5E9FF url("../img/btn1.svg") 98.5% 50% no-repeat;
  justify-content: space-between;
  color: #0735BE;
}
.sec-5 .box .left .btn:hover {
  background: #0079C1 url("../img/btn.svg") 98.5% 50% no-repeat;
  color: #fff;
}
.sec-5 .box .right {
  width: 49.5%;
  height: 541px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  margin: 180px 0 0 0;
}
.sec-5 .box .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec-6 {
  padding: 18px 0 105px 0;
}
.sec-6 .box .left {
  width: 49%;
  padding: 105px 0 0 0;
}
.sec-6 .box .left .title {
  text-align: left;
  margin-bottom: 26px;
}
.sec-6 .box .left .text {
  color: #1A2954;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 36.4px;
  margin-bottom: 35px;
}
.sec-6 .box .left .text p {
  margin-bottom: 33px;
}
.sec-6 .box .left .item {
  color: #1A2954;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 36.4px;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 14px;
}
.sec-6 .box .left .item:nth-last-child(3) {
  align-items: center;
}
.sec-6 .box .left .item:before {
  content: "";
  background: url("../img/check.svg") 0 0 no-repeat;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}
.sec-6 .box .right {
  width: 45.5%;
  margin: 4px 47px 0 0;
}
.sec-6 .box .right img {
  width: 100%;
}

.sec-7 {
  background: #E3ECF9 url("../img/img1.svg") 89% 51px no-repeat;
  padding: 50px 0;
}
.sec-7 .title {
  margin-bottom: 26px;
}
.sec-7 .box {
  max-width: 1152px;
  margin: 0 auto 10px auto;
}
.sec-7 .box .item {
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 2px 8px 0 rgba(1, 20, 52, 0.07);
  color: #2D37B7;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.8px;
  backdrop-filter: blur(5px);
  --webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 225, 255, 0.5);
  width: 49.4%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 22px 15px;
  gap: 16px;
  margin-bottom: 23px;
  transition: all 0.5s;
}
.sec-7 .box .item:before {
  content: "";
  border-radius: 99px;
  background: url("../img/chek1.svg") 50% 50% no-repeat, rgba(255, 255, 255, 0.2);
  box-shadow: 0 2px 8px 0 rgba(1, 20, 52, 0.07);
  width: 65px;
  height: 65px;
  transition: all 0.5s;
  border: 1px solid rgba(255, 225, 255, 0.5);
  flex-shrink: 0;
}
.sec-7 .box .item:hover {
  background: rgba(19, 138, 255, 0.9);
  border: 1px solid rgba(121, 225, 255, 0.5);
  color: #fff;
}
.sec-7 .box .item:hover:before {
  background: url("../img/chek2.svg") 50% 50% no-repeat, rgba(255, 255, 255, 0.2);
}
.sec-7 .btn {
  max-width: 431px;
  margin: 0 auto;
  background-position: 98.5% 50%;
  justify-content: space-between;
}

.sec-bg {
  background: linear-gradient(104deg, #1C2C73 4.81%, #3553D9 97.97%), #1E2B6E;
  padding: 50px 0 69px 0;
}

.sec-8 {
  padding-bottom: 41px;
}
.sec-8 .wrapper {
  max-width: 1845px;
}
.sec-8 .title {
  color: #FFF;
  margin-bottom: 42px;
}
.sec-8 .bg {
  border-radius: 56px;
  background: #C3DBFA;
  padding: 60px 0 67px 0;
}
.sec-8 .zag {
  color: #1A2954;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
}
.sec-8 .big {
  color: #1A2954;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 36.4px;
  max-width: 1000px;
  margin: 0 auto 9px auto;
}
.sec-8 .text {
  color: #1A2954;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: -0.4px;
  max-width: 1055px;
  margin: 0 auto 27px auto;
}
.sec-8 .mySwiper {
  padding: 0 114px;
}
.sec-8 .mySwiper .item {
  border-radius: 26px;
  background: rgba(227, 236, 249, 0.2);
  padding: 24px 20px;
  border: 1px solid rgba(227, 236, 249, 0.6);
}
.sec-8 .mySwiper .item .zag {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 2px 8px 0 rgba(1, 20, 52, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  --webkit-backdrop-filter: blur(10px);
  color: #1A2954;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 36.4px;
  padding: 13px 14px;
  text-align: left;
  margin-bottom: 19px;
}
.sec-8 .mySwiper .item .txt {
  color: #140F24;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 11px;
}
.sec-8 .mySwiper .item ul {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.9);
  margin-bottom: 18px;
}
.sec-8 .mySwiper .item ul li {
  color: #140F24;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px;
  letter-spacing: -0.4px;
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  padding: 8.6px 11px;
}
.sec-8 .mySwiper .item ul li:last-child {
  background: #ADC5FA;
}
.sec-8 .mySwiper .item ul li:nth-last-child(2), .sec-8 .mySwiper .item ul li:nth-last-child(3), .sec-8 .mySwiper .item ul li:nth-last-child(4) {
  background: #DEDEFF;
}
.sec-8 .mySwiper .item ul li:before {
  content: "";
  background: url("../img/icon2.svg") 0 0 no-repeat;
  width: 24px;
  height: 24px;
  backdrop-filter: blur(2px);
  --webkit-backdrop-filter: blur(2px);
  flex-shrink: 0;
}
.sec-8 .mySwiper .item .btn {
  max-width: 285px;
  margin: 0 auto;
  background-position: 98.5% 50%;
  justify-content: space-between;
}
.sec-8 .mySwiper .swiper-button-next, .sec-8 .mySwiper .swiper-button-prev {
  color: transparent;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  transition: all 0.5s;
}
.sec-8 .mySwiper .swiper-button-next svg, .sec-8 .mySwiper .swiper-button-prev svg {
  width: 42px;
  height: 42px;
}
.sec-8 .mySwiper .swiper-button-next path, .sec-8 .mySwiper .swiper-button-prev path {
  transition: all 0.5s;
}
.sec-8 .mySwiper .swiper-button-next:hover, .sec-8 .mySwiper .swiper-button-prev:hover {
  background: #0079C1;
  border-top: 1px solid rgba(0, 121, 193, 0.9);
}
.sec-8 .mySwiper .swiper-button-next:hover path, .sec-8 .mySwiper .swiper-button-prev:hover path {
  stroke: #fff;
}
.sec-8 .mySwiper .swiper-button-prev {
  left: 43px;
}
.sec-8 .mySwiper .swiper-button-next {
  right: 43px;
}
.sec-8 .mySwiper .swiper-pagination {
  display: none;
}

.sec-9 {
  padding-bottom: 41px;
}
.sec-9 .wrapper {
  max-width: 1815px;
  border-radius: 56px;
  background: url("../img/bg4.svg") 50% 50% no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}
.sec-9 .box {
  max-width: 1070px;
  margin: 0 auto 0 auto;
  padding: 50px 0 0 0;
}
.sec-9 .box .item {
  width: 49.3%;
  border-radius: 26px;
  background: rgba(227, 236, 249, 0.2);
  backdrop-filter: blur(10px);
  --webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.sec-9 .box .item .zag {
  color: #1A2954;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 36.4px;
  margin-bottom: 12px;
}
.sec-9 .box .item .text {
  color: #140F24;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px;
  letter-spacing: -0.4px;
  width: 98%;
  margin-bottom: 18px;
}
.sec-9 .box .item .img {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 357.641px;
  margin: auto 0 18px 0;
}
.sec-9 .box .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-9 .box .item .btn {
  width: fit-content;
  margin: 0 auto;
  background-position: 98.5% 50%;
  justify-content: space-between;
  padding: 0 78px 0 30px;
}

.sec-10 .wrapper {
  max-width: 1815px;
  border-radius: 56px;
  background: url("../img/bg5.svg") 50% 50% no-repeat;
  background-size: cover;
  padding-bottom: 60px;
  padding-top: 64px;
}
.sec-10 .title {
  color: #140F24;
  margin-bottom: 38px;
}
.sec-10 .box {
  max-width: 1590px;
  margin: 0 auto 20px auto;
}
.sec-10 .box .panel {
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 2px 8px 0 rgba(1, 20, 52, 0.07);
  backdrop-filter: blur(10px);
  --webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  width: 49.2%;
  height: 100%;
  padding: 23px 25px 23px 35px;
  margin-bottom: 20px;
}
.sec-10 .box .panel .panel-heading.in a svg {
  transform: rotate(180deg);
}
.sec-10 .box .panel .panel-heading a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec-10 .box .panel .panel-heading a span {
  color: #140F24;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 30.8px;
}
.sec-10 .box .panel .panel-heading a svg {
  flex-shrink: 0;
  transition: all 0.5s;
}
.sec-10 .box .panel .panel-collapse .panel-body {
  color: #140F24;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 20px 0;
}
.sec-10 .box .panel .panel-collapse .panel-body p {
  margin-bottom: 10px;
}
.sec-10 .box .panel .panel-collapse .panel-body p:last-child {
  margin: 0;
}
.sec-10 .btn {
  max-width: 475px;
  margin: 0 auto;
  justify-content: space-between;
  background: #C5E9FF url("../img/btn1.svg") 99% 50% no-repeat;
  box-shadow: 0 3px 16px 0 rgba(1, 20, 52, 0.17);
  color: #0735BE;
}
.sec-10 .btn:hover {
  background: #0079C1 url("../img/btn.svg") 99% 50% no-repeat;
  color: #fff;
}

.sec-11 {
  background: url("../img/bg6.svg") 50% 50% no-repeat;
  background-size: cover;
  padding: 59px 0 82px 0;
}
.sec-11 .title {
  color: #fff;
  margin-bottom: 40px;
}
.sec-11 .box .item {
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 2px 8px 0 rgba(1, 20, 52, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
  --webkit-backdrop-filter: blur(5px);
  width: 24.3%;
  padding: 31px 16px 34px 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.sec-11 .box .item .icon {
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 2px 8px 0 rgba(1, 20, 52, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
  --webkit-backdrop-filter: blur(5px);
  width: 96px;
  height: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 24px auto;
  overflow: hidden;
}
.sec-11 .box .item .zag {
  color: #FFF;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 30.8px;
  margin-bottom: 19px;
}
.sec-11 .box .item .price {
  color: #FFF;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1px;
}
.sec-11 .box .item .price span {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 30.8px;
}
.sec-11 .box .item .urok {
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #E6E6E6;
  width: fit-content;
  margin: 0 auto 12px auto;
  padding: 0 30px 11px 30px;
}
.sec-11 .box .item .prices {
  color: #FFF;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 30.8px;
  margin-bottom: 24px;
  min-height: 30px;
}
.sec-11 .box .item .info {
  border-radius: 26px;
  background: rgba(14, 108, 201, 0.7);
  box-shadow: 0 2px 8px 0 rgba(1, 20, 52, 0.07);
  backdrop-filter: blur(10px);
  --webkit-backdrop-filter: blur(10px);
  padding: 14px;
  margin-bottom: 24px;
}
.sec-11 .box .item .info .it {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 4px;
}
.sec-11 .box .item .info .it:last-child {
  margin-bottom: 0;
}
.sec-11 .box .item .info .it:before {
  content: "";
  background: url("../img/check.svg") 0 0 no-repeat;
  background-size: contain;
  width: 34px;
  height: 34px;
  flex-shrink: 0;
}
.sec-11 .box .item .btn {
  width: 269px;
  margin: auto auto 0 auto;
  justify-content: space-between;
  background: #C5E9FF url("../img/btn1.svg") 99% 50% no-repeat;
  box-shadow: 0 3px 16px 0 rgba(1, 20, 52, 0.17);
  color: #0735BE;
}
.sec-11 .box .item .btn:hover {
  background: #0079C1 url("../img/btn.svg") 99% 50% no-repeat;
  color: #fff;
}

.sec-12 {
  background: #F6F9FD;
  padding: 86px 0 39px 0;
}
.sec-12 .title {
  text-align: left;
  margin-bottom: 16px;
}
.sec-12 .text {
  color: #1A2954;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 36.4px;
  max-width: 1255px;
  margin-bottom: 39px;
}
.sec-12 .box {
  padding: 0 73px 0 15px;
}
.sec-12 .box .left {
  width: 45.1%;
}
.sec-12 .box .left img {
  width: 100%;
}
.sec-12 .box .right {
  width: 52.2%;
  padding: 25px 0 0 0;
  position: relative;
}
.sec-12 .box .right:after {
  content: "";
  width: 8px;
  height: calc(100% - 65px);
  background: #3AADFF;
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  margin: auto;
}
.sec-12 .box .right .item {
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(1, 20, 52, 0.07);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 26px 32px 26px;
  gap: 23px;
  margin-bottom: 27px;
  position: relative;
  z-index: 1;
}
.sec-12 .box .right .item:nth-child(1) {
  padding: 33px 26px 32px 26px;
  align-items: flex-start;
}
.sec-12 .box .right .item:nth-child(1) .lf {
  padding: 9px 0 0 0;
}
.sec-12 .box .right .item:nth-child(4) {
  align-items: flex-start;
}
.sec-12 .box .right .item .num {
  background: linear-gradient(156deg, #96D3FF 7.04%, #3AADFF 89.94%);
  width: 61px;
  height: 61px;
  border-radius: 100px;
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.sec-12 .box .right .item .lf .text {
  color: #140F24;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 39.94px;
  margin: 0;
}
.sec-12 .box .right .item .lf .txt {
  color: #140F24;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.8px;
}
.sec-12 .box .right .item .lf .btn {
  max-width: 268px;
  margin: 12px 0 0 0;
  background-position: 98.5% 50%;
  justify-content: space-between;
}

.sec-13 {
  border-top: 1px solid #E6E6E6;
  background: #F6F9FD;
  padding: 33px 0 69px 0;
}
.sec-13 .box .left {
  width: 28%;
}
.sec-13 .box .left .icon {
  margin: 0 0 -19px -32px;
}
.sec-13 .box .left .title {
  text-align: left;
  margin-bottom: 17px;
}
.sec-13 .box .left .text {
  color: #1A2954;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 36.4px;
}
.sec-13 .box .right {
  width: 66.4%;
  padding: 32px 0 0 0;
}
.sec-13 .box .right .slider {
  width: 100%;
  position: relative;
}
.sec-13 .box .right .slider:before {
  content: "";
  background: linear-gradient(90deg, rgba(246, 249, 253, 0) 0%, #F6F9FD 100%);
  width: 182px;
  height: 391px;
  position: absolute;
  right: 0;
  bottom: -23px;
  z-index: 2;
}
.sec-13 .box .right .slider .swiper-slide {
  width: 203px;
}
.sec-13 .box .right .slider .img {
  border-radius: 16px;
  width: 203px;
  height: 314px;
  overflow: hidden;
  margin-bottom: 11px;
}
.sec-13 .box .right .slider .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-13 .box .right .slider .zag {
  color: #1A2954;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-13 .box .right .slider .swiper-button-next, .sec-13 .box .right .slider .swiper-button-prev {
  color: transparent;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  transition: all 0.5s;
  opacity: 1;
  visibility: visible;
}
.sec-13 .box .right .slider .swiper-button-next.swiper-button-disabled, .sec-13 .box .right .slider .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
.sec-13 .box .right .slider .swiper-button-next svg, .sec-13 .box .right .slider .swiper-button-prev svg {
  width: 42px;
  height: 42px;
}
.sec-13 .box .right .slider .swiper-button-next path, .sec-13 .box .right .slider .swiper-button-prev path {
  transition: all 0.5s;
}
.sec-13 .box .right .slider .swiper-button-next:hover, .sec-13 .box .right .slider .swiper-button-prev:hover {
  background: #0079C1;
  border-top: 1px solid rgba(0, 121, 193, 0.9);
}
.sec-13 .box .right .slider .swiper-button-next:hover path, .sec-13 .box .right .slider .swiper-button-prev:hover path {
  stroke: #fff;
}
.sec-13 .box .right .slider .swiper-button-prev {
  left: 12px;
}
.sec-13 .box .right .slider .swiper-button-next {
  right: 12px;
}
.sec-13 .box .right .slider .swiper-pagination {
  display: none;
}

.sec-14 {
  background: url("../img/bg7.svg") 50% 50% no-repeat;
  background-size: cover;
  position: relative;
  padding: 60px 0 28px 0;
}
.sec-14:after {
  content: "";
  background: linear-gradient(180deg, rgba(202, 235, 255, 0) 0%, #CAEBFF 100%);
  width: 100%;
  height: 301px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.sec-14 .title {
  margin-bottom: 11px;
}
.sec-14 .text {
  color: #1A2954;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 36.4px;
  margin-bottom: 39px;
}
.sec-14 .box .item {
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
  --webkit-backdrop-filter: blur(5px);
  width: 24.3%;
  padding: 27px 23px;
  margin-bottom: 19px;
}
.sec-14 .box .item .box {
  justify-content: flex-start;
  gap: 20px;
}
.sec-14 .box .item .box .ava {
  width: 96px;
  height: 96px;
  flex-shrink: 0;
  border-radius: 99px;
  overflow: hidden;
}
.sec-14 .box .item .box .ava img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-14 .box .item .box .right {
  padding: 3px 0 0 0;
}
.sec-14 .box .item .box .right .name {
  color: #140F24;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 4px;
}
.sec-14 .box .item .box .right .catry {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  color: #140F24;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 2px;
}
.sec-14 .box .item .box .right .catry svg {
  flex-shrink: 0;
}
.sec-14 .box .item .text {
  color: #140F24;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px;
  margin: 12px 0 0 0;
  text-align: left;
}

.sec-15 {
  background: url("../img/bg8.png") 50% 50% no-repeat;
  background-size: cover;
  padding: 80px 0 60px 0;
}
.sec-15 .title {
  text-align: left;
  margin-bottom: 15px;
}
.sec-15 .text {
  color: #140F24;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 36.4px;
  max-width: 1100px;
  margin-bottom: 55px;
}
.sec-15 .box .panel {
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 2px 8px 0 rgba(1, 20, 52, 0.07);
  backdrop-filter: blur(10px);
  --webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  width: 49.5%;
  height: 100%;
  margin-bottom: 21px;
}
.sec-15 .box .panel .panel-heading.in a svg {
  transform: rotate(180deg);
}
.sec-15 .box .panel .panel-heading a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 22px 0 34px;
  height: 87px;
}
.sec-15 .box .panel .panel-heading a span {
  color: #140F24;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 30.8px;
  width: 93%;
}
.sec-15 .box .panel .panel-heading a svg {
  transition: all 0.5s;
  flex-shrink: 0;
}
.sec-15 .box .panel .panel-collapse .panel-body {
  color: #140F24;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 20px 25px 20px 35px;
}
.sec-15 .box .panel .panel-collapse .panel-body p {
  margin-bottom: 10px;
}
.sec-15 .box .panel .panel-collapse .panel-body p:last-child {
  margin: 0;
}
.sec-15 .btn {
  max-width: 432px;
  margin: 31px auto 0 auto;
  background-position: 98.5% 50%;
  justify-content: space-between;
}

.sec-16 {
  background: url("../img/bg9.svg") 50% 50% no-repeat;
  background-size: cover;
  padding: 68px 0 67px 0;
}
.sec-16 .box .left {
  width: 53%;
}
.sec-16 .box .left .title {
  text-align: left;
  color: #140F24;
  margin-bottom: 16px;
}
.sec-16 .box .left .text {
  color: #140F24;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 36.4px;
  margin-bottom: 38px;
}
.sec-16 .box .left .app {
  display: flex;
  justify-content: space-between;
  max-width: 530px;
}
.sec-16 .box .left .app a {
  border-radius: 14.286px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(10px);
  --webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 46.3%;
  padding: 12px 17px;
  gap: 11px;
}
.sec-16 .box .left .app a:last-child {
  width: 50.3%;
}
.sec-16 .box .left .app a:last-child .lf .zag {
  font-size: 15.714px;
  font-weight: 500;
}
.sec-16 .box .left .app a:last-child .lf .name {
  font-size: 31.429px;
  font-weight: 500;
}
.sec-16 .box .left .app a svg {
  flex-shrink: 0;
}
.sec-16 .box .left .app a .lf .zag {
  color: #000;
  font-size: 15.714px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
}
.sec-16 .box .left .app a .lf .name {
  color: #000;
  font-size: 31.429px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
}
.sec-16 .box .left .qr {
  width: 196px;
  margin: 37px 0 0 10px;
}
.sec-16 .box .left .qr .bg {
  border-radius: 14.728px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  --webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  width: 196px;
  height: 196px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 11px;
  padding: 20px;
}
.sec-16 .box .left .qr img {
  width: 100%;
}
.sec-16 .box .left .qr .zag {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sec-17 {
  background: url("../img/bg8.png") 50% 50% no-repeat;
  background-size: cover;
  padding: 100px 0 59px 0;
}
.sec-17 .box .left {
  width: 36%;
  margin: 60px 0 0 37px;
}
.sec-17 .box .left img {
  width: 100%;
}
.sec-17 .box .left .btn {
  backdrop-filter: blur(10px);
  --webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #0735BE;
  max-width: 432px;
  margin: -55px 0 0 24px;
  background: url("../img/btn2.svg") 99% 50% no-repeat, rgba(197, 233, 255, 0.2);
  justify-content: space-between;
}
.sec-17 .box .left .btn:hover {
  background: url("../img/btn.svg") 99% 50% no-repeat, #0735BE;
  color: #fff;
  border: 1px solid #0735BE;
}
.sec-17 .box .right {
  width: 53.7%;
}
.sec-17 .box .right .title {
  text-align: left;
  margin-bottom: 15px;
}
.sec-17 .box .right .text {
  color: #140F24;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 36.4px;
  margin-bottom: 42px;
}
.sec-17 .box .right .panel {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 2px 8px 0 rgba(1, 20, 52, 0.07);
  backdrop-filter: blur(10px);
  --webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  width: 100%;
  margin-bottom: 16px;
}
.sec-17 .box .right .panel .panel-heading.in a .icon svg {
  transform: rotate(0deg);
}
.sec-17 .box .right .panel .panel-heading.in a svg {
  transform: rotate(180deg);
}
.sec-17 .box .right .panel .panel-heading a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 22px 0 18px;
  height: 78px;
  gap: 17px;
}
.sec-17 .box .right .panel .panel-heading a .icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
}
.sec-17 .box .right .panel .panel-heading a .icon svg {
  margin: 0;
  width: 52px;
  height: 52px;
}
.sec-17 .box .right .panel .panel-heading a span {
  color: #140F24;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 30.8px;
  width: 93%;
}
.sec-17 .box .right .panel .panel-heading a svg {
  transition: all 0.5s;
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  margin: 0 -2px 0 0;
}
.sec-17 .box .right .panel .panel-collapse .panel-body {
  color: #140F24;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 20px 25px 20px 35px;
}
.sec-17 .box .right .panel .panel-collapse .panel-body p {
  margin-bottom: 10px;
}
.sec-17 .box .right .panel .panel-collapse .panel-body p:last-child {
  margin: 0;
}

footer {
  background: url("../img/bg10.png") 50% 50% no-repeat;
  background-size: cover;
  padding: 58px 0 53px 0;
}
footer .wrapper {
  border-radius: 56px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  --webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  max-width: 1737px;
  padding: 48px 73px 44px 73px;
}
footer .title {
  text-align: left;
  color: #fff;
  margin-bottom: 23px;
}
footer .box .left {
  width: 63%;
}
footer .box .left .box .item {
  width: 50%;
}
footer .box .left .box .item:last-child .tel {
  margin-bottom: 43px;
}
footer .box .left .box .item .zag {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 19px;
}
footer .box .left .box .item .tel {
  display: flex;
  flex-direction: column;
  gap: 23px;
  margin-bottom: 24px;
}
footer .box .left .box .item .tel a {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.4px;
  background: url("../img/tel.svg") 0 -2px no-repeat;
  padding: 0 0 0 53px;
}
footer .box .left .box .item .tel a:hover {
  color: #0C337C;
}
footer .box .left .box .item .whatsapp {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.4px;
}
footer .box .left .box .item .whatsapp svg {
  flex-shrink: 0;
}
footer .box .left .box .item .whatsapp a {
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.4px;
  margin: 0 0 0 5px;
}
footer .box .left .box .item .whatsapp a:hover {
  color: #0C337C;
}
footer .box .left .box .item .copy {
  color: #FFF;
  font-size: 14.7px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.93px;
  letter-spacing: -0.4px;
  margin: 61px 0 0 0;
}
footer .box .left .box .item .mail {
  margin: -18px 0 0 0;
}
footer .box .left .box .item .mail a {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.4px;
  background: url("../img/mail.svg") 0 4px no-repeat;
  padding: 0 0 0 53px;
}
footer .box .left .box .item .mail a:hover {
  color: #0C337C;
}
footer .box .right {
  width: 26.5%;
}
footer .box .right .zag {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 19px;
}
footer .box .right .soc {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 25px;
}
footer .box .right .soc a path, footer .box .right .soc a svg > rect {
  transition: all 0.5s;
}
footer .box .right .soc a:hover path, footer .box .right .soc a:hover svg > rect {
  fill: #0C337C;
}
footer .box .right .foot-menu {
  margin: -6px 0 0 0;
}
footer .box .right .foot-menu ul li {
  margin-bottom: -4px;
}
footer .box .right .foot-menu ul li a {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
}
footer .box .right .foot-menu ul li a:hover {
  color: #0C337C;
}

.popup-fade {
  position: fixed;
  z-index: 999999999;
  background: rgba(0, 0, 0, 0);
  left: 0;
  bottom: -999px;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.popup-fade.active {
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
}
.popup-fade.active .popup {
  bottom: 0;
}
.popup-fade .popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: -1700px;
  max-width: 569px;
  width: 100%;
  max-height: 671px;
  height: 95%;
  margin: auto;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 2px 8px 0 rgba(1, 20, 52, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.7);
  z-index: 99999;
  overflow: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 22px 26px 31px 28px;
  backdrop-filter: blur(10px);
  --webkit-backdrop-filter: blur(10px);
  transition: all 0.5s;
}
.popup-fade .popup::-webkit-scrollbar {
  display: none;
}
.popup-fade .popup .popup-close {
  position: absolute;
  top: 16px;
  right: 17px;
  transition: all 0.5s;
  z-index: 2;
}
.popup-fade .popup .popup-close svg {
  transition: all 0.5s;
}
.popup-fade .popup .popup-close:hover svg {
  transform: rotate(90deg);
}
.popup-fade .popup .title {
  color: #FFF;
  font-size: 36px;
  text-align: left;
  margin-bottom: 23px;
}
.popup-fade .popup form {
  width: 100%;
}
.popup-fade .popup form .group {
  width: 100%;
  margin-bottom: 21px;
}
.popup-fade .popup form .group input {
  border-radius: 12px;
  border: 1px solid #E5E7EB;
  background: #F3F7FB;
  width: 100%;
  height: 44px;
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 15px;
  outline: none;
}
.popup-fade .popup form .group input#phone {
  padding: 0 15px !important;
  margin: 0 !important;
  min-width: fit-content;
  width: 100%;
}
.popup-fade .popup form .group input::placeholder {
  color: #9F9CAD;
}
.popup-fade .popup form .group input.iti__search-input {
  padding: 0 30px;
}
.popup-fade .popup form .group label {
  display: block;
  color: #9F9CAD;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.12px;
  outline: none;
  margin-bottom: 7px;
}
.popup-fade .popup form .group .iti__country-selector {
  overflow: hidden;
}
.popup-fade .popup form .group .iti--has-country-selector {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 4px;
}
.popup-fade .popup form .group .iti--has-country-selector .iti__country-container {
  border-radius: 12px;
  border: 1px solid #E5E7EB;
  background: #F3F7FB;
  flex-shrink: 0;
  padding: 0 9px;
  position: initial;
}
.popup-fade .popup form .group .iti--has-country-selector .iti__country-container .iti__selected-country {
  padding: 0;
  color: #140F24;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  gap: 5px;
}
.popup-fade .popup form .group .iti--has-country-selector .iti__country-container .iti__selected-country-primary {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  padding: 0;
  overflow: hidden;
}
.popup-fade .popup form .group .iti--has-country-selector .iti__country-container .iti__selected-country-primary .iti__arrow {
  display: none;
}
.popup-fade .popup form .chek {
  margin: 25px 0 -8px 0;
}
.popup-fade .popup form .chek input {
  display: none;
}
.popup-fade .popup form .chek input:checked + label:after {
  opacity: 1;
}
.popup-fade .popup form .chek label {
  color: #BDBBC5;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  padding: 0 0 0 32px;
  display: block;
}
.popup-fade .popup form .chek label:before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #0079C1;
  position: absolute;
  left: 0;
  top: 0;
}
.popup-fade .popup form .chek label:after {
  content: "";
  background: url("../img/check1.svg") 0 0 no-repeat;
  width: 17.143px;
  height: 17.143px;
  position: absolute;
  left: 3px;
  top: 2px;
  opacity: 0;
  transition: all 0.5s;
}
.popup-fade .popup form .chek label a {
  color: #3AADFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.popup-fade .popup form .chek label a:hover {
  text-decoration-line: none;
}
.popup-fade .popup form .btn-submit {
  border-radius: 12px;
  background: #0079C1;
  color: #FFF;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  width: 100%;
  height: 44px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  transition: all 0.5s;
  margin: 33px 0 0 0;
}
.popup-fade .popup form .btn-submit:hover {
  background: #0C337C;
}

.menu-mobile {
  display: none;
}

@media (max-width: 1885px) {
  .sec-2 .wrapper, .sec-8 .wrapper, .sec-9 .wrapper, .sec-10 .wrapper {
    max-width: 1766px;
  }
  header .menu .wrapper {
    max-width: 1766px;
  }
  .sec-1 {
    overflow: hidden;
  }
}
@media (max-width: 1800px) {
  .wrapper {
    max-width: 1320px !important;
  }
  .title {
    font-size: 40px;
  }
  .btn {
    font-size: 18px;
  }
  header .menu ul li a {
    gap: 3px;
    font-size: 14px;
  }
  .sec-1 .box .left {
    padding: 230px 0 0 0;
  }
  .sec-1 .box .left .title {
    font-size: 43px;
  }
  .sec-1 .box .left .text {
    font-size: 20px;
    line-height: 30px;
  }
  .sec-1 .box .left .btn {
    font-size: 20px;
    height: 65px;
    background-size: 55px;
  }
  .sec-1 .box .left .box {
    margin: 45px 0 0 0;
    width: 100%;
  }
  .sec-1 .box .left .box .item {
    width: 30%;
  }
  .sec-1 .box .left .box .item:nth-child(2) {
    width: 36%;
  }
  .sec-1 .box .left .box .item .zag {
    font-size: 30px;
  }
  .sec-1 .box .left .box .item .txt {
    font-size: 14px;
  }
  .sec-2 .right {
    padding: 0;
  }
  .sec-2 .right .text {
    font-size: 16px;
    line-height: 30px;
  }
  .sec-3 .text {
    font-size: 22px;
  }
  .sec-3 .box .item {
    font-size: 16px;
  }
  .sec-4 .box .left .item {
    font-size: 20px;
    line-height: 30px;
  }
  .sec-4 .box .right {
    width: 50%;
  }
  .sec-5 .box .item .zag {
    font-size: 22px;
  }
  .sec-5 .box .item .text {
    font-size: 16px;
    line-height: 30px;
  }
  .sec-5 .box .left .zag {
    font-size: 40px;
  }
  .sec-5 .box .left .item {
    font-size: 16px;
    line-height: 30px;
  }
  .sec-5 .box .left .item:before {
    margin: 7px 0 0 0;
  }
  .sec-6 .box .left {
    padding: 60px 0 0 0;
  }
  .sec-6 .box .left .text {
    font-size: 18px;
    line-height: 30px;
  }
  .sec-6 .box .left .text p {
    margin-bottom: 15px;
  }
  .sec-6 .box .left .item {
    font-size: 22px;
    line-height: 30px;
  }
  .sec-6 .box .right {
    margin: 4px 0 0 0;
  }
  .sec-7 {
    background-position: 100% 51px;
  }
  .sec-8 .zag {
    font-size: 40px;
  }
  .sec-8 .big {
    font-size: 20px;
  }
  .sec-8 .text {
    font-size: 16px;
    line-height: normal;
  }
  .sec-8 .mySwiper {
    padding: 0 60px;
  }
  .sec-8 .mySwiper .item {
    padding: 24px 10px;
  }
  .sec-8 .mySwiper .item .zag {
    font-size: 20px;
    line-height: normal;
  }
  .sec-8 .mySwiper .item ul li {
    font-size: 14px;
    line-height: normal;
  }
  .sec-8 .mySwiper .swiper-button-next {
    right: 5px;
  }
  .sec-8 .mySwiper .swiper-button-prev {
    left: 5px;
  }
  .sec-9 .box .item .zag {
    font-size: 22px;
    line-height: normal;
  }
  .sec-9 .box .item .text {
    font-size: 14px;
    line-height: normal;
    width: 100%;
  }
  .sec-10 .box .panel {
    padding: 15px 25px;
  }
  .sec-10 .box .panel .panel-heading a span {
    font-size: 18px;
    line-height: normal;
  }
  .sec-10 .box .panel .panel-collapse .panel-body {
    font-size: 14px;
    line-height: normal;
    padding: 15px 0;
  }
  .sec-11 .box .item .zag {
    font-size: 20px;
    line-height: normal;
  }
  .sec-11 .box .item .price {
    font-size: 40px;
  }
  .sec-11 .box .item .urok {
    font-size: 18px;
    line-height: normal;
  }
  .sec-11 .box .item .prices {
    font-size: 22px;
    line-height: normal;
  }
  .sec-11 .box .item .info .it {
    font-size: 14px;
    line-height: normal;
    align-items: center;
  }
  .sec-12 .text {
    font-size: 20px;
    line-height: normal;
  }
  .sec-12 .box {
    padding: 0;
  }
  .sec-12 .box .right .item .lf .text {
    font-size: 20px;
    line-height: normal;
  }
  .sec-12 .box .right .item .lf .txt {
    font-size: 16px;
    line-height: normal;
  }
  .sec-13 .box .left {
    width: 31%;
  }
  .sec-13 .box .left .text {
    font-size: 20px;
    line-height: normal;
  }
  .sec-13 .box .right .slider .zag {
    font-size: 18px;
    line-height: normal;
  }
  .sec-14 .text {
    font-size: 20px;
    line-height: normal;
  }
  .sec-14 .box .item .box .right .name {
    font-size: 20px;
  }
  .sec-14 .box .item .box .right .catry {
    font-size: 16px;
  }
  .sec-14 .box .item .box .right .star svg {
    width: 85%;
  }
  .sec-14 .box .item .text {
    font-size: 14px;
    line-height: normal;
  }
  .sec-15 .text {
    font-size: 20px;
    line-height: normal;
  }
  .sec-15 .box .panel .panel-heading a {
    padding: 15px 25px;
    height: auto;
  }
  .sec-15 .box .panel .panel-heading a span {
    font-size: 18px;
    line-height: normal;
  }
  .sec-15 .box .panel .panel-collapse .panel-body {
    font-size: 14px;
    line-height: normal;
    padding: 0 25px 25px 25px;
  }
  .sec-16 .box .left {
    width: 56%;
  }
  .sec-16 .box .left .text {
    font-size: 20px;
    line-height: normal;
  }
  .sec-17 .box .left {
    width: 40%;
    margin: 60px 0 0 0;
  }
  .sec-17 .box .right .text {
    font-size: 20px;
    line-height: normal;
  }
  footer .box .left .box .item .zag {
    font-size: 18px;
  }
  footer .box .left .box .item .tel {
    gap: 15px;
  }
  footer .box .left .box .item .tel a {
    font-size: 30px;
    line-height: normal;
  }
  footer .box .left .box .item .whatsapp {
    font-size: 30px;
    line-height: normal;
  }
  footer .box .left .box .item .whatsapp a {
    font-size: 30px;
    line-height: normal;
  }
  footer .box .left .box .item .mail a {
    font-size: 30px;
    line-height: normal;
    background-position: 0 -2px;
  }
  footer .box .right .zag {
    font-size: 18px;
  }
  footer .box .right .foot-menu ul li a {
    font-size: 16px;
  }
}
@media (max-width: 1399px) {
  .wrapper {
    max-width: 1140px !important;
  }
  header {
    padding: 85px 0 0 0;
  }
  header .box .logo {
    width: 300px;
  }
  header .box .leng select {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    padding: 12px 35px 12px 19px;
  }
  header .box .btn {
    font-size: 16px;
    line-height: normal;
    height: 44px;
  }
  header .box .btn span {
    font-size: 25px;
  }
  header .menu ul li a {
    font-size: 12px;
  }
  .sec-1 .box .left {
    width: 45%;
    padding: 175px 0 0 0;
  }
  .sec-1 .box .left .title {
    font-size: 35px;
  }
  .sec-1 .box .left .text {
    font-size: 18px;
    line-height: normal;
  }
  .sec-1 .box .left .btn {
    font-size: 16px;
    height: 50px;
    background-size: 40px;
    width: 245px;
  }
  .sec-1 .box .left .box .item {
    width: 33%;
  }
  .sec-1 .box .left .box .item:nth-child(2) {
    width: 33%;
  }
  .sec-1 .box .left .box .item .zag {
    font-size: 25px;
  }
  .sec-2 .box {
    padding: 25px;
  }
  .sec-2 .box .right .btn {
    width: 300px;
  }
  .btn {
    font-size: 16px;
    height: 50px;
    background-size: 44px !important;
  }
  .sec-3 {
    background-position: 0 100%;
    background-size: contain;
  }
  .sec-4 .info .right .zag {
    font-size: 30px;
    line-height: normal;
  }
  .sec-4 .info .right .text {
    font-size: 20px;
    line-height: normal;
  }
  .sec-4 .box {
    padding: 18px 0 0 0;
  }
  .sec-4 .box .left {
    padding: 0;
  }
  .sec-5 .box .item {
    width: 49%;
  }
  .sec-5 .box .left .zag {
    font-size: 30px;
  }
  .sec-6 .box .left {
    padding: 40px 0 0 0;
  }
  .sec-6 .box .right {
    width: 51%;
  }
  .sec-7 .box .item {
    font-size: 18px;
  }
  .sec-11 .box {
    gap: 23px 0;
  }
  .sec-11 .box .item {
    width: 49%;
  }
  .sec-12 .box .right .item .lf .text {
    font-size: 18px;
  }
  .sec-12 .box .right .item .lf .txt {
    font-size: 14px;
  }
  .sec-14 .box .item {
    width: 32.3%;
  }
  .sec-16 .box .left {
    width: 65%;
  }
  footer .box .left {
    width: 68%;
  }
  footer .box .left .box .item .tel a {
    font-size: 25px;
    background-size: contain;
    padding: 0 0 0 40px;
  }
  footer .box .left .box .item .copy {
    margin: 20px 0 0 0;
  }
  footer .box .left .box .item .whatsapp {
    font-size: 25px;
  }
  footer .box .left .box .item .whatsapp a {
    font-size: 25px;
    margin: 0;
  }
  footer .box .left .box .item .mail a {
    font-size: 25px;
    background-position: 0;
    background-size: contain;
    padding: 0 0 0 40px;
  }
  footer .box .right {
    width: 31%;
  }
}
@media (max-width: 1199px) {
  .wrapper {
    max-width: 960px !important;
  }
  body.no-scroll {
    overflow: hidden;
  }
  body.no-scroll:before {
    left: 0;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid transparent;
    padding: 20px 0;
    background: #CCEBFF;
    z-index: 100;
    transition: all 0.5s;
  }
  header.fixed {
    backdrop-filter: blur(10px);
    --webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(196, 232, 254, 0.2);
  }
  header.fixed .box .leng, header.fixed .box .btn {
    opacity: 0;
    visibility: hidden;
  }
  header.fixed .box .btn-mobile {
    opacity: 1;
    visibility: visible;
  }
  header .menu {
    display: none;
  }
  header .box {
    align-items: center;
  }
  header .box .burger {
    display: block;
    background: none;
    border: none;
    width: 24px;
    height: 24px;
    outline: none;
    margin: 0 18px 0 0;
  }
  header .box .logo {
    width: 255px;
    height: 50px;
  }
  header .box .logo a {
    display: block;
  }
  header .box .leng, header .box .btn {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
  }
  header .box .btn-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    color: #FDFEFF;
    font-family: "Manrope", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 10.522px;
    height: 34px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(90deg, rgba(0, 121, 193, 0.56) 0%, rgba(0, 121, 193, 0.8) 100%), var(--Color-brand, #0079C1);
    box-shadow: 0 1.214px 4.857px 0 rgba(1, 20, 52, 0.07);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    position: absolute;
    right: 31px;
  }
  header .box .btn-mobile:before {
    content: "";
    background: #FFF;
    filter: blur(15px);
    width: 17.03px;
    height: 120.244px;
    transform: rotate(27.861deg);
    position: absolute;
    left: -40px;
    top: -19px;
    animation: gred 2s infinite alternate;
  }
  @keyframes gred {
    from {
      left: -40px;
    }
    to {
      left: 145px;
    }
  }
  .menu-mobile {
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    width: 359px;
    height: 100vh;
    padding: 28px 20px 20px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    backdrop-filter: blur(10px);
    --webkit-backdrop-filter: blur(10px);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
  }
  .menu-mobile.active {
    opacity: 1;
    visibility: visible;
  }
  .menu-mobile .close {
    color: #000;
    font-family: "Manrope", sans-serif;
    font-size: 10.929px;
    font-style: normal;
    font-weight: 500;
    line-height: 10.522px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  }
  .menu-mobile ul {
    width: 100%;
  }
  .menu-mobile ul li {
    border-bottom: 1px solid rgba(55, 54, 54, 0.2);
  }
  .menu-mobile ul li a {
    color: #1A2954;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
    padding: 16px 0;
  }
  .menu-mobile ul li a:before {
    content: "";
    width: 0;
    height: 0;
    background: #0079C1;
    flex-shrink: 0;
    transition: all 0.5s;
    opacity: 0;
    border-radius: 10px;
  }
  .menu-mobile ul li a:hover {
    color: #0079C1;
  }
  .menu-mobile ul li a:hover:before {
    opacity: 1;
    width: 8px;
    height: 8px;
  }
  .sec-1 .box .left {
    width: 46%;
    padding: 100px 0 0 0;
  }
  .sec-1 .box .left .title {
    font-size: 30px;
  }
  .sec-1 .box .left .text {
    font-size: 16px;
    width: 100%;
    margin-bottom: 20px;
  }
  .sec-1 .box .left .box .item {
    padding: 10px;
  }
  .sec-2 .right {
    width: 51%;
  }
  .sec-2 .right .text {
    font-size: 16px;
    line-height: normal;
  }
  .sec-4 .box .left .item {
    font-size: 18px;
    line-height: normal;
  }
  .sec-6 .box .left .text {
    font-size: 16px;
    line-height: normal;
  }
  .sec-6 .box .left .item {
    font-size: 18px;
    line-height: normal;
  }
  .sec-17 .box .right .panel .panel-heading a {
    height: 50px;
    padding: 0 20px;
  }
  .sec-17 .box .right .panel .panel-heading a .icon {
    width: 30px;
    height: 30px;
  }
  .sec-17 .box .right .panel .panel-heading a .icon svg {
    width: 100%;
    height: 100%;
  }
  .sec-17 .box .right .panel .panel-heading a span {
    font-size: 18px;
    line-height: normal;
  }
  .sec-17 .box .right .panel .panel-collapse .panel-body {
    font-size: 14px;
    padding: 20px;
  }
  footer .box .left {
    width: 100%;
    margin-bottom: 30px;
  }
  footer .box .left .box .item {
    width: 41%;
  }
  footer .box .right {
    width: fit-content;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .wrapper {
    max-width: 720px !important;
  }
  .sec-1 .box .left {
    width: 100%;
  }
  .sec-1 .box .right {
    width: 100%;
    margin: 0;
  }
  .sec-2 .box {
    flex-direction: column-reverse;
  }
  .sec-2 .left {
    width: 100%;
  }
  .sec-2 .right {
    width: 100%;
  }
  .sec-3 .box .item {
    width: 100%;
  }
  .sec-4 .info {
    flex-direction: column-reverse;
  }
  .sec-4 .info .left {
    margin: 10px auto 0 auto;
  }
  .sec-4 .info .right {
    padding: 20px 0 0 0;
    width: 100%;
  }
  .sec-4 .info .right .zag {
    text-align: center;
  }
  .sec-4 .info .right .text {
    text-align: center;
  }
  .sec-4 .box .left {
    width: 100%;
  }
  .sec-4 .box .right {
    width: 100%;
    margin-top: 36px;
  }
  .sec-5 .box .item {
    width: 100%;
  }
  .sec-5 .box .left {
    width: 100%;
    margin: 0;
  }
  .sec-5 .box .right {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .sec-6 .box .left {
    padding: 0;
    width: 100%;
  }
  .sec-6 .box .right {
    width: 100%;
    margin: 0;
  }
  .sec-7 {
    background-position: 300px 100%;
  }
  .sec-7 .box .item {
    width: 100%;
  }
  .sec-8 .mySwiper {
    padding: 0 20px;
  }
  .sec-9 .box {
    gap: 20px 0;
  }
  .sec-9 .box .item {
    width: 100%;
  }
  .sec-10 .box .panel {
    width: 100%;
  }
  .sec-11 .box .item {
    width: 100%;
  }
  .sec-12 .box {
    flex-direction: column-reverse;
  }
  .sec-12 .box .left {
    width: 100%;
  }
  .sec-12 .box .right {
    width: 100%;
  }
  .sec-13 .box .left {
    width: 100%;
  }
  .sec-13 .box .right {
    width: 100%;
  }
  .sec-14 .box .item {
    width: 100%;
  }
  .sec-15 .box .panel {
    width: 100%;
  }
  .sec-16 {
    padding: 68px 0 450px 0;
    background-position: 57% 0;
  }
  .sec-16 .box .left {
    width: 100%;
  }
  .sec-16 .box .left .qr {
    display: none;
  }
  .sec-17 .box {
    flex-direction: column-reverse;
  }
  .sec-17 .box .left {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .sec-17 .box .left .btn {
    margin: -55px auto 0 auto;
  }
  .sec-17 .box .right {
    width: 100%;
  }
  footer .wrapper {
    padding: 48px 73px 90px 73px;
    position: relative;
  }
  footer .box .left .box .item {
    width: 100%;
    margin-bottom: 20px;
  }
  footer .box .left .box .item .copy {
    margin: 0;
    position: absolute;
    bottom: 40px;
  }
  footer .box .right {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .wrapper {
    max-width: 540px !important;
  }
  header .box .logo {
    width: 62px;
    height: 52px;
  }
  header .box .logo a {
    background: url("../img/logo-mobile.svg") 0 0 no-repeat;
    width: 62px;
    height: 52px;
  }
  header .box .logo a img {
    display: none;
  }
  .sec-8 .mySwiper {
    padding: 0 20px 40px 20px;
  }
  .sec-8 .mySwiper .swiper-pagination {
    display: block;
    bottom: 0;
  }
  .sec-8 .mySwiper .swiper-pagination .swiper-pagination-bullet {
    width: 6.8px;
    height: 6.8px;
    background: #ABB4C2;
    border-radius: 10px;
    transition: all 0.5s;
  }
  .sec-8 .mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 9.067px;
    height: 9.067px;
    background: #0079C1;
  }
  .sec-13 .box .right .slider .swiper-button-next, .sec-13 .box .right .slider .swiper-button-prev {
    display: none;
  }
  .sec-16 {
    background: url("../img/bg-mobile.png") 50% 50% no-repeat;
    background-size: cover;
  }
  .sec-16 .box .left .app {
    justify-content: flex-start;
    gap: 10px;
  }
  .sec-16 .box .left .app a {
    width: 40%;
  }
  .sec-16 .box .left .app a:last-child {
    width: auto;
  }
  .sec-16 .box .left .app a:last-child .lf .zag {
    font-size: 12px;
  }
  .sec-16 .box .left .app a:last-child .lf .name {
    font-size: 24px;
  }
  .sec-16 .box .left .app a .lf .zag {
    font-size: 12px;
  }
  .sec-16 .box .left .app a .lf .name {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .wrapper {
    max-width: 100% !important;
  }
  header {
    padding: 14px 0;
  }
  header .box .leng {
    margin: 0 8px 0 auto;
  }
  header .box .leng select {
    font-size: 11px;
    padding: 10px 29px 9px 16px;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 1.214px 4.857px 0 rgba(1, 20, 52, 0.07);
    border: 0.5px solid #fff;
  }
  header .box .btn {
    font-size: 0;
    height: 34px;
    padding: 0 11px;
    gap: 2px;
    margin: 0 3px 0 0;
  }
  header .box .btn:after {
    content: "Партнёрам";
    color: #273479;
    font-family: Manrope, sans-serif;
    font-size: 10.8px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  header .box .btn span {
    font-size: 23px;
  }
  header .box .btn-mobile {
    right: 20px;
  }
  .btn {
    background-size: 36px !important;
    height: 42px;
  }
  .sec-1 {
    padding-bottom: 27px;
  }
  .sec-1 .box .left {
    padding: 112px 0 0 0;
  }
  .sec-1 .box .left .title {
    font-size: 40px;
    letter-spacing: -0.928px;
    margin-bottom: 11px;
  }
  .sec-1 .box .left .text {
    font-size: 18px;
    line-height: 28px;
  }
  .sec-1 .box .left .btn {
    font-size: 20px;
    height: 53px;
    width: 260px;
    background-position: 95% 50%;
    padding: 0 5px 0 32px;
  }
  .sec-1 .box .left .box {
    margin: 40px 0 0 0;
  }
  .sec-1 .box .left .box .item {
    width: 33.6%;
    padding: 7px;
    backdrop-filter: blur(10px);
    --webkit-backdrop-filter: blur(10px);
  }
  .sec-1 .box .left .box .item:last-child {
    width: 28%;
  }
  .sec-1 .box .left .box .item .zag {
    font-size: 20px;
    line-height: normal;
  }
  .sec-1 .box .left .box .item .txt {
    font-size: 10px;
  }
  .sec-1 .box .right {
    margin: -36px -100px 0 -103px;
    width: calc(100% + 170px);
  }
  .title {
    font-size: 30px;
    letter-spacing: -0.928px;
  }
  .sec-2 {
    background: url("../img/bg-mobile1.png") 50% -6px no-repeat;
    background-size: cover;
    padding: 28px 0;
  }
  .sec-2 .box {
    padding: 19px 20px 1px 20px;
    margin: 0 -4px;
  }
  .sec-2 .box .left {
    margin: 39px 0 0 0;
  }
  .sec-2 .box .right .title {
    margin-bottom: 18px;
  }
  .sec-2 .box .right .text {
    line-height: 22.4px;
    width: 99%;
    margin-bottom: 24px;
  }
  .sec-2 .box .right .text p {
    margin-bottom: 0;
  }
  .sec-2 .box .right .btn {
    width: 270px;
    background-size: 29px !important;
    background-position: 97% 50%;
  }
  .sec-3 {
    background: url("../img/bg-mobile2.png") 0 0 no-repeat;
    background-size: cover;
    padding: 49px 0 44px 0;
  }
  .sec-3 .title {
    margin-bottom: 10px;
  }
  .sec-3 .text {
    font-size: 18px;
    line-height: 25.2px;
    margin-bottom: 34px;
  }
  .sec-3 .box .item {
    line-height: 22.4px;
    padding: 15px 12px;
    margin-bottom: 14px;
    gap: 6px;
  }
  .sec-3 .box .item:before {
    width: 14px;
    height: 14px;
    background-size: contain;
    margin-top: 5px;
  }
  .sec-4 {
    padding-bottom: 11px;
  }
  .sec-4 .info {
    margin: -15px -11px 0 -11px;
  }
  .sec-4 .info .left {
    margin: 10px auto -11px auto;
    width: 235px;
  }
  .sec-4 .info .right {
    padding: 28px 15px 11px 15px;
  }
  .sec-4 .info .right .zag {
    color: #C5E9FF;
    letter-spacing: -0.928px;
  }
  .sec-4 .info .right .text {
    line-height: 22.4px;
    font-size: 18px;
  }
  .sec-4 .box {
    padding: 42px 0 0 0;
  }
  .sec-4 .box .left .title {
    text-align: center;
    margin-bottom: 18px;
  }
  .sec-4 .box .left .item {
    font-size: 16px;
    line-height: 22.4px;
    gap: 11px;
    margin-bottom: 11px;
    width: 99%;
  }
  .sec-4 .box .left .item:before {
    width: 22px;
    height: 22px;
    background-size: contain;
  }
  .sec-4 .box .left .btn {
    margin: 18px auto 0 auto;
    width: 195px;
    background-size: 29px !important;
    background-position: 95% 50%;
  }
  .sec-4 .box .right {
    width: calc(100% + 11px);
    margin: 15px 0 0 -6px;
  }
  .sec-5 {
    padding: 41px 0 53px 0;
  }
  .sec-5 .title {
    margin-bottom: 19px;
  }
  .sec-5 .box .item {
    padding: 15px 26px 14px 40px;
    margin-bottom: 20px;
  }
  .sec-5 .box .item .num {
    width: 45px;
    height: 45px;
    font-size: 20px;
    left: -7px;
    top: -13px;
  }
  .sec-5 .box .item .zag {
    font-size: 18px;
    margin-bottom: 7px;
  }
  .sec-5 .box .item .text {
    line-height: normal;
  }
  .sec-5 .box .item .text br {
    display: none;
  }
  .sec-5 .box .left .zag {
    letter-spacing: -0.928px;
    text-align: center;
    padding: 0 10px;
    margin: 4px 0 27px 0;
  }
  .sec-5 .box .left .item {
    font-size: 16px;
    line-height: 22.4px;
    padding: 16px 15px 15px 12px;
    gap: 6px;
    margin-bottom: 14px;
  }
  .sec-5 .box .left .item:before {
    background: url("../img/icon1.svg") 0 0 no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    margin: 3px 0 0 0;
  }
  .sec-5 .box .left .btn {
    margin: 27px auto 0 auto;
    width: 295px;
    background-size: 30px !important;
    background-position: 97% 50%;
  }
  .sec-5 .box .right {
    height: 204px;
    margin: 19px 0 0 0;
  }
  .sec-6 {
    padding: 42px 0 12px 0;
  }
  .sec-6 .box .left .title {
    margin-bottom: 9px;
  }
  .sec-6 .box .left .text {
    line-height: 25.2px;
    width: 99%;
    margin-bottom: 18px;
  }
  .sec-6 .box .left .text p {
    margin-bottom: 11px;
  }
  .sec-6 .box .left .item {
    font-size: 16px;
    line-height: 22.4px;
    width: 99%;
    margin-bottom: 10px;
  }
  .sec-6 .box .left .item:nth-last-child(3) {
    align-items: flex-start;
  }
  .sec-6 .box .left .item:before {
    width: 22px;
    height: 22px;
    background-size: contain;
  }
  .sec-6 .box .right {
    width: calc(100% + 100px);
    margin: 23px -10px 0 -11px;
  }
  .sec-7 {
    padding: 41px 0;
    background-position: 157px 100%;
    background-size: 375px;
  }
  .sec-7 .title {
    margin-bottom: 17px;
  }
  .sec-7 .box {
    margin: 0 auto 7px auto;
  }
  .sec-7 .box .item {
    font-size: 16px;
    line-height: 22.4px;
    padding: 17px 12px 15px 12px;
    gap: 8px;
    margin-bottom: 12px;
    align-items: flex-start;
  }
  .sec-7 .box .item:before {
    width: 30px;
    height: 30px;
    background-size: 18px !important;
  }
  .sec-7 .btn {
    background-size: 30px !important;
  }
  .sec-bg {
    padding: 41px 0 46px 0;
  }
  .sec-8 {
    padding-bottom: 27px;
  }
  .sec-8 .title {
    margin-bottom: 26px;
  }
  .sec-8 .wrapper {
    padding: 0;
  }
  .sec-8 .bg {
    border-radius: 32px;
    padding: 26px 7px 7px 8px;
  }
  .sec-8 .bg .zag {
    font-size: 30px;
    letter-spacing: -0.928px;
    text-align: left;
    margin-bottom: 10px;
    padding: 0 8px;
  }
  .sec-8 .bg .big {
    font-size: 18px;
    line-height: 25.2px;
    text-align: left;
    margin: 0 auto 11px auto;
    padding: 0 8px;
  }
  .sec-8 .bg .text {
    font-size: 16px;
    line-height: 25.2px;
    text-align: left;
    width: 90%;
    padding: 0 7px 0 8px;
    margin: 0 0 41px 0;
  }
  .sec-8 .bg .mySwiper {
    padding: 0 0 38px 0;
  }
  .sec-8 .bg .mySwiper .item {
    padding: 15px 10px 20px 10px;
  }
  .sec-8 .bg .mySwiper .item .zag {
    font-size: 18px;
    letter-spacing: 0;
    padding: 13px 16px;
    margin-bottom: 15px;
  }
  .sec-8 .bg .mySwiper .item .txt {
    font-size: 14px;
  }
  .sec-8 .bg .mySwiper .item ul {
    margin-bottom: 14px;
  }
  .sec-8 .bg .mySwiper .item ul li {
    font-size: 16px;
    line-height: 25.2px;
    letter-spacing: -0.4px;
    gap: 14px;
  }
  .sec-8 .bg .mySwiper .item .btn {
    max-width: 218px;
    background-position: 95% 50%;
    background-size: 30px !important;
  }
  .sec-8 .bg .mySwiper .swiper-button-next, .sec-8 .bg .mySwiper .swiper-button-prev {
    width: 36px;
    height: 36px;
  }
  .sec-8 .bg .mySwiper .swiper-button-next svg, .sec-8 .bg .mySwiper .swiper-button-prev svg {
    width: 28px;
    height: 28px;
  }
  .sec-8 .bg .mySwiper .swiper-button-next {
    right: 0;
  }
  .sec-8 .bg .mySwiper .swiper-button-prev {
    left: 0;
  }
  .sec-9 {
    display: none;
  }
  .sec-10 .wrapper {
    border-radius: 26px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .sec-10 .title {
    color: #1A2954;
    margin-bottom: 20px;
  }
  .sec-10 .box {
    margin: 0 -4px 9px -3px;
  }
  .sec-10 .box .panel {
    padding: 11px 11px 11px 15px;
    border-radius: 18px;
    margin-bottom: 12px;
  }
  .sec-10 .box .panel .panel-heading a span {
    font-size: 16px;
    line-height: 22.4px;
    width: 90%;
  }
  .sec-10 .box .panel .panel-heading a svg {
    width: 24px;
    height: 24px;
  }
  .sec-10 .btn {
    background-position: 98% 50%;
    background-size: 30px !important;
    font-size: 14px;
  }
  .sec-11 {
    padding: 28px 0 54px 0;
  }
  .sec-11 .title {
    margin-bottom: 18px;
  }
  .sec-11 .box {
    gap: 18px 0;
  }
  .sec-11 .box .item {
    padding: 25px 12px 22px 13px;
  }
  .sec-11 .box .item .icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px auto;
  }
  .sec-11 .box .item .icon img {
    width: calc(100% + 10px);
  }
  .sec-11 .box .item .zag {
    margin-bottom: 9px;
  }
  .sec-11 .box .item .price {
    font-size: 30px;
  }
  .sec-11 .box .item .price span {
    font-size: 16px;
  }
  .sec-11 .box .item .urok {
    font-size: 16px;
    gap: 7px;
    margin: 0 auto 10px auto;
    padding: 0 40px 9px;
  }
  .sec-11 .box .item .prices {
    font-size: 18px;
    margin-bottom: 7px;
  }
  .sec-11 .box .item .info {
    border-radius: 22px;
    margin-bottom: 17px;
  }
  .sec-11 .box .item .info .it:before {
    width: 24px;
    height: 24px;
  }
  .sec-11 .box .item .btn {
    background-position: 95% 50%;
    background-size: 30px !important;
    width: 204px;
  }
  .sec-12 {
    padding: 41px 0 4px 0;
  }
  .sec-12 .title {
    margin-bottom: 11px;
  }
  .sec-12 .text {
    font-size: 16px;
    line-height: 25.2px;
    margin-bottom: 17px;
  }
  .sec-12 .box .left {
    width: calc(100% + 25px);
    margin: -1px 0 0 -13px;
  }
  .sec-12 .box .right {
    padding: 0;
  }
  .sec-12 .box .right:after {
    width: 3px;
  }
  .sec-12 .box .right .item {
    gap: 11px;
    margin-bottom: 27px;
    padding: 17px 15px 15px 15px;
    align-items: flex-start;
  }
  .sec-12 .box .right .item:nth-child(1) {
    padding: 18px 14px 16px 14px;
  }
  .sec-12 .box .right .item:nth-child(1) .lf {
    padding: 0;
  }
  .sec-12 .box .right .item:nth-child(3) .lf, .sec-12 .box .right .item:nth-child(4) .lf {
    padding: 8px 0 0 0;
  }
  .sec-12 .box .right .item:nth-child(3) .lf .text, .sec-12 .box .right .item:nth-child(4) .lf .text {
    margin: 0 0 5px 0;
  }
  .sec-12 .box .right .item .num {
    width: 33.785px;
    height: 33.785px;
    font-size: 16.615px;
  }
  .sec-12 .box .right .item .num svg {
    width: 18px;
    height: 18px;
  }
  .sec-12 .box .right .item .lf .text {
    line-height: 22.4px;
  }
  .sec-12 .box .right .item .lf .txt {
    font-size: 16px;
    line-height: 22.4px;
  }
  .sec-12 .box .right .item .lf .btn {
    max-width: 203px;
    margin: 9px 0 0 0;
    background-position: 96% 50%;
    background-size: 30px !important;
    height: 43px;
  }
  .sec-13 {
    border-top: none;
    padding: 7px 0 38px 0;
  }
  .sec-13 .box .left .icon {
    margin: 0 0 -33px -32px;
  }
  .sec-13 .box .left .title {
    margin-bottom: 10px;
  }
  .sec-13 .box .left .text {
    font-size: 16px;
    line-height: 25.2px;
  }
  .sec-13 .box .right {
    padding: 19px 0 0 0;
  }
  .sec-13 .box .right .slider .swiper-slide {
    width: 116px;
  }
  .sec-13 .box .right .slider .swiper-slide .img {
    width: 116px;
    height: 180px;
    border-radius: 9.183px;
    margin-bottom: 6px;
  }
  .sec-13 .box .right .slider .swiper-slide .zag {
    font-size: 12px;
  }
  .sec-14 {
    padding: 42px 0 1px 0;
  }
  .sec-14 .text {
    font-size: 16px;
    line-height: 22.4px;
    margin-bottom: 17px;
  }
  .sec-14 .box .item {
    padding: 19px 20px 19px 16px;
    margin-bottom: 12px;
    display: none;
  }
  .sec-14 .box .item:nth-child(1), .sec-14 .box .item:nth-child(2), .sec-14 .box .item:nth-child(3), .sec-14 .box .item:nth-child(4) {
    display: block;
  }
  .sec-14 .box .item .box .ava {
    width: 46px;
    height: 46px;
  }
  .sec-14 .box .item .box .right {
    padding: 1px 0 0 0;
  }
  .sec-14 .box .item .box .right .name {
    font-size: 18px;
  }
  .sec-14 .box .item .box .right .catry {
    font-size: 14px;
  }
  .sec-14 .box .item .box .right .catry svg {
    width: 20px;
    height: 20px;
  }
  .sec-14 .box .item .box .right .star svg {
    width: 100%;
  }
  .sec-14 .box .item .text {
    line-height: 19.6px;
    margin: 1px 0 0 0;
  }
  .sec-15 {
    padding: 42px 0 30px 0;
  }
  .sec-15 .title {
    margin-bottom: 10px;
  }
  .sec-15 .text {
    font-size: 16px;
    line-height: 25.2px;
    width: 98%;
    margin-bottom: 19px;
  }
  .sec-15 .box .panel {
    border-radius: 18px;
    margin-bottom: 14.5px;
  }
  .sec-15 .box .panel .panel-heading a {
    padding: 10px 10px 10px 16px;
  }
  .sec-15 .box .panel .panel-heading a span {
    font-size: 16px;
    line-height: 22.4px;
    width: 85%;
  }
  .sec-15 .box .panel .panel-heading a svg {
    width: 25px;
    height: 25px;
  }
  .sec-15 .btn {
    margin: 4px 0 0 0;
    background-position: 98% 50%;
    background-size: 30px !important;
  }
  .sec-16 {
    padding: 28px 0 376px 0;
  }
  .sec-16 .box .left .title {
    margin-bottom: 10px;
  }
  .sec-16 .box .left .text {
    font-size: 16px;
    line-height: 25.2px;
    margin-bottom: 28px;
  }
  .sec-16 .box .left .app a {
    padding: 3px 10px;
    width: 46.2%;
    gap: 7px;
    border-radius: 9.193px;
  }
  .sec-16 .box .left .app a:last-child {
    width: 50%;
  }
  .sec-16 .box .left .app a:last-child .lf .zag {
    font-size: 10.112px;
  }
  .sec-16 .box .left .app a:last-child .lf .name {
    font-size: 19px;
  }
  .sec-16 .box .left .app a svg {
    width: 28px;
  }
  .sec-16 .box .left .app a .lf .zag {
    font-size: 10.112px;
  }
  .sec-16 .box .left .app a .lf .name {
    font-size: 20.224px;
  }
  .sec-17 {
    padding: 42px 0 25px 0;
  }
  .sec-17 .box .left {
    margin: 0;
    background: url("../img/mobile-img.png") 50% 7px no-repeat;
    padding: 315px 0 0 0;
  }
  .sec-17 .box .left img {
    display: none;
  }
  .sec-17 .box .left .btn {
    margin: -55px auto 0 auto;
    background: url("../img/btn.svg") 98% 50% no-repeat, rgba(197, 233, 255, 0.2);
    background-size: 30px !important;
    padding: 0 4px 0 21px;
  }
  .sec-17 .box .right .title {
    max-width: 300px;
    margin-bottom: 10px;
  }
  .sec-17 .box .right .text {
    font-size: 16px;
    line-height: 25.2px;
    margin-bottom: 18px;
  }
  .sec-17 .box .right .panel {
    margin-bottom: 12px;
  }
  .sec-17 .box .right .panel .panel-heading a {
    padding: 0 10px 0 16px;
    gap: 14px;
  }
  .sec-17 .box .right .panel .panel-heading a .icon {
    width: 36px;
    height: 36px;
  }
  .sec-17 .box .right .panel .panel-heading a span {
    font-size: 16px;
    line-height: 22.4px;
  }
  .sec-17 .box .right .panel .panel-heading a svg {
    width: 25px;
    height: 25px;
    margin: 0;
  }
  footer {
    padding: 30px 8px;
  }
  footer .wrapper {
    padding: 20px 19px 59px 19px;
    border-radius: 26px;
  }
  footer .title {
    margin-bottom: 17px;
  }
  footer .box .left {
    margin-bottom: -1px;
  }
  footer .box .left .box .item {
    margin-bottom: 25px;
  }
  footer .box .left .box .item:last-child .tel {
    margin-bottom: 30px;
  }
  footer .box .left .box .item .zag {
    font-size: 16px;
    margin-bottom: 14px;
  }
  footer .box .left .box .item .tel {
    gap: 12px;
    margin-bottom: 9px;
  }
  footer .box .left .box .item .tel a {
    font-size: 26px;
    background-size: 24px;
    padding: 0 0 0 37px;
    background-position: 0 3px;
    letter-spacing: 0;
  }
  footer .box .left .box .item .whatsapp {
    font-size: 28px;
    line-height: 40px;
  }
  footer .box .left .box .item .whatsapp a {
    font-size: 28px;
    line-height: 40px;
    margin: 0 0 0 3px;
  }
  footer .box .left .box .item .whatsapp svg {
    width: 34px;
    height: 34px;
    margin: -3px 0 0 0;
  }
  footer .box .left .box .item .mail a {
    font-size: 26px;
    background-size: 24px;
    padding: 0 0 0 37px;
    background-position: 0 2px;
  }
  footer .box .left .box .item .copy {
    bottom: 13px;
    font-size: 10px;
  }
  footer .box .right .zag {
    font-size: 16px;
    margin-bottom: 10px;
  }
  footer .box .right .soc {
    margin-bottom: 16px;
  }
  footer .box .right .soc a svg {
    width: 36px;
    height: 36px;
  }
  footer .box .right .foot-menu {
    margin: -13px 0 0 0;
  }
  footer .box .right .foot-menu ul li {
    margin-bottom: -9px;
  }
  footer .box .right .foot-menu ul li a {
    font-size: 14px;
  }
  .popup-fade .popup {
    width: 95%;
    padding: 20px;
  }
  .popup-fade .popup .title {
    font-size: 27px;
  }
}

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