@font-face {
  font-family: "Basis Grotesque Pro";
  src: url("../fonts/BasisGrotesquePro-Medium.eot");
  src: local("Basis Grotesque Pro Medium"), local("BasisGrotesquePro-Medium"), url("../fonts/BasisGrotesquePro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/BasisGrotesquePro-Medium.woff2") format("woff2"), url("../fonts/BasisGrotesquePro-Medium.woff") format("woff"), url("../fonts/BasisGrotesquePro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Basis Grotesque Pro";
  src: url("../fonts/BasisGrotesquePro-Bold.eot");
  src: local("Basis Grotesque Pro Bold"), local("BasisGrotesquePro-Bold"), url("../fonts/BasisGrotesquePro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/BasisGrotesquePro-Bold.woff2") format("woff2"), url("../fonts/BasisGrotesquePro-Bold.woff") format("woff"), url("../fonts/BasisGrotesquePro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Basis Grotesque Pro";
  src: url("../fonts/BasisGrotesquePro-Black.eot");
  src: local("Basis Grotesque Pro Black"), local("BasisGrotesquePro-Black"), url("../fonts/BasisGrotesquePro-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/BasisGrotesquePro-Black.woff2") format("woff2"), url("../fonts/BasisGrotesquePro-Black.woff") format("woff"), url("../fonts/BasisGrotesquePro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Basis Grotesque Pro";
  src: url("../fonts/BasisGrotesquePro-Regular.eot");
  src: local("Basis Grotesque Pro Regular"), local("BasisGrotesquePro-Regular"), url("../fonts/BasisGrotesquePro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/BasisGrotesquePro-Regular.woff2") format("woff2"), url("../fonts/BasisGrotesquePro-Regular.woff") format("woff"), url("../fonts/BasisGrotesquePro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
*, ::after, ::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #787878;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: #FFF;
  padding-top: 126px;
}

a {
  text-decoration: none;
  color: #000;
}

img {
  max-width: 100%;
  display: block;
}

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

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

.breadcrumb {
  padding: 15px 0 8px 4px;
}
.breadcrumb > span {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px;
}
.breadcrumb > span span {
  color: #A4A4A4;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.breadcrumb > span span a {
  color: #A4A4A4;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.5s;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 3px;
}
.breadcrumb > span span a:hover {
  color: #3F48CC;
}
.breadcrumb > span span a:after {
  content: "-";
  color: #A4A4A4;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h1 {
  color: #000;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
}

@media (max-width: 1510px) {
  .wrapper {
    max-width: 1320px;
  }
}
@media (max-width: 1399px) {
  .wrapper {
    max-width: 1140px;
  }
}
@media (max-width: 1199px) {
  .wrapper {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .wrapper {
    max-width: 720px;
  }
  body {
    padding-top: 106px;
  }
}
@media (max-width: 767px) {
  .wrapper {
    max-width: 540px;
  }
  body {
    padding-top: 60px;
  }
}
@media (max-width: 575px) {
  .wrapper {
    max-width: 100%;
  }
  .breadcrumb {
    padding: 18px 0 14px 0;
  }
  .breadcrumb ol li {
    font-size: 11px;
  }
  .breadcrumb ol li a {
    font-size: 11px;
  }
  .breadcrumb ol li a:after {
    font-size: 11px;
  }
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 10;
}
header .top-banner {
  background: #B3B4B4;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 11px 0;
}
header .top-banner .box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
header .box {
  align-items: center;
  width: 98.3%;
  margin: 0 auto;
}
header .logo {
  width: 310px;
  height: 84px;
  overflow: hidden;
}
header .logo a {
  display: block;
  width: 100%;
}
header .logo a img {
  max-width: 469px;
  margin: -43px 0 0 -87px;
}
header .menu {
  margin: 0 0 3px 136px;
  width: 50%;
}
header .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
header .menu ul li a {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-bottom: 1px solid transparent;
  transition: all 0.5s;
}
header .menu ul li a:hover {
  border-bottom: 1px solid #000;
}
header .tel {
  margin: 0 20px 0 auto;
}
header .tel a {
  background: url("../img/tel.svg") 0 50% no-repeat;
  color: #000;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 9px 0 9px 49px;
  transition: all 0.5s;
  display: block;
}
header .tel a:hover {
  color: #3F48CC;
}
header .mail {
  margin: 0 4px 0 0;
}
header .mail a {
  color: #646563;
  text-align: left;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.5s;
  display: block;
}
header .mail a:hover {
  color: #3F48CC;
}
header .burger {
  display: none;
}
header .hide {
  width: 78%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
header .mobile-tel {
  display: none;
}

.category-news header .wrapper, .single header .wrapper, .page-template-oblast header .wrapper, .page-template-yes header .wrapper, .page-template-catalog-all header .wrapper {
  border-bottom: 1px solid #D2D2D4;
}
.category-news header .top-banner .wrapper, .single header .top-banner .wrapper, .page-template-oblast header .top-banner .wrapper, .page-template-yes header .top-banner .wrapper, .page-template-catalog-all header .top-banner .wrapper {
  border: none;
}

.product header .wrapper {
  border: none;
}

@media (max-width: 1510px) {
  header .hide {
    width: 75%;
  }
  header .menu {
    margin: 0 0 3px 50px;
    width: 55%;
  }
}
@media (max-width: 1399px) {
  header .box {
    width: 100%;
  }
  header .hide {
    width: 72%;
  }
  header .menu {
    margin: 0 0 0 30px;
  }
  header .tel {
    margin: 0 15px 0 auto;
  }
  header .mail {
    margin: 0;
  }
}
@media (max-width: 1199px) {
  header .logo {
    width: 250px;
    height: 65px;
  }
  header .logo a img {
    max-width: 355px;
    margin: -33px 0 0 -70px;
  }
  header .menu {
    width: 62%;
  }
  header .tel {
    margin: 0 0 0 auto;
  }
  header .mail {
    display: none;
  }
}
@media (max-width: 991px) {
  header .top-banner {
    font-size: 14px;
  }
  header .top-banner .box {
    gap: 5px;
  }
  header .top-banner .box span {
    width: 95%;
  }
  header .logo {
    width: 225px;
  }
  header .logo a img {
    max-width: 320px;
    margin: -28px 0 0 -63px;
  }
  header .hide {
    width: 66%;
  }
  header .menu {
    width: 87%;
    margin: 0;
  }
  header .menu ul li a {
    font-size: 14px;
  }
  header .tel a {
    padding: 0;
    font-size: 0;
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 767px) {
  header .top-banner {
    display: none;
  }
  header .burger {
    display: block;
    background: none;
    border: none;
    position: relative;
    z-index: 1;
  }
  header .burger span {
    width: 24px;
    height: 2px;
    margin-bottom: 3px;
    transition: all 0.5s;
    display: block;
    background: #000;
  }
  header .burger span:last-child {
    width: 18px;
    margin: 0;
  }
  header .burger.active span {
    transform: rotate(45deg);
    margin-bottom: -2px;
  }
  header .burger.active span:last-child {
    transform: rotate(-45deg);
    width: 24px;
    margin: 0;
  }
  header .hide {
    display: none;
    position: absolute;
    width: 100%;
    height: 100vh;
    background: #fff;
    left: 0;
    top: 0;
    padding: 133px 0 0 0;
  }
  header .mobile-tel {
    display: block;
    position: relative;
    z-index: 1;
  }
  header .mobile-tel a {
    width: 25px;
    height: 25px;
    background: url("../img/tel1.svg") 0 0 no-repeat;
    background-size: cover;
    font-size: 0;
    display: block;
  }
  header .logo {
    width: 190px;
    height: 53px;
    position: relative;
    z-index: 1;
  }
  header .logo a img {
    max-width: 275px;
    margin: -25px 0 0 -54px;
  }
  header .menu {
    width: 100%;
  }
  header .menu ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 19px;
  }
  header .menu ul li a {
    font-size: 24px;
  }
  header .tel {
    margin: 34vh 0 0 0;
  }
  header .tel a {
    padding: 0;
    font-size: 21px;
    width: fit-content;
    height: auto;
    background: none;
    margin: 99px auto 0 auto;
  }
  header .mail {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 5px 0 0 0;
  }
}
.sec-1 {
  padding: 36px 0 0 0;
}
.sec-1 .box {
  width: 92.6%;
}
.sec-1 .box .left {
  width: 44%;
  padding: 11px 0 0 0;
}
.sec-1 .box .left h1 {
  color: #000;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px;
  margin-bottom: 30px;
}
.sec-1 .box .left .text {
  color: #787878;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0 0 0 7px;
  width: 80%;
  margin-bottom: 29px;
}
.sec-1 .box .left .btn {
  display: block;
  width: 282px;
  border-radius: 12px;
  background: #3F48CC url("../img/arrow.svg") 93% 50% no-repeat;
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  transition: all 0.5s;
  margin: 0 0 0 6px;
  padding: 20px 13px 20px 0;
  text-align: center;
}
.sec-1 .box .left .btn:hover {
  background: #0C16A4 url("../img/arrow.svg") 93% 50% no-repeat;
}
.sec-1 .box .right {
  width: 43.8%;
}
.sec-1 .box .right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sec-1 .swiper-pagination {
  display: none;
}

.catalog .sec-1 .box {
  width: 99.7%;
  padding: 0 0 0 5px;
}
.catalog .sec-1 .box .left h1 {
  margin-bottom: 38px;
}
.catalog .sec-1 .box .left .text {
  padding: 0;
  width: 85%;
  margin-bottom: 58px;
}
.catalog .sec-1 .box .left .btn {
  margin: 0;
  padding: 23px 0 22px 0;
  width: 256px;
  background: #3F48CC;
}
.catalog .sec-1 .box .left .btn:hover {
  background: #0C16A4;
}
.catalog .sec-1 .box .right {
  width: 51.7%;
}

.product .sec-1 {
  background: #F4F6FA;
  padding: 15px 0 0 0;
}
.product .sec-1 .box {
  width: 93.6%;
}
.product .sec-1 .box .left {
  width: 61%;
  padding: 34px 0 0 5px;
}
.product .sec-1 .box .left h1 {
  margin-bottom: 24px;
}
.product .sec-1 .box .left .more {
  color: #3F48CC;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.5s;
}
.product .sec-1 .box .left .more:hover {
  color: #000;
}
.product .sec-1 .box .left .text {
  padding: 0;
  width: 83%;
  margin-bottom: 31px;
  overflow: hidden;
  height: 75px;
  transition: all 0.5s;
}
.product .sec-1 .box .left.active .text {
  height: fit-content;
}
.product .sec-1 .box .left .box {
  width: fit-content;
  gap: 36px;
  margin: 36px 0 0 -10px;
}
.product .sec-1 .box .left .box:nth-child(3) {
  margin: 0 0 0 -10px;
  align-items: center;
}
.product .sec-1 .box .left .box:nth-child(3) .btn {
  background: #3F48CC;
  width: 245px;
  padding: 20px 0;
  margin: 0;
}
.product .sec-1 .box .left .box:nth-child(3) .btn:hover {
  background: #0C16A4;
}
.product .sec-1 .box .left .box .link {
  color: #7C7E82;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-bottom: 5px solid transparent;
  transition: all 0.5s;
  padding: 0 10px 7px 10px;
}
.product .sec-1 .box .left .box .link.active {
  color: #000000;
  border-bottom: 5px solid #3F48CC;
}
.product .sec-1 .box .right {
  margin: -79px 0 -69px 0;
  mix-blend-mode: darken;
  width: 38.8%;
}

@media (max-width: 1510px) {
  .sec-1 .box {
    width: 100%;
  }
  .sec-1 .box .left {
    width: 46%;
  }
  .sec-1 .box .right {
    width: 45%;
  }
  .catalog .sec-1 .box {
    width: 100%;
    padding: 0;
  }
  .catalog .sec-1 .box .left .text {
    width: 97%;
  }
  .product .sec-1 .box {
    width: 100%;
  }
  .product .sec-1 .box .right {
    margin: -60px 0 -69px 0;
  }
  .product .sec-1 .box .left h1 {
    font-size: 60px;
  }
  .product .sec-1 .box .left .text {
    width: 93%;
  }
}
@media (max-width: 1399px) {
  .sec-1 .box .left {
    padding: 0;
  }
  .sec-1 .box .left h1 {
    font-size: 55px;
    line-height: 50px;
  }
  .sec-1 .box .left .text {
    padding: 0;
    width: 90%;
  }
  .sec-1 .box .right {
    width: 50%;
  }
  .catalog .sec-1 .box .left .text {
    width: 100%;
  }
  .product .sec-1 .box .left {
    width: 58%;
  }
  .product .sec-1 .box .left h1 {
    font-size: 55px;
  }
  .product .sec-1 .box .left .more {
    color: #3F48CC;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all 0.5s;
  }
  .product .sec-1 .box .left .more:hover {
    color: #000;
  }
  .product .sec-1 .box .left .box {
    margin: 40px 0 0 0;
  }
  .product .sec-1 .box .right img {
    height: 100%;
    object-fit: contain;
  }
}
@media (max-width: 1199px) {
  .sec-1 .box .left h1 {
    font-size: 45px;
    line-height: 43px;
  }
  .sec-1 .box .left .text {
    width: 100%;
  }
  .catalog .sec-1 .box .right {
    width: 50%;
  }
  .product .sec-1 .box .left h1 {
    font-size: 45px;
  }
  .product .sec-1 .box .right {
    margin: -15px 0 0 0;
  }
}
@media (max-width: 991px) {
  .sec-1 .box {
    flex-direction: column-reverse;
  }
  .sec-1 .box .right {
    width: 100%;
    margin-bottom: 20px;
  }
  .sec-1 .box .left {
    width: 100%;
  }
  .sec-1 .swiper-pagination {
    display: block;
  }
  .sec-1 .mySwiper2 {
    padding-bottom: 60px;
  }
  .catalog .sec-1 .box .right {
    width: 100%;
  }
  .product .sec-1 .box .right {
    margin: 0;
    width: 100%;
  }
  .product .sec-1 .box .left {
    width: 100%;
  }
  .product .sec-1 .box .left .text {
    width: 100%;
  }
  .product .sec-1 .box .left .box {
    flex-direction: row;
  }
}
@media (max-width: 575px) {
  .sec-1 {
    padding: 5px 0 0 0;
  }
  .sec-1 .box .right {
    width: 97%;
    margin: 0 auto 19px auto;
  }
  .sec-1 .box .left h1 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 18px;
  }
  .sec-1 .box .left .text {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .sec-1 .box .left .btn {
    margin: 0;
    width: 100%;
    padding: 14px 13px 12px 0;
    border-radius: 5px;
  }
  .catalog .sec-1 .box .left h1 {
    margin-bottom: 18px;
  }
  .catalog .sec-1 .box .left .text {
    margin-bottom: 24px;
  }
  .catalog .sec-1 .box .left .btn {
    padding: 14px 0 12px 0;
    width: 100%;
  }
  .catalog .sec-1 .box .right {
    width: 100%;
    margin-bottom: 50px;
  }
  .product .sec-1 {
    padding: 25px 0 40px 0;
    overflow: hidden;
  }
  .product .sec-1 .box {
    flex-direction: column;
    position: relative;
  }
  .product .sec-1 .box .left {
    padding: 0;
  }
  .product .sec-1 .box .left h1 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 14px;
    text-align: center;
  }
  .product .sec-1 .box .left .text {
    width: 100%;
    text-align: center;
    margin-bottom: 17px;
  }
  .product .sec-1 .box .left .more {
    width: fit-content;
    display: block;
    margin: 0 auto;
    font-size: 14px;
  }
  .product .sec-1 .box .left .box {
    position: absolute;
    left: 0;
    bottom: -40px;
    margin: 0;
    width: 100%;
    justify-content: center;
    gap: 15px;
  }
  .product .sec-1 .box .left .box:nth-child(3) {
    margin: 0;
    position: inherit;
  }
  .product .sec-1 .box .left .box:nth-child(3) .btn {
    width: 100%;
  }
  .product .sec-1 .box .left .box .link {
    font-size: 14px;
  }
  .product .sec-1 .box .right {
    margin: 12px 0 0 2px;
    width: calc(100% + 67px);
  }
}
.sec-2 {
  padding: 92px 0 0 0;
}
.sec-2 .swiper-wrapper {
  padding: 0;
}
.sec-2 .swiper-wrapper .item {
  border-radius: 19px;
  border: 3px solid #CCDDE9;
  background: #FFF;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(9.5px);
  transition: all 0.5s;
  width: 24.3%;
  padding: 20px 18px 24px 26px;
  cursor: pointer;
}
.sec-2 .swiper-wrapper .item .title {
  color: #222;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 13px;
}
.sec-2 .swiper-wrapper .item .box {
  padding: 0;
}
.sec-2 .swiper-wrapper .item .box .text {
  color: #787878;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 65%;
}
.sec-2 .swiper-wrapper .item .box .icon {
  width: 82px;
  height: 82px;
  background: #F4F5FB;
  transition: all 0.5s;
  border-radius: 100px;
  overflow: hidden;
}
.sec-2 .swiper-wrapper .item .box .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-2 .swiper-wrapper .item:hover, .sec-2 .swiper-wrapper .item.swiper-slide-thumb-active {
  border: 3px solid #CCDDE9;
  background: #F2F3F7;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.04);
}
.sec-2 .swiper-wrapper .item:hover .icon, .sec-2 .swiper-wrapper .item.swiper-slide-thumb-active .icon {
  background: #fff;
}
.sec-2 .swiper-wrapper .item:hover {
  margin-top: -30px;
}
.sec-2 .swiper {
  overflow: visible;
}

@media (max-width: 1510px) {
  .sec-2 .swiper-wrapper {
    padding: 0;
  }
  .sec-2 .swiper-wrapper .item {
    padding: 20px 15px;
  }
  .sec-2 .swiper-wrapper .item .title {
    font-size: 22px;
    line-height: 27px;
  }
}
@media (max-width: 1399px) {
  .sec-2 .swiper-wrapper .item .title {
    font-size: 18px;
    line-height: 20px;
  }
  .sec-2 .swiper-wrapper .item .box .text {
    width: 75%;
    flex-shrink: 0;
    font-size: 14px;
  }
  .sec-2 .swiper-wrapper .item .box .icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
  }
}
@media (max-width: 1199px) {
  .sec-2 .swiper-wrapper .item .title {
    font-size: 14px;
    line-height: 16px;
    width: 93%;
  }
  .sec-2 .swiper-wrapper .item .box {
    justify-content: space-between;
  }
  .sec-2 .swiper-wrapper .item .box .text {
    width: 73%;
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .sec-2 {
    display: none;
  }
}
.sec-3 {
  padding: 98px 0 0 0;
}
.sec-3 .box {
  padding: 0 2px 33px 6px;
}
.sec-3 .box .title {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  width: 37%;
  padding: 0 0 0 2px;
}
.sec-3 .box .text {
  color: #787878;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-left: 7px solid #3F48CC;
  width: 49.4%;
  padding: 0 0 0 25px;
  margin: -6px -2px 0 0;
}
.sec-3 .box .item {
  border-radius: 29px;
  background: linear-gradient(180deg, #EFEEF4 0%, #F3F3F7 82.41%);
  overflow: hidden;
  position: relative;
  width: 49.3%;
  padding: 51px 35px 75px 35px;
  margin-bottom: 17px;
}
.sec-3 .box .item .img {
  width: 100%;
  height: 500px;
}
.sec-3 .box .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-3 .box .item .bg {
  border-radius: 0 0 29px 29px;
  background: rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(9.5px);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 23px 37px 20px 24px;
  transition: all 0.5s;
}
.sec-3 .box .item .bg .zag {
  width: 68%;
}
.sec-3 .box .item .bg .zag span {
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  display: block;
}
.sec-3 .box .item .bg .zag span:after {
  content: "";
  background: url("../img/arrow1.svg") 0 0 no-repeat;
  width: 22px;
  height: 22px;
  display: inline-block;
  margin: 0 0 0 12px;
}

.sec-3 .box .item .bg .text {
  border: none;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
  padding: 0;
  margin-top: 9px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height .5s, opacity .3s 0s;
}
.sec-3 .box .item:hover .text {
  opacity: 1;
  transition: max-height .5s, opacity .3s .15s;
}

@media (max-width: 1510px) {
  .sec-3 .box {
    padding: 0 0 33px 0;
  }
  .sec-3 .box .title {
    width: 40%;
    padding: 0;
  }
  .sec-3 .box .text {
    width: 54%;
    margin: 0;
  }
  .sec-3 .box .item .bg .zag {
    width: 77%;
  }
}
@media (max-width: 1399px) {
  .sec-3 .box .title {
    font-size: 35px;
    line-height: 40px;
  }
  .sec-3 .box .text {
    font-size: 18px;
  }
  .sec-3 .box .item .bg .img {
    height: 375px;
  }
  .sec-3 .box .item .bg .img img {
    object-fit: contain;
  }
  .sec-3 .box .item .bg .zag {
    width: 91%;
  }
}
@media (max-width: 1199px) {
  .sec-3 .box .title {
    font-size: 29px;
    line-height: 35px;
  }
  .sec-3 .box .item {
    width: 100%;
  }
  .sec-3 .box .item .bg {
    bottom: 0;
  }
}
@media (max-width: 991px) {
  .sec-3 .box .title {
    width: 100%;
    margin-bottom: 10px;
  }
  .sec-3 .box .text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sec-3 .box .item .img {
    height: 300px;
  }
}
@media (max-width: 575px) {
  .sec-3 {
    padding: 56px 0 0 0;
  }
  .sec-3 .box {
    padding: 0 0 25px 0;
  }
  .sec-3 .box .title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 21px;
  }
  .sec-3 .box .text {
    font-size: 14px;
    padding: 0 10px 0 14px;
  }
  .sec-3 .box .item {
    padding: 9px 10px 120px 10px;
    margin-bottom: 20px;
  }
  .sec-3 .box .item .img {
    height: 214px;
  }
  .sec-3 .box .item .bg {
    padding: 15px 17px 17px 10px;
  }
  .sec-3 .box .item .bg .zag {
    width: 100%;
  }
  .sec-3 .box .item .bg .zag span {
    font-size: 20px;
    line-height: 20px;
  }
  .sec-3 .box .item .bg .zag span:after {
    display: none;
  }
  .sec-3 .box .item .bg .text {
    font-size: 14px;
    margin: 14px 0 0 0;
  }
}
.sec-4 {
  padding: 46px 0 109px 0;
}
.sec-4 .title {
  color: #000;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
  margin-bottom: 34px;
}
.sec-4 .text {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 74%;
  margin: 0 auto 75px auto;
}
.sec-4 .box {
  width: 85%;
  margin: 0 auto;
}
.sec-4 .box .item {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.sec-4 .box .item .icon {
  width: 104px;
  height: 104px;
  background: #F2F1F7;
  border-radius: 150px;
  margin: 0 auto 39px auto;
  overflow: hidden;
}
.sec-4 .box .item .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-4 .box .item .zag {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 19px;
}
.sec-4 .box .item .text {
  color: #727272;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 95%;
  height: 45px;
  min-height: 45px;
  margin: 0 auto 24px auto;
  overflow: hidden;
  transition: all 0.5s;
}
.sec-4 .box .item .more-btn {
  width: fit-content;
  margin: 0 auto;
  height: 20px;
}
.sec-4 .box .item .more-btn a {
  color: #3F48CC;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.5s;
}
.sec-4 .box .item .more-btn a:hover {
  color: #000;
}
.sec-4 .box .item.active .text {
  height: fit-content;
}

.catalog .sec-4 {
  padding: 46px 0 101px 0;
}
.catalog .sec-4 .text {
  margin: 0 auto 66px auto;
}
.catalog .sec-5 + .sec-4 {
  padding: 106px 0 0 0;
}
.catalog .sec-5 + .sec-4 .text {
  margin: 0 auto 73px auto;
}
.catalog .sec-5 + .sec-4 .box .item {
  margin-bottom: 82px;
}
.catalog .sec-5 + .sec-4 .box .item .text {
  margin: 0 auto 26px auto;
}

.product .sec-4 {
  padding: 134px 0 81px 0;
}
.product .sec-4 .box .item {
  margin-bottom: 38px;
}

@media (max-width: 1510px) {
  .sec-4 .text {
    width: 93%;
  }
  .sec-4 .box {
    width: 100%;
  }
}
@media (max-width: 1399px) {
  .sec-4 .text {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .sec-4 .text {
    width: 100%;
  }
  .sec-4 .box .item {
    width: 33%;
  }
  .sec-4 .box .item .text {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .sec-4 .box .item {
    width: 48%;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .sec-4 .box .item {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .sec-4 {
    padding: 8px 0 44px 0;
  }
  .sec-4 .title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 21px;
  }
  .sec-4 .text {
    width: 98%;
    font-size: 14px;
    color: #787878;
    margin: 0 auto 36px auto;
  }
  .sec-4 .box {
    overflow: hidden;
    overflow-x: scroll;
    flex-wrap: nowrap;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
  }
  .sec-4 .box::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .sec-4 .box .item {
    width: 62vw;
    flex-shrink: 0;
    margin: 0;
  }
  .sec-4 .box .item .icon {
    margin: 0 auto 19px auto;
  }
  .sec-4 .box .item .zag {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 18px;
  }
  .sec-4 .box .item .text {
    font-size: 14px;
    margin: 0;
    height: 57px;
    min-height: 57px;
  }
  .catalog .sec-4 {
    padding: 46px 0 54px 0;
  }
  .catalog .sec-4 .text {
    margin: 0 auto 33px auto;
  }
  .catalog .sec-5 + .sec-4 {
    padding: 48px 0 38px 0;
  }
  .catalog .sec-5 + .sec-4 .text {
    margin: 0 auto 35px auto;
  }
  .catalog .sec-5 + .sec-4 .box .item {
    margin-bottom: 0;
  }
  .product .sec-4 {
    padding: 41px 0 2px 0;
  }
}
.sec-5 {
  background: #F2F1F7;
  padding: 47px 0 89px 0;
}
.sec-5 .box {
  padding: 0 0 0 8px;
  align-items: center;
}
.sec-5 .box .left {
  width: 48.1%;
  height: 490px;
  border-radius: 19px;
  overflow: hidden;
}
.sec-5 .box .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-5 .box .right {
  width: 47%;
  padding: 9px 0 0 0;
  height: fit-content;
}
.sec-5 .box .right .title {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  margin-bottom: 20px;
}
.sec-5 .box .right .text {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 62px;
}
.sec-5 .box .right .btn {
  border-radius: 12px;
  background: #3F48CC;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  transition: all 0.5s;
  padding: 21px;
  display: block;
  width: 300px;
}
.sec-5 .box .right .btn:hover {
  background: #0C16A4;
}

.catalog .sec-5 {
  padding: 61px 0 57px 0;
}

.product .sec-5 {
  padding: 67px 0 69px 0;
}
.product .sec-5 .box {
  padding: 0 5px 0 9px;
}
.product .sec-5 .box .left {
  width: 48.4%;
}
.product .sec-5 .box .right {
  width: 42.7%;
  padding: 0 0 14px 0;
}
.product .sec-5 .box .right .title {
  margin-bottom: 28px;
}
.product .sec-5 .box .right .text {
  width: 95%;
  margin-bottom: 42px;
}
.product .sec-5 .box .right .box {
  padding: 0;
}
.product .sec-5 .box .right .box .link {
  color: #3F48CC;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  transition: all 0.5s;
}
.product .sec-5 .box .right .box .link:hover {
  color: #000;
}

@media (max-width: 1510px) {
  .sec-5 .box {
    padding: 0;
  }
  .product .sec-5 .box {
    padding: 0;
  }
  .product .sec-5 .box .right {
    width: 47%;
    padding: 0;
  }
}
@media (max-width: 1399px) {
  .sec-5 .box .right .title {
    font-size: 35px;
  }
  .sec-5 .box .right .text {
    font-size: 20px;
  }
  .product .sec-5 .box .left {
    width: 45%;
  }
  .product .sec-5 .box .right {
    width: 53%;
  }
}
@media (max-width: 1199px) {
  .sec-5 .box .right {
    width: 49%;
    padding: 0;
  }
  .sec-5 .box .right .title {
    font-size: 30px;
    line-height: 54px;
  }
  .sec-5 .box .right .text {
    font-size: 18px;
  }
  .product .sec-5 .box .right .box .link {
    margin: 30px 0 0 0;
  }
}
@media (max-width: 991px) {
  .sec-5 .box .left {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
  }
  .sec-5 .box .right {
    width: 100%;
  }
  .product .sec-5 .box .left {
    width: 100%;
  }
  .product .sec-5 .box .right {
    width: 100%;
  }
  .product .sec-5 .box .right .box .link {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .product .sec-5 .box .right .box .link {
    margin: 30px 0 0 0;
  }
}
@media (max-width: 575px) {
  .sec-5 {
    padding: 26px 0 29px 0;
  }
  .sec-5 .box .left {
    height: 208px;
    margin-bottom: 14px;
  }
  .sec-5 .box .right .title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 23px;
  }
  .sec-5 .box .right .text {
    font-size: 14px;
    margin-bottom: 32px;
  }
  .sec-5 .box .right .btn {
    padding: 13px;
    width: 100%;
  }
  .catalog .sec-5 {
    padding: 27px 0 33px 0;
  }
  .catalog .sec-5 .box .left {
    margin-bottom: 25px;
  }
  .catalog .sec-5 .box .right .text {
    margin-bottom: 26px;
  }
  .product .sec-5 {
    padding: 27px 0 28px 0;
  }
  .product .sec-5 .box .left {
    margin-bottom: 25px;
  }
  .product .sec-5 .box .right .title {
    margin-bottom: 23px;
  }
  .product .sec-5 .box .right .text {
    width: 100%;
    margin-bottom: 25px;
  }
  .product .sec-5 .box .right .box .link {
    margin: 26px 0 0 0;
    width: 100%;
  }
}
.sec-6 {
  padding: 100px 0 212px 0;
}
.sec-6 .box {
  padding: 0 7px 0 32px;
  align-items: flex-end;
}
.sec-6 .box .left {
  width: 43%;
  padding-bottom: 20px;
}
.sec-6 .box .left .title {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 64px;
  margin-bottom: 20px;
}
.sec-6 .box .left .text {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 45px;
}
.sec-6 .box .left .info {
  color: #606060;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  border-left: 8px solid #3F48CC;
  margin: 0 0 0 6px;
  padding: 0 0 0 22px;
}
.sec-6 .box .right {
  width: 44.5%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec-6 .box .right .item {
  background: #F2F1F7;
  width: 30.4%;
  padding: 36px 0 20px 0;
}
.sec-6 .box .right .item .icon {
  width: 104px;
  height: 104px;
  background: #fff;
  border-radius: 120px;
  margin: 0 auto 31px auto;
  overflow: hidden;
}
.sec-6 .box .right .item .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-6 .box .right .item .zag {
  color: #4D4D4D;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

@media (max-width: 1510px) {
  .sec-6 .box {
    padding: 0;
  }
  .sec-6 .box .left {
    width: 47%;
    padding: 0;
  }
}
@media (max-width: 1399px) {
  .sec-6 .box .left .title {
    font-size: 35px;
  }
  .sec-6 .box .left .text {
    font-size: 20px;
  }
  .sec-6 .box .right {
    width: 48%;
  }
}
@media (max-width: 1199px) {
  .sec-6 .box .left {
    width: 48%;
  }
  .sec-6 .box .left .title {
    font-size: 30px;
    line-height: 54px;
  }
  .sec-6 .box .left .text {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .sec-6 {
    padding: 100px 0;
  }
  .sec-6 .box .left {
    width: 100%;
    margin-bottom: 30px;
  }
  .sec-6 .box .right {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .sec-6 {
    padding: 28px 0 60px 0;
  }
  .sec-6 .box .left .title {
    font-size: 24px;
    line-height: 28px;
  }
  .sec-6 .box .left .text {
    font-size: 14px;
    margin-bottom: 31px;
  }
  .sec-6 .box .left .info {
    font-size: 14px;
    margin: 0;
    padding: 0 12px 0 13px;
  }
  .sec-6 .box .right {
    overflow: hidden;
    overflow-x: scroll;
    flex-wrap: nowrap;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    gap: 10px;
  }
  .sec-6 .box .right::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .sec-6 .box .right .item {
    background: #fff;
    width: 37vw;
    padding: 2px 0 0 0;
    flex-shrink: 0;
  }
  .sec-6 .box .right .item .icon {
    width: 35vw;
    height: 35vw;
    max-width: 128px;
    max-height: 128px;
    background: #F2F1F7;
    border-radius: 150px;
    margin: 0 auto 14px auto;
  }
  .sec-6 .box .right .item .icon img {
    object-fit: contain;
  }
}
.sec-7 {
  background: #F2F1F7;
  padding: 86px 0 0 0;
}
.sec-7 .box {
  padding: 0 4px 0 8px;
  gap: 19px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.sec-7 .box .item {
  position: relative;
  width: 24.4%;
}
.sec-7 .box .item:first-child {
  width: 48.5%;
  padding: 9px 125px 9px 9px;
}
.sec-7 .box .item:nth-child(4), .sec-7 .box .item:nth-child(5) {
  width: 23.8%;
}
.sec-7 .box .item:nth-child(6) {
  width: 49.7%;
}
.sec-7 .box .item:nth-child(6) .img {
  height: 536px;
}
.sec-7 .box .item:nth-last-child(1), .sec-7 .box .item:nth-last-child(2) {
  margin: -279px 0 0 0;
  width: 23.8%;
}
.sec-7 .box .item .title {
  color: #242424;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 62px;
  margin-bottom: 28px;
}
.sec-7 .box .item .text {
  color: #787878;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-7 .box .item .img {
  width: 100%;
  height: 260px;
  border-radius: 29px;
  overflow: hidden;
}
.sec-7 .box .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  transform: scale(1);
}
.sec-7 .box .item .zag {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  top: 23px;
  left: 27px;
  width: 60%;
}
.sec-7 .box .item:hover .img img {
  transform: scale(1.1);
}
.sec-7 .mobile-all {
  display: none;
}

@media (max-width: 1510px) {
  .sec-7 .box {
    padding: 0;
  }
  .sec-7 .box .item {
    width: 24.2%;
  }
  .sec-7 .box .item:first-child {
    width: 48.5%;
    padding: 9px 80px 9px 9px;
  }
  .sec-7 .box .item:nth-child(4), .sec-7 .box .item:nth-child(5) {
    width: 23.6%;
  }
  .sec-7 .box .item:nth-child(6) {
    width: 49.8%;
  }
  .sec-7 .box .item:nth-last-child(1), .sec-7 .box .item:nth-last-child(2) {
    width: 23.6%;
  }
}
@media (max-width: 1399px) {
  .sec-7 .box .item {
    width: 24%;
  }
  .sec-7 .box .item .title {
    font-size: 60px;
  }
  .sec-7 .box .item:first-child {
    padding: 9px;
  }
  .sec-7 .box .item:nth-child(4), .sec-7 .box .item:nth-child(5) {
    width: 23.3%;
  }
  .sec-7 .box .item:nth-child(6) {
    width: 49.9%;
  }
  .sec-7 .box .item:nth-last-child(1), .sec-7 .box .item:nth-last-child(2) {
    width: 23.3%;
  }
}
@media (max-width: 1199px) {
  .sec-7 .box {
    gap: 18px;
  }
  .sec-7 .box .item {
    width: 32%;
  }
  .sec-7 .box .item:first-child {
    padding: 0;
    width: 100%;
    order: 1;
  }
  .sec-7 .box .item:nth-child(2) {
    order: 2;
  }
  .sec-7 .box .item:nth-child(3) {
    order: 3;
  }
  .sec-7 .box .item:nth-child(4) {
    width: 32%;
    order: 4;
  }
  .sec-7 .box .item:nth-child(5) {
    width: 32%;
    order: 5;
  }
  .sec-7 .box .item:nth-child(6) {
    width: 100%;
    order: 8;
  }
  .sec-7 .box .item:nth-last-child(1) {
    width: 32%;
    margin: 0;
    order: 6;
  }
  .sec-7 .box .item:nth-last-child(2) {
    width: 32%;
    margin: 0;
    order: 7;
  }
}
@media (max-width: 991px) {
  .sec-7 .box .item {
    width: 48.6%;
  }
  .sec-7 .box .item .title {
    font-size: 50px;
  }
  .sec-7 .box .item:nth-child(4), .sec-7 .box .item:nth-child(5), .sec-7 .box .item:nth-last-child(2), .sec-7 .box .item:nth-last-child(1) {
    width: 48.6%;
  }
}
@media (max-width: 767px) {
  .sec-7 .box .item {
    width: 48.2%;
  }
  .sec-7 .box .item:nth-child(4), .sec-7 .box .item:nth-child(5), .sec-7 .box .item:nth-last-child(2), .sec-7 .box .item:nth-last-child(1) {
    width: 48.2%;
  }
}
@media (max-width: 575px) {
  .sec-7 {
    padding: 25px 0 39px 0;
    overflow: hidden;
  }
  .sec-7 .wrapper {
    position: relative;
  }
  .sec-7 .box {
    overflow: hidden;
    overflow-x: scroll;
    flex-wrap: nowrap;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    gap: 15px;
    padding: 126px 0 0 0;
  }
  .sec-7 .box::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .sec-7 .box .item {
    width: 268px;
    flex-shrink: 0;
  }
  .sec-7 .box .item:first-child {
    position: absolute;
    top: 0;
    left: 14px;
  }
  .sec-7 .box .item:nth-child(4), .sec-7 .box .item:nth-child(5), .sec-7 .box .item:nth-last-child(2), .sec-7 .box .item:nth-last-child(1), .sec-7 .box .item:nth-child(6) {
    width: 268px;
  }
  .sec-7 .box .item .title {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 13px -4px;
    width: calc(100% + 13px);
  }
  .sec-7 .box .item .text {
    font-size: 14px;
  }
  .sec-7 .box .item .img {
    height: 221px;
  }
  .sec-7 .box .item:nth-child(6) .img {
    height: 221px;
  }
  .sec-7 .box .item .zag {
    top: 20px;
    left: 15px;
  }
  .sec-7 .mobile-all {
    border-radius: 12px;
    border: 1px solid #D1D1D2;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    transition: all 0.5s;
    width: 100%;
    height: 51px;
    padding: 0 13px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin: 29px auto 0 auto;
    gap: 10px;
  }
  .sec-7 .mobile-all svg path {
    transition: all 0.5s;
  }
  .sec-7 .mobile-all:hover {
    border: 1px solid #000;
    background: #000;
    color: #fff;
  }
  .sec-7 .mobile-all:hover svg path {
    stroke: #fff;
  }
}
.sec-8 {
  background: #F2F1F7;
  padding: 94px 0 50px 0;
}
.sec-8 .bg {
  background: #FFF;
  height: 633px;
  overflow: hidden;
  border-radius: 29px;
  margin: 0 0 0 6px;
  width: calc(100% - 11px);
}
.sec-8 .bg .box .left {
  width: 39%;
  padding: 51px;
}
.sec-8 .bg .box .left .title {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  margin-bottom: 40px;
}
.sec-8 .bg .box .left .text {
  color: #606060;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
}
.sec-8 .bg .box .right {
  width: 50.2%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 61px 0 0;
}
.sec-8 .bg .box .right .list {
  width: 32.7%;
  transform: translateY(-1200px);
  animation: line1 60s linear infinite alternate;
}
.sec-8 .bg .box .right .list:first-child {
  transform: translateY(-16px);
  animation: line2 60s linear infinite alternate;
}
.sec-8 .bg .box .right .list:last-child {
  transform: translateY(-16px);
  animation: line3 60s linear infinite alternate;
}
.sec-8 .bg .box .right .list .img {
  border-radius: 19px;
  background: #E63C38;
  width: 100%;
  height: 121.427px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 13px;
}
.sec-8 .bg .box .right .list .img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@keyframes line1 {
  0% {
    transform: translateY(-1200px);
  }
  100% {
    transform: translateY(-16px);
  }
}
@keyframes line2 {
  0% {
    transform: translateY(-160px);
  }
  100% {
    transform: translateY(-1200px);
  }
}
@keyframes line3 {
  0% {
    transform: translateY(-16px);
  }
  100% {
    transform: translateY(-1200px);
  }
}

.product .sec-8 {
  padding: 72px 0 94px 0;
}

@media (max-width: 1510px) {
  .sec-8 .bg {
    margin: 0;
    width: 100%;
  }
  .sec-8 .bg .box .left {
    width: 43%;
  }
  .sec-8 .bg .box .right {
    width: 55.5%;
  }
}
@media (max-width: 1399px) {
  .sec-8 .bg .box .left .title {
    font-size: 34px;
  }
  .sec-8 .bg .box .left .text {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 1199px) {
  .sec-8 .bg .box .left {
    padding: 40px;
  }
  .sec-8 .bg .box .left .title {
    font-size: 30px;
    line-height: 35px;
  }
  .sec-8 .bg .box .right {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 991px) {
  .sec-8 .bg {
    height: auto;
  }
  .sec-8 .bg .box .left {
    width: 100%;
  }
  .sec-8 .bg .box .right {
    padding: 40px 0;
    width: 100%;
  }
  .sec-8 .bg .box .right .list {
    width: 100%;
    transform: translateX(-1200px);
    animation: line1 60s linear infinite alternate;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    gap: 10px;
  }
  .sec-8 .bg .box .right .list:first-child {
    transform: translateX(-160px);
    animation: line2 60s linear infinite alternate;
  }
  .sec-8 .bg .box .right .list:last-child {
    transform: translateX(-16px);
    animation: line3 60s linear infinite alternate;
  }
  .sec-8 .bg .box .right .list .img {
    flex-shrink: 0;
    width: 250px;
  }
  @keyframes line1 {
    0% {
      transform: translateX(-1200px);
    }
    100% {
      transform: translateX(-16px);
    }
  }
  @keyframes line2 {
    0% {
      transform: translateX(-160px);
    }
    100% {
      transform: translateX(-1200px);
    }
  }
  @keyframes line3 {
    0% {
      transform: translateX(-16px);
    }
    100% {
      transform: translateX(-1200px);
    }
  }
}
@media (max-width: 575px) {
  .sec-8 {
    padding: 30px 0 29px 0;
    background: #fff;
  }
  .sec-8 .bg {
    border-radius: 0;
  }
  .sec-8 .bg .box .left {
    padding: 0;
  }
  .sec-8 .bg .box .left .title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 17px;
  }
  .sec-8 .bg .box .left .text {
    font-size: 14px;
    line-height: normal;
  }
  .sec-8 .bg .box .right {
    padding: 37px 0 0 0;
  }
  .sec-8 .bg .box .right .list .img {
    width: 138px;
    height: 76px;
    margin-bottom: 11px;
    padding: 0 20px;
  }
  .sec-8 .bg .box .right .list:last-child {
    display: none;
  }
  .product .sec-8 {
    padding: 72px 0 71px 0;
  }
}
.sec-9 {
  background: #F2F1F7;
  padding: 28px 0 87px 0;
}
.sec-9 .title {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  margin: 0 0 50px 0;
}
.sec-9 .box {
  margin: 0 12px 0 6px;
}
.sec-9 .box .item {
  width: 23.6%;
  margin-bottom: 48px;
}
.sec-9 .box .item .img {
  border-radius: 19px;
  width: 100%;
  height: 237px;
  overflow: hidden;
  margin-bottom: 21px;
}
.sec-9 .box .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.sec-9 .box .item .zag {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px;
}
.sec-9 .box .item .text {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 19px;
}
.sec-9 .box .item .name {
  color: #838584;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}
.sec-9 .box .item .name img {
  width: 41px;
}
.sec-9 .box .item:hover .img img {
  transform: scale(1.1);
}
.sec-9 .more-btn {
  width: fit-content;
  margin: -3px auto 0 auto;
}
.sec-9 .more-btn a {
  border-radius: 12px;
  border: 1px solid #D1D1D2 !important;
  color: #000 !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  transition: all 0.5s !important;
  width: 203px;
  height: 60px;
  padding: 0 13px 0 37px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.sec-9 .more-btn a:after {
  content: "";
  background: url("../img/icon.svg") 0 0 no-repeat;
  width: 19px;
  height: 19px;
  transition: all 0.5s !important;
}
.sec-9 .more-btn a:hover {
  border: 1px solid #000 !important;
  background: #0C16A4 !important;
  color: #fff !important;
}
.sec-9 .more-btn a:hover:after {
  background: url("../img/icon1.svg") 0 0 no-repeat;
}
.sec-9 .alm-is-loaded .alm-btn-wrap {
  width: fit-content;
  margin: -3px auto 0 auto;
}
.sec-9 .alm-is-loaded .alm-btn-wrap button {
  border-radius: 12px;
  border: 1px solid #D1D1D2 !important;
  color: #000 !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  transition: all 0.5s !important;
  width: 203px;
  height: 60px;
  padding: 0 13px 0 37px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.sec-9 .alm-is-loaded .alm-btn-wrap button:after {
  content: "";
  background: url("../img/icon.svg") 0 0 no-repeat;
  width: 19px;
  height: 19px;
  transition: all 0.5s !important;
}
.sec-9 .alm-is-loaded .alm-btn-wrap button:hover {
  border: 1px solid #000 !important;
  background: #0C16A4 !important;
  color: #fff !important;
}
.sec-9 .alm-is-loaded .alm-btn-wrap button:hover:after {
  background: url("../img/icon1.svg") 0 0 no-repeat;
}
.sec-9 .breadcrumb {
  border-top: 1px solid #D1D1D2;
  padding: 20px 0 0 21px;
  margin: 63px 0 0 0;
}
.sec-9 .breadcrumb > span {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 17px;
}
.sec-9 .breadcrumb > span span {
  color: #979695;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-9 .breadcrumb > span span a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.5s;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px;
}
.sec-9 .breadcrumb > span span a:hover {
  color: #3F48CC;
}
.sec-9 .breadcrumb > span span a:after {
  content: "/";
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.product .sec-9 {
  background: #fff;
  padding: 28px 0 10px 0;
}
.product .sec-9 .title {
  margin: 0 0 26px 0;
}
.product .sec-9 .box {
  margin: 0;
}

.projects .sec-9 {
  background: #fff;
  padding: 3px 0 97px 0;
}
.projects .sec-9 .title {
  font-size: 60px;
  line-height: 60px;
  margin: 0 0 45px 5px;
}
.projects .sec-9 .links {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 0 56px 5px;
  gap: 8px;
}
.projects .sec-9 .links a {
  border-radius: 9px;
  border: 1px solid #D9D9D9;
  color: #3A3D3B;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.5s;
  padding: 15px 40px;
}
.projects .sec-9 .links a.active, .projects .sec-9 .links a:hover {
  background: #3F48CC;
  color: #fff;
}
.projects .sec-9 .box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 83px 26.7px;
  margin-bottom: 79px;
}
.projects .sec-9 .box .item {
  margin-bottom: 0;
}

@media (max-width: 1510px) {
  .sec-9 .box {
    margin: 0;
  }
  .projects .sec-9 .box {
    gap: 83px 24px;
  }
}
@media (max-width: 1399px) {
  .projects .sec-9 .box {
    gap: 83px 20px;
  }
}
@media (max-width: 1199px) {
  .sec-9 .box {
    justify-content: flex-start;
    gap: 18px;
  }
  .sec-9 .box .item {
    width: 32%;
  }
  .projects .sec-9 .box {
    gap: 83px 32px;
  }
  .projects .sec-9 .item {
    width: 31%;
  }
}
@media (max-width: 991px) {
  .sec-9 .box .item {
    width: 48.6%;
  }
  .sec-9 .title {
    font-size: 30px;
    line-height: 54px;
  }
  .projects .sec-9 .box {
    gap: 83px 27px;
  }
  .projects .sec-9 .item {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .sec-9 .box .item {
    width: 100%;
  }
  .projects .sec-9 .box {
    gap: 60px 0;
  }
}
@media (max-width: 575px) {
  .sec-9 {
    padding: 38px 0 35px 0;
  }
  .sec-9 .title {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 32px 0;
  }
  .sec-9 .box {
    overflow: hidden;
    overflow-x: scroll;
    flex-wrap: nowrap;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    gap: 10px;
  }
  .sec-9 .box::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .sec-9 .box .item {
    width: 240px;
    flex-shrink: 0;
    margin-bottom: 0;
  }
  .sec-9 .box .item .img {
    height: 170px;
    margin-bottom: 14px;
  }
  .sec-9 .box .item .zag {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .sec-9 .box .item .text {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .sec-9 .box .item .name {
    font-size: 14px;
    gap: 7px;
  }
  .sec-9 .box .item .name img {
    width: 33px;
  }
  .sec-9 .more-btn {
    display: none;
  }
  .sec-9 .breadcrumb {
    padding: 20px 0 20px 4px;
    margin: 40px 0 0 0;
  }
  .product .sec-9 {
    padding: 28px 0 0 0;
  }
  .product .sec-9 .title {
    margin: 0 0 33px 0;
  }
  .projects .sec-9 {
    padding: 3px 0 37px 0;
  }
  .projects .sec-9 .title {
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 20px 0;
  }
  .projects .sec-9 .links {
    margin: 0 0 19px 0;
    overflow: hidden;
    overflow-x: scroll;
    flex-wrap: nowrap;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    gap: 5px;
  }
  .projects .sec-9 .links::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .projects .sec-9 .links a {
    padding: 4px 24px;
    flex-shrink: 0;
  }
  .projects .sec-9 .box {
    gap: 23px 0;
    margin-bottom: 38px;
  }
  .projects .sec-9 .box .item {
    width: 100%;
  }
  .projects .sec-9 .box .item .img {
    height: 235px;
    margin-bottom: 18px;
  }
  .projects .sec-9 .box .item .zag {
    margin-bottom: 8px;
  }
  .projects .sec-9 .box .item .text {
    margin-bottom: 13px;
  }
  .projects .sec-9 .more {
    display: block;
    width: 100%;
  }
  .projects .sec-9 .more a {
    width: 100%;
    height: 45px;
    padding: 0 9px 0 93px;
    font-size: 13px;
  }
}
.sec-10 {
  padding: 69px 0 0 0;
}
.sec-10 .box {
  padding: 0 0 0 8px;
  align-items: center;
}
.sec-10 .box .left {
  width: 48.1%;
  height: 490px;
  border-radius: 19px;
  overflow: hidden;
}
.sec-10 .box .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-10 .box .right {
  width: 47%;
  padding: 9px 0 0 0;
  height: fit-content;
}
.sec-10 .box .right .title {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  margin-bottom: 20px;
}
.sec-10 .box .right .text {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 62px;
}
.sec-10 .box .right .btn {
  border-radius: 12px;
  background: #3F48CC;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  transition: all 0.5s;
  padding: 21px;
  display: block;
  width: 300px;
}
.sec-10 .box .right .btn:hover {
  background: #0C16A4;
}

.catalog .sec-10 {
  padding: 69px 0 35px 0;
}
.catalog .sec-10 .box {
  border-radius: 12px;
  background: #F2F1F7;
  padding: 27px 32px;
  margin: 0 0 0 19px;
  width: 99%;
}
.catalog .sec-10 .box .left {
  width: 50.5%;
}
.catalog .sec-10 .box .right {
  width: 44.7%;
  padding: 0 71px 0 0;
}

@media (max-width: 1510px) {
  .sec-10 .box {
    padding: 0;
  }
  .catalog .sec-10 .box .right {
    padding: 0;
  }
}
@media (max-width: 1399px) {
  .sec-10 .box .right .title {
    font-size: 35px;
  }
  .sec-10 .box .right .text {
    font-size: 20px;
  }
  .catalog .sec-10 .box {
    padding: 20px;
    margin: 0;
    width: 100%;
  }
  .catalog .sec-10 .box .left {
    width: 48.1%;
  }
  .catalog .sec-10 .box .right {
    width: 49%;
  }
}
@media (max-width: 1199px) {
  .sec-10 .box .right {
    padding: 0;
    width: 49%;
  }
  .sec-10 .box .right .title {
    font-size: 30px;
    line-height: 54px;
  }
  .sec-10 .box .right .text {
    font-size: 18px;
  }
  .catalog .sec-10 .box .left {
    width: 46%;
  }
  .catalog .sec-10 .box .right {
    width: 51%;
  }
}
@media (max-width: 991px) {
  .sec-10 .box .left {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
  }
  .sec-10 .box .right {
    width: 100%;
  }
  .catalog .sec-10 .box .left {
    width: 100%;
  }
  .catalog .sec-10 .box .right {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .sec-10 {
    padding: 29px 0 0 0;
  }
  .sec-10 .box .left {
    height: 208px;
    margin-bottom: 24px;
  }
  .sec-10 .box .right .title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 23px;
  }
  .sec-10 .box .right .text {
    font-size: 14px;
    margin-bottom: 26px;
  }
  .sec-10 .box .right .btn {
    padding: 13px;
    width: 100%;
  }
  .catalog .sec-10 {
    padding: 28px 0 32px 0;
    background: #F2F1F7;
  }
  .catalog .sec-10 .box {
    padding: 0;
  }
}
.sec-11 {
  padding: 67px 0 72px 0;
}
.sec-11 .box {
  border-top: 1px solid #D1D1D2;
  padding: 52px 0 0 0;
}
.sec-11 .box .item {
  width: 11%;
}
.sec-11 .box .item .icon {
  width: 118px;
  height: 118px;
  border-radius: 150px;
  background: #F2F1F7;
  margin: 0 auto 31px auto;
  overflow: hidden;
}
.sec-11 .box .item .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-11 .box .item .zag {
  color: #4D4D4D;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

.catalog .sec-11 {
  padding: 67px 0 50px 0;
}
.catalog .sec-11 .breadcrumb {
  border-top: 1px solid #D1D1D2;
  padding: 20px 0 0 21px;
  margin: 71px 0 0 0;
}
.catalog .sec-11 .breadcrumb > span {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 17px;
}
.catalog .sec-11 .breadcrumb > span span {
  color: #979695;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.catalog .sec-11 .breadcrumb > span span a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.5s;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px;
}
.catalog .sec-11 .breadcrumb > span span a:hover {
  color: #3F48CC;
}
.catalog .sec-11 .breadcrumb > span span a:after {
  content: "/";
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 1510px) {
  .sec-11 .box .item {
    width: 12%;
  }
}
@media (max-width: 1399px) {
  .sec-11 .box .item {
    width: 13%;
  }
}
@media (max-width: 1199px) {
  .sec-11 .box .item {
    width: 16%;
  }
}
@media (max-width: 991px) {
  .sec-11 .box .item {
    width: 26%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .sec-11 .box .item {
    width: 30%;
  }
}
@media (max-width: 575px) {
  .sec-11 {
    padding: 56px 0 22px 0;
  }
  .sec-11 .box {
    padding: 34px 0 0 0;
  }
  .sec-11 .box .item {
    width: 50%;
    margin-bottom: 27px;
  }
  .sec-11 .box .item .icon {
    width: 108px;
    height: 108px;
    margin-bottom: 12px;
  }
  .sec-11 .box .item .zag {
    font-size: 14px;
  }
  .catalog .sec-11 {
    padding: 0 0 43px 0;
  }
  .catalog .sec-11 .box {
    border: none;
  }
  .catalog .sec-11 .breadcrumb {
    padding: 20px 0 0 5px;
    margin: 16px 0 0 0;
  }
}
.sec-12 {
  padding: 95px 0 0 0;
}
.sec-12 .box {
  padding: 0 0 0 2px;
}
.sec-12 .box .item {
  border-radius: 29px;
  background: linear-gradient(180deg, #F4F6FA 0%, #F3F3F7 82.41%);
  width: 32.7%;
  transition: all 0.5s;
  padding: 65px 33px 31px 33px;
  margin: 0 auto 20px auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.sec-12 .box .item .img {
  width: 100%;
  max-height: 244px;
  margin-bottom: 38px;
}
.sec-12 .box .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sec-12 .box .item .zag {
  color: #222;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  width: 65%;
  height: 100%;
}
.sec-12 .box .item:hover {
  background: linear-gradient(180deg, #E8F1FF 0%, rgba(255, 255, 255, 0.63) 50%, rgba(216, 208, 208, 0) 100%), linear-gradient(180deg, #E5DBEB 22.21%, rgba(246, 246, 246, 0.81) 53.15%, #DDE7F4 152.6%);
}
.sec-12 .mobile {
  display: none;
}

@media (max-width: 1199px) {
  .sec-12 .box {
    padding: 0;
  }
  .sec-12 .box .item {
    width: 48%;
  }
}
@media (max-width: 991px) {
  .sec-12 .box .item {
    width: 48%;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 767px) {
  .sec-12 .box .item {
    width: 100%;
  }
  .sec-12 .box .item .zag {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .sec-12 {
    padding: 56px 0 0 0;
  }
  .sec-12 .mobile {
    display: block;
  }
  .sec-12 .mobile .title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 21px;
  }
  .sec-12 .mobile .text {
    color: #787878;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-left: 7px solid #0558FE;
    padding: 0 10px 0 14px;
    margin-bottom: 25px;
  }
  .sec-12 .box .item {
    padding: 27px 24px 19px 23px;
    margin-bottom: 10px;
  }
  .sec-12 .box .item .img {
    margin-bottom: 21px;
  }
  .sec-12 .box .item .zag {
    font-size: 20px;
    line-height: 20px;
    width: 92%;
  }
}
.sec-13 {
  padding: 141px 0 98px 0;
}
.sec-13 .title {
  color: #000;
  text-align: center;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
  margin-bottom: 34px;
}
.sec-13 .text {
  color: #000;
  text-align: center;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 76%;
  margin: 0 auto 84px auto;
}
.sec-13 .box {
  padding: 0 19px 0 4px;
}
.sec-13 .box .left {
  border-radius: 29px;
  background: linear-gradient(180deg, #F4F6FA 0%, #F3F3F7 82.41%);
  width: 52.9%;
  padding: 55px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.sec-13 .box .left img {
  max-width: 386px;
  max-height: 513px;
  object-fit: contain;
}
.sec-13 .box .right {
  width: 42%;
  padding: 8px 0 9px 0;
}
.sec-13 .box .right .accordion {
  border-bottom: 1px solid #D8D8D8;
}
.sec-13 .box .right .accordion .ui-accordion-header {
  color: #3F48CC;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-top: 1px solid #D8D8D8;
  padding: 16px 0;
  cursor: pointer;
}
.sec-13 .box .right .accordion .ui-accordion-header svg {
  margin: 0 8px 0 0;
  transition: all 0.5s;
}
.sec-13 .box .right .accordion .ui-accordion-header path {
  transition: all 0.5s;
}
.sec-13 .box .right .accordion .ui-accordion-header.ui-accordion-header-active {
  color: #646563;
}
.sec-13 .box .right .accordion .ui-accordion-header.ui-accordion-header-active svg {
  transform: rotate(180deg);
}
.sec-13 .box .right .accordion .ui-accordion-header.ui-accordion-header-active path {
  stroke: #646563;
}
.sec-13 .box .right .accordion .ui-accordion-content {
  color: #515251;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 95%;
  margin: 0;
  padding: 7px 0 47px 0;
  text-align: left;
}

.sec-18 + .sec-13 {
  padding: 65px 0 93px 0;
}

@media (max-width: 1510px) {
  .sec-13 .box {
    padding: 0;
  }
  .sec-13 .box .right .accordion .ui-accordion-content {
    width: 100%;
  }
}
@media (max-width: 1399px) {
  .sec-13 .text {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .sec-13 .box .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .sec-13 .box .right {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .sec-13 {
    padding: 29px 0 0 0;
  }
  .sec-13 .title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .sec-13 .text {
    width: 98%;
    font-size: 14px;
    margin-bottom: 33px;
  }
  .sec-13 .box {
    padding: 0;
  }
  .sec-13 .box .left {
    margin-bottom: 21px;
    padding: 20px 52px 30px 52px;
  }
  .sec-13 .box .left img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
  }
  .sec-13 .box .right .accordion .ui-accordion-header {
    font-size: 16px;
    padding: 19px 0;
  }
  .sec-13 .box .right .accordion .ui-accordion-header svg {
    margin: 0 7px 0 -2px;
  }
  .sec-13 .box .right .accordion .ui-accordion-content {
    font-size: 14px;
    padding: 0 0 30px 0;
  }
  .sec-18 + .sec-13 {
    padding: 18px 0 38px 0;
  }
}
.sec-14 {
  background: #F2F1F7;
  padding: 138px 0 123px 0;
}
.sec-14 .box {
  padding: 0 4px 0 9px;
}
.sec-14 .box .left {
  width: 44%;
}
.sec-14 .box .left .title {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.sec-14 .box .left .text {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 62px;
}
.sec-14 .box .left .btn {
  border-radius: 12px;
  background: #3F48CC;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  transition: all 0.5s;
  display: block;
  width: 303px;
  padding: 21px 0;
}
.sec-14 .box .left .btn:hover {
  background: #0C16A4;
}
.sec-14 .box .right {
  width: 50.8%;
  padding: 5px 0 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec-14 .box .right .item {
  width: 30%;
}
.sec-14 .box .right .item .img {
  width: 100%;
  height: 323px;
  margin-bottom: 18px;
}
.sec-14 .box .right .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sec-14 .box .right .item .name {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

@media (max-width: 1399px) {
  .sec-14 .box .left {
    width: 50%;
  }
  .sec-14 .box .right {
    width: 48%;
  }
  .sec-14 .box .right .item {
    width: 32%;
  }
}
@media (max-width: 1199px) {
  .sec-14 .box {
    padding: 0;
  }
  .sec-14 .box .left .title {
    font-size: 30px;
    line-height: 54px;
  }
  .sec-14 .box .left .text {
    font-size: 18px;
  }
  .sec-14 .box .right {
    padding: 0;
    width: 50%;
  }
  .sec-14 .box .right .item .name {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .sec-14 {
    padding: 50px 0;
  }
  .sec-14 .box .left {
    width: 100%;
    margin-bottom: 40px;
  }
  .sec-14 .box .right {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .sec-14 {
    padding: 31px 0;
  }
  .sec-14 .box {
    position: relative;
    padding-bottom: 73px;
  }
  .sec-14 .box .left {
    margin-bottom: 36px;
  }
  .sec-14 .box .left .title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 23px;
  }
  .sec-14 .box .left .text {
    font-size: 14px;
    margin-bottom: 0;
  }
  .sec-14 .box .left .btn {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 13px 0;
  }
  .sec-14 .box .right {
    overflow: hidden;
    overflow-x: scroll;
    flex-wrap: nowrap;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    gap: 14px;
  }
  .sec-14 .box .right::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .sec-14 .box .right .item {
    width: 151px;
    flex-shrink: 0;
  }
  .sec-14 .box .right .item .img {
    height: 223px;
    margin-bottom: 15px;
  }
  .sec-14 .box .right .item .name {
    text-align: left;
    font-size: 15px;
    line-height: 21px;
  }
}
.sec-15 {
  padding: 79px 0 29px 0;
}
.sec-15 .icon {
  width: 221px;
  height: 221px;
  border-radius: 400px;
  background: #F2F1F7;
  margin: 0 auto 35px auto;
  overflow: hidden;
}
.sec-15 .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-15 .title {
  color: #000;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  margin-bottom: 16px;
}
.sec-15 .text {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 1510px) {
  .sec-15 .text {
    width: 93%;
  }
}
@media (max-width: 1399px) {
  .sec-15 .text {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .sec-15 {
    padding: 42px 0 43px 0;
  }
  .sec-15 .icon {
    width: 166px;
    height: 166px;
    margin: 0 auto 30px auto;
  }
  .sec-15 .title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 19px;
  }
  .sec-15 .text {
    font-size: 16px;
  }
}
.sec-16 {
  padding: 129px 0 0 0;
}
.sec-16 .title {
  color: #000;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
  margin-bottom: 35px;
}
.sec-16 .text {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 80%;
  margin: 0 auto 60px auto;
}
.sec-16 .link-more {
  color: #3F48CC;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.5s;
  display: block;
  width: fit-content;
  margin: 0 auto 60px auto;
}
.sec-16 .link-more:hover {
  color: #000;
}
.sec-16 .box {
  width: 100%;
}
.sec-16 .box .item {
  width: 23%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.sec-16 .box .item .icon {
  width: 104px;
  height: 104px;
  background: #F2F1F7;
  border-radius: 150px;
  margin: 0 auto 39px auto;
  overflow: hidden;
}
.sec-16 .box .item .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-16 .box .item .zag {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 19px;
}
.sec-16 .box .item .text {
  color: #727272;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 95%;
  margin: 0 auto 24px auto;
}

@media (max-width: 1510px) {
  .sec-16 .text {
    width: 93%;
  }
}
@media (max-width: 1399px) {
  .sec-16 .text {
    width: 100%;
  }
  .sec-16 .box .item {
    width: 25%;
  }
  .sec-16 .box .item .text {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .sec-16 .box .item {
    width: 33%;
  }
}
@media (max-width: 991px) {
  .sec-16 .box .item {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .sec-16 .box .item {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .sec-16 {
    padding: 42px 0 0 0;
  }
  .sec-16 .title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 22px;
  }
  .sec-16 .text {
    width: 98%;
    font-size: 14px;
    color: #787878;
    margin: 0 auto 37px auto;
  }
  .sec-16 .link-more {
    display: none;
  }
  .sec-16 .box {
    overflow: hidden;
    overflow-x: scroll;
    flex-wrap: nowrap;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    gap: 10px;
  }
  .sec-16 .box::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .sec-16 .box .item {
    width: 62vw;
    flex-shrink: 0;
    margin: 0;
  }
  .sec-16 .box .item .icon {
    margin: 0 auto 19px auto;
  }
  .sec-16 .box .item .zag {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 18px;
  }
  .sec-16 .box .item .text {
    font-size: 14px;
    margin: 0;
  }
  .sec-16 .box .item .more {
    display: none;
  }
}
.sec-17 {
  padding: 74px 0 80px 0;
}
.sec-17 .box {
  padding: 0 4px 0 5px;
  align-items: center;
}
.sec-17 .box .left {
  width: 42%;
  padding: 0 0 15px 0;
}
.sec-17 .box .left .title {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
  margin-bottom: 32px;
}
.sec-17 .box .left .text {
  color: #787878;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-17 .box .right {
  width: 40.7%;
  height: 414px;
  border-radius: 19px;
  background: #F4F6FA;
  overflow: hidden;
}
.sec-17 .box .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .sec-17 {
  padding: 104px 0 107px 0;
}
.about .sec-17 .box {
  padding: 0;
  width: 96%;
  margin: 0 0 0 -12px;
}
.about .sec-17 .box .left {
  width: 45%;
  padding: 0 0 43px 0;
}
.about .sec-17 .box .left .title {
  margin-bottom: 42px;
}
.about .sec-17 .box .left .text {
  width: 99%;
}
.about .sec-17 .box .right {
  width: 42%;
}
.about .sec-21 + .sec-17 {
  padding: 63px 0 65px 0;
}
.about .sec-21 + .sec-17 .box {
  border-bottom: 1px solid #D1D1D2;
  padding-bottom: 125px;
}

@media (max-width: 1510px) {
  .sec-17 .box {
    padding: 0;
  }
  .about .sec-17 .box {
    padding: 0;
    width: 100%;
    margin: 0;
  }
  .about .sec-17 .box .left {
    width: 50%;
    padding: 0;
  }
}
@media (max-width: 1399px) {
  .sec-17 .box .left {
    width: 57%;
    padding: 0;
  }
  .about .sec-17 .box .left {
    width: 56%;
  }
}
@media (max-width: 1199px) {
  .sec-17 .box {
    flex-direction: column-reverse;
  }
  .sec-17 .box .left {
    width: 100%;
  }
  .sec-17 .box .right {
    width: 100%;
    margin-bottom: 30px;
  }
  .about .sec-17 .box .left {
    width: 100%;
  }
  .about .sec-17 .box .right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sec-17 .box .left .title {
    font-size: 30px;
    line-height: 54px;
    margin-bottom: 20px;
  }
  .sec-17 .box .left .text {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .sec-17 {
    padding: 46px 0 56px 0;
  }
  .sec-17 .box .right {
    height: 225px;
    margin-bottom: 24px;
  }
  .sec-17 .box .left .title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  .sec-17 .box .left .text {
    font-size: 14px;
  }
  .about .sec-17 {
    padding: 28px 0 21px 0;
  }
  .about .sec-17 .box .left .title {
    margin-bottom: 15px;
  }
  .about .sec-17 .box .right {
    margin-bottom: 30px;
  }
  .about .sec-21 + .sec-17 {
    padding: 25px 0 47px 0;
  }
  .about .sec-21 + .sec-17 .box {
    padding-bottom: 53px;
  }
  .about .sec-21 + .sec-17 .box .right {
    height: 207px;
  }
  .about .sec-21 + .sec-17 .box .left .text {
    width: 97%;
  }
}
.sec-18 {
  background: #F4F6FA;
  padding: 68px 0 159px 0;
}
.sec-18 .wrapper {
  position: relative;
}
.sec-18 .img {
  width: 100%;
  margin: 0 auto;
}
.sec-18 .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1399px) {
  .sec-18 {
    padding: 68px 0;
  }
}
@media (max-width: 991px) {
  .sec-18 {
    padding: 0 0 70px 0;
  }
}
@media (max-width: 767px) {
  .sec-18 {
    padding: 50px 0 70px 0;
  }
}
@media (max-width: 575px) {
  .sec-18 {
    padding: 0 0 17px 0;
  }
}
.sec-19 {
  padding: 72px 0 63px 0;
}
.sec-19 .box {
  align-items: center;
}
.sec-19 .box .left {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 47.6%;
}
.sec-19 .box .left .item {
  width: 48%;
}
.sec-19 .box .left .item .img {
  width: 100%;
  height: 479px;
}
.sec-19 .box .left .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sec-19 .box .right {
  width: 47%;
  padding: 0 0 22px 0;
}
.sec-19 .box .right .title {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  margin-bottom: 20px;
}
.sec-19 .box .right .text {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 1399px) {
  .sec-19 .box .right {
    width: 50%;
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .sec-19 .box .right .title {
    font-size: 30px;
    line-height: 54px;
  }
  .sec-19 .box .right .text {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .sec-19 .box .left {
    width: 100%;
    margin-bottom: 30px;
  }
  .sec-19 .box .right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sec-19 .box .left .item .img {
    height: 350px;
  }
}
@media (max-width: 575px) {
  .sec-19 {
    padding: 0 0 29px 0;
  }
  .sec-19 .box {
    flex-direction: column-reverse;
  }
  .sec-19 .box .left {
    justify-content: flex-start;
    margin: 0;
    overflow: hidden;
    overflow-x: scroll;
    flex-wrap: nowrap;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    gap: 13px;
  }
  .sec-19 .box .left::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .sec-19 .box .left .item {
    width: 152px;
    flex-shrink: 0;
  }
  .sec-19 .box .left .item .img {
    height: 227px;
  }
  .sec-19 .box .right {
    width: 100%;
    margin-bottom: 32px;
  }
  .sec-19 .box .right .title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 23px;
  }
  .sec-19 .box .right .text {
    font-size: 14px;
  }
}
.sec-20 {
  background: #3F48CC;
  padding: 97px 0 103px 0;
}
.sec-20 .box {
  width: 86%;
  margin: 0 auto;
  align-items: center;
}
.sec-20 .box .left {
  width: 40%;
}
.sec-20 .box .left h1 {
  color: #FFF;
  font-size: 96px;
  font-style: normal;
  font-weight: 900;
  line-height: 62px;
}
.sec-20 .box .right {
  width: 53.4%;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0 53px 0 0;
}

@media (max-width: 1399px) {
  .sec-20 .box {
    width: 100%;
  }
  .sec-20 .box .right {
    width: 55%;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .sec-20 .box .left {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .sec-20 .box .right {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .sec-20 {
    padding: 42px 0 36px 0;
  }
  .sec-20 .box .left {
    margin-bottom: 23px;
  }
  .sec-20 .box .left h1 {
    font-size: 64px;
  }
  .sec-20 .box .right {
    font-size: 14px;
    text-align: center;
  }
}
.sec-21 {
  background: #F9FAFC;
  padding: 110px 0 127px 0;
}
.sec-21 .box {
  width: 92.8%;
  margin: 0 auto;
  align-items: center;
}
.sec-21 .box .left {
  width: 44.5%;
  padding: 0 0 0 5px;
}
.sec-21 .box .left img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sec-21 .box .right {
  width: 45.3%;
}
.sec-21 .box .right .title {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
  margin-bottom: 43px;
}
.sec-21 .box .right .text {
  color: #787878;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 1510px) {
  .sec-21 .box {
    width: 100%;
  }
  .sec-21 .box .right {
    width: 48%;
  }
}
@media (max-width: 1399px) {
  .sec-21 .box .right {
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .sec-21 .box .left {
    width: 100%;
    padding: 0;
  }
  .sec-21 .box .right {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .sec-21 {
    padding: 49px 0 41px 0;
  }
  .sec-21 .box .left {
    margin-bottom: 51px;
  }
  .sec-21 .box .right .title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
    letter-spacing: -0.1px;
  }
  .sec-21 .box .right .text {
    font-size: 14px;
    width: 99%;
  }
}
.sec-22 {
  padding: 45px 0 166px 0;
}
.sec-22 .title {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 20px;
}
.sec-22 .box {
  padding: 0 4px 0 6px;
}
.sec-22 .box .item {
  width: 49.2%;
  margin-bottom: 75px;
}
.sec-22 .box .item .img {
  border-radius: 12px;
  background: #E9ECF4;
  height: 428px;
  width: 100%;
  overflow: hidden;
  padding: 30px 0 0 0;
  margin-bottom: 31px;
}
.sec-22 .box .item .img img {
  width: 100%;
  height: 403px;
  object-fit: contain;
  mix-blend-mode: darken;
  transition: all 0.5s;
  transform: scale(1);
}
.sec-22 .box .item .date {
  color: #8E8F93;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 2px;
}
.sec-22 .box .item .title {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  margin-bottom: 17px;
}
.sec-22 .box .item .title a {
  transition: all 0.5s;
}
.sec-22 .box .item .text {
  color: #3A3D3B;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 78%;
  margin-bottom: 33px;
}
.sec-22 .box .item .btn {
  border-radius: 12px;
  background: #3F48CC;
  width: 160px;
  height: 55px;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  transition: all 0.5s;
  display: block;
  padding: 20px 0;
}
.sec-22 .box .item .btn:hover {
  color: #FFF;
  background: #0C16A4;
}
.sec-22 .box .item a:hover {
  color: #0C16A4;
}
.sec-22 .box .item a:hover img {
  transform: scale(1.1);
}
.sec-22 .pagination {
  padding: 48px 0 0 0;
  border-top: 1px solid #DCDCDD;
}
.sec-22 .pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.sec-22 .pagination ul li span {
  border-radius: 9px;
  border: 1px solid #D9D9D9;
  color: #3A3D3B;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.5s;
  width: 48px;
  height: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.sec-22 .pagination ul li a {
  border-radius: 9px;
  border: 1px solid #D9D9D9;
  color: #3A3D3B;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  width: 48px;
  height: 50px;
  transition: all 0.5s;
}
.sec-22 .pagination ul li a:hover {
  background: #3F48CC;
  border: 1px solid #3F48CC;
  color: #fff;
}
.sec-22 .pagination ul li.active span {
  background: #3F48CC;
  border: 1px solid #3F48CC;
  color: #fff;
}
.sec-22 .pagination ul li:first-child a, .sec-22 .pagination ul li:last-child a {
  width: 108px;
}
.sec-22 .all-single {
  color: #7C7E82;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin: 20px 0 0 0;
}
.sec-22 .mobile-btn {
  display: none;
}

.single .sec-22 {
  padding: 45px 0 50px 0;
}

@media (max-width: 1510px) {
  .sec-22 .box {
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .sec-22 .box .item .text {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .sec-22 .box .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sec-22 .pagination ul li:first-child a, .sec-22 .pagination ul li:last-child a {
    width: 75px;
  }
}
@media (max-width: 575px) {
  .sec-22 {
    padding: 21px 0 36px 0;
  }
  .sec-22 .box .item {
    margin-bottom: 27px;
  }
  .sec-22 .box .item .img {
    height: 177px;
    padding: 12px 0 0 0;
    margin-bottom: 24px;
  }
  .sec-22 .box .item .img img {
    height: 185px;
  }
  .sec-22 .box .item .date {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .sec-22 .box .item .title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 13px;
  }
  .sec-22 .box .item .text {
    font-size: 14px;
    margin-bottom: 22px;
  }
  .sec-22 .box .item .btn {
    width: 100%;
    height: 45px;
    padding: 13px 0;
  }
  .sec-22 .pagination {
    display: none;
  }
  .sec-22 .mobile-btn {
    border-radius: 12px;
    border: 1px solid #D1D1D2;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    transition: all 0.5s;
    width: 100%;
    height: 46px;
    padding: 0 13px 0 80px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin: 22px auto 0 auto;
  }
  .sec-22 .mobile-btn svg path {
    transition: all 0.5s;
  }
  .sec-22 .mobile-btn:hover {
    border: 1px solid #000;
    background: #000;
    color: #fff;
  }
  .sec-22 .mobile-btn:hover svg path {
    stroke: #fff;
  }
  .sec-22 .all-single {
    margin: 12px 0 0 0;
  }
  .single .sec-22 {
    padding: 3px 0 20px 0;
  }
  .single .sec-22 .title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}
.sec-23 {
  padding: 0 0 114px 0;
}
.sec-23 .box {
  border-top: 1px solid #DCDCDD;
  padding: 64px 135px 0 74px;
}
.sec-23 .box .left {
  width: 50%;
}
.sec-23 .box .left .title {
  color: #000;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px;
  margin-bottom: 32px;
}
.sec-23 .box .left .text {
  color: #121212;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 50%;
  margin-bottom: 57px;
}
.sec-23 .box .left .text span {
  color: #A9A9A9;
}
.sec-23 .box .left .icon {
  width: 64px;
}
.sec-23 .box .right {
  width: 45.9%;
  padding: 13px 0 0 0;
}
.sec-23 .box .right input {
  border-radius: 6px;
  border: 1px solid #C3C3C3;
  background: #FFF;
  color: #000;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  outline: 0;
  width: 100%;
  height: 55px;
  margin-bottom: 18px;
  padding: 0 21px;
}
.sec-23 .box .right input::placeholder {
  color: #838584;
}
.sec-23 .box .right input.wpcf7-not-valid {
  border: 1px solid red;
}
.sec-23 .box .right .wpcf7-response-output {
  display: none;
}
.sec-23 .box .right .box {
  border: none;
  padding: 30px 0 23px 0;
}
.sec-23 .box .right .box .file {
  width: 65px;
  order: 1;
}
.sec-23 .box .right .box .file input {
  display: none;
}
.sec-23 .box .right .box .file label {
  width: 65px;
  height: 60px;
  cursor: pointer;
  border: 1px solid #242424;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 10px;
}
.sec-23 .box .right .box .file label path {
  transition: all 0.5s;
}
.sec-23 .box .right .box .file label:hover {
  background: #000;
}
.sec-23 .box .right .box .file label:hover path {
  fill: #fff;
}
.sec-23 .box .right .box p {
  width: 86%;
  order: 2;
}
.sec-23 .box .right .box .btn {
  border-radius: 12px;
  background: #3F48CC;
  color: #FFF;
  text-align: center;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  outline: 0;
  cursor: pointer;
  border: none;
  width: 100%;
  height: 60px;
  transition: all 0.5s;
}
.sec-23 .box .right .box .btn:hover {
  background: #0C16A4;
}
.sec-23 .box .right .box .input-file-list {
  order: 3;
  border-radius: 12px;
  background: #F3F2F8;
  width: 100%;
  margin: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.sec-23 .box .right .box .input-file-list.active {
  height: 40px;
  padding: 11px;
  opacity: 1;
  visibility: visible;
  margin: 8px 0 0 0;
}
.sec-23 .box .right .box .input-file-list .input-file-list-item {
  color: #A4A4A4;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.sec-23 .box .right .box .input-file-list a {
  background: url("../img/close.svg") 0 0 no-repeat;
  width: 15px;
  height: 15px;
  cursor: pointer;
  border: none;
  font-size: 0;
}
.sec-23 .box .right p {
  color: #A4A4A4;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}
.sec-23 .box .right p a {
  color: #A4A4A4;
  text-decoration-line: underline;
}
.sec-23 .box .right p a:hover {
  text-decoration-line: none;
}

.sec-27 + .sec-23 .box {
  border: none;
}

@media (max-width: 1510px) {
  .sec-23 .box {
    padding: 64px 30px 0 30px;
  }
}
@media (max-width: 1399px) {
  .sec-23 .box {
    padding: 64px 0 0 0;
  }
  .sec-23 .box .left .text {
    width: 57%;
  }
}
@media (max-width: 1199px) {
  .sec-23 .box .left .title {
    font-size: 50px;
    line-height: 55px;
  }
  .sec-23 .box .left .text {
    width: 68%;
  }
  .sec-23 .box .right {
    width: 50%;
    padding: 0;
  }
  .sec-23 .box .right .box p {
    width: 83%;
  }
}
@media (max-width: 991px) {
  .sec-23 .box .left {
    width: 100%;
    margin-bottom: 30px;
  }
  .sec-23 .box .left .text {
    width: 100%;
    margin-bottom: 30px;
  }
  .sec-23 .box .right {
    width: 100%;
  }
  .sec-23 .box .right .box p {
    width: 88%;
  }
}
@media (max-width: 767px) {
  .sec-23 .box .right .box p {
    width: 85%;
  }
}
@media (max-width: 575px) {
  .sec-23 {
    padding: 0 0 56px 0;
  }
  .sec-23 .box {
    padding: 22px 0 0 0;
  }
  .sec-23 .box .left {
    margin-bottom: 22px;
  }
  .sec-23 .box .left .title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 16px;
    width: 90%;
  }
  .sec-23 .box .left .text {
    width: 75%;
    margin-bottom: 0;
    font-size: 14px;
  }
  .sec-23 .box .left .icon {
    display: none;
  }
  .sec-23 .box .right {
    padding: 0 6px;
  }
  .sec-23 .box .right input {
    font-size: 16px;
    margin-bottom: 16px;
    padding: 0 14px;
  }
  .sec-23 .box .right input:nth-child(2) {
    display: none;
  }
  .sec-23 .box .right .box {
    padding: 4px 0 16px 0;
  }
  .sec-23 .box .right .box .file {
    width: 52px;
  }
  .sec-23 .box .right .box .file label {
    width: 52px;
    height: 50px;
  }
  .sec-23 .box .right .box p {
    width: 78%;
  }
  .sec-23 .box .right .box .btn {
    height: 50px;
  }
}
.sec-24 {
  padding: 72px 0 75px 0;
}
.sec-24 .wrapper {
  max-width: 1137px;
}
.sec-24 .date {
  color: #8E8F93;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 42px 4px;
}
.sec-24 h1 {
  color: #000;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  margin-bottom: 11px;
}
.sec-24 .text {
  color: #3A3D3B;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 72px 3px;
  width: 64%;
}
.sec-24 .article {
  padding: 0 0 0 1px;
}
.sec-24 .article h2 {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 21px;
}
.sec-24 .article p {
  color: #3A3D3B;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 48px;
}
.sec-24 .article p.mini {
  width: 64%;
}
.sec-24 .article .box {
  padding: 0 3px;
  margin-bottom: 76px;
}
.sec-24 .article .box img {
  width: 31.8%;
  height: 307px;
  object-fit: cover;
  border-radius: 12px;
}
.sec-24 .article table {
  width: 100%;
  border-collapse: collapse;
  margin: 72px 0;
}
.sec-24 .article table tr:first-child td {
  color: #7C7E82;
  padding: 0 0 11px 0;
  text-align: left;
}
.sec-24 .article table td {
  color: #3A3D3B;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-bottom: 1px solid #DCDCDD;
  padding: 15px 2px 16px 2px;
  vertical-align: top;
}
.sec-24 .article table td:nth-child(2) {
  width: 53.5%;
}
.sec-24 .article table td:nth-child(3) {
  width: 14.3%;
}
.sec-24 .article table td:nth-child(4) {
  width: 16.2%;
}
.sec-24 .article table td img {
  width: 131px;
  height: 131px;
  object-fit: cover;
}

@media (max-width: 1399px) {
  .sec-24 .wrapper {
    max-width: 1140px;
  }
}
@media (max-width: 1199px) {
  .sec-24 .wrapper {
    max-width: 960px;
  }
  .sec-24 .date {
    margin: 0 0 42px 0;
  }
  .sec-24 .text {
    margin: 0 0 72px 0;
    width: 76%;
  }
  .sec-24 .article {
    padding: 0;
  }
  .sec-24 .article p.mini {
    width: 76%;
  }
}
@media (max-width: 991px) {
  .sec-24 .wrapper {
    max-width: 720px;
  }
  .sec-24 h1 {
    font-size: 50px;
  }
  .sec-24 .text {
    width: 100%;
  }
  .sec-24 .article p.mini {
    width: 100%;
  }
  .sec-24 .article .box img {
    height: 200px;
  }
  .sec-24 .article table td:nth-child(2) {
    width: 47%;
  }
}
@media (max-width: 767px) {
  .sec-24 .wrapper {
    max-width: 540px;
  }
  .sec-24 h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .sec-24 .text {
    font-size: 14px;
  }
  .sec-24 .article h2 {
    font-size: 20px;
    line-height: 29px;
  }
  .sec-24 .article p {
    font-size: 14px;
  }
  .sec-24 .article table td:nth-child(2) {
    width: 40%;
  }
}
@media (max-width: 575px) {
  .sec-24 {
    padding: 18px 0 0 0;
  }
  .sec-24 .wrapper {
    max-width: 100%;
  }
  .sec-24 .date {
    margin: 0 0 8px 0;
    font-size: 12px;
  }
  .sec-24 .text {
    margin-bottom: 48px;
  }
  .sec-24 h1 {
    margin-bottom: 15px;
  }
  .sec-24 .article h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .sec-24 .article p.mini {
    margin-bottom: 21px;
  }
  .sec-24 .article p {
    margin-bottom: 44px;
  }
  .sec-24 .article .box {
    padding: 0;
    margin-bottom: 42px;
  }
  .sec-24 .article .box img {
    height: 125px;
    width: 48%;
    margin-bottom: 10px;
  }
  .sec-24 .article .scroll {
    overflow: hidden;
    overflow-x: scroll;
    flex-wrap: nowrap;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
  }
  .sec-24 .article .scroll::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .sec-24 .article table {
    margin: 0 0 41px 0;
    width: 582px;
  }
  .sec-24 .article table td {
    font-size: 14px;
  }
}
.sec-25 {
  padding: 3px 0 59px 0;
}
.sec-25 .box {
  padding: 0 4px 0 5px;
  align-items: flex-end;
  margin-bottom: 81px;
}
.sec-25 .box + .box {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px;
}
.sec-25 .box .left {
  width: 35%;
}
.sec-25 .box .left h1 {
  color: #000;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
}
.sec-25 .box .right {
  width: 49.4%;
  color: #787878;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0 22% 5px 0;
}
.sec-25 .box .item {
  width: 49.4%;
  position: relative;
}
.sec-25 .box .item .img {
  width: 100%;
  height: 533px;
  overflow: hidden;
  border-radius: 29px;
}
.sec-25 .box .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  transform: scale(1);
}
.sec-25 .box .item .name {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  top: 31px;
  left: 40px;
}
.sec-25 .box .item:last-child {
  width: 100%;
}
.sec-25 .box .item:last-child .img {
  height: 1075px;
}
.sec-25 .box .item:hover .img img {
  transform: scale(1.1);
}

@media (max-width: 1510px) {
  .sec-25 .box .right {
    padding: 0 11% 0 0;
  }
  .sec-25 .box .item {
    width: 49.3%;
  }
}
@media (max-width: 1399px) {
  .sec-25 .box .right {
    padding: 0 5% 0 0;
  }
  .sec-25 .box .item {
    width: 49.2%;
  }
}
@media (max-width: 1199px) {
  .sec-25 .box .right {
    padding: 0;
  }
  .sec-25 .box .item {
    width: 49.1%;
  }
  .sec-25 .box .item .img {
    height: 330px;
  }
  .sec-25 .box .item:last-child .img {
    height: 680px;
  }
}
@media (max-width: 991px) {
  .sec-25 .box .left {
    width: 51%;
  }
  .sec-25 .box .right {
    width: 40%;
  }
  .sec-25 .box .item {
    width: 48.8%;
  }
  .sec-25 .box .item .img {
    height: 245px;
  }
  .sec-25 .box .item:last-child .img {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .sec-25 .box .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .sec-25 .box .right {
    width: 100%;
  }
  .sec-25 .box .item {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .sec-25 {
    padding: 0 0 15px 0;
  }
  .sec-25 .box {
    padding: 0;
    margin-bottom: 24px;
  }
  .sec-25 .box .left h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .sec-25 .box .right {
    font-size: 14px;
  }
  .sec-25 .box .item .img {
    height: 219px;
    border-radius: 17px;
  }
  .sec-25 .box .item .name {
    font-size: 20px;
    line-height: 20px;
    top: 21px;
    left: 14px;
  }
  .sec-25 .box .item:last-child .img {
    height: 217px;
  }
}
.sec-26 {
  padding: 164px 0 220px 0;
}
.sec-26 h1 {
  color: #000;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  max-width: 500px;
  margin: 0 auto 34px auto;
}
.sec-26 .text {
  color: #3A3D3B;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 426px;
  margin: 0 auto 67px auto;
}
.sec-26 .soc {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
}
.sec-26 .soc a {
  width: 54px;
  height: 54px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  transition: all 0.5s;
}
.sec-26 .soc .wh {
  background: #629B51;
}
.sec-26 .soc .wh img {
  width: 31px;
}
.sec-26 .soc .wh:hover {
  background: #0C16A4;
}
.sec-26 .soc .tg {
  background: #60B1EB;
}
.sec-26 .soc .tg img {
  width: 25px;
}
.sec-26 .soc .tg:hover {
  background: #0C16A4;
}

@media (max-width: 575px) {
  .sec-26 {
    padding: 72px 0 81px 0;
  }
  .sec-26 h1 {
    font-size: 24px;
    line-height: 24px;
    margin: 0 auto 26px auto;
  }
  .sec-26 .text {
    color: #787878;
    font-size: 14px;
    margin: 0 auto 51px auto;
  }
  .sec-26 .soc a {
    width: 41px;
    height: 41px;
  }
  .sec-26 .soc .wh img {
    width: 23px;
  }
  .sec-26 .soc .tg img {
    width: 19px;
  }
}
.sec-27 {
  padding: 75px 0 0 0;
}
.sec-27 .box {
  padding: 0 0 48px 13px;
  width: 86%;
}
.sec-27 .box .left {
  width: 350px;
  color: #000;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 4px 0 0 0;
}
.sec-27 .box .right {
  width: 55%;
}
.sec-27 .box .right .item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 33px;
}
.sec-27 .box .right .item .lf {
  width: 42.5%;
  border-right: 1px solid #D9D9D9;
}
.sec-27 .box .right .item .lf a {
  color: #0558FE;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  width: fit-content;
  transition: all 0.5s;
}
.sec-27 .box .right .item .lf a.tel {
  color: #000;
  font-size: 32px;
  margin-bottom: -5px;
}
.sec-27 .box .right .item .lf a:hover {
  color: #0C16A4;
}
.sec-27 .box .right .item .lf .name {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 4px 0 0 0;
}
.sec-27 .box .right .item .lr {
  width: 53%;
}
.sec-27 .box .right .item .lr strong {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-27 .box .right .item .lr p {
  color: #696969;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding: 0 5px 0 0;
}
.sec-27 #map {
  width: 100%;
  height: 378px;
}

@media (max-width: 1510px) {
  .sec-27 .box {
    padding: 0 0 48px 0;
    width: 96%;
  }
}
@media (max-width: 1399px) {
  .sec-27 .box {
    width: 100%;
  }
  .sec-27 .box .right {
    width: 61%;
  }
}
@media (max-width: 1199px) {
  .sec-27 .box .left {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .sec-27 .box .right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sec-27 .box .right .item .lf {
    width: 100%;
    border: none;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .sec-27 .box .right .item .lr {
    width: 100%;
  }
  .sec-27 .box .right .item .lr p {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .sec-27 {
    padding: 20px 0 0 0;
  }
  .sec-27 .box .left {
    font-size: 16px;
  }
  .sec-27 .box .right .item .lf a {
    font-size: 16px;
  }
  .sec-27 .box .right .item .lf a.tel {
    font-size: 20px;
    margin: 0;
  }
}
footer {
  background: #F2F1F7;
  padding: 28px 0 0 0;
}
footer .breadcrumb {
  border-bottom: 1px solid #D1D1D2;
  padding: 0 0 17px 21px;
  margin-bottom: 55px;
}
footer .breadcrumb > span {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 17px;
}
footer .breadcrumb > span span {
  color: #979695;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
footer .breadcrumb > span span a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.5s;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px;
}
footer .breadcrumb > span span a:hover {
  color: #3F48CC;
}
footer .breadcrumb > span span a:after {
  content: "/";
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
footer .box {
  padding: 0 0 0 8px;
}
footer .box .left {
  width: 25%;
}
footer .box .left .logo {
  width: 207px;
  margin-bottom: 36px;
}
footer .box .left .logo img {
  width: 100%;
}
footer .box .left .soc {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0 0 83% 7px;
}
footer .box .left .soc a {
  width: 44px;
  height: 44px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  transition: all 0.5s;
}
footer .box .left .soc .wh {
  background: #629B51;
}
footer .box .left .soc .wh:hover {
  background: #0C16A4;
}
footer .box .left .soc .tg {
  background: #60B1EB;
}
footer .box .left .soc .tg:hover {
  background: #0C16A4;
}
footer .box .left .box {
  border-radius: 6px;
  border: 1px solid #D2D2D4;
  background: #FFF;
  padding: 3px;
  margin: 0 0 0 7px;
}
footer .box .left .box p {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
footer .box .left .box p span {
  width: 80%;
}
footer .box .left .box p span.wpcf7-not-valid-tip {
  display: none;
}
footer .box .left .box input {
  width: 100%;
  height: 100%;
  color: #000;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
  padding: 0 16px;
  outline: 0;
  display: block;
}
footer .box .left .box input::placeholder {
  color: #979695;
}
footer .box .left .box input.wpcf7-not-valid {
  border: 1px solid red;
}
footer .box .left .box .btn {
  border-radius: 6px;
  background: #3F48CC;
  width: 55px;
  height: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  border: none;
  padding: 0;
  outline: 0;
  cursor: pointer;
  transition: all 0.5s;
}
footer .box .left .box .btn:hover {
  background: #0C16A4;
}
footer .box .left .wpcf7-response-output {
  display: none;
}
footer .box .right {
  width: 50%;
}
footer .box .right .title {
  color: #242424;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 62px;
  margin-bottom: 40px;
}
footer .box .right .box {
  width: 77.3%;
}
footer .box .right .box .menu {
  width: 65%;
}
footer .box .right .box .menu .zag {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 28px;
}
footer .box .right .box .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .box .right .box .menu ul li {
  margin-bottom: 13px;
}
footer .box .right .box .menu ul li a {
  color: #4D4D4D;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  transition: all 0.5s;
}
footer .box .right .box .menu ul li a:hover {
  color: #3F48CC;
}
footer .box .right .box .menu.bold {
  width: auto;
  margin: 3px 0 0 0;
}
footer .box .right .box .menu.bold ul li {
  margin-bottom: 10px;
}
footer .box .right .box .menu.bold ul li a {
  font-weight: 700;
  line-height: normal;
}
footer .foot {
  border-top: 1px solid #D1D1D2;
  margin: 9px 0 0 0;
  padding: 5px 0 12px 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .foot .link {
  color: #A4A4A4;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  width: 275px;
  margin: 2px 0 0 0;
}
footer .foot .link a {
  color: #A4A4A4;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  text-decoration-line: underline;
}
footer .foot .link a:hover {
  text-decoration-line: none;
}
footer .foot .copy {
  color: #A4A4A4;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  margin: 10px 0 0 0;
}
.product footer {
  padding: 68px 0 0 0;
}

@media (max-width: 1510px) {
  footer .breadcrumb {
    padding: 0 0 17px 0;
  }
  footer .box {
    padding: 0;
  }
  footer .box .left {
    width: 27.3%;
  }
  footer .box .right {
    width: 55%;
  }
  footer .foot {
    padding: 5px 0 12px 0;
  }
}
@media (max-width: 1399px) {
  footer .box .left {
    width: 31.8%;
  }
  footer .box .right {
    width: 45%;
  }
  footer .box .right .title {
    font-size: 50px;
    line-height: 55px;
  }
  footer .box .right .box {
    width: 100%;
  }
  footer .box .right .box .menu {
    width: 75%;
  }
  footer .box .right .box .menu ul li a {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  footer .box .left {
    width: 35%;
  }
  footer .box .right {
    width: 50%;
  }
}
@media (max-width: 991px) {
  footer .box .left {
    width: 100%;
    margin-bottom: 40px;
  }
  footer .box .left .soc {
    margin: 0 0 20px 0;
  }
  footer .box .left .box {
    margin: 0;
  }
  footer .box .right {
    display: none;
  }
}
@media (max-width: 767px) {
  footer .box .left {
    margin-bottom: 0;
  }
  footer .box .left .logo {
    margin: 0 auto 36px auto;
  }
  footer .box .left .soc {
    margin: 0 auto 20px auto;
    width: fit-content;
  }
  footer .foot {
    padding: 0;
    border: none;
  }
  footer .foot .link {
    width: 100%;
  }
  footer .foot .copy {
    border-top: 1px solid #D1D1D2;
    width: 100%;
    padding: 15px 0;
    margin: 40px 0 0 0;
  }
  footer .design {
    display: none;
  }
}
@media (max-width: 575px) {
  footer {
    padding: 15px 0 10px 0;
  }
  footer .breadcrumb {
    padding: 0 0 15px 0;
    margin-bottom: 41px;
  }
  footer .box .left .logo {
    margin: 0 auto 16px auto;
    width: 185px;
  }
  footer .box .left .soc {
    margin: 0 auto 53px auto;
  }
  footer .box .left .soc a {
    width: 35px;
    height: 35px;
  }
  footer .foot {
    margin: 12px 0 0 0;
  }
  footer .foot .copy {
    margin: 50px 0 0 0;
  }
}
.popup-fade {
  display: none;
  position: fixed;
  z-index: 999;
}
.popup-fade:before {
  content: "";
  background: #B4B4B4;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0.9;
}
.popup-fade .popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 396px;
  width: 100%;
  height: fit-content;
  overflow: hidden;
  overflow-y: auto;
  max-height: 332px;
  margin: auto;
  background: #FFF;
  padding: 23px 29px;
  z-index: 999;
  opacity: 1;
  filter: drop-shadow(0px 4px 44px rgba(0, 0, 0, 0.44));
}
.popup-fade .popup .popup-close {
  position: absolute;
  top: 12px;
  right: 10px;
  width: 20px;
  height: 20px;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.popup-fade .popup .popup-close svg {
  transition: all 0.5s;
  transform: rotate(0);
}
.popup-fade .popup .popup-close:hover {
  transform: rotate(360deg);
}
.popup-fade .popup .title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
  margin-bottom: 23px;
}
.popup-fade .popup .text {
  color: #A4A4A4;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}
.popup-fade .popup .text a {
  color: #A4A4A4;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  text-decoration-line: underline;
}
.popup-fade .popup .text a:hover {
  text-decoration-line: none;
}
.popup-fade .popup .wpcf7-not-valid-tip {
  display: none;
}
.popup-fade .popup input {
  border-radius: 6px;
  border: 1px solid #C3C3C3;
  background: #FFF;
  color: #000;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  outline: 0;
  display: block;
  width: 100%;
  padding: 16px;
  margin-bottom: 15px;
}
.popup-fade .popup input::placeholder {
  color: #838584;
}
.popup-fade .popup input.wpcf7-not-valid {
  border: 1px solid red;
}
.popup-fade .popup .btn {
  border-radius: 12px;
  background: #3F48CC;
  color: #FFF;
  text-align: center;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  transition: all 0.5s;
  display: block;
  width: 100%;
  border: none;
  margin: 22px 0 12px 0;
  padding: 13px 0;
  cursor: pointer;
}
.popup-fade .popup .btn:hover {
  background: #0C16A4;
}
.popup-fade .popup .wpcf7-response-output {
  display: none;
}

@media (max-width: 575px) {
  .popup-fade .popup {
    width: 95%;
  }
}

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