@media screen and (min-width: 1240px) and (max-width: 1360px) {
  /* container */
  .container,
  .container1,
  .container2 {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  /* container */
  .container,
  .container1,
  .container2 {
    padding: 0 10px;
  }

  /* header */
  .burgerBtn {
    display: block;
    position: relative;
    z-index: 10000;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .burgerBtn img {
    display: block;
  }
  .headerRight {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding-top: 150px;
    padding-left: 8%;
    padding-right: 8%;
    transition: all 0.3s;
  }
  .headerRight.opened {
    display: flex;
  }
  .headerLinks {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
  .headerLink,
  .languageLink {
    width: 100%;
  }
  .headerLink a,
  .languageLink {
    display: flex;
    justify-content: space-between;
    color: #3c9ba5;
    padding: 0 10px;
  }
  .headerDropdownLinks {
    position: static;
    box-shadow: none;
    background: #fff;
    transition: all 0.3s;
  }
  .headerDropdownLinks.opened {
    display: flex;
  }
  .headerLink.active > a {
    color: #fff;
    background-color: #3c9ba5;
  }
  .headerLink.active > a img {
    background-color: #fff;
    padding: 5px;
  }

  /* intro */
  .introSub {
    font-size: 30px;
    line-height: 40px;
  }
  .introTitle {
    font-size: 90px;
    line-height: 100px;
  }
  .introVideo video {
    display: block;
    width: auto;
  }

  /* why */
  .why {
    background-position: -33% 92%;
  }
  .whyTitle {
    font-size: 40px;
    line-height: 50px;
  }

  /* items */
  .itemBoxText {
    min-height: 1300px;
  }
  .items1BoxText {
    min-height: 585px;
  }

  /* news */
  .newsBox {
    width: 49%;
  }
  .newsBoxText {
    min-height: 300px;
  }

  /* include */
  .includeTitle {
    font-size: 48px;
    line-height: 60px;
  }

  /* footer */
  .footerBoxs {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .footerBox:nth-child(1) {
    width: 100%;
  }
  .footerLogo img {
    margin: 0 auto;
  }
  .footerBox:nth-child(6) {
    width: 100%;
  }
  .footerBox img {
    margin: 0 auto;
  }
  .footerBox:nth-child(2),
  .footerBox:nth-child(3),
  .footerBox:nth-child(4),
  .footerBox:nth-child(5) {
    width: 25%;
  }
  .footerSub {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  /* intro */
  .intro {
    padding: 125px 0;
    padding-bottom: 50px;
  }
  .introSub {
    font-size: 24px;
    line-height: 34px;
  }
  .introTitle {
    font-size: 75px;
    line-height: 85px;
  }

  /* why */
  .why {
    padding: 50px 0;
    background-position: -15% 92%;
  }
  .whyTop {
    flex-direction: column;
    gap: 30px;
  }
  .whyText {
    width: 100%;
    padding-top: 0;
  }
  .whyImg {
    width: 100%;
  }
  .whyBottom {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 50px;
  }
  .whyBottomTitle {
    font-size: 40px;
    line-height: 50px;
  }

  /* items */
  .itemBox {
    width: 50%;
  }

  /* main */
  .main {
    padding-top: 50px;
    padding-bottom: 100px;
    margin-top: 50px;
  }
  .mainInner {
    max-width: 500px;
  }
  .mainTitle {
    font-size: 45px;
    line-height: 55px;
  }

  /* items1 */
  .items1 {
    padding-bottom: 50px;
  }
  .items1Inner {
    display: flex;
    justify-content: space-between;
  }
  .items1Inner {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .items1Box {
    width: 48%;
    padding-left: 0;
  }

  /* info */
  .info {
    padding-top: 135px;
    padding-bottom: 50px;
  }
  .infoTitle {
    font-size: 70px;
    line-height: 80px;
  }

  /* news */
  .news {
    padding: 50px 0;
  }
  .newsBoxText {
    min-height: 330px;
  }

  /* partners */
  .partners {
    padding: 50px 0;
  }
  .partnerBlock {
    width: 33%;
  }

  /* about */
  .about {
    margin-top: 50px;
  }
  .aboutInner {
    flex-direction: column;
    gap: 30px;
  }
  .aboutText {
    width: 100%;
  }
  .aboutImg {
    width: 100%;
  }

  /* values */
  .values {
    margin-top: 50px;
  }
  .valueBoxs {
    flex-wrap: wrap;
  }
  .valueBox {
    width: 50%;
  }

  /* include */
  .include {
    background-position: top center;
    background-size: contain;
    margin-top: 50px;
  }
  .includeText {
    width: 100%;
    margin-left: auto;
    padding: 0;
    padding-top: 500px;
  }

  /* choose */
  .choose {
    margin: 50px 0;
  }

  /* start */
  .start {
    padding: 50px 0;
  }
  .startTitle {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  /* intro */
  .intro {
    padding: 100px 0;
    padding-bottom: 30px;
  }
  .introInner {
    width: 100%;
  }
  .introSub {
    font-size: 18px;
    line-height: 28px;
  }
  .introTitle {
    font-size: 45px;
    line-height: 55px;
  }

  /* why */
  .why {
    padding: 30px 0;
    background-position: 170% 92%;
  }
  .whyTitle {
    font-size: 30px;
    line-height: 40px;
  }
  .whySub {
    font-size: 16px;
    line-height: 26px;
  }
  .whyBottom {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 50px;
  }
  .whyBottomTitle {
    font-size: 30px;
    line-height: 40px;
  }

  /* items */
  .itemBox {
    width: 100%;
    padding: 0;
  }
  .itemBoxTitle1,
  .itemBoxSub {
    font-size: 16px;
    line-height: 26px;
  }
  .itemBoxText {
    min-height: auto;
  }
  .itemBoxBtn {
    margin-top: 20px;
  }

  /* main */
  .main {
    padding-top: 120px;
    padding-bottom: 50px;
    margin-top: 30px;
    background-position: top;
  }
  .mainInner {
    max-width: 100%;
  }
  .mainTitle {
    font-size: 30px;
    line-height: 40px;
  }
  .mainSub {
    font-size: 16px;
    line-height: 26px;
  }

  /* items1 */
  .items1 {
    padding-bottom: 30px;
  }
  .items1Box {
    width: 100%;
  }
  .items1BoxText {
    min-height: auto;
  }

  /* info */
  .info {
    padding-top: 100px;
    padding-bottom: 30px;
  }
  .infoTitle {
    font-size: 50px;
    line-height: 60px;
  }
  .infoSub1 {
    font-size: 16px;
    line-height: 26px;
  }

  /* news */
  .news {
    padding: 30px 0;
  }
  .newsInner {
    flex-direction: column;
    gap: 30px;
  }
  .newsLeft {
    width: 100%;
  }
  .newsBox {
    width: 100%;
  }
  .newsBoxText {
    min-height: auto;
  }
  .newsRight {
    width: 100%;
    padding-left: 0;
  }

  /* partners */
  .partners {
    padding: 30px 0;
  }
  .partnerBlock {
    width: 50%;
  }

  /* about */
  .about {
    margin-top: 30px;
  }
  .aboutTitle {
    font-size: 25px;
    line-height: 35px;
  }
  .aboutSub {
    font-size: 16px;
  }

  /* values */
  .values {
    margin-top: 30px;
  }
  .valueBox {
    width: 100%;
  }
  .valuseTitle {
    font-size: 35px;
    line-height: 45px;
  }

  /* include */
  .include {
    margin-top: 30px;
  }
  .includeText {
    padding-top: 250px;
  }
  .includeTitle {
    font-size: 30px;
    line-height: 40px;
  }
  .includeSub {
    font-size: 16px;
  }

  /* choose */
  .choose {
    margin: 30px 0;
  }
  .chooseTitle {
    font-size: 35px;
    line-height: 45px;
  }
  .chooseSub {
    width: 100%;
    font-size: 16px;
  }

  /* start */
  .start {
    padding: 30px 0;
  }
  .startTitle {
    font-size: 30px;
    line-height: 40px;
  }
  .startBtn {
    padding: 12px 20px;
  }

  /* footer */
  .footer {
    padding: 30px 0;
  }
  .footerBox:nth-child(2),
  .footerBox:nth-child(3),
  .footerBox:nth-child(4),
  .footerBox:nth-child(5) {
    width: 50%;
  }
}
