@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.woff2"), url("../fonts/Montserrat-Light.woff");
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2"), url("../fonts/Montserrat-Regular.woff");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2"), url("../fonts/Montserrat-Medium.woff");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2"), url("../fonts/Montserrat-SemiBold.woff");
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2"), url("../fonts/Montserrat-Bold.woff");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Montserrat';
  position: relative;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  color: #232323;
}

body.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#FCFCFC), color-stop(76.94%, #F6F6F6));
  background: linear-gradient(180deg, #FCFCFC 0%, #F6F6F6 76.94%);
}

input {
  border: none;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0) inset !important;
          box-shadow: 0 0 0 30px rgba(255, 255, 255, 0) inset !important;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea, input, button:focus {
  outline: none;
}

button {
  font-size: inherit;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  font-family: inherit;
  color: inherit;
}

ul, li {
  display: block;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3em;
  font-weight: 400;
  margin: 0;
  color: #2E4060;
}

p {
  line-height: 1.3em;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

textarea {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  border: none;
  resize: none;
}

.container {
  width: 1410px;
  margin: 0 auto;
}

.p-big {
  font-size: 20px;
  font-weight: 500;
}

.pt-250 {
  padding-top: 250px;
}
.pt-140{
    padding-top: 140px;
}
.pb-360 {
    padding-bottom: 140px;
}

.pb-150 {
  padding-bottom: 150px;
}

.mt-150 {
  margin-top: 150px;
}
.esg150.mt-150 {
    margin-top: 200px;
}
.mb-150 {
  margin-bottom: 150px;
}

.mt-95 {
  margin-top: 95px;
}

.mb-95 {
  margin-bottom: 95px;
}

.logo {
  display: inline-block;
}

.logo img {
  display: block;
}

.btn {
  text-transform: uppercase;
  padding: 20px 60px;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: background-color .2s ease, -webkit-box-shadow .2s ease;
  transition: background-color .2s ease, -webkit-box-shadow .2s ease;
  transition: background-color .2s ease, box-shadow .2s ease;
  transition: background-color .2s ease, box-shadow .2s ease, -webkit-box-shadow .2s ease;
  font-weight: 500;
  line-height: 1.3em;
}
.case-page {
    background:   linear-gradient(272.2deg, rgba(0, 124, 174, 0.2) 1.85%, rgba(45, 53, 90, 0.2) 98.15%), #2E4060;
    padding-top: 200px;
    padding-bottom: 58px;
    position: relative;
}
.what150 {
    margin-top: 80px!important;
}
.esgwhat__subtitle {
    font-size: 30px;
    font-weight: 600;
    margin-top: 10px;
    color:#fff;
}
.case-page::after {
    content: url('../img/casebg.svg');
    position: absolute;
    right: 0;
    bottom: 0;
}
.case__title {
    font-size: 65px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.case__body {
    margin-top: 125px;
}
.case__body-title {
    font-size: 45px;
    font-weight: 600;
    color:#2E4060;
    margin-bottom: 50px;
}
.btn_first {
  background-color: #10917D;
}
.case__body-tabs {
    display: flex;
}
.case__body-tabs a {
    margin-right: 30px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    display: flex;
    background: #fff;
    padding: 25px 40px;
    color: #2E4060;
    font-size: 20px;
    font-weight: 500;
    border: 1px solid #2E4060;
    
}
.case__body-tabs a.active {
    border-color: #F7A808;
    color:#DD9606;
    border-width: 3px;
}
.case__item {
    display: none;
}
.case__item.active {
    display: block;
}
.box {
    padding-top: 50px;
    padding-left: 80px;
    padding-bottom: 70px;
    background: #fff;
    border-left: 12px solid #F7A808;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.07);
}
.swiper-pagination-bullet-active {
    background: #2E4060!important;
}
.case__body {
    position: relative;
}
.case__body.cased1::after  {
   
    content: url('../img/caseitemsbg1.svg');
    position: absolute;
    left: 0px;
    bottom: -101px; z-index: -1;
}
.case__body.cased2::after   {
   content: url('../img/caseitemsbg2.svg');
    position: absolute;
    left: 0;
    bottom: -203px;
    z-index: -1;
}
.case__body.cased3::after   {
    content: url('../img/caseitemsbg3.svg');
    position: absolute;
    left: 0; z-index: -1;
    bottom: -488px;
}

.box__title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
    color:#232323;
}
.box__slider {
    max-width: 540px;
    
}
.box__slider .swiper {
    padding-bottom: 30px;
}
.box__left {
    min-width: 630px;
}
.box {
    width: 85%;
}
.box__slider {
    margin-left: 80px;
}
.swiperbox1 .swiper-slide img{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.swiperbox2 .swiper-slide img{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.swiperbox3 .swiper-slide img{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.box__text p{
    font-size: 18px;
    font-weight: 400;
    color:#232323;
    margin-bottom: 10px;
}
.box__text a {
    color:#F7A808;
    border-bottom: 1px solid #F7A808;
}
 iframe {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.box__left {
    max-width: 625px;
}
.box {
    margin-top: 60px;
}
.box__wrapper {
    display: flex;
    align-items: flex-start;
}
.btn_first:hover {
  -webkit-box-shadow: 0px 0px 30px rgba(0, 145, 123, 0.15);
          box-shadow: 0px 0px 30px rgba(0, 145, 123, 0.15);
}

.btn_first:active {
  background-color: #0D7E6D;
}

.btn_first:disabled {
  background-color: #C2C2C2;
}

.btn_second {
  background-color: #F7A808;
}

.btn_second:hover {
  -webkit-box-shadow: 0px 0px 30px rgba(247, 168, 8, 0.15);
          box-shadow: 0px 0px 30px rgba(247, 168, 8, 0.15);
}

.btn_second:active {
  background-color: #EA9F09;
}

.btn_second.disabled {
  pointer-events: none;
  background-color: #C2C2C2;
}

.btn_second.disabled:hover {
  -webkit-box-shadow: 0px !important;
          box-shadow: 0px !important;
}

.btn_second.disabled:active {
  background: none !important;
}

.section-title {
  font-size: 65px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 55px;
}

.next-title {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 55px;
}

.fourth-title {
  font-weight: 600;
  font-size: 30px;
}

.fifth-title {
  font-size: 25px;
  font-weight: 600;
}
.game {
    background: linear-gradient(89.91deg, #007CAE -0.37%, #00917B 99.92%), #2E4060;
    padding-top: 100px;
    padding-bottom: 110px;
    position: relative;
}
.game::after {
    content: url('../img/playbg.svg');
    position: absolute;
    right: 0;
    bottom: 0;
}
.game__text{
    font-size: 25px;
    font-weight: 600;
    max-width: 930px;
    color: #fff;
    margin-bottom: 35px;
}
.game__btn a{
    display: flex;
    color:#FFFFFF;
    font-size: 20px;
    font-weight: 600;
    padding: 20px 60px;
    background: #F7A808;
border-radius: 5px;
max-width: fit-content;
}
.input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.input.error .input__str {
  border: 2px solid #E84E4E;
}

.input.textarea .input__str {
  padding-top: 15px;
  padding-bottom: 15px;
  height: 85px;
}

.input__str {
  -webkit-transition: border .1s ease;
  transition: border .1s ease;
  width: 100%;
  height: 56px;
  border-radius: 5px;
  padding: 0 25px;
  background-color: rgba(255, 255, 255, 0);
  font-size: 16px;
  font-weight: 500;
  border: 2px solid #C2C2C2;
}

.input__str:hover {
  border: 2px solid #727272;
}

.input__str:focus {
  border: 2px solid #2E4060;
}

.input__desc {
  position: absolute;
  color: #727272;
  padding: 5px 10px;
  left: 15px;
  top: -13px;
  font-size: 15px;
  font-weight: 500;
  background-color: #fff;
}

.input__desc span {
  color: #E84E4E;
}

.input_white {
  -webkit-transition: background .2s ease;
  transition: background .2s ease;
}

.input_white .input__desc {
  color: #fff;
  background: none;
}

.input_white .input__str {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  background-size: 15px 2px, calc(100% - 113px) 2px;
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right top;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  padding-top: 5px;
  font-size: 20px;
  color: #fff;
  position: relative;
  z-index: 15;
  border-top: 0px !important;
  height: 68px;
}

.input_white.error .input__str {
  background: -webkit-gradient(linear, left top, left bottom, from(#E84E4E), to(#E84E4E)), -webkit-gradient(linear, left top, left bottom, from(#E84E4E), to(#E84E4E)) !important;
  background: linear-gradient(#E84E4E, #E84E4E), linear-gradient(#E84E4E, #E84E4E) !important;
  background-size: 15px 2px, calc(100% - 113px) 2px;
  background-repeat: no-repeat, no-repeat !important;
  background-position: left top, right top !important;
  border-bottom: 2px solid #E84E4E;
  border-right: 2px solid #E84E4E;
  border-left: 2px solid #E84E4E;
}

.input-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-checkbox.radio label {
  border-radius: 50%;
  margin-right: 15px;
}

.input-checkbox.radio label:hover {
  border: 2px solid #F7A808;
}

.input-checkbox.radio label::before {
  display: none;
}

.input-checkbox.radio p {
  margin-top: 1px;
  font-size: 15px;
  font-weight: 400;
}

.input-checkbox.radio input:checked + label {
  border: 2px solid #F7A808;
}

.input-checkbox.radio input:checked + label::after {
  opacity: 1;
}

.input-checkbox__text {
  margin-top: -1px;
}

.input-checkbox__text a {
  color: #10917D;
  border-bottom: 1px solid #10917D;
}

.input-checkbox.policy input:checked + label {
  border: 2px solid #C2C2C2;
}

.input-checkbox.policy p {
  margin-top: 1px;
  color: #727272;
  font-size: 14px;
}

.input-checkbox.policy label::before {
  background: url("../img/checkbox-icon-1.svg") no-repeat center center;
}

.input-checkbox.policy label:hover {
  border: 2px solid #C2C2C2;
}

.input-checkbox__input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.input-checkbox__label {
  position: relative;
  margin-right: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 20px;
  width: 20px;
  height: 20px;
  border: 2px solid #C2C2C2;
  border-radius: 2px;
  -webkit-transition: border .2s ease;
  transition: border .2s ease;
}

.input-checkbox__label::after {
  position: absolute;
  content: '';
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #F7A808;
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.input-checkbox__label::before {
  position: absolute;
  content: '';
  top: 4px;
  left: 3px;
  width: 10px;
  height: 8px;
  background: url("../img/checkbox-icon-2.svg") no-repeat center center;
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.input-checkbox__label:hover {
  border: 2px solid #727272;
}

.input-checkbox__input:checked + label {
  border: 2px solid #2E4060;
}

.input-checkbox__input:checked + label::before {
  opacity: 1;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 150;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease, visibility .2s ease;
  transition: opacity .2s ease, visibility .2s ease;
}

.popup.right {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  width: 548px;
  z-index: 140;
}

.popup.right .popup__body {
  width: 548px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  top: auto;
  left: auto;
  right: 25px;
  bottom: 25px;
}

.popup.right .popup__bg {
  display: none;
}

.popup.right .popup__close {
  right: 25px;
  top: 25px;
}

.popup.active {
  opacity: 1;
  visibility: visible;
}

.popup__close {
  position: absolute;
  top: 45px;
  right: 45px;
}

.popup__close img {
  display: block;
}

.popup__body {
  position: absolute;
  z-index: 5;
  max-height: 98%;
  max-width: 98%;
  overflow: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.popup__bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(245, 245, 245, 0.95);
}

.popup-question__body {
  padding: 55px 50px;
}

.popup-question__textarea {
  margin: 35px 0 25px;
}

.popup-question__desc {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 500;
  color: #727272;
}

.popup-question__title {
  margin-bottom: 5px;
}

.popup-question__text {
  margin-bottom: 40px;
}

.popup-question__list {
  margin-bottom: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 233px 1fr;
      grid-template-columns: 233px 1fr;
  row-gap: 10px;
}

.popup-question__policy {
  margin-top: 40px;
}

.popup-question__btn {
  margin-top: 25px;
}

.popup-offer__body {
  width: 1050px;
  padding: 70px 120px;
}

.popup-offer__title {
  margin-bottom: 25px;
}

.popup-offer__text {
  margin-bottom: 70px;
}

.popup-offer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  gap: 59px;
}

.popup-offer__inner {
  width: 50%;
}

.popup-offer__inner.first .popup-offer__input:nth-child(1) {
  margin: 0;
}

.popup-offer__btn {
  margin-top: 55px;
}

.popup-offer__input {
  margin-top: 45px;
}

.popup-offer__subtitle {
  color: #2E4060;
}

.popup-offer__subtitle span {
  color: #E84E4E;
}

.popup-offer__checkbox {
  margin-top: 27px;
}

.popup-socials__text {
  margin: 50px 0 25px;
  color: #2E4060;
}

.popup-socials__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup-socials__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #037EAD;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.popup-socials__link:not(:last-of-type) {
  margin-right: 20px;
}

.popup-socials__link img {
  width: 20px;
  height: 20px;
  display: block;
}

.popup-thank__body {
  width: 690px;
  padding: 75px 90px;
}

.popup-thank__title {
  margin-bottom: 25px;
}

.popup-thank-3 .popup__body {
  padding: 55px 50px;
}

.popup-thank-3 .popup-thank__title {
  margin-bottom: 20px;
}

.popup-article__body {
  width: 1170px;
  overflow: visible;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.popup-article .popup__close {
  top: 0px;
  right: -53px;
}

.popup-article .popup__close img {
  width: 25px;
  height: 25px;
}

.burger {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease, visibility .2s ease;
  transition: opacity .2s ease, visibility .2s ease;
}

.burger.active {
  opacity: 1;
  visibility: visible;
}

.burger__body {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 145, 123, 0.5);
          box-shadow: 0px 0px 30px rgba(0, 145, 123, 0.5);
  background-color: #10917D;
  color: #fff;
  text-align: center;
  padding: 75px 0;
}

.burger__link {
  display: block;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 600;
  color: #F5F5F5;
}

.burger__link:hover {
  color: #fff;
}

.burger__link:not(:last-of-type) {
  margin-bottom: 40px;
}

.burger__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #F5F5F5;
  opacity: 0.95;
}

.header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease;
}

.header.main .header__list {
  margin-left: auto !important;
}

.header.main .header__inner {
  padding: 37px 0;
}

.header.main .header__link {
  color: #fff;
}

.header.main .header__logo {
  opacity: 1;
  visibility: visible;
  background: url("../img/logo-white.svg") no-repeat center center/contain;
}

.header .container {
  position: relative;
  z-index: 10;
}

.header__logo {
  position: absolute;
  top: 25px;
  left: 0;
  opacity: 0;
  width: 120px;
  height: 43px;
  visibility: hidden;
  -webkit-transition: opacity .2s ease, visibility .2s ease, top .2s ease, background .2s ease;
  transition: opacity .2s ease, visibility .2s ease, top .2s ease, background .2s ease;
  background: url("../img/logo.svg") no-repeat center center/contain;
}

.header.active {
  background-color: #fff !important;
}

.header.active .header__link {
  color: #2E4060 !important;
}

.header.active .header__link:hover {
  color: #10917D !important;
}

.header.active .header__link:active {
  color: #0D7E6D !important;
}

.header.active .header__logo {
  top: 25px !important;
  opacity: 1 !important;
  visibility: visible !important;
  background: url("../img/logo.svg") no-repeat center center/contain !important;
}

.header.active .header__inner {
  padding: 37px 0 36px !important;
}

.header.full {
  height: 100%;
  background: none !important;
}

.header.full .header__burger {
  background: url("../img/burger-close.svg") no-repeat center center/contain;
}

.header.full .header__inner {
  background-color: #fff;
}

.header.full .header__inner::before {
  position: absolute;
  content: '';
  top: 0;
  width: 200%;
  height: 100%;
  left: -50%;
  background-color: #fff;
  z-index: -1;
}
.product-who.mb-150 {
    margin-bottom: 100px;
}
.propose__subtitle button {
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.propose__subtitle button:hover {
    color:#F7A808;
    border-color: #F7A808;
}
.header__list {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: margin-left .2s ease;
  transition: margin-left .2s ease;
}

.header__item:not(:last-child) {
  margin-right: 65px;
}

.header__burger {
  display: none;
  margin-left: auto;
  width: 40px;
  height: 19px;
  background: url("../img/burger-icon.svg") no-repeat center center/100%;
  -webkit-transition: background .2s ease;
  transition: background .2s ease;
}

.header__inner {
  padding: 55px 0 0;
  position: relative;
  -webkit-transition: padding .2s ease;
  transition: padding .2s ease;
}

.header__link {
  text-transform: uppercase;
  font-size: 16px;
  color: #2E4060;
  font-weight: 600;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}
.esg__item-subTitle {
    font-size: 25px;
    font-weight: 500;
    color: #C2C2C2;
    margin-bottom: 40px;
}
.esg__item-text {
    font-weight: 500;
    font-size: 20px;
}
.esg__inner button {
    margin-top: 60px;
}
.keys__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.keys__title {
    font-size: 65px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.keys__item-img img {
    max-width: 100%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.keys__list {  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 0px 33px;
  grid-auto-flow: row;
  grid-template-areas:
    "keys__item1 keys__item keys__item3"
    "keys__item1 keys__item2 keys__item3";

    transform: translateY(-220px);
    margin-bottom: -450px;
}
.keys__item-text {
    font-size: 25px;
    font-weight: 600;
    margin-top: 30px;
}
.keys__item { grid-area: keys__item; }

.keys__item2 { grid-area: keys__item2; }

.keys__item1 { grid-area: keys__item1; }

.keys__item3 { grid-area: keys__item3; }

.keys {
    background: linear-gradient(90deg, #067575 0%, #10917D 100%, #10917D 100%);
    padding-top: 150px;
    padding-bottom: 320px;
}
.header__link:hover {
  color: #10917D;
}

.header__link:active {
  color: #0D7E6D;
}

.home {
  position: relative;
  overflow: hidden;
}
.pc__hid {
    display: none;
}
.home__bg {
  position: absolute;
  top: -250px;
  right: 0px;
  z-index: -1;
}

.home__bg img {
  display: block;
  height: 1407px;
    width: 547px;
}

.home__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home__main {
  margin-bottom: 70px;
}
.home__main button {
    margin: auto;
    margin-top: 60px;
}
.home__main {
    text-align: center;
    margin-bottom: 0px;
}
.home__main img {
  display: block;
}

.home__box {
  width: 467px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home__img img {
  display: block;
}
.home__img {
    text-align: center;
}
.home__img {
    max-width: 700px;
}
.home__img button {
    margin-top: 50px;
}
.home__img img {
    max-width: 100%;
}
.what__text {
  max-width: 1050px;
}
.what {
    margin-top: 0px;
}
.what__title {
  margin-bottom: 5px;
}
.what__subtitle2{
    font-size: 30px!important;
}
.what-imp {
  margin: 35px 0 55px;
  border-left: 5px solid #037EAD;
  padding: 10px 0 10px 30px;
  margin-bottom: 150px;
}

.what-imp__text {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.3em;
  max-width: 895px;
}
.what__wrapper {
  
    max-width: 930px;
}
.esg2.mt-150 {
    margin-top: 200px;
}
.what__wrap-text {
    font-size: 20px;
    font-weight: 500;
    color: #232323;
}
.what__wrap-bigText {
        font-size: 20px;
    font-weight: 500;
    color: #232323;
    margin-top: 30px;
    margin-bottom: 30px;
    color:#232323;
}
.what__img {
  margin: 55px 0;
  width: 100%;
  height: 100%;
}

.what__img img {
  display: block;
  width: 100%;
  height: 100%;
}

.what-content {
  max-width: 1170px;
}

.what-content__text {
  margin: 35px 0 55px;
}

.what-content__big {
  max-width: 930px;
}

.esg__wrap {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.esg__wrap-item {
    flex: 0 0 31%;
}
.esg__item-logo {
    margin-bottom: 30px;
}
.esg__item-title {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 15px;
}
.esg__item-title.green {
    color: #10917D;
}
.esg__item-title.yellow {
    color: #F7A808;
}
.esg__item-title.blue {
    color: #037EAD;
}
.esg__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.esg__item {
  position: relative;
  padding: 91px 10px 0 40px;
}

.esg__item:nth-child(1) .esg__subtitle {
  color: #10917D;
}

.esg__item:nth-child(1) .esg__letter {
  color: #10917D;
}

.esg__item:nth-child(1) .esg__text span {
  color: #10917D;
}

.esg__item:nth-child(2) .esg__subtitle {
  color: #F7A808;
}

.esg__item:nth-child(2) .esg__letter {
  color: #F7A808;
}

.esg__item:nth-child(2) .esg__text span {
  color: #F7A808;
}

.esg__item:nth-child(3) .esg__subtitle {
  color: #037EAD;
}

.esg__item:nth-child(3) .esg__letter {
  color: #037EAD;
}

.esg__item:nth-child(3) .esg__text span {
  color: #037EAD;
}

.esg__item:nth-child(2) .esg-box__item::before {
  background-color: #F7A808;
}

.esg__item:nth-child(3) .esg-box__item::before {
  background-color: #037EAD;
}
.esgwhat {
    background: linear-gradient(272.2deg, rgba(0, 124, 174, 0.2) 1.85%, rgba(45, 53, 90, 0.2) 98.15%), #2F365A;
    padding-top: 140px;
    padding-bottom: 140px;
}
.esgwhat__line {
    display: flex;
}
.esgwhat__date {
    color:#C2C2C2;
    font-size: 18px;
    font-weight: 400;
    margin-right: 30px;
}
.esgwhat__topic a {
    color:#F7A808;
    font-size: 18px;
    font-weight: 600;
    
}
.what__title {
    color:#2E4060!important;
}
.esgwhat__title{
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    margin-top: 25px;
}
.esg-box__text {
  margin-bottom: 15px;
}

.esg-box__item {
  position: relative;
  padding-left: 30px;
}

.esg-box__item:before {
  position: absolute;
  content: '';
  width: 15px;
  height: 3px;
  background-color: #10917D;
  top: 9px;
  left: 0;
}

.esg-box__item:not(:last-child) {
  margin-bottom: 15px;
}

.esg__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 55px;
  margin-top: 40px;
}

.esg__subtitle {
  margin-bottom: 5px;
}

.esg__desc {
  color: #727272;
  margin-bottom: 30px;
}

.esg__letter {
  text-transform: uppercase;
  opacity: .2;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  font-size: 135px;
  line-height: 1.3em;
}

.want {
  position: relative;
  padding: 100px 0;
  background-color: #10917D;
  color: #fff;
  overflow: hidden;
}

.want_white {
  background-color: #fff;
  color: #2E4060;
}

.want_white .want__title {
  color: #2E4060;
}
.want__title {
    max-width:840px;
}
.want__inner {
  width: 890px;
  position: relative;
  z-index: 5;
}

.want__bg {
  position: absolute;
  top: 0px;
  right: 0px;
}

.want__title {
  color: #fff;
  margin-bottom: 35px;
}

.want__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.want__text {
  margin-left: 50px;
}

.now__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.now__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  height: 100%;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #fff;
}

.now__subtitle {
  margin-bottom: 10px;
  color: #232323;
}

.now__img {
  margin-right: 30px;
}

.now__img img {
  display: block;
}

.why__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1170px;
}

.why__item:nth-child(1) .why__number {
  color: #10917D;
}

.why__item:nth-child(1) .why__subtitle {
  color: #10917D;
}

.why__item:nth-child(2) .why__number {
  color: #F7A808;
}

.why__item:nth-child(2) .why__subtitle {
  color: #F7A808;
}

.why__item:nth-child(3) .why__number {
  color: #037EAD;
}

.why__item:nth-child(3) .why__subtitle {
  color: #037EAD;
}

.why__item:not(:last-child) {
  margin-bottom: 45px;
}

.why__subtitle {
  margin-bottom: 10px;
}

.why__box {
  padding-top: 30px;
  padding-left: 30px;
}

.why__number {
  text-align: center;
  height: 135px;
  min-width: 90px;
  font-weight: 700;
  font-size: 135px;
}

.company__inner {
  width: 1075px;
}

.company__title {
  margin-bottom: 15px;
}

.company__subtitle {
  margin-bottom: 70px;
}

.company__text {
  margin-bottom: 80px;
}

.company__list {
  padding-left: 44px;
  border-left: 2px solid #F7A808;
  margin-bottom: 55px;
}

.company__item {
  position: relative;
}

.company__item::before {
  position: absolute;
  content: '';
  top: 0px;
  left: -55px;
  width: 20px;
  height: 20px;
  border: 2px solid #F7A808;
  background-color: #F6F6F6;
  border-radius: 50%;
}

.company__item:last-child {
  height: 20px;
}

.company__item:not(:last-child) {
  margin-bottom: 55px;
}

.company__item a {
  color: #10917D;
  border-bottom: 1px solid #10917D;
}

.company__item span {
  font-weight: 600;
}

.pass__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pass__img img {
  display: block;
}

.pass__title {
  margin-bottom: 70px;
}

.mail {
  overflow: hidden;
  padding: 100px 0;
  position: relative;
  background: linear-gradient(89.91deg, #007CAE -0.37%, #00917B 99.92%), #2E4060;
}
.mail::after {
    content: url('../img/what__bg.svg');
    position: absolute;
    right: 0;
    top:0;
}
.mail__bg {
  position: absolute;
  right: 15px;
  top: -270px;
}

.mail__bg img {
  display: block;
}

.mail__inner {
  width: 1020px;
  position: relative;
  z-index: 5;
}

.mail__title {
  color: #fff;
  margin-bottom: 40px;
}

.mail__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mail__form .input {
  width: 330px;
}

.mail__btn {
  max-height: 66px;
}

.footer {
  padding: 75px 0;
  background-color: #2E4060;
  color: #fff;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-logo {
  font-weight: 300;
  font-size: 15px;
}

.footer-logo-2 {
  display: none;
}

.footer-logo__text {
  margin-bottom: 10px;
}

.footer__logo {
  margin-bottom: 20px;
}

.footer-grid {
  -ms-grid-columns: 184px 97px;
      grid-template-columns: 184px 97px;
  display: -ms-grid;
  display: grid;
  row-gap: 40px;
  -webkit-column-gap: 80px;
          column-gap: 80px;
}

.footer-grid__link {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #F5F5F5;
  -webkit-transition: text-shadow .2s ease, color .2s ease;
  transition: text-shadow .2s ease, color .2s ease;
}

.footer-grid__link:hover {
  color: #fff;
  text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.15);
}

.footer-grid__link:active {
  color: #fff;
  text-shadow: none;
}

.footer-social__text {
  font-size: 16px;
  margin-bottom: 30px;
}

.footer-social__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-social__link {
  display: block;
  -webkit-transition: -webkit-box-shadow .2s ease;
  transition: -webkit-box-shadow .2s ease;
  transition: box-shadow .2s ease;
  transition: box-shadow .2s ease, -webkit-box-shadow .2s ease;
}

.footer-social__link:not(:last-child) {
  margin-right: 30px;
}

.footer-social__link:nth-child(1) {
  border-radius: 10px;
}

.footer-social__link:nth-child(2) {
  border-radius: 50%;
}

.footer-social__link:hover {
  -webkit-box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.15);
          box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.15);
}

.footer-social__link:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.footer-social__link img {
  display: block;
}

.team-top {
  padding: 210px 0 110px;
  background: linear-gradient(272.2deg, rgba(47, 54, 90, 0.2) 1.85%, rgba(0, 145, 123, 0.2) 98.15%), #00917B;
  position: relative;
  overflow: hidden;
}

.team-top__bg {
  position: absolute;
  top: 39px;
  right: -430px;
}

.team-top__text {
  color: #fff;
  max-width: 1200px;
}

.team-top__title {
  color: #fff;
  margin-bottom: 75px;
}

.team-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1080px;
}

.team-list__item:not(:last-child) {
  margin-bottom: 75px;
}

.team-list__item:nth-child(4n + 1) .team-list__img::before {
  background-color: #F7A808;
}

.team-list__item:nth-child(4n + 2) .team-list__img::before {
  background-color: #037EAD;
}

.team-list__item:nth-child(4n + 3) .team-list__img::before {
  background-color: #2E4060;
}

.team-list__item:nth-child(4n + 4) .team-list__img::before {
  background-color: #10917D;
}

.team-list__content {
  padding-top: 20px;
}

.team-list__title {
  margin-bottom: 10px;
}

.team-list__box {
  margin-top: 35px;
}

.team-list__subtitle {
  font-weight: 600;
  color: #10917D;
}

.team-list__skill {
  position: relative;
  margin-top: 15px;
  padding-left: 30px;
}

.team-list__skill::before {
  position: absolute;
  content: '';
  top: 11px;
  left: 0;
  width: 15px;
  height: 2px;
  background-color: #C2C2C2;
}

.team-list__img {
  margin-right: 60px;
  position: relative;
  height: 300px;
}

.team-list__img::before {
  position: absolute;
  content: '';
  width: 100px;
  height: 100px;
  border-radius: 50%;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.team-list__img img {
  display: block;
}

.client-top {
  overflow: hidden;
  position: relative;
  padding: 210px 0 150px;
  background: linear-gradient(272.2deg, rgba(0, 145, 123, 0.2) 1.85%, rgba(0, 124, 174, 0.2) 98.15%), #007CAE;
}

.client-top__bg {
  position: absolute;
  top: -58px;
  right: -220px;
}

.client-top__text {
  max-width: 860px;
  color: #fff;
}

.client-top__title {
  color: #fff;
  margin-bottom: 75px;
}

.client-grid .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.client-grid__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 60px 30px;
}

.client-grid.active .client-grid__item:nth-child(1n + 1) {
  display: block !important;
}

.client-grid__btn {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 75px auto 0;
  background-color: #fff;
  color: #10917D;
  border: 2px solid #10917D;
}

.client-grid__item {
  height: 170px;
}

.client-grid__item:nth-child(1n + 17) {
  display: none;
}

.client-grid__item img {
  display: block;
  width: 100%;
  height: 100%;
}

.contact-top {
  padding: 140px 0 70px;
  background: linear-gradient(272.2deg, rgba(47, 54, 90, 0.2) 1.85%, rgba(0, 145, 123, 0.2) 98.15%), #10917D;
}

.contact-top__title {
  color: #fff;
  margin-bottom: 0 !important;
}

.contact-map__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact-map__content {
  width: 480px;
}

.contact-map__title {
  color: #232323;
}

.contact-map__box {
  margin-top: 55px;
}

.contact-map__subtitle {
  margin-bottom: 10px;
  color: #10917D;
}

.contact-map__text {
  display: block;
}

.contact-map__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}

.contact-map__link {
  display: block;
}

.contact-map__link:not(:last-child) {
  margin-right: 30px;
}

.contact-map__link img {
  display: block;
}

.contact-map__img {
  width: 840px;
  height: 550px;
  border-radius: 10px;
}

.contact-map__img iframe {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: block;
}

.about-top {
  position: relative;
  padding: 210px 0 110px;
  overflow: hidden;
  background: linear-gradient(272.2deg, rgba(0, 145, 123, 0.2) 1.85%, rgba(0, 124, 174, 0.2) 98.15%), #007CAE;
}

.about-top__bg {
  position: absolute;
  right: -400px;
  top: -55px;
}

.about-top__title {
  margin-bottom: 75px;
  color: #fff;
}

.about-top__text {
  color: #fff;
  max-width: 1170px;
}

.about-info__title {
  margin-bottom: 55px;
}

.about-info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about-info__content {
  max-width: 720px;
}

.about-info__img {
  width: 600px;
  height: 400px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.about-info__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-info__text a {
  color: #10917D;
  border-bottom: 1px solid #10917D;
}

.about-event__title {
  margin-bottom: 55px;
  max-width: 1170px;
}

.about-event__title a {
  color: #10917D;
  border-bottom: 1px solid #10917D;
}

.aboutSlider__link {
  display: block;
}

.aboutSlider__box {
  padding: 25px 10px 0;
}

.aboutSlider__date {
  color: #727272;
}

.aboutSlider__subtitle {
  margin: 10px 0 20px;
}

.aboutSlider__desc {
  font-size: 16px;
  font-weight: 600;
  color: #10917D;
}

.aboutSlider__img {
  width: 100%;
  height: 235px;
  border-radius: 10px;
}

.aboutSlider__img img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.aboutSlider__nav {
  position: relative;
  margin-top: 45px;
  height: 10px;
  display: none;
}

.aboutSlider__nav div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: auto !important;
  top: auto;
}
.box__slider {
    position: relative;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -45px!important;
    right: auto;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -45px!important;
    left: auto;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: url("data:image/svg+xml,%3Csvg width='12' height='19' viewBox='0 0 12 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.12482 18.5999L0.69982 10.1999C0.59982 10.0999 0.52882 9.99157 0.48682 9.8749C0.44482 9.75824 0.424154 9.63324 0.42482 9.4999C0.42482 9.36657 0.44582 9.24157 0.48782 9.1249C0.52982 9.00824 0.600487 8.8999 0.69982 8.7999L9.12482 0.374902C9.35815 0.141569 9.64982 0.0249023 9.99982 0.0249023C10.3498 0.0249023 10.6498 0.149902 10.8998 0.399902C11.1498 0.649902 11.2748 0.941569 11.2748 1.2749C11.2748 1.60824 11.1498 1.8999 10.8998 2.1499L3.54982 9.4999L10.8998 16.8499C11.1332 17.0832 11.2498 17.3709 11.2498 17.7129C11.2498 18.0549 11.1248 18.3506 10.8748 18.5999C10.6248 18.8499 10.3332 18.9749 9.99982 18.9749C9.66649 18.9749 9.37482 18.8499 9.12482 18.5999Z' fill='%232E4060'/%3E%3C/svg%3E%0A")!important;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: url("data:image/svg+xml,%3Csvg width='12' height='19' viewBox='0 0 12 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.15039 18.6C0.900391 18.35 0.775391 18.054 0.775391 17.712C0.775391 17.37 0.900391 17.0743 1.15039 16.825L8.47539 9.5L1.12539 2.15C0.892057 1.91667 0.775391 1.625 0.775391 1.275C0.775391 0.925 0.900391 0.625 1.15039 0.375C1.40039 0.125 1.69639 0 2.03839 0C2.38039 0 2.67606 0.125 2.92539 0.375L11.3254 8.8C11.4254 8.9 11.4964 9.00833 11.5384 9.125C11.5804 9.24167 11.6011 9.36667 11.6004 9.5C11.6004 9.63333 11.5794 9.75833 11.5374 9.875C11.4954 9.99167 11.4247 10.1 11.3254 10.2L2.90039 18.625C2.66706 18.8583 2.37939 18.975 2.03739 18.975C1.69539 18.975 1.39972 18.85 1.15039 18.6Z' fill='%232E4060'/%3E%3C/svg%3E%0A")!important;
}
.aboutSlider__nav .swiper-pagination-bullet {
  margin: 0 !important;
  width: 10px;
  height: 10px;
  border: 1px solid #C2C2C2;
  background: none;
  opacity: 1;
  -webkit-transition: border .2s ease, background .2s ease;
  transition: border .2s ease, background .2s ease;
}

.aboutSlider__nav .swiper-pagination-bullet-active {
  opacity: 1;
  border: 1px solid #2E4060;
  background: #2E4060;
}

.aboutSlider__nav .swiper-pagination-bullet:not(:last-child) {
  margin-right: 15px !important;
}

.privacy-top {
  padding: 140px 0 70px;
  background: linear-gradient(272.2deg, rgba(0, 124, 174, 0.2) 1.85%, rgba(45, 53, 90, 0.2) 98.15%), #2F365A;
}

.privacy-top__title {
  max-width: 720px;
  color: #fff;
}

.privacy-bottom__inner {
  max-width: 1170px;
}

.privacy-bottom__title {
  margin-bottom: 15px;
  color: #232323;
}

.privacy-bottom__box:not(:last-of-type) {
  margin-bottom: 55px;
}

.test-top {
  background: linear-gradient(272.2deg, rgba(47, 54, 90, 0.2) 1.85%, rgba(0, 145, 123, 0.2) 98.15%), #00917B;
  padding: 140px 0 430px;
}

.test__desc {
  color: #fff;
  margin-bottom: 65px;
  max-width: 930px;
}

.test__title {
  max-width: 810px;
  color: #fff;
}

.test-more {
  display: none;
}

.test-more__link {
  display: block;
  margin-top: 35px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.test-more__text {
  max-width: 1050px;
}

.test-more__text button {
  color: #10917D;
  text-decoration: underline;
  font-weight: 600;
}

.test-more.active {
  display: block;
}

.test-result__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1080px;
}

.test-result__item:not(:last-of-type) {
  margin-bottom: 55px;
}

.test-result__item:nth-child(1) .test-result__title {
  color: #10917D;
}

.test-result__item:nth-child(1) .test-result__round::before {
  background-color: #10917D;
}

.test-result__item:nth-child(2) .test-result__title {
  color: #F7A808;
}

.test-result__item:nth-child(2) .test-result__round::before {
  width: 100%;
  background-color: #F7A808;
}

.test-result__item:nth-child(3) .test-result__title {
  color: #037EAD;
}

.test-result__item:nth-child(3) .test-result__round::before {
  display: none;
  background-color: #037EAD;
}

.test-result__img {
  padding-right: 90px;
  text-align: center;
}

.test-result__round {
  border-radius: 50%;
  margin-bottom: 10px;
  width: 150px;
  height: 150px;
  position: relative;
  overflow: hidden;
  background-color: #EAEAEA;
}

.test-result__round-bg {
  border-radius: 50%;
  background-color: #fff;
  z-index: 15;
  position: absolute;
  width: 75px;
  height: 75px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.test-result__round::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 10;
}

.test-result__number {
  font-weight: 600;
}

.test-result__desc {
  color: #727272;
  margin-bottom: 30px;
}

.test-result__text button {
  color: #10917D;
  border-bottom: 1px solid #10917D;
}

.test-main {
  margin-top: -450px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.test-main.active .test-main__progress {
  display: none;
}

.test-main__progress {
  position: absolute;
  background-color: #EAEAEA;
  height: 15px;
  top: 0;
  left: 0;
  width: 100%;
}

.test-main__progress::before {
  position: absolute;
  content: '';
  width: 20%;
  height: 100%;
  background-color: #F7A808;
  border-radius: 0px 10px 10px 0px;
  -webkit-transition: width .2s ease;
  transition: width .2s ease;
}

.test-main__progress.progress2::before {
  width: 40% !important;
}

.test-main__progress.progress3::before {
  width: 60% !important;
}

.test-main__progress.progress4::before {
  width: 80% !important;
}

.test-main__progress.progress5::before {
  width: 100% !important;
}

.test-main__progress.progress6::before {
  display: none !important;
}

.test-main__question {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.test-main__question.active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.test-main__content {
  display: none;
  padding: 70px 90px;
}

.test-main__content.active {
  display: block;
}

.test-main__title {
  color: #232323;
  margin-bottom: 35px;
}

.test-main__list {
  margin-bottom: 55px;
}

.test-main__item .input-checkbox__box {
  height: 20px;
}

.test-main__item:not(:last-of-type) {
  margin-bottom: 20px;
}

.test-main__box {
  max-width: 750px;
}

.test-main__number {
  margin-bottom: 15px;
  color: #10917D;
}

.test-main__img {
  width: 360px;
  height: 400px;
  overflow: hidden;
  border-radius: 10px;
}

.test-main__img img {
  width: 100%;
  height: 100%;
  display: block;
}

.product-top {
  overflow: hidden;
  padding: 210px 0 115px;
  position: relative;
  background: linear-gradient(272.2deg, rgba(0, 124, 174, 0.2) 1.85%, rgba(45, 53, 90, 0.2) 98.15%), #2E4060;
}

.product-top__bg {
  position: absolute;
  bottom: -250px;
  right: -370px;
}

.product-top__bg img {
  display: block;
}

.product-top__title {
  margin-bottom: 75px;
  color: #fff;
}

.product-top__text {
  color: #fff;
}

.product-wrapper {
  position: relative;
  z-index: 5;
  margin-top: -270px;
}

.product-wrapper__text {
  max-width: 1050px;
  color: #2E4060;
  font-size: 30px;
  font-weight: 600;
}

.product-list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-list__item {
  border-top: 10px solid #10917D;
  padding: 40px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
  height: 326px;
  width: 330px;
  background-color: #fff;
  overflow: hidden;
}

.product-list__img {
  margin-bottom: 20px;
}

.product-list__img img {
  display: block;
}

.product-who__title {
  color: #232323;
  margin-bottom: 0px;
  margin-top: 70px;
}

.product-who__item {
  flex: 0 0 48%;
 background: #FFFFFF;
padding: 35px 57px;
margin-top: 37px;
border-left: 12px solid #10917D;
border-radius: 10px;
filter: drop-shadow(0px 5px 50px rgba(0, 0, 0, 0.07));
height: auto;
}
.product-who__item:nth-child(2) {
    border-color:#F7A808 ;
}
.product-who__item:nth-child(3) {
    border-color:#037EAD ;
}
.product-who__item:nth-child(4) {
    border-color:#E84E4E ;
}

.product-who__text {
    max-height: 120px;
    overflow: scroll;
}
.product-who__text::-webkit-scrollbar {
  width: 1px;               /* width of the entire scrollbar */
}

.product-who__text::-webkit-scrollbar-track {
  background: #fff;        /* color of the tracking area */
}

.product-who__text::-webkit-scrollbar-thumb {
  background-color: #fff;    /* color of the scroll thumb */
  border-radius: 1px;       /* roundness of the scroll thumb */
  border: 1px solid #fff;  /* creates padding around scroll thumb */
}
.product-who__box {
    justify-content: space-betwen;
    flex-wrap: wrap;
}
.product-who__text {
  color: #2E4060;
}

.product-who__round {
  margin-bottom: 35px;
}

.product-who__round img {
  display: block;
}

.product-who__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.propose {
  background-color: #10917D;
  padding: 125px 0;
}
.prop__img {
    width: 100%;
    max-width: 170px;
    
    text-align: center;
}
.propose__btn img {
    margin:auto;
}
.propose-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 55px;
}

.propose-btn__item {
  color: #fff;
  padding-bottom: 5px;
}

.propose-btn__item:not(:last-child) {
  margin-right: 40px;
}

.propose-btn__item.active {
  border-bottom: 4px solid #F7A808;
}

.propose__title {
  color: #fff;
}

.propose__subtitle {
  max-width: 1130px;
  margin-top: 45px;
  color: #fff;
  margin-bottom: 0 !important;
}

.propose__subtitle button {
  font-weight: 600;
  border-bottom: 2px solid #fff;
}

.propose__list {
  max-width: 100%;
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.propose__list.active {
  position: static;
  visibility: visible;
  opacity: 1;
}

.propose__content {
  -webkit-transition: margin-top .2s ease;
  transition: margin-top .2s ease;
  margin-left: 230px;
  max-width: 748px;
  
}

.propose__box {
  margin-bottom: 30px;
}

.propose__item {
  overflow: hidden;
  border-left: 10px solid #F7A808;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  -webkit-transition: height .3s ease;
  transition: height .3s ease;
}

.propose__item:not(:last-child) {
  margin-bottom: 20px;
}

.propose__item.active .propose__content {
  margin-top: -13px;
}

.propose__item.active .propose__btn::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.propose__desc {
  margin-bottom: 5px;
  color: #727272;
  font-weight: 500;
  font-size: 15px;
}

.propose__btn {
  width: 100%;
  padding: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.propose__btn .p-big {
    max-width: 80%;
    text-align: left;
}
.propose__btn::before {
  position: absolute;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 50px;
  width: 50px;
  height: 50px;
  background: url("../img/propose-icon-cross.svg") no-repeat center center;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}

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

.propose__btn h4 {
  margin-left: 0px;
  
  color: #232323;
}
.propose__btn-wrap {
    margin-left: 40px;
}
.propose__btn-wrap .propose__box {
    margin-bottom: 0px;
    margin-top: 10px;
}
.propose__download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  color: #10917D;
  border: 2px solid #10917D;
  font-size: 15px;
  padding: 15px 25px;
}

.propose__download:hover {
  background: #10917D;
  color: #fff;
}

.propose__download:hover svg path {
  fill: #fff;
}

.propose__download:active {
  color: #fff;
  background: #0D7E6D;
  border: 2px solid #0D7E6D;
}

.propose__download:active svg path {
  fill: #fff;
}

.propose__download svg {
  margin-right: 10px;
  display: block;
}

.propose__download svg path {
  -webkit-transition: fill .2s ease;
  transition: fill .2s ease;
}

.propose__small {
  position: relative;
  padding-left: 20px;
}

.propose__small::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 10px;
  background-color: #F7A808;
}

.propose__small:not(:last-child) {
  margin-bottom: 5px;
}
.blog__owner {
    background: linear-gradient(272.2deg, rgba(0, 124, 174, 0.2) 1.85%, rgba(45, 53, 90, 0.2) 98.15%), #2E4060;
    padding-top: 150px;
    margin-top: 250px;
    position: relative;
    padding-bottom: 260px;
}
.blog__owner::after {
    content: url('../img/blog__bg.svg');
    position: absolute;
    right: 0;
    bottom: 0;
}
.blog__subtext {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    
}
.blog__subtext a {
    color: #10917D;
}
.blog__subtext {
    max-width: 800px;
}
.blog__list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.test2 {
    margin-top: 0px;
}
.blog__list {
    -webkit-transform: translateY(-175px);
    -moz-transform: translateY(-175px);
    -ms-transform: translateY(-175px);
    -o-transform: translateY(-175px);
    transform: translateY(-175px);
}
.blog__item {
    flex: 0 0 32%;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background-color: #fff;
    padding: 28px 23px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.blog__item-date {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 400;
    color:#727272;
    margin-bottom: 10px;
}
.blog__item-title {
    font-size: 25px;
    font-weight: 600;
    color: #2E4060;
    height: 160px;
    margin-bottom: 30px;
}
.blog__item-line {
     display: flex;
     align-items: center;
     justify-content: space-between;
}
.blog__line-left {
    font-size: 16px;
    font-weight: 600;
    color: #10917D;
}
.blog__line-right a{
    font-size: 16px;
    font-weight: 600;
    padding: 12px 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: flex;
    text-transform: uppercase;
    color:#FFFFFF;
    background: #F7A808;
}
.esg__text {
    max-width: 1050px;
}
.esg__grid {
    max-width: 97%;
    margin-left: 0;
}
.blog__title {
    font-weight:600;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 35px;
    font-size: 65px;
}
.blog-top {
  position: relative;
  background: linear-gradient(272.2deg, rgba(0, 124, 174, 0.2) 1.85%, rgba(45, 53, 90, 0.2) 98.15%), #2F365A;
  padding: 210px 0 300px;
  overflow: hidden;
}

.blog-top__bg {
  position: absolute;
  bottom: -160px;
  right: -210px;
}

.blog-top__bg img {
  display: block;
}

.blog-top__title {
  color: #fff;
  margin-bottom: 0 !important;
}

.blog__wrapper {
  position: relative;
  z-index: 5;
  margin-top: -245px;
}

.blog-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 70px 90px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 70px;
}

.blog-content__title {
  margin-bottom: 25px;
}

.blog-content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.blog-content__btn {
  font-size: 16px;
  font-weight: 500;
  padding: 14px 26px;
  border-radius: 5px;
  border: 2px solid #C2C2C2;
  color: #727272;
  -webkit-transition: color .2s ease, border .2s ease;
  transition: color .2s ease, border .2s ease;
}

.blog-content__btn:hover {
  border: 2px solid #727272;
}

.blog-content__btn.active {
  border: 2px solid #10917D;
  color: #10917D;
}

.blog-content__box:nth-child(1) {
  max-width: 424px;
}

.blog-content__box:nth-child(2) {
  max-width: 714px;
}

.blog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog-list__link {
  display: block;
  width: 450px;
}

.blog-list__box {
  padding: 20px 10px 0;
}

.blog-list__date {
  margin-bottom: 10px;
  color: #727272;
}

.blog-list__title {
  margin-bottom: 20px;
}

.blog-list__text {
  margin-bottom: 20px;
}

.blog-list__desc {
  color: #10917D;
  font-size: 16px;
  font-weight: 600;
}

.blog-list__img {
  max-width: 100%;
  height: 235px;
}

.blog-list__img img {
  border-radius: 10px;
  display: block;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article {
  position: relative;
}

.article-top {
  padding: 135px 0;
  background: linear-gradient(272.2deg, rgba(0, 124, 174, 0.2) 1.85%, rgba(45, 53, 90, 0.2) 98.15%), #2F365A;
}
.test__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.test__left {
    flex: 0 0 57%;
    
}
.test__text {
    font-size: 30px;
    font-weight: 600;
    color: #2E4060;
    margin-bottom: 50px;
}
.test__btn {
    max-width: fit-content;
    
}
.test__btn a {
    display: flex;
    padding: 20px 60px;
    background: #10917D;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.form {
    background: linear-gradient(89.91deg, rgba(0, 124, 174, 0.8) -0.37%, rgba(0, 145, 123, 0.8) 99.92%), #007CAE;
    padding-top: 140px;
    padding-bottom: 130px;
    margin-top:200px;
}
.know__wrapper {
    padding-bottom: 260px;
    padding-top: 190px;
}
.know__title {
    font-size:25px;
    font-weight: 500;
    max-width: 930px;
    color:#232323;
    margin-bottom: 50px;
}
.case__subtitle{
    max-width: 1047px;
    color:#fff;
    font-size: 25px;
    font-weight: 600;
    margin-top: 30px;
}
.know__title a {
    color:#EA9F09;
}
.case__body {
    padding-bottom: 130px;
}
.know__line {
    display: flex;
    align-items: center;
}
.know__line-btn a{
    display: flex;
    padding: 20px 60px;
    text-transform: uppercase;
    color:#fff;
    background: #10917D;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.know__line-btn a:hover {
    box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.17);
}
.know {
    position: relative;
    background-image: url('../img/knowbg.svg');
    background-position: right bottom;
    background-repeat: no-repeat;
}
.esg__project {
    background:  linear-gradient(89.91deg, rgba(0, 124, 174, 0.8) -0.37%, rgba(0, 145, 123, 0.8) 99.92%), #007CAE;
    padding-top: 216px;
    padding-bottom: 216px;
}
.esg__project-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.esg__project-text {
    font-size: 25px;
    font-weight: 600;
    color:#fff;
    flex: 0 0 58%;
}
.esg__project-btn a {
    display: flex;
    padding: 20px 60px;
    justify-content: center;
    color:#fff;
    font-size: 20px;
    font-weight: 600;
    background: #F7A808;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.esg__project-btn a:hover {
    box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.17);
}
.esg__project-text a {
    color:#F7A808;
    text-decoration: underline;
}
.know__line-text {
    font-size: 20px;
    font-weight: 500;
    color:#A7A7A7;
    margin-left: 40px;
}
.form__text {
    font-size: 25px;
    color:#fff;
    font-weight: 600;
    max-width: 810px;
    margin-bottom: 40px;
}
.form__wrap {
    align-items: center;
    justify-content: space-between;
    display: flex;
}
.form__line {
    display: flex;
    max-width: 690px;
    width: 100%;
    justify-content: space-between;
}
.article-top__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
.form__item {
    position: relative;
    flex: 0 0 48%;
}
.form__item input {
    width: 100%;
    background: transparent;
    border: 2px solid #fff;
    font-size: 25px;
    color: #fff;
    padding: 14px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.form__item label {
    position: absolute;
    left: 15px;
    z-index: 1;
    top: -12px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    padding: 5px 10px;
    background: #007CAE;
}
.form__item2 label {
    background: #00839E;
}
.article-top__date {
  color: #C2C2C2;
  margin-right: 52px;
}

.article-top__desc {
  color: #F7A808;
  font-weight: 600;
}

.article-top__title {
  color: #fff;
  max-width: 720px;
}

.article-content {
  padding-top: 70px;
}

.article-content__subtitle {
  margin-bottom: 45px;
}

.article-content__inner {
  max-width: 100%;
}
.article-content__text{
    padding-top: 50px;
}
.article-content__title {
  margin-bottom: 55px;
  max-width: 720px;
}

.article-content__box {
  height: 700px;
  border-radius: 10px;
  overflow: hidden;
}

.article-content__box iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.articleSlider {
  width: 600px;
  height: 400px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.articleSlider2 {
  width: 100%;
  height: 782px;
}

.articleSlider__wrap {
  position: absolute;
  top: 140px;
  right: 190px;
  z-index: 5;
  margin-bottom: 55px;
}

.articleSlider__slide, .articleSlider2__slide {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.articleSlider__slide:hover img, .articleSlider2__slide:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.articleSlider__slide img, .articleSlider2__slide img {
  border-radius: 10px;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}

.articleSlider2__slide:hover img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.articleSlider__nav, .articleSlider2__nav {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.articleSlider__pagination, .articleSlider2__pagination {
  position: static;
  bottom: auto;
  top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.articleSlider__pagination .swiper-pagination-bullet, .articleSlider2__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 !important;
  border: 1px solid #C2C2C2;
  background: none;
  opacity: 1;
}
@media screen and (max-width: 1450px) {
    .container {
        max-width: 95%;
    }
}
.articleSlider__pagination .swiper-pagination-bullet-active, .articleSlider2__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  border: 1px solid #2E4060;
  background: #2E4060;
}

.articleSlider__pagination .swiper-pagination-bullet:not(:last-child), .articleSlider2__pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 15px !important;
}

.articleSlider2__pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}

.articleSlider2__pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 30px !important;
}

.articleSlider2__arrow {
  position: static;
  height: 40px;
  width: 20px;
  margin-top: 0;
}
.company__item {
    font-weight: 500;
}
.company__item span {
    font-weight: 500;
}
.company__item b {
    font-weight: 500;
}

.articleSlider2__arrow img {
  display: block;
}

.articleSlider2__arrow::after {
  display: none;
}

@media (max-width: 1260px) {
  /*.container {
    width: 1100px;
  }*/
  .propose-btn {
    margin-bottom: 25px;
  }
  .prop__img img {
      width: 100%;
  }
  .propose__btn img {
      width: 128px!important;
  }
  .prop__img {
      width: 150px;
  }
  .propose-btn__item {
    font-size: 25px;
  }
  .articleSlider__wrap {
    position: relative;
    top: auto;
    right: auto;
  }
  .articleSlider2 {
    height: 600px;
  }
  .popup-article .popup__close {
    top: -40px;
    right: 0;
  }
  .blog-content {
    padding: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-content__box:not(:last-child) {
    margin-bottom: 35px;
  }
  .blog-list__link {
    width: 32%;
  }
  .product-top__bg {
    right: -500px;
    bottom: -100px;
  }
  .product-top__bg img {
    width: 70%;
    height: 70%;
  }
  .product-list {
    overflow-x: auto;
    padding-bottom: 20px;
  }
  .product-list__item {
    margin-right: 30px;
  }
  .product-list .container {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .test-main__img {
    display: none;
  }
  .about-top__bg {
    top: -100px;
    right: -700px;
  }
  .about-top__bg img {
    width: 70%;
    height: 70%;
  }
  .about-info__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-info__title {
    margin-bottom: 35px;
  }
  .about-info__content {
    max-width: 100%;
    margin-bottom: 55px;
  }
  .team-top__bg {
    top: auto;
    right: -750px;
    bottom: -300px;
  }
  .team-top__bg img {
    width: 60%;
    height: 60%;
  }
  .mail__bg {
    right: -420px;
  }
  .want__bg {
    top: -100px;
    right: -500px;
  }
  .want__bg img {
    width: 70%;
    height: 70%;
  }
  .home__bg {
    top: 0px;
    right: -800px;
  }
  .home__bg img {
    width: 60%;
    height: 60%;
  }
  .client-top__bg {
    top: -100px;
    right: -500px;
  }
  .client-top__bg img {
    width: 70%;
    height: 70%;
    display: block;
  }
  .team-like .want__bg {
    right: -870px;
    top: 10px;
  }
  .team-like .want__bg img {
    width: 50%;
    height: 50%;
  }
}

@media (max-width: 1160px) {
  .container {
    width: 900px;
  }
  .want__bg {
      display: none;
  }
  .case__subtitle {
      font-size: 18px;
  }
  .game::after {
      display: none;
  }
  .game {
      padding-top: 110px;
      padding-bottom: 130px;
  }
  .game__text {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 40px;
  }
  .game__btn a {
      max-width: 100%;
      font-size: 16px;
      text-transform: uppercase;
      padding-top: 14px;
      padding-bottom: 14px;
      justify-content: center;
  }
  .case__body::after {
      display: none;
  }
  .home__main button{
      margin-top: 40px;
  }
  .test {
      margin-top: 0px;
  }
  .case__body-title {
      margin-bottom: 30px;
      font-sie: 35px;
  }
  .case__body-tabs {
      flex-wrap: wrap;
      
  }
  .box {
      padding: 40px 80px;
  }
  .box__slider {
      margin-left: 0px;
      margin: auto;
      max-width: 100%;
  }
  .case__body {
      padding-bottom: 120px;
  }
  .case__body {
      background-image: none;
  }
  .know__wrapper {
      padding-top: 75px;
      padding-bottom: 105px;
  }
  .know__line-btn {
            min-width: fit-content;
  }
  .know__line-btn a{
      font-size: 16px;
      padding: 20px 60px;
  }
  .know__line-text {
      font-size: 20px;
  }
  .know {
      background-image: url('../img/knowbg__mb.svg');
      -webkit-background-size: 30%;
      background-size: 30%;
  }
 .esg__project-wrap {
     display: block;
 }
 .esg__project {
     padding-top: 100px;
     padding-bottom: 110px;
 }
  .know__title {
      font-size: 20px;
  }
  .esg__project-text{
      font-size: 20px;
  }
  .esg__project-btn {
      max-width: fit-content;
      margin-top: 50px;
  }
  .know__wrapper {
      padding-bottom: 250px;
  }
  .box__left {
      order: 2;
  }
  .box__left {
      max-width: 100%;
      min-width: unset;
  }
  .box {
      width: 100%;
      margin-top: 30px;
  }
  .box__wrapper {
      flex-wrap: wrap;
  }
  .case__body-tabs a {
      font-size: 16px;
      margin-right: 15px;
      margin-bottom: 15px;
      padding: 15px 30px;
  }
  .case__body {
      margin-top: 70px;
  }
  .esg__grid {
    margin-top: 20px;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  .propose__btn h4 {
    font-size: 25px;
  }
  .propose-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .propose-btn__item {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    text-align: left;
    padding-bottom: 0;
  }
  .propose-btn__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .aboutSlider__nav {
    display: block;
  }
  .blog-list {
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .blog-list__link {
    width: 48%;
  }
  .product-who__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 30px;
  }
  .product-who__item {
    width: 48%;
  }
  .product-top {
    padding: 188px 0 246px;
  }
  .product-top__bg {
    right: -600px;
    bottom: 150px;
  }
  .product-wrapper {
    margin-top: -220px;
  }
  .product-list__item {
    padding: 30px;
    width: 310px;
    height: 306px;
    margin-right: 20px;
  }
  .propose__btn {
    padding: 30px;
  }
  .propose__btn h4 {
    margin-left: 10px;
  }
  .propose__btn img {
    width: 50px;
    height: 50px;
  }
  .propose__content {
    margin-left: 193px;
  }
  .about-top {
    padding: 180px 0 125px;
  }
  .about-top__title {
    margin-bottom: 55px;
  }
  .about-top__bg img {
    width: 50%;
    height: 50%;
  }
  .contact-map__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contact-map__content {
    margin-bottom: 70px;
  }
  .contact-map__img {
    height: 466px;
    width: 100%;
  }
  .client-grid__inner {
    gap: 20px 25px;
  }
  .popup-offer__body {
    padding: 55px;
  }
  .popup-question__body {
    padding: 55px;
    width: 750px;
  }
  .company__inner {
    width: 100%;
  }
  .mail__inner {
    width: 100%;
  }
  .mail__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mail__form .input {
    width: 440px;
    margin-bottom: 40px;
  }
  .mail__btn {
    width: 280px;
  }
  .mail__bg {
    right: -300px;
    top: 50px;
  }
  .pass__img img {
    width: 366px;
    height: 366px;
  }
  .what__inner {
    width: 100%;
  }
  .want__bg {
    right: -700px;
  }
  .header__logo {
    top: 15px;
  }
  .header.active .header__inner {
    padding: 27px 0 !important;
  }
  .header.active .header__logo {
    top: 15px !important;
  }
  .header.main {
    background-color: #fff !important;
  }
  .header.main .header__logo {
    background: url("../img/logo.svg") no-repeat center center/100%;
  }
  .header.main .header__inner {
    padding: 27px 0 !important;
  }
  .header__inner {
    padding-top: 27px;
  }
  .header__burger {
    display: block;
  }
  .header__list {
    display: none;
  }
  .pt-250 {
    padding-top: 180px;
  }
  .mt-150 {
    margin-top: 125px;
  }
  .mb-150 {
    margin-bottom: 125px;
  }
  .mt-95 {
    margin-top: 70px;
  }
  .mb-95 {
    margin-bottom: 70px;
  }
  .esg__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .esg__item {
    width: 100%;
  }
  .footer {
    padding: 55px 0 25px;
  }
  .footer-logo__text, .footer-logo__link {
    display: none;
  }
  .footer-logo-2 {
    display: block;
  }
  .footer-logo-2 p, .footer-logo-2 a {
    display: block;
    font-size: 15px;
    font-weight: 300;
  }
  .footer__logo {
    margin-bottom: 0;
  }
  .footer-social {
    margin-bottom: 55px;
  }
  .footer-social__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-grid {
    margin: 50px 0 65px;
    -ms-grid-columns: 200px 200px;
        grid-template-columns: 200px 200px;
  }
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .home__img img {
    width: 413px;
    height: 410px;
  }
  .home__main {
    margin-bottom: 55px;
  }
  .home__main img {
    width: 366px;
    height: 390px;
  }
}
.what-content__subtitle {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.what__content-item {
    flex: 0 0 48%;
    font-size: 25px;
    font-weight: 600;
    color:#2E4060;
}
.esg__title {
    color:#2E4060!important;
}
.esg__letter {
    display: none;
}
#company  {
    margin-bottom: 190px;
}
.company__text  {
    margin-bottom: 35px!important;
}
.now__title {
    max-width: 930px;
    font-size: 45px!important;
}
.why__number {
    opacity: 0.3;
}
.esg__item {
    padding-left: 0px!important;
}
.esg__desc {
    font-size: 25px!important;
    color:#C2C2C2;
}
.esg-box__item {
    font-size: 17px;
}
.next-title.what__subtitle {
    font-size: 45px;
}
@media (max-width: 950px) {
  .container {
    width: 700px;
  }
  iframe {
      margin-bottom: 10px;
      max-width: 100%;
      height: 250px;
  }
  .case-page::after {
      display: none;
  }
  .article-top {
    padding: 150px 0 75px;
  }
  .esgwhat {
      padding-top: 115px;
      padding-bottom: 80px;
  }
  .esgwhat__date {
      font-size: 15px;
  }
  .esgwhat__line {
      display: block;
  }
  .esgwhat__title{
      font-size: 25px;
  }
  .esg__desc {
      font-size: 16px!important;
      margin-bottom: 25px;
  }
  .esg__item {
      padding-top: 0px!important;
      padding-bottom: 50px;
  }
  .why__text  {
      font-size: 15px!important;
      margin-top: 15px;
  }
  .what__content-item{
      
      font-size: 18px;
  }
  .what-content__subtitle {
      display: block;
  }
  .now__title {
      font-size: 25px!important;
  }
  .what__subtitle2 {
      font-size: 21px!important;
  }
  .what-imp__text {
      font-size: 16px!important;
      line-height: 1.2rem;
  }
  .what {
      margin-top: 84px;
      margin-bottom: 145px;
  }
  .esgwhat__topic {
      margin-top: 10px;
  }
  .esgwhat__topic a {
      font-size: 15px;
  }
  .what-imp {
      margin-bottom: 100px;
  }
  .article-top__title {
    margin-bottom: 0 !important;
  }
  .articleSlider__wrap {
    margin-bottom: 45px;
  }
  .article-content {
    padding-top: 55px;
  }
  .article-content__box {
    height: 426px;
  }
  .article-content__title {
    margin-bottom: 45px;
  }
  .article-content__video {
    margin-top: 45px;
  }
  .article-content__subtitle {
    margin-bottom: 25px;
  }
  .blog-top__bg {
    width: 50%;
    height: 50%;
    bottom: 250px;
    right: -230px;
  }
  .product-top__title {
    max-width: 360px;
  }
  .product-top__bg {
    bottom: 200px;
    right: -700px;
  }
  .product-top__bg img {
    width: 50%;
    height: 50%;
  }
  .propose {
    padding: 95px 0;
  }
  .propose__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 30px 70px 30px 20px;
  }
  .propose__btn::before {
    width: 30px;
    height: 30px;
  }
  .propose__btn img {
    width: 40px;
    height: 40px;
  }
  .propose__btn h4 {
    margin-left: 0;
    margin-top: 5px;
  }
  .propose__content {
    margin-left: 20px;
  }
  .propose__item.active .propose__content {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .test-main__content {
    padding: 45px 40px;
  }
  .about-info__img {
    width: 100%;
  }
  .about-info__img img {
    width: 100%;
  }
  .team-top {
    padding: 180px 0 125px;
  }
  .team-top__title {
    margin-bottom: 40px;
  }
  .team-list__img {
    min-width: 200px;
    height: 200px;
  }
  .team-list__img::before {
    width: 65px;
    height: 65px;
  }
  .team-list__img img {
    width: 100%;
    height: 100%;
  }
  .client-top__bg {
    right: -500px;
    top: -150px;
  }
  .client-grid__inner {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
  .client-grid__item:nth-child(1n + 17) {
    display: block;
  }
  .client-grid__item:nth-child(1n + 16) {
    display: none;
  }
  .client-grid__btn {
    margin-top: 55px;
  }
  .section-title {
    font-size: 55px;
    margin-bottom: 45px;
  }
  .next-title {
    font-size: 35px;
    margin-bottom: 45px;
  }
  .fourth-title {
    font-size: 25px;
  }
  .fifth-title {
    font-size: 20px;
  }
  .home__img {
    margin-right: -150px;
  }
  .pass__img img {
    width: 300px;
    height: 300px;
  }
  .company__title {
    margin-bottom: 5px !important;
  }
  .company__text {
    margin-bottom: 45px;
  }
  .company__subtitle {
    margin-bottom: 45px;
  }
  .want {
    padding: 75px 0;
  }
  .want__inner {
    width: 100%;
  }
  .want__link {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .want__text {
    margin-left: 30px;
  }
  .want__bg {
    right: -800px;
  }
  .what__title {
    margin-bottom: 5px !important;
  }
  .esg__letter {
    font-size: 100px;
  }
  .esg__item {
    padding-left: 40px;
    padding-top: 66px;
  }
  .esg__subtitle {
    margin-bottom: 5px !important;
  }
  .esg__desc {
    margin-bottom: 20px;
    font-weight: 600;
  }
  .why__number {
    font-size: 100px;
    width: 65px;
    min-width: 65px;
    height: 100px;
  }
  .why__box {
    padding-top: 21px;
  }
  .why__item:not(:last-of-type) {
    margin-bottom: 25px;
  }
  .mail {
    padding: 75px 0;
  }
  .mail__bg {
    right: -450px;
    top: 200px;
  }
  .mail__bg img {
    width: 60%;
    height: 60%;
  }
  .now__grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 20px;
  }
  .now__item {
    padding: 30px;
  }
  .now__img {
    margin-right: 30px;
  }
  .now__img img {
    width: 50px;
    height: 50px;
  }
}
.esg__item-logo2 {
    display: none;
}

@media (max-width: 1040px) and (min-width: 720px) {
    .pb-360 {
        padding-bottom: 55px;
    }
.aboutSlider__nav {
    display: none;
}
.keys__list {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(3, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
}

.keys__item1 { grid-area: 1 / 1 / 3 / 2; }
.keys__item2 { grid-area: 3 / 1 / 4 / 2; }
.keys__item4  { grid-area: 1 / 2 / 2 / 3; }
.keys__item3 { grid-area: 2 / 2 / 4 / 3; }
    .container {
        width: 95%;
    }
    .home__img {
        margin-right: 0px;
    }
    .esg__grid {
        display: block!important;
    }
    .esgwhat__title {
        font-size: 35px;
    }
    .esgwhat__line {
        display: flex;
        align-items: center;
    }
    .esgwhat__topic {
        margin-top: 0px;
    }
    .know__wrapper {
        max-width: 70%;
    }
    .esgwhat__date {
        font-size: 18px!important;
        margin-right: 30px!important;
    }
    .esgwhat__topic a {
        font-size: 18px!important;
    }
    .esgwhat {
        padding-top: 150px;
        padding-bottom: 33px;
    }
    .esg-box {
        margin-bottom: 30px;
    }
    .keys__title {
        font-size: 45px;
    }

.keys__item4  {
    max-width: 90%;
}
.keys__item1  {
   max-width: 90%;
}
.keys__item2  {
    max-width: 90%;
}
.keys__item3  {
    max-width: 90%;
}
.keys__item-img img{
    max-width: 100%;
}
.keys__item-img a img {
    max-width: 100%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.keys__item-text {
    font-size: 20px;
    margin-top: 20px;
}
.aboutSlider__slide  {
    max-width: 460px;
}
.keys__list {
    margin-bottom: -200px;
}
.what__title {
    font-size: 55px;
}
.next-title {
    font-size: 35px;
}
.what__wrap-text {
    font-size: 18px;
}
.what__wrap-bigText {
    font-size: 20px;
}
.esg__wrap {
    display: block;
}
.esg__wrap-tit {
    display: flex;
    align-items: center;
}
.esg__item-subTitle {
    margin-bottom: 0px;
    font-size: 20px;
}
.esg__item-title {
    font-size: 35px;
}
.esg__item-logo img {
    max-width: 100%;
}
.esg__wrap-item {
    margin-bottom: 60px;
}
.esg__item-text {
    font-size: 18px;
}
.esg__inner {
    margin-left: auto;
}
.blog__owner {
    margin-top: 150px;
    padding-top: 115px;
    padding-bottom: 260px;
}
.blog__end .container {
    overflow: unset;
    transform: translateY(-200px);
}
.test__right {
    position: absolute;
}
.test__left {
    flex: 0 0 80%;
}
.test__text {
    font-size: 21px;
}
.test__wrapper {
   position: relative;
   padding-bottom: 200px;
}
.esg__item-text {
    margin-top: 35px;
}
.form__wrap {
    display: block;
}
.form__line {
    flex-wrap: wrap;
}
.form__text {
    font-size: 20px;
}
.form {
    padding-top: 75px;
    margin-top: 150px;
    padding-bottom: 85px;
}
.form__item2 label {
    background: #007CAE;
}
.btn {
    padding: 14px 60px;
    font-size: 18px;
}
.form__item {
    flex: 0 0 60%;
    margin-bottom: 30px;
}
.test__right {
    width: 366px;
    right: 0;
    top: 100px;
    
}
.test__right img {
    max-width: 100%;
}
.test__btn a {
    font-size: 14px;
}
.blog__end {
    margin-bottom: -100px;
}
.blog__list {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    justify-content: space-between;
    width: auto;
}
.blog__item {
    width: 450;
}
.blog__title {
    font-size: 55px;
}
.blog__subtext {
    font-size: 20px;
}
.blog::after {
    display: none;
}
.esg__item-logo {
    max-width: 100px;
    margin-bottom: 0px;
    margin-right: 35px;
}
}

@media (max-width: 720px) {
  .container {
    width: 95%;
  }
  .box__right {
          max-width: 100%;
  }
  .esg2.mt-150 {
      margin-top: 125px;
  }
  .product-who__item {
      max-height: 100%;
      padding: 45px 30px;
      margin-top: 15px;
  }
  .product-who__text {
      max-height: 100%;
  }
  .propose__btn img {
      width: auto;
      height: auto;
      max-width:100px;
  }
  .propose__btn {
      padding: 20px 20px;
  }
  .propose__btn img {
      margin-left: 0px;
  }
  .propose__list .fourth-title {
      font-size: 18px;
      margin-top: 10px;
  }
  .product-who__box {
      row-gap: 0px!important;
  }
  .mail::after {
      display: none;
  }
  .blog__list {
      display: block;
  }
  .keys__end .container {
      padding-bottom: 100px;
  }
  .esg-box__item {
      font-size: 15px;
  }
  .blog__end .container {
      padding-bottom: 0px;
  }
  .keys__btn.pc__hid a{
      display: block;
      width: 100%;
      padding: 14px 0px;
      text-align: center;
      margin-top: 30px;
  }
  .keys__btn.pc__hid {
      margin-top: -300px;
      margin-bottom: 100px;
  }
  .esg__wrap-tit {
      display: flex;
  }
  .esg__item-title {
      font-size: 25px;
      margin-bottom: 10px;
  }
  .esg__item-subTitle {
      font-size: 16px;
      margin-bottom: 0px;
  }
  .esg__wrap-info {
      margin-left: 25px;
  }
  .esg__wrap-item {
      margin-bottom: 45px;
  }
  .esg__wrap-tit {
      margin-bottom: 25px;
      align-items: center;
  }
  .esg__inner button {
      font-size: 14px;
      padding-right: 0px;
      margin-top: 15px;
      padding-left: 0px;
  }
  .esg__item-text {
      font-size: 15px;
  }
  .blog__owner::after {
      display: none;
  }
  .blog__item {
      width:100%;
  }
  .articleSlider__slide img {
      max-width: 100%;
  }
  .blog__list {
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
          justify-content: space-between;
    width: auto;
  }
  .blog__item-img img {
      max-width: 100%;
      width:100%;
  }
  .blog__item-date {
      font-size: 15px;
      margin-top: 20px;
      margin-bottom: 14px;
  }
  .blog__item-title {
      height: 100px;
  }
  .blog__end .container {
      transform: translateY(-118px)!important;
  }
  .test__wrapper {
      display: flex;
      flex-wrap: wrap;
  }
  .test__left {
      order: 2;
  }
  .test__text {
      font-size: 15px;
  }
  .test__right img {
      max-width: 100%;
  }
  .test__left {
      flex: 0 0 100%;
  }
  .test__text {
      margin-bottom: 78px;
      margin-top: 40px;
  }
  .test__btn a {
      font-size: 14px;
      padding: 14px 0px;
      justify-content: center;
  }
  .form {
      margin-top: 125px;
      padding-top: 55px;
  }
  .form__wrap {
      display: block;
  }
  .form__line {
      display: block;
  }
  .form__item2 {
      margin-top: 45px;
  }
  .form__item2 label {
      background: #0080A3;
  }
  .form__item input {
      font-size: 20px;
  }
  .mbswiper .swiper-button-next, .swiper-rtl .swiper-button-prev {
      right: 15px!important;
      top: 40%!important;
  }
.mbswiper .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
   content: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_b_1322_5454)'%3E%3Ccircle cx='20' cy='20' r='20' fill='white' fill-opacity='0.6'/%3E%3C/g%3E%3Cpath d='M18.3999 27.2001L25.5999 20.0001L18.3999 12.8001' stroke='%23727272' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3Cfilter id='filter0_b_1322_5454' x='-4' y='-4' width='48' height='48' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='2'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_1322_5454'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_1322_5454' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A")!important;
}
 .mbswiper .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
     content: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_b_1322_5471)'%3E%3Ccircle cx='20' cy='20' r='20' fill='white' fill-opacity='0.6'/%3E%3C/g%3E%3Cpath d='M21.2002 12.8L14.0002 20L21.2002 27.2001' stroke='%23727272' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3Cfilter id='filter0_b_1322_5471' x='-4' y='-4' width='48' height='48' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='2'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_1322_5471'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_1322_5471' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A")!important;
 } 
 .mbswiper .swiper-button-disabled {
     display: none!important;
 }
  .mbswiper .swiper-button-prev, .swiper-rtl .swiper-button-next {
      left: 15px!important;
      top: 40%!important;
  }
  .form__btn button {
      width: 100%;
      margin-top: 40px;
      padding: 18px 0px;
  }
  .form {
      padding-bottom: 56px;
  }
  .form__item input {
      padding: 13px 20px;
  }
  .form__item label {
      background: #0080A3;
  }
  .pb-360 {
      padding-bottom: 100px;
  }
  .form__text {
      font-size: 18px;
      margin-bottom: 50px;
  }
  .test__btn {
      width: 100%;
      max-width: 100%;
  }
  .blog__line-right a {
      margin-top: 20px;
      width: 100%;
      display: flex;
      align-items: center;
      
      justify-content: center;
      padding: 12px 0px;
  }
  .blog__item-title {
      font-size: 18px;
  }
  .blog__item-line {
      display: block;
  }
  .blog__line-left {
      font-size: 15px;
  }
  .blog__item  {
      padding: 15px;
  }
  .blog__title {
      font-size: 35px;
      margin-bottom: 20px;
  }
  .blog__subtext {
      font-size: 15px;
  }
  .blog__owner {
      margin-top: 125px;
      padding-top: 90px;
      padding-bottom: 150px;
  }
  .home__main {
      width: 100%;
  }
  .esg__item-logo  {
      display: none;
  }
  .esg__item-logo2 {
      display: block;
  }
  .home__main img {
      margin: auto;
  }
  .home__main button{
      margin-top: 50px;
  }
  .keys__btn  {
      display: none;
  }
  .keys__title {
      font-size: 35px;
  }
  .keys__end .container {
      
      transform: translateY(-200px);
    
  }
  .keys__item-img img {
      max-width: 100%;
      height: 400px;
      -o-object-fit: cover;
      object-fit: cover;
      width: 288px;
      min-width: 288px;
  }
.what__wrap-text {
    font-size: 15px;
}
.what__wrap-bigText {
        font-size: 15px;
    font-weight: 500;
    color: #232323;
    margin-top: 30px;
    margin-bottom: 30px;
}
.esg__wrap {
    display: block;
}
.keys__list {
    gap: 0px 16px;
}
.container {
    max-width: 100%;
}
.next-title.what__subtitle {
    font-size: 25px;
    line-height: 32px;
}
.keys__item-img img{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.keys__item-text {
    font-size: 18px;
    margin-top: 12px;
}
  .keys__list {
          transform: translateY(0px);
    margin-bottom: 0px;
  }
  .keys__list {
      display: flex;
      width: auto;
  }
  .keys{
      padding-top: 90px;
      padding-bottom: 222px;
  }
  .pc__hid {
      display: block;
  }
  .blog-list__link {
    width: 100%;
  }
  .articleSlider {
    width: 100%;
  }
  .articleSlider2 {
    height: 400px;
  }
  .propose__btn h4 {
    text-align: left;
  }
  .propose__btn::before {
    right: 20px;
  }
  .test-main__content {
    padding: 45px 30px;
  }
  .test-main__btn {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
  .test-main__list {
    margin-bottom: 30px;
  }
  .test-more__link {
    max-width: 100%;
    text-align: center;
  }
  .test-result__img {
    padding-right: 0;
  }
  .test-result__round {
    margin: 0 auto 10px;
  }
  .test-result__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .test-result__item:not(:last-of-type) {
    margin-bottom: 35px;
  }
  .about-event__title {
    margin-bottom: 35px;
  }
  .team-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .team-list__item:not(:last-child) {
    margin-bottom: 35px;
  }
  .team-list__img {
    max-width: 200px;
    padding-right: 0;
  }
  .contact-map__box {
    margin-top: 35px;
  }
  .popup-thank__body {
    padding: 55px;
  }
  .popup-offer__wrap {
    margin-bottom: 25px;
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .popup-offer__title {
    margin-bottom: 10px;
  }
  .popup-offer__text {
    margin-bottom: 50px;
  }
  .popup-offer__inner {
    width: 100%;
  }
  .popup-offer__inner:not(:last-of-type) {
    margin-bottom: 25px;
  }
  .popup-offer__subtitle {
    margin-bottom: 20px;
  }
  .popup-offer__checkbox {
    margin-top: 15px;
  }
  .popup-offer__input {
    margin-top: 40px;
  }
  .popup-offer__btn {
    margin-top: 30px;
  }
  .popup__close {
    top: 25px;
    right: 25px;
  }
  .home__img {
    display: none;
  }
  .home__bg {
    display: none;
  }
  .home__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .company__item:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .pt-250 {
    padding-top: 100px;
  }
  .pb-150 {
    padding-bottom: 75px;
  }
  .mt-150 {
    margin-top: 75px;
  }
  .mb-150 {
    margin-bottom: 75px;
  }
  .mt-95 {
    margin-top: 50px;
  }
  .mb-95 {
    margin-bottom: 50px;
  }
  .mail__form .input {
    width: 100%;
  }
  .mail__btn {
    width: 100%;
  }
  .mail__bg {
    top: 280px;
  }
  .want__bg {
    right: -820px;
  }
  .pass__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pass__btn {
    display: block;
    text-align: center;
    margin-bottom: 45px;
  }
  .pass__img {
    width: 80%;
    height: 80%;
  }
  .pass__img img {
    width: 100%;
    height: 100%;
  }
  .pass__title {
    margin-bottom: 25px !important;
  }
  .esg__grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

@media (max-width: 590px) {
  .container {
    width: 100%;
    padding: 0 16px;
  }
  .box {
    
      box-shadow: none;
  }
  .box__title {
      font-size: 21px;
  }
  .box__text p {
      font-size: 18px;
  }
  .box__title {
      margin-bottom: 20px;
  }
  .case__body {
      padding-bottom: 0px;
   
  }
  .know {
       -webkit-transform: translateY(-50px);
      -moz-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
      -o-transform: translateY(-50px);
      transform: translateY(-50px);  
  }
  .know__line-btn a {
      justify-content: center;
  }
  .know__line-btn a {
      background: #F7A808;
  }
  .know__line-text {
      margin-left: 0px;
      font-size: 15px;
      font-weight: 400;
      margin-top: 25px;
      max-width: 70%;
  }
  .esg__project {
      padding-top: 115px;
      padding-bottom: 115px;
  }
  .esg__project-btn {
      width: 100%;
      max-width: 100%;
  }
  .esg__project-btn a {
      width: 100%;
      font-size: 16px;
      padding: 14px 0px;
  }
  .esg__project-text {
      font-size: 18px;
  }
  .know__line-btn a {
      padding: 14px 60px;
  }
  .know__title {
      font-size: 18px;
      margin-bottom: 25px;
  }
  .know {
      background: none;
  }
  .know__line {
      display: block;
  }
  .know__wrapper {
      padding-top: 0px;
      padding-bottom: 100px;
  }
  .box {
      margin-bottom: 60px;
  }
  .case-page::after {
      content: '';
      display: none;
  }
  .case__title {
      font-size: 35px;
      font-weight: 700;
      
  }
  .case__body {
      margin-top: 0px;
  }
  .case-page {
      padding-top: 135px;
      padding-bottom: 165px;
  }
  .case__mb-block {
      padding: 25px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  }
  .case__body-title {
      font-size: 18px;
      font-weight: 600;
  }
  .what-imp {
    padding-left: 20px;
  }
  .case__body-tabs a {
      width: 100%;
      text-align: center;
      font-size: 14px;
      justify-content: center;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
  }
  .case__body-tabs a.active {
      border-width:2px;
  }
  .case__mb-block {
      background: #fff;
      -webkit-transform: translateY(-125px);
      -moz-transform: translateY(-125px);
      -ms-transform: translateY(-125px);
      -o-transform: translateY(-125px);
      transform: translateY(-125px);
  }
  .box {
      padding: 0px;
      border-left: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
  }
  .case__content {
       -webkit-transform: translateY(-125px);
      -moz-transform: translateY(-125px);
      -ms-transform: translateY(-125px);
      -o-transform: translateY(-125px);
      transform: translateY(-125px);
  }
  .swiperbox1 .swiper-slide img {
      max-width: 100%;
  }
   .swiperbox2 .swiper-slide img {
      max-width: 100%;
  }
   .swiperbox3 .swiper-slide img {
      max-width: 100%;
  }
   .swiperbox4 .swiper-slide img {
      max-width: 100%;
  }
   .swiperbox5 .swiper-slide img {
      max-width: 100%;
  }
   .swiperbox6 .swiper-slide img {
      max-width: 100%;
  }
  .box__right {
      max-width: 100%;
  }
  .box__slider {
      max-width: 80%;
  }
  .what-imp__text {
    margin-bottom: 15px;
  }
  .articleSlider2 {
    height: 328px;
  }
  .articleSlider2__pagination {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .articleSlider2__pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
  }
  .articleSlider2__pagination .swiper-pagination-bullet:not(:last-child) {
    margin-right: 15px !important;
  }
  .articleSlider2__nav {
    margin-top: 15px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .articleSlider2__arrow img {
    width: 15px;
    height: 30px;
  }
  .blog-top {
    padding-top: 150px;
  }
  .blog-top__bg {
    right: 50px;
  }
  .blog-content {
    padding: 25px;
  }
  .propose {
    padding: 75px 0;
  }
  .propose__subtitle {
    margin-top: 30px;
  }
  .propose__download {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .propose__content {
    padding-right: 20px;
  }
  .propose__box {
    margin-bottom: 20px;
  }
  .product-list__item {
    height: 285px;
    width: 255px;
    padding: 20px 25px 25px;
  }
  .product-list__img img {
    height: 50px;
    width: 50px;
  }
  .product-who__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-who__item {
    width: 100%;
  }
  .product-who__round {
    margin-bottom: 15px;
  }
  .about-info__img {
    height: 220px;
  }
  .about-info__img img {
    height: 100%;
  }
  .privacy-bottom__title {
    margin-bottom: 10px;
  }
  .privacy-bottom__box:not(:last-of-type) {
    margin-bottom: 45px;
  }
  .team-top__bg {
    right: -780px;
  }
  .client-top {
    padding: 140px 0 85px;
  }
  .client-top__bg {
    top: -50px;
    right: -150px;
  }
  .client-top__bg img {
    width: 247px;
    width: 262px;
  }
  .client-top__title {
    margin-bottom: 40px;
  }
  .client-grid__inner {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .client-grid__item {
    height: 80px;
  }
  .client-grid__item:nth-child(1n + 16) {
    display: block;
  }
  .client-grid__item:nth-child(1n + 15) {
    display: none;
  }
  .contact-map__content {
    width: 100%;
    margin-bottom: 55px;
  }
  .popup-thank__body {
    padding: 32px 24px;
  }
  .popup-thank__title {
    margin-bottom: 15px;
  }
  .popup-question__body {
    padding: 32px 24px;
  }
  .popup-question__list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .popup-question__btn {
    width: 100%;
  }
  .popup-socials__text {
    margin-bottom: 15px;
    margin-top: 32px;
  }
  .popup-socials__link:not(:last-of-type) {
    margin-right: 15px;
  }
  .popup-offer__body {
    padding: 32px 24px;
  }
  .popup-offer__btn {
    width: 100%;
  }
  .popup__close {
    top: 20px;
    right: 20px;
  }
  .section-title {
    font-size: 35px;
    margin-bottom: 35px;
  }
  .next-title {
    font-size: 25px;
    margin-bottom: 35px;
  }
  .fourth-title {
    font-size: 21px;
  }
  .fifth-title {
    font-size: 18px;
  }
  body {
    font-size: 15px;
  }
  .p-big {
    font-size: 18px;
  }
  .home__main img {
    width: 312px;
    height: 334px;
  }
  .home__btn {
    width: 100%;
  }
  .mail {
    padding: 55px 0;
  }
  .mail__bg {
    top: 250px;
  }
  .company__list {
    margin-bottom: 40px;
  }
  .company__btn {
    width: 100%;
  }
  .want {
    padding: 55px 0;
  }
  .want__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .want__link {
    text-align: center;
    width: 100%;
  }
  .want__bg {
    right: -900px;
    top: 100px;
  }
  .want__bg img {
    width: 40%;
    height: 40%;
  }
  .want__text {
    margin-left: 0;
    width: 296px;
    margin-top: 10px;
  }
  .esg__letter {
    font-size: 85px;
  }
  .esg__item {
    padding-top: 66px;
    padding-left: 0;
  }
  .now__subtitle {
    margin-bottom: 5px;
  }
  .now__grid {
    gap: 15px;
  }
  .now__item {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .now__img {
    margin-bottom: 15px;
  }
  .now__img img {
    width: 40px;
    height: 40px;
  }
  .why__number {
    font-size: 85px;
    margin-bottom: 5px;
    max-width: 48px;
    min-width: 0;
  }
  .why__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .why__item:nth-child(1) .why__number {
    max-width: 31px;
  }
  .why__item:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .why__subtitle {
    margin-bottom: 5px;
  }
  .why__box {
    padding-left: 0;
    padding-top: 0;
  }
  .footer-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    row-gap: 30px;
    margin: 40px 0 45px;
  }
  .footer-social {
    margin-bottom: 45px;
  }
}

@media (max-width: 500px) {
  .company__list {
    padding-left: 34px;
  }
  .company__item::before {
    left: -45px;
  }
  .about-top__bg {
    right: -840px;
  }
  .article-content__box {
    height: 220px;
  }
  .esgwhat {
      padding-bottom: 30px;
  }
  .esgwhat__subtitle {
      font-size: 18px;
  }
  .what150 {
      margin-top: 60px!important;
  }
  .esgwhat__title {
      font-size: 25px;
  }
  .articleSlider {
    height: 220px;
  }
}
