/* Reset and base styles  */
@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

/* Links */
a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */
input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

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

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

body {
  font-family: "Poppins", sans-serif;
  color: #05060A;
  background-color: #FBFEFF;
}

.none {
  display: none !important;
}

.header {
  display: flex;
  justify-content: space-between;
  padding: 18px 58px 0 77px;
}
@media screen and (max-width: 1439px) {
  .header {
    padding-right: 24px;
    padding-left: 19px;
  }
}
@media screen and (max-width: 1096px) {
  .header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 19px;
  }
}

.header__logo {
  display: inline-flex;
  align-items: flex-start;
}
@media screen and (max-width: 1439px) {
  .header__logo {
    scale: 0.65;
    margin-left: -105px;
  }
}
@media screen and (max-width: 1096px) {
  .header__logo {
    margin: 0;
    scale: 1;
  }
  .header__logo > img:first-child {
    width: 155px;
    height: 140px;
  }
  .header__logo > img:last-child {
    width: 521px;
    height: 167px;
  }
}
@media screen and (max-width: 720px) {
  .header__logo > img:first-child {
    width: 83px;
    height: 75px;
  }
  .header__logo > img:last-child {
    width: 228px;
    height: 59px;
  }
}

.nav {
  padding-top: 67px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1096px) {
  .nav {
    padding: 0;
  }
}

.nav__list {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1439px) {
  .nav__list {
    gap: 20px;
  }
}
@media screen and (max-width: 720px) {
  .nav__list {
    gap: 14px;
  }
}

.nav__link {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 1439px) {
  .nav__link {
    font-size: 18px;
  }
}
@media screen and (max-width: 1096px) {
  .nav__link {
    font-size: 22px;
  }
}
@media screen and (max-width: 720px) {
  .nav__link {
    font-size: 12px;
  }
}

.nav__link--active {
  font-weight: 700;
}

.nav__link--active:hover {
  opacity: 1 !important;
}

.nav__link, .nav__link--active {
  color: #05060A;
  transition: all 0.2s ease-in;
}

.nav__link:hover {
  opacity: 0.7;
}

.contacts-title {
  padding-top: 127px;
  padding-bottom: 74px;
}
@media screen and (max-width: 1096px) {
  .contacts-title {
    padding-top: 132px;
    padding-bottom: 54px;
  }
}
@media screen and (max-width: 720px) {
  .contacts-title {
    padding-top: 54px;
    padding-bottom: 54px;
  }
}

.contacts-title__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.966666;
  letter-spacing: 0.01em;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .contacts-title__title {
    font-size: 20px;
  }
}

.subscription {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 76px;
  padding-top: 132px;
  padding-bottom: 99px;
  background-color: #ECF3FF;
}
@media screen and (max-width: 1096px) {
  .subscription {
    padding-top: 100px;
    padding-bottom: 58px;
    gap: 50px;
  }
}
@media screen and (max-width: 720px) {
  .subscription {
    padding-top: 40px;
    padding-bottom: 63px;
    gap: 19px;
  }
}

.subscription__title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.966666;
  letter-spacing: 0.01em;
  text-align: center;
}
@media screen and (max-width: 1096px) {
  .subscription__title {
    font-size: 16px;
  }
}

.subscription__btn {
  padding: 10px 40px;
  box-shadow: 0px 4px 60px 0px rgba(62, 130, 252, 0.3490196078);
  background-color: #016DB3;
  color: #FFF;
  transition: all 0.35s ease-in;
  border: 2px solid rgba(62, 130, 252, 0.3490196078);
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 720px) {
  .subscription__btn {
    font-size: 10px;
    padding: 5px 24px;
  }
}

.subscription__btn:hover {
  background-color: #FFF;
  color: #016DB3;
}

.services {
  display: flex;
  justify-content: space-between;
  padding: 69px 187px 70px 87px;
}
@media screen and (max-width: 1096px) {
  .services {
    padding-top: 74px;
    padding-left: 39px;
    padding-right: 99px;
  }
}
@media screen and (max-width: 720px) {
  .services {
    display: grid;
    justify-content: flex-start;
    gap: 8px;
    padding-top: 27px;
    padding-left: 13px;
    padding-right: 96px;
  }
}

.services__text {
  display: flex;
  flex-direction: column;
  gap: 69px;
}
@media screen and (max-width: 1096px) {
  .services__text {
    gap: 74px;
  }
}
@media screen and (max-width: 720px) {
  .services__text {
    gap: 8px;
  }
}

.services__title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1096px) {
  .services__title {
    font-size: 30px;
  }
}

.services__container {
  display: grid;
  gap: 30px;
}
@media screen and (max-width: 1096px) {
  .services__container {
    gap: 22px;
  }
}
@media screen and (max-width: 720px) {
  .services__container {
    gap: 8px;
  }
}

.services__p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: 0.01em;
  width: 300px;
}

.services__cards {
  display: inline-grid;
  gap: 28px;
  width: 278px;
}
@media screen and (max-width: 1096px) {
  .services__cards {
    padding-top: 68px;
    width: 197px;
    gap: 23px;
  }
}
@media screen and (max-width: 720px) {
  .services__cards {
    padding-top: 0;
    width: 133px;
    margin-left: 75px;
    gap: 13px;
  }
}

.work {
  display: grid;
  align-content: center;
  padding-top: 5px;
  padding-left: 81px;
  padding-right: 96px;
  padding-bottom: 135px;
  gap: 44px;
}
@media screen and (max-width: 1096px) {
  .work {
    padding-top: 81px;
    padding-left: 24px;
    padding-right: 39px;
    padding-bottom: 81px;
    gap: 32px;
  }
}
@media screen and (max-width: 720px) {
  .work {
    padding-top: 20px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 23px;
    gap: 16px;
  }
}

.work__header {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.275;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1096px) {
  .work__header {
    font-size: 30px;
  }
}
@media screen and (max-width: 720px) {
  .work__header {
    font-size: 20px;
  }
}

.work__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
@media screen and (max-width: 1096px) {
  .work__container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1096px) {
  .work__container {
    gap: 8px;
  }
}

.work__text {
  display: grid;
  gap: 12px;
  width: 547px;
}
@media screen and (max-width: 1096px) {
  .work__text {
    gap: 6px;
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .work__text {
    gap: 2px;
  }
}

.work__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1096px) {
  .work__title {
    font-size: 25px;
  }
}
@media screen and (max-width: 720px) {
  .work__title {
    font-size: 18px;
  }
}

.work__p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 720px) {
  .work__p {
    font-size: 16px;
  }
}

.work__img {
  width: 652px;
}
@media screen and (max-width: 1439px) {
  .work__img {
    width: 520px;
  }
}
@media screen and (max-width: 1096px) {
  .work__img {
    width: 443px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 720px) {
  .work__img {
    width: 235px;
  }
}

.cards {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
@media screen and (max-width: 1096px) {
  .cards {
    margin-top: 0px;
  }
}

.cards__item {
  width: 290px;
  height: 235px;
  padding-top: 54px;
  padding-left: 16px;
  padding-right: 16px;
}
.cards__item--red {
  background-color: rgba(213, 65, 55, 0.8980392157);
  border: 2px solid rgba(213, 65, 55, 0.8980392157);
}
.cards__item--blue {
  background-color: rgba(1, 109, 179, 0.8980392157);
  border: 2px solid rgba(1, 109, 179, 0.8980392157);
}
.cards__item--white {
  margin-left: 3px;
  background-color: #FFF;
  border: 2px solid #F5CC5E;
}
.cards__item--white > .cards__title, .cards__item--white > .cards__info {
  color: #00215B;
}
@media screen and (max-width: 1096px) {
  .cards__item {
    width: 233px;
    height: 180px;
    padding-top: 32px;
    padding-left: 2px;
    padding-right: 2px;
  }
}
@media screen and (max-width: 720px) {
  .cards__item {
    width: 94px;
    height: 92px;
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.cards__title {
  text-align: center;
  font-family: "Kanit", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.4;
  color: #FFF;
}
@media screen and (max-width: 720px) {
  .cards__title {
    font-size: 24px;
  }
}

.cards__info {
  margin-top: 10px;
  color: #FFF;
  font-family: "Kanit", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 0.8181;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .cards__info {
    margin-top: 0;
    font-size: 10px;
    line-height: 1.3;
  }
}

.about {
  padding-top: 69px;
}
@media screen and (max-width: 1096px) {
  .about {
    padding-top: 72px;
  }
}
@media screen and (max-width: 720px) {
  .about {
    padding-top: 19px;
  }
}

.about__title {
  margin-left: 59px;
  margin-right: 54px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: 0.01em;
  margin-bottom: 8px;
}
@media screen and (max-width: 1096px) {
  .about__title {
    font-size: 30px;
    margin-bottom: 40px;
    margin-left: 28px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 720px) {
  .about__title {
    font-size: 20px;
    margin-left: 13px;
    margin-right: 34px;
    margin-bottom: 20px;
  }
}

.about__text {
  padding-left: 87px;
  width: 280px;
  font-size: 18;
  line-height: 1.28;
}
@media screen and (max-width: 720px) {
  .about__text {
    font-size: 16px;
    padding-left: 15px;
    width: 210px;
  }
}

.about__cards {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding-top: 80px;
  padding-bottom: 69px;
  padding-left: 87px;
  padding-right: 60px;
}
@media screen and (max-width: 1096px) {
  .about__cards {
    padding-left: 39px;
    padding-right: 39px;
    padding-top: 35px;
    padding-bottom: 59px;
  }
}
@media screen and (max-width: 720px) {
  .about__cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 27px 15px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 8px;
    padding-bottom: 27px;
  }
}

.about__card {
  width: 30.8%;
}
@media screen and (max-width: 720px) {
  .about__card {
    width: 133px;
  }
}

.about__slider {
  position: relative;
  margin-top: 40px;
  margin-bottom: 128px;
}
@media screen and (max-width: 1096px) {
  .about__slider {
    margin-bottom: 117px;
  }
}
@media screen and (max-width: 720px) {
  .about__slider {
    margin-top: 8px;
    margin-bottom: 39px;
  }
}

.slider-wrapper {
  padding-left: 75px;
  padding-right: 75px;
}
@media screen and (max-width: 1096px) {
  .slider-wrapper {
    padding: 0 40px;
  }
}
@media screen and (max-width: 720px) {
  .slider-wrapper {
    padding: 24px;
  }
}

.swiper {
  display: flex;
  justify-content: space-between !important;
}

.swiper-slide > img {
  width: 100% !important;
}

:root {
  --swiper-navigation-size: 16px !important;
}

.swiper-button-prev {
  color: black !important;
  left: 47px !important;
}
@media screen and (max-width: 1096px) {
  .swiper-button-prev {
    left: 16px !important;
  }
}
@media screen and (max-width: 720px) {
  .swiper-button-prev {
    left: 12px !important;
  }
}

.swiper-button-next {
  color: black !important;
  right: 47px !important;
}
@media screen and (max-width: 1096px) {
  .swiper-button-next {
    right: 16px !important;
  }
}
@media screen and (max-width: 720px) {
  .swiper-button-next {
    right: 12px !important;
  }
}

.heading {
  position: relative;
  width: 100%;
}

.heading__img {
  width: 100%;
}

.heading__title {
  position: absolute;
  top: 221px;
  left: 113px;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: 0.01em;
  width: 640px;
}
@media screen and (max-width: 1096px) {
  .heading__title {
    top: 116px;
    left: 69px;
    font-size: 50px;
    width: 450px;
  }
}
@media screen and (max-width: 720px) {
  .heading__title {
    top: 41px;
    left: 12px;
    font-size: 23px;
    width: 200px;
  }
}

.heading__btn {
  position: absolute;
  top: 488px;
  left: 113px;
  padding: 21px 33px;
  background-color: rgba(213, 65, 55, 0.8980392157);
  border: 2px solid rgba(213, 65, 55, 0.8980392157);
  font-family: "Kanit", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 0.8181;
  color: #EBECEE;
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 1096px) {
  .heading__btn {
    top: 402px;
    left: 69px;
    padding: 15px 24px;
  }
}
@media screen and (max-width: 720px) {
  .heading__btn {
    top: 163px;
    left: 12px;
    font-size: 8px;
    padding: 5px 14px;
  }
}

.heading__btn:hover {
  background: rgba(213, 65, 55, 0.1);
  color: #05060A;
}

.benefits {
  padding-left: 15%;
  padding-right: 9%;
  height: 549px;
  z-index: 9999;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .benefits {
    padding-left: 5%;
    padding-right: 2%;
  }
}
@media screen and (max-width: 1096px) {
  .benefits {
    padding-left: 16px;
    padding-right: 24px;
    height: 447px;
  }
}
@media screen and (max-width: 720px) {
  .benefits {
    display: grid;
    height: auto;
  }
}

.benefits__container {
  display: flex;
  position: absolute;
  top: -3px;
}
@media screen and (max-width: 1096px) {
  .benefits__container {
    top: 0;
  }
}
@media screen and (max-width: 720px) {
  .benefits__container {
    position: relative;
    justify-content: center;
  }
}

.benefits__cards {
  display: grid;
  align-content: space-between;
  padding: 49px 19px 74px 30px;
  position: absolute;
  top: -40px;
  left: 580px;
  background-color: #FFF;
  box-shadow: 0px 2px 25px 0px rgba(0, 33, 91, 0.2);
  width: 501px;
  height: 549px;
}
@media screen and (max-width: 1439px) {
  .benefits__cards {
    width: 450px;
  }
}
@media screen and (max-width: 1096px) {
  .benefits__cards {
    left: 466px;
    top: -87px;
    padding: 34px 18px 24px 17px;
    width: 274px;
    height: 447px;
  }
}
@media screen and (max-width: 720px) {
  .benefits__cards {
    display: none;
  }
}

.benefits__card {
  display: flex;
  align-items: center;
  gap: 19px;
}
.benefits__card:nth-child(2) {
  padding-left: 13px;
  gap: 9px;
}
@media screen and (max-width: 1096px) {
  .benefits__card:nth-child(2) {
    gap: 21px;
  }
}
.benefits__card:nth-child(3) {
  padding-left: 7px;
  gap: 25px;
}
@media screen and (max-width: 1096px) {
  .benefits__card:nth-child(3) {
    padding-left: 13px;
  }
}
@media screen and (max-width: 1096px) {
  .benefits__card {
    gap: 21px;
  }
}

@media screen and (max-width: 1096px) {
  .benefits__img--1 {
    width: 92px;
  }
  .benefits__img--2 {
    width: 79px;
  }
  .benefits__img--3 {
    width: 75px;
  }
}

.benefits__info {
  font-family: "Kanit", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.495;
  color: #00215B;
}
@media screen and (max-width: 1096px) {
  .benefits__info {
    font-size: 18px;
  }
}

.benefits__cards--mobile {
  display: none;
  background-color: #FFF;
  width: 301px;
  padding: 11px 8px 1px 8px;
  box-shadow: 0px 2px 25px 0px rgba(0, 33, 91, 0.2);
}
@media screen and (max-width: 720px) {
  .benefits__cards--mobile {
    display: flex;
    justify-content: space-between;
    margin: 9px auto 0 auto;
  }
}

.benefits__card--mobile {
  display: grid;
  justify-content: space-between;
  gap: 6px;
  width: 84px;
}

.benefits__img--mobile--1 {
  width: 36px;
  margin-left: 23px;
}
.benefits__img--mobile--2 {
  width: 34px;
  margin-left: 15px;
}
.benefits__img--mobile--3 {
  width: 40px;
  margin-left: 4px;
}

.benefits__info--mobile {
  display: flex;
  color: #00215B;
  font-family: "Kanit", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.495;
}

.video {
  display: grid;
  justify-items: center;
  gap: 48px;
  padding-top: 95px;
  padding-bottom: 220px;
}
@media screen and (max-width: 1096px) {
  .video {
    padding-top: 50px;
    padding-bottom: 212px;
    gap: 74px;
  }
}
@media screen and (max-width: 720px) {
  .video {
    padding-top: 25px;
    padding-bottom: 58px;
    gap: 28px;
  }
}

.video__title {
  width: 940px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.475;
  letter-spacing: 0.01em;
  text-align: center;
}
@media screen and (max-width: 1096px) {
  .video__title {
    width: auto;
    font-size: 35px;
  }
}
@media screen and (max-width: 720px) {
  .video__title {
    font-size: 20px;
  }
}

.video__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 2px 25px 0px rgba(0, 33, 91, 0.2);
  background: url("./../imgs/video/bg.jpg");
  width: 954px;
  height: 549px;
}
@media screen and (max-width: 1096px) {
  .video__wrapper {
    width: 684px;
    height: 422px;
  }
}
@media screen and (max-width: 720px) {
  .video__wrapper {
    width: 281px;
    height: 183px;
  }
}

.video__info {
  display: grid;
  justify-items: center;
}

.video__icon {
  width: 69px;
}

.video__icon:hover {
  transition: all 0.2s ease-in;
  scale: 1.05;
}

.video__text {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.475;
  letter-spacing: 0.01em;
  text-align: center;
  color: #FFF;
}
@media screen and (max-width: 1096px) {
  .video__text {
    font-size: 20px;
  }
}

.footer {
  padding-left: 83px;
  padding-top: 80px;
  padding-bottom: 52px;
  background-color: #ECF3FF;
}
@media screen and (max-width: 1096px) {
  .footer {
    padding-left: 48px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 720px) {
  .footer {
    padding-left: 13px;
    padding-bottom: 26px;
    padding-top: 20px;
  }
}

.footer__info {
  color: #5D616F;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.444;
}
@media screen and (max-width: 720px) {
  .footer__info {
    font-size: 10px;
    line-height: 2.6;
  }
}

.popup {
  position: fixed;
  z-index: 999999999;
  overflow: auto;
  top: 5vh;
  left: 5vw;
  width: 90vw;
  height: 90vh;
  box-shadow: 1px 1px 2px 1px rgba(93, 97, 111, 0.7);
  background-color: #FBFEFF;
  border-radius: 8px;
  padding: 32px 24px;
}

.popup__btn-container {
  position: fixed;
  z-index: 9999999999;
  top: 12vh;
  right: 7vw;
}

.popup__cross {
  width: 25px;
  height: 15px;
  position: relative;
}
.popup__cross::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 3px;
  background-color: #05060A;
  transform: rotate(45deg);
  transition: all 0.2s ease-in;
}
.popup__cross::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 3px;
  background-color: #05060A;
  transform: rotate(135deg);
  transition: all 0.2s ease-in;
}
.popup__cross:hover::before {
  opacity: 0.7;
}
.popup__cross:hover::after {
  opacity: 0.7;
}

.popup__title {
  font-size: 32px;
  font-weight: 600;
}

.popup__container {
  margin-top: 64px;
  display: grid;
  gap: 32px;
}
.popup__container > div:last-child {
  margin-left: 2px;
}

.popup__strong {
  font-size: 18px;
}

.popup__link {
  color: #05060A;
  transition: all 0.2s ease-in;
}

.popup__link:hover {
  color: #5D616F;
}/*# sourceMappingURL=main.css.map */