#app {
  width: 100%;
  min-height: 100%;
  position: relative;
}

.container {
  max-width: 1265px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1279px) {
  .container {
    max-width: 100%;
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 23px;
  }
}

.upper-fixed-image {
  position: absolute;
  top: 97px;
  left: 0;
  width: 100%;
  height: 995px;
  background-image: url("../images/white-bg.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 1279px) {
  .upper-fixed-image {
    height: 723px;
    top: 151px;
  }
}
@media (max-width: 767px) {
  .upper-fixed-image {
    top: 86px;
    height: 512px;
  }
}

.link-red {
  border-radius: 56px;
  background-color: #FF0000;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 18px 40px 15px;
  transition: all 0.3s ease-in;
  width: fit-content;
}
@media (max-width: 1279px) {
  .link-red {
    font-size: 16px;
    line-height: 20px;
    padding: 15px 32px 14px;
  }
}
@media (max-width: 767px) {
  .link-red {
    font-size: 12px;
    line-height: 16px;
    padding: 10px 25px 9px;
  }
}
.link-red:hover {
  box-shadow: 0 0 36px rgba(0, 0, 0, 0.1);
}
.link-red:active {
  opacity: 0.5;
}

.link-blue {
  border-radius: 56px;
  background-color: #1C2B3D;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 20px 40px 17px;
  transition: all 0.3s ease-in;
  width: fit-content;
}
@media (max-width: 1279px) {
  .link-blue {
    font-size: 16px;
    line-height: 20px;
    padding: 15px 32px 14px;
  }
}
@media (max-width: 767px) {
  .link-blue {
    font-size: 12px;
    line-height: 16px;
    padding: 10px 25px 9px;
  }
}
.link-blue:hover {
  box-shadow: 0 0 36px rgba(0, 0, 0, 0.1);
}
.link-blue:active {
  opacity: 0.5;
}

.link-white {
  border-radius: 56px;
  background-color: #FFF;
  color: #1C2B3D;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 16px 40px 13px;
  transition: all 0.3s ease-in;
  border: 2px solid #8DA0C0;
  box-sizing: border-box;
}
@media (max-width: 1279px) {
  .link-white {
    font-size: 16px;
    line-height: 20px;
    padding: 13px 32px 12px;
  }
}
@media (max-width: 767px) {
  .link-white {
    font-size: 12px;
    line-height: 16px;
    padding: 8px 25px 7px;
  }
}
.link-white:hover {
  box-shadow: 0 0 36px rgba(0, 0, 0, 0.1);
}
.link-white:active {
  opacity: 0.5;
}

.standard-fonts {
  max-width: 1136px;
  margin: 0 auto;
  padding: 117px 0 80px 0;
}
@media (max-width: 1279px) {
  .standard-fonts {
    max-width: calc(100% - 96px);
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .standard-fonts {
    max-width: calc(100% - 40px);
    padding-top: 40px;
  }
}
.standard-fonts h1 {
  font-family: "Gotham_Bold", sans-serif;
  font-style: normal;
  font-size: 48px;
  line-height: 52px;
  color: #000000;
  text-transform: capitalize;
  margin: 0;
}
@media (max-width: 1279px) {
  .standard-fonts h1 {
    font-size: 36px;
    line-height: 43px;
  }
}
@media (max-width: 767px) {
  .standard-fonts h1 {
    font-size: 20px;
    line-height: 28px;
  }
}
.standard-fonts h2 {
  font-family: "Gotham_Bold", sans-serif;
  font-style: normal;
  font-size: 36px;
  line-height: 52px;
  color: #000000;
  text-transform: capitalize;
  margin: 0;
}
@media (max-width: 1279px) {
  .standard-fonts h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .standard-fonts h2 {
    font-size: 18px;
    line-height: 30px;
  }
}
.standard-fonts h3 {
  font-family: "Gotham_Bold", sans-serif;
  font-style: normal;
  font-size: 30px;
  line-height: 44px;
  color: #000000;
  margin: 0;
}
@media (max-width: 1279px) {
  .standard-fonts h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .standard-fonts h3 {
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
  }
}
.standard-fonts h4 {
  font-family: "Gotham_Bold", sans-serif;
  font-style: normal;
  font-size: 26px;
  line-height: 30px;
  color: #000000;
  margin: 0;
}
@media (max-width: 1279px) {
  .standard-fonts h4 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .standard-fonts h4 {
    font-size: 15px;
    line-height: 20px;
  }
}
.standard-fonts h5 {
  font-family: "Gotham_Bold", sans-serif;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  text-transform: capitalize;
  margin: 0;
}
@media (max-width: 1279px) {
  .standard-fonts h5 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .standard-fonts h5 {
    font-size: 14px;
    line-height: 20px;
  }
}
.standard-fonts h6 {
  font-family: "Gotham_Bold", sans-serif;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  text-transform: capitalize;
  margin: 0;
}
@media (max-width: 1279px) {
  .standard-fonts h6 {
    font-size: 17px;
    line-height: 24px;
    text-transform: uppercase;
  }
}
@media (max-width: 767px) {
  .standard-fonts h6 {
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
  }
}
.standard-fonts p {
  font-family: "Gotham_Book_Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin: 0;
}
@media (max-width: 767px) {
  .standard-fonts p {
    font-size: 13px;
    line-height: 21px;
  }
}

.js-first {
  display: block;
}

.js-second {
  display: none;
}

body {
  font-family: "Gotham_Medium", sans-serif;
  background-color: #F3F8FE;
}

* {
  box-sizing: border-box;
}

a:hover {
  -webkit-tap-highlight-color: transparent;
}

@font-face {
  font-family: "Gotham_Book_Regular";
  src: url("../fonts/Gotham-Book-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Gotham_Bold";
  src: url("../fonts/Gotham-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Gotham_Black";
  src: url("../fonts/Gotham-Black.otf") format("opentype");
}
@font-face {
  font-family: "Gotham_Regular";
  src: url("../fonts/Gotham-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Gotham_Medium";
  src: url("../fonts/Gotham-Medium.otf") format("opentype");
}
.header {
  padding-top: 34px;
}
@media (max-width: 1279px) {
  .header {
    padding-top: 24px;
  }
}
@media (max-width: 767px) {
  .header {
    padding-top: 20px;
  }
}
.header .container {
  max-width: 1200px;
}
.header.open .close-esc {
  visibility: visible;
  opacity: 1;
}
.header.open .menu {
  top: -23px;
}
@media (max-width: 767px) {
  .header.open .menu {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .header.open .lang-box {
    display: block;
    z-index: 1001;
    position: absolute;
    top: 280px;
    width: 160px;
    transform: translateX(-50%);
    left: 50%;
  }
}
@media (max-width: 767px) {
  .header.open .lang-box .view {
    display: none;
  }
}
@media (max-width: 767px) {
  .header.open .lang-box .lang-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    left: auto;
    right: auto;
  }
}
.header.open .lang-box .lang-menu a {
  position: relative;
}
@media (max-width: 767px) {
  .header.open .lang-box .lang-menu a {
    font-size: 13px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .header.open .lang-box .lang-menu a:before {
    height: 18px;
    width: 1px;
    background-color: #DADADA;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
  }
}
.header.open .lang-box .lang-menu a:nth-child(3):before {
  display: none;
}
.header .close-esc {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: opacity 0.4s ease-in;
}
.header .close-esc svg {
  width: 32px;
  height: 32px;
}
@media (max-width: 767px) {
  .header .close-esc svg {
    width: 20px;
    height: 20px;
  }
}
.header .header-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
.header .icon-menu {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 32px;
  height: 32px;
  display: none;
  padding: 4px;
}
@media (max-width: 1279px) {
  .header .icon-menu {
    display: flex;
    margin-top: -5px;
  }
}
@media (max-width: 767px) {
  .header .icon-menu {
    width: 20px;
    height: 20px;
    padding: 2px;
  }
}
.header .icon-menu span {
  height: 1px;
  background-color: #1C2B3D;
  display: block;
  width: 100%;
}
.header .icon-menu span:nth-child(1), .header .icon-menu span:nth-child(2) {
  margin-bottom: 8px;
}
@media (max-width: 1279px) {
  .header .icon-menu span:nth-child(1), .header .icon-menu span:nth-child(2) {
    margin-bottom: 7px;
  }
}
@media (max-width: 767px) {
  .header .icon-menu span:nth-child(1), .header .icon-menu span:nth-child(2) {
    margin-bottom: 4px;
  }
}
.header .logo {
  display: table;
}
@media (max-width: 1279px) {
  .header .logo {
    transform: translateX(16px);
  }
}
@media (max-width: 767px) {
  .header .logo {
    transform: translateX(13px);
  }
}
.header .logo svg {
  width: 200px;
}
@media (max-width: 1279px) {
  .header .logo svg {
    width: 146px;
  }
}
@media (max-width: 767px) {
  .header .logo svg {
    width: 92px;
  }
}
.header .lang-box {
  width: 65px;
  position: relative;
  margin-top: -3px;
  padding-right: 160px;
}
@media (max-width: 767px) {
  .header .lang-box {
    width: 46px;
    display: none;
  }
}
.header .lang-box .view {
  display: flex;
  align-items: center;
  padding-left: 1px;
  text-decoration: none;
}
.header .lang-box .view__name {
  font-size: 16px;
  line-height: 20px;
  color: #1C2B3D;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .header .lang-box .view__name {
    font-size: 10px;
  }
}
.header .lang-box .view__icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}
@media (max-width: 767px) {
  .header .lang-box .view__icon {
    width: 16px;
    height: 16px;
    margin-left: 4px;
  }
}
.header .lang-box .view__icon svg {
  width: 20px;
  height: 20px;
  fill: rgba(28, 43, 61, 0.5);
  transition: all 0.3s linear;
}
@media (max-width: 767px) {
  .header .lang-box .view__icon svg {
    width: 16px;
    height: 16px;
  }
}
.header .lang-box .view:hover .view__icon svg {
  fill: #1C2B3D;
}
.header .lang-box .lang-menu {
  position: absolute;
  top: 25px;
  left: 2px;
  right: 0;
  display: none;
}
.header .lang-box .lang-menu.open {
  display: block;
}
.header .lang-box .lang-menu a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #1C2B3D;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 2px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .header .lang-box .lang-menu a {
    font-size: 10px;
    margin-bottom: 0;
  }
}
.header .lang-box .lang-menu a:hover {
  background: linear-gradient(270deg, rgba(229, 229, 229, 0) 0%, #E5E5E5 100%);
}
.header .menu {
  display: flex;
  padding: 0;
  list-style-type: none;
  position: absolute;
  right: 220px;
  top: calc(50% - 3px);
  transform: translateY(-50%);
  margin: 0;
}
@media (max-width: 1279px) {
  .header .menu {
    flex-direction: column;
    position: absolute;
    top: -900px;
    left: -23px;
    right: -23px;
    transform: translateY(0);
    align-items: center;
    background-color: #FFF;
    padding-top: 50px;
    padding-bottom: 24px;
    z-index: 999;
  }
}
@media (max-width: 767px) {
  .header .menu {
    padding-bottom: 0;
  }
}
.header .menu li {
  margin-left: 20px;
  position: relative;
}
@media (max-width: 1279px) {
  .header .menu li {
    margin-left: 0;
    margin-bottom: 32px;
    text-align: center;
  }
}
.header .menu li a {
  text-transform: uppercase;
  color: #1C2B3D;
  text-decoration: none;
  position: relative;
  font-size: 15px;
  line-height: 20px;
}
@media (max-width: 1279px) {
  .header .menu li a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .header .menu li a {
    font-size: 13px;
  }
}
.header .menu li a:before {
  position: absolute;
  content: "";
  bottom: -6px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #1C2B3D;
  transition: all 0.3s linear;
  opacity: 0;
}
.header .menu li a:hover:before {
  opacity: 1;
}
.header .menu li ul {
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
}
@media (max-width: 1279px) {
  .header .menu li ul {
    position: relative;
    text-align: center;
    margin-top: 32px;
  }
}
.header .menu li ul li {
  margin-left: 0;
  margin-top: 9px;
}
.header .menu li ul li:last-child {
  margin-bottom: 0;
}
.header .menu li ul li a {
  font-size: 12px;
  line-height: 14px;
  display: block;
}
.header .menu li ul li a:before {
  display: none;
}
.header .menu li:hover ul {
  display: block;
}
.header .menu li:hover ul li a:hover {
  color: #8DA0C0;
}
.header .menu li.current-menu-item a:before {
  opacity: 1;
}

.bg {
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease-in;
}
.bg.active {
  opacity: 1;
  visibility: visible;
}

.logIn {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-wrap: nowrap;
  position: absolute;
  right: 0;
  margin-top: -6px;
}
@media (max-width: 767px) {
  .logIn {
    margin-top: -3px;
    position: relative;
  }
}
.logIn:hover:before {
  opacity: 1;
}
@media (max-width: 1279px) {
  .logIn.pos-rel {
    position: relative;
  }
}
.logIn .icon {
  height: 20px;
}
@media (max-width: 767px) {
  .logIn .icon {
    height: 16px;
  }
}
@media (max-width: 767px) {
  .logIn .icon svg {
    height: 16px;
  }
}
.logIn .text {
  margin-left: 10px;
  color: #1C2B3D;
  font-size: 16px;
}
@media (max-width: 767px) {
  .logIn .text {
    font-size: 10px;
    margin-left: 5px;
  }
}
.logIn:before {
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  content: "";
  height: 1px;
  background-color: #1C2B3D;
  opacity: 0;
  transition: all 0.3s ease-in;
}

.main-home {
  padding-top: 114px;
  overflow: hidden;
  padding-bottom: 60px;
}
@media (max-width: 1279px) {
  .main-home {
    padding-top: 63px;
  }
}
@media (max-width: 767px) {
  .main-home {
    padding-top: 67px;
  }
}
.main-home .server-error {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-width: 1200px;
  margin: 0 auto;
  letter-spacing: 0;
  text-align: left;
  color: #FF0000;
}
@media (max-width: 1279px) {
  .main-home .server-error {
    max-width: 800px;
  }
}
@media (max-width: 768px) {
  .main-home .server-error {
    max-width: 60px;
  }
}
@media (max-width: 1279px) {
  .main-home .server-error {
    max-width: initial;
    width: calc(100% - 20px);
    font-size: 16px;
  }
}
.main-home .logotype {
  display: flex;
  justify-content: center;
  transform: translateX(-139px);
}
@media (max-width: 1279px) {
  .main-home .logotype {
    transform: translateX(0);
  }
}
.main-home .logotype svg {
  width: 717px;
  height: 69px;
}
@media (max-width: 1279px) {
  .main-home .logotype svg {
    width: 583px;
    height: 56px;
  }
}
@media (max-width: 767px) {
  .main-home .logotype svg {
    width: 260px;
    height: 25px;
  }
}
.main-home .mountain {
  width: calc(100% - 80px);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 106px auto 0;
  height: 330px;
  position: relative;
  max-width: 1360px;
}
@media (max-width: 1279px) {
  .main-home .mountain {
    width: 100%;
    height: 228px;
    margin: 175px auto 0;
    max-width: 768px;
  }
}
@media (max-width: 767px) {
  .main-home .mountain {
    min-width: 320px;
    margin: 176px auto 0;
    height: 220px;
    max-width: 320px;
  }
}
.main-home .mountain .translation {
  position: absolute;
  top: -192px;
  right: 160px;
}
@media (max-width: 1279px) {
  .main-home .mountain .translation {
    top: -103px;
    right: 64px;
  }
}
@media (max-width: 767px) {
  .main-home .mountain .translation {
    right: 24px;
    top: -49px;
  }
}
.main-home .mountain .translation svg {
  width: 199px;
  height: 189px;
}
@media (max-width: 1279px) {
  .main-home .mountain .translation svg {
    width: 193px;
    height: 193px;
  }
}
@media (max-width: 767px) {
  .main-home .mountain .translation svg {
    width: 132px;
    height: 123px;
  }
}
.main-home .mountain .list-info {
  position: absolute;
  top: 27px;
  left: 849px;
}
@media (max-width: 1279px) {
  .main-home .mountain .list-info {
    top: -103px;
    left: 106px;
  }
}
@media (max-width: 767px) {
  .main-home .mountain .list-info {
    left: 70px;
    top: -130px;
  }
}
.main-home .mountain .list-info__text {
  font-style: normal;
  font-size: 13px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #1C2B3D;
  position: relative;
  margin-bottom: 2px;
}
@media (max-width: 1279px) {
  .main-home .mountain .list-info__text {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .main-home .mountain .list-info__text {
    font-size: 10px;
    margin-bottom: 5px;
  }
}
.main-home .mountain .list-info__text:before {
  position: absolute;
  content: "";
  top: 9px;
  left: -24px;
  width: 8px;
  height: 8px;
  background: #FF0000;
  border-radius: 50%;
}
@media (max-width: 1279px) {
  .main-home .mountain .list-info__text:before {
    width: 10px;
    height: 10px;
    top: 5px;
    left: -26px;
  }
}
@media (max-width: 767px) {
  .main-home .mountain .list-info__text:before {
    width: 6px;
    height: 6px;
    top: 6px;
    left: -18px;
  }
}
.main-home .mountain .list-info__text:nth-child(2n) {
  transform: translateX(93px);
}
@media (max-width: 1279px) {
  .main-home .mountain .list-info__text:nth-child(2n) {
    transform: translateX(50px);
  }
}
@media (max-width: 767px) {
  .main-home .mountain .list-info__text:nth-child(2n) {
    transform: translateX(36px);
  }
}

.advantage {
  padding-top: 58px;
  padding-bottom: 130px;
}
@media (max-width: 1279px) {
  .advantage {
    padding-top: 41px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .advantage {
    padding-top: 36px;
  }
}
@media (max-width: 767px) {
  .advantage {
    padding-bottom: 20px;
  }
}
.advantage .scroll-box {
  overflow: hidden;
  position: relative;
}
.advantage .scroll-box:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  width: 90px;
  background-image: linear-gradient(90deg, #f3f8fe 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
.advantage .scroll-box:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 90px;
  background-image: linear-gradient(-90deg, #f3f8fe 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
@media (max-width: 1279px) {
  .advantage .container {
    padding: 0;
  }
}
.advantage .advantage-box {
  padding: 0 52px;
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: flex-start;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
@media (max-width: 1279px) {
  .advantage .advantage-box {
    flex-wrap: nowrap;
    overflow-y: scroll;
    padding: 0;
    justify-content: end;
  }
}
.advantage .advantage-box .item {
  width: 260px;
  margin-right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-shrink: 0;
  margin-bottom: 65px;
}
@media (max-width: 1279px) {
  .advantage .advantage-box .item {
    width: 240px;
    margin-right: 47px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .advantage .advantage-box .item {
    width: calc(100vw - 160px);
    margin-right: 8px;
    margin-left: 8px;
  }
}
.advantage .advantage-box .item:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 1279px) {
  .advantage .advantage-box .item:nth-child(1) {
    margin-left: 80px;
  }
}
@media (max-width: 1279px) {
  .advantage .advantage-box .item:last-child {
    margin-right: 70px;
    width: 320px;
    padding-right: 80px;
  }
}
@media (max-width: 767px) {
  .advantage .advantage-box .item:last-child {
    width: calc(100vw - 80px);
    padding-right: 80px;
  }
}
.advantage .advantage-box .item__photo {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
  margin-bottom: 24px;
}
@media (max-width: 1279px) {
  .advantage .advantage-box .item__photo {
    width: 88px;
    height: 88px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .advantage .advantage-box .item__photo {
    width: 56px;
    height: 56px;
    margin-bottom: 15px;
  }
}
.advantage .advantage-box .item__title {
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  color: #1C2B3D;
  font-family: "Gotham_Bold", sans-serif;
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 1279px) {
  .advantage .advantage-box .item__title {
    font-size: 18px;
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .advantage .advantage-box .item__title {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 5px;
  }
}
.advantage .advantage-box .item__description {
  font-size: 16px;
  line-height: 26px;
  color: #1C2B3D;
  font-family: "Gotham_Book_Regular", sans-serif;
  text-align: center;
  padding: 0 20px;
}
@media (max-width: 1279px) {
  .advantage .advantage-box .item__description {
    font-size: 14px;
    padding: 0;
    line-height: 21px;
  }
}
@media (max-width: 767px) {
  .advantage .advantage-box .item__description {
    font-size: 11px;
    line-height: 17px;
  }
}
.advantage .advantage-box::-webkit-scrollbar {
  display: none;
}

.service {
  width: 1136px;
  margin: 0 auto;
  padding-top: 130px;
  position: relative;
  padding-bottom: 40px;
}
@media (max-width: 1279px) {
  .service {
    padding-top: 101px;
    width: 672px;
  }
}
@media (max-width: 767px) {
  .service {
    width: 100%;
    padding-top: 60px;
  }
}
.service .one-abs {
  position: absolute;
  top: 170px;
  left: -124px;
}
@media (max-width: 1279px) {
  .service .one-abs {
    display: none;
  }
}
.service .one-abs svg {
  width: 96px;
  height: 96px;
}
.service .two-abs {
  position: absolute;
  top: -38px;
  left: -225px;
}
@media (max-width: 1279px) {
  .service .two-abs {
    display: none;
  }
}
.service .two-abs svg {
  width: 175px;
  height: 175px;
}
.service .laptop-container {
  position: absolute;
  top: 128px;
  right: -66px;
  z-index: 3;
}
@media (max-width: 1279px) {
  .service .laptop-container {
    top: -57px;
    right: -34px;
  }
}
@media (max-width: 767px) {
  .service .laptop-container {
    top: calc(100% + 50px);
    right: auto;
    left: calc(50% - 10px);
    transform: translateX(-50%);
  }
}
.service .laptop {
  position: relative;
}
.service .laptop svg {
  width: 764px;
  height: 445px;
}
@media (max-width: 1279px) {
  .service .laptop svg {
    width: 455px;
    height: 250px;
  }
}
@media (max-width: 767px) {
  .service .laptop svg {
    width: 272px;
    height: 158px;
  }
}
.service .laptop .youtube-placeholder {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 596px;
  height: 370px;
  top: 28px;
  left: 87px;
}
@media (max-width: 1279px) {
  .service .laptop .youtube-placeholder {
    width: 341px;
    height: 212px;
    top: 14px;
    left: 59px;
  }
}
@media (max-width: 767px) {
  .service .laptop .youtube-placeholder {
    width: 210px;
    height: 131px;
    top: 10px;
    left: 32px;
  }
}
.service .laptop .play {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.service .laptop .play svg {
  width: 58px;
  height: 58px;
  transition: all 0.3s linear;
}
@media (max-width: 1279px) {
  .service .laptop .play svg {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 767px) {
  .service .laptop .play svg {
    width: 20px;
    height: 20px;
  }
}
.service .laptop .play svg:hover {
  opacity: 0.4;
}
.service__title {
  font-family: "Gotham_Bold", sans-serif;
  font-size: 36px;
  line-height: 52px;
  color: #1C2B3D;
  position: relative;
  padding-bottom: 33px;
}
@media (max-width: 1279px) {
  .service__title {
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 17px;
  }
}
@media (max-width: 767px) {
  .service__title {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 16px;
  }
}
.service__title:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 93px;
  background-color: #FF0000;
}
@media (max-width: 767px) {
  .service__title:before {
    width: 56px;
  }
}
.service__description {
  max-width: 320px;
  font-size: 16px;
  line-height: 24px;
  color: #1C2B3D;
  font-family: "Gotham_Book_Regular", sans-serif;
  padding-top: 16px;
}
@media (max-width: 1279px) {
  .service__description {
    padding-top: 13px;
    max-width: 100%;
    position: relative;
  }
}
@media (max-width: 767px) {
  .service__description {
    font-size: 13px;
    line-height: 21px;
    padding-top: 10px;
  }
}
@media (max-width: 1279px) {
  .service__description p {
    max-width: 260px;
  }
}
.service .service-info {
  padding-left: 76px;
  padding-top: 65px;
}
@media (max-width: 1279px) {
  .service .service-info {
    padding-left: 0;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .service .service-info {
    padding-left: 20px;
  }
}
.service .content {
  background-color: #FFF;
  box-shadow: 6px 7px 20px rgba(28, 43, 61, 0.05);
  border-radius: 16px;
  margin-top: 132px;
  transform: translateX(12px);
  min-height: 539px;
}
@media (max-width: 1279px) {
  .service .content {
    transform: translateX(0);
    margin-top: 53px;
    min-height: 449px;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .service .content {
    margin-top: 177px;
    min-height: 415px;
  }
}
@media (max-width: 767px) {
  .service .content .tabs {
    flex-direction: column;
  }
}
.service .content .tabs__content {
  display: none;
  flex: 1;
  padding: 111px 64px 40px 80px;
}
@media (max-width: 1279px) {
  .service .content .tabs__content {
    padding: 80px 25px 40px 49px;
  }
}
@media (max-width: 767px) {
  .service .content .tabs__content {
    padding: 15px 19px 33px 19px;
  }
}
.service .content .tabs__content .detail__title {
  font-family: "Gotham_Bold", sans-serif;
  font-size: 30px;
  line-height: 44px;
  color: #1C2B3D;
  padding-bottom: 32px;
}
@media (max-width: 1279px) {
  .service .content .tabs__content .detail__title {
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .service .content .tabs__content .detail__title {
    font-size: 16px;
    line-height: 20px;
  }
}
.service .content .tabs__content .detail__description {
  font-size: 16px;
  line-height: 24px;
  font-family: "Gotham_Book_Regular", sans-serif;
}
@media (max-width: 767px) {
  .service .content .tabs__content .detail__description {
    font-size: 13px;
    line-height: 21px;
  }
}
.service .content .tabs__content .detail__btn {
  margin-top: 56px;
  display: table;
}
@media (max-width: 1279px) {
  .service .content .tabs__content .detail__btn {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .service .content .tabs__content .detail__btn {
    margin-top: 32px;
  }
}
.service .content .tabs__content.active {
  display: block;
}
.service .content .tabs {
  display: flex;
}
.service .content .tabs .navigation {
  display: none;
  width: 280px;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  height: 54px;
  z-index: 9;
}
@media (max-width: 767px) {
  .service .content .tabs .navigation {
    display: block;
  }
}
.service .content .tabs .navigation a {
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.service .content .tabs .navigation a svg {
  width: 24px;
  height: 24px;
}
.service .content .tabs .navigation a.arrow-next {
  left: auto;
  right: 15px;
}
.service .content .tabs__caption {
  width: 406px;
  flex-shrink: 0;
  padding-left: 0;
  list-style-type: none;
  margin: 75px 0 0 0;
  position: relative;
}
@media (max-width: 1279px) {
  .service .content .tabs__caption {
    width: 284px;
    margin: 81px 0 0 0;
  }
}
@media (max-width: 767px) {
  .service .content .tabs__caption {
    width: 280px;
    display: flex;
    flex-direction: row;
    margin: 61px auto 0;
    overflow: hidden;
  }
}
.service .content .tabs__caption li {
  font-size: 18px;
  line-height: 29px;
  text-transform: uppercase;
  color: #1C2B3D;
  font-family: "Gotham_Medium", sans-serif;
  padding: 19px 48px 19px 64px;
  margin-bottom: 25px;
  position: relative;
  transition: all 0.3s ease-in;
  border-radius: 0 12px 12px 0;
}
@media (max-width: 1279px) {
  .service .content .tabs__caption li {
    font-size: 17px;
    padding: 13px 15px 15px 36px;
    line-height: 26px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .service .content .tabs__caption li {
    width: 280px;
    flex-shrink: 0;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    padding: 8px 62px 9px;
    border-radius: 25px;
    background-color: #1C2B3D;
    color: #FFF;
  }
}
.service .content .tabs__caption li:before {
  transition: all 0.3s ease-in;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -24px;
  width: 24px;
  content: "";
  background-color: #1C2B3D;
}
@media (max-width: 1279px) {
  .service .content .tabs__caption li:before {
    left: -21px;
    width: 21px;
  }
}
.service .content .tabs__caption li:after {
  position: absolute;
  bottom: -9px;
  left: -23px;
  width: 0;
  height: 0;
  content: "";
  border-top: 9px solid #1C2B3D;
  border-left: 23px solid transparent;
  transition: all 0.3s ease-in;
  opacity: 0;
}
.service .content .tabs__caption li .line {
  background-color: #E5E5E5;
  height: 1px;
  width: 390px;
  position: absolute;
  bottom: -17px;
  left: 0;
}
@media (max-width: 1279px) {
  .service .content .tabs__caption li .line {
    width: 280px;
    bottom: -11px;
  }
}
@media (max-width: 767px) {
  .service .content .tabs__caption li .line {
    display: none;
  }
}
.service .content .tabs__caption li:nth-child(2) .line, .service .content .tabs__caption li:nth-child(3) .line {
  bottom: -10px;
}
@media (max-width: 1279px) {
  .service .content .tabs__caption li:nth-child(2) .line, .service .content .tabs__caption li:nth-child(3) .line {
    bottom: -4px;
  }
}
.service .content .tabs__caption li:last-child .line {
  display: none;
}
.service .content .tabs__caption li:hover {
  cursor: pointer;
}
.service .content .tabs__caption li.active {
  background-color: #1C2B3D;
  color: #FFF;
}
@media (max-width: 767px) {
  .service .content .tabs__caption li.active {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
  }
}
.service .content .tabs__caption li.active:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .service .content .tabs__caption li.active:before {
    display: none;
  }
}
.service .content .tabs__caption li.active:after {
  opacity: 1;
}
@media (max-width: 767px) {
  .service .content .tabs__caption li.active:after {
    display: none;
  }
}
.service .content .tabs__caption li:hover {
  background-color: #1C2B3D;
  color: #FFF;
}
.service .content .tabs__caption li:hover:before {
  opacity: 1;
}
.service .content .tabs__caption li:hover:after {
  opacity: 1;
}

.btn-container {
  display: flex;
  justify-content: center;
}

.quote {
  width: 716px;
  margin: 0 auto;
  display: flex;
  padding-top: 40px;
  padding-bottom: 100px;
}
@media (max-width: 1279px) {
  .quote {
    width: 467px;
    padding-top: 22px;
  }
}
@media (max-width: 767px) {
  .quote {
    width: calc(100% - 52px);
    flex-direction: column;
    align-items: center;
    padding-bottom: 60px;
  }
}
.quote__left {
  position: absolute;
  top: 16px;
  left: -312px;
}
@media (max-width: 1279px) {
  .quote__left {
    top: 32px;
    left: -204px;
  }
}
@media (max-width: 767px) {
  .quote__left {
    top: -24px;
    left: 0;
  }
}
.quote__left svg {
  width: 72px;
  height: 72px;
}
@media (max-width: 1279px) {
  .quote__left svg {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .quote__left svg {
    width: 24px;
    height: 24px;
  }
}
.quote__right {
  position: absolute;
  top: 16px;
  right: -136px;
}
@media (max-width: 1279px) {
  .quote__right {
    top: 32px;
    right: -75px;
  }
}
@media (max-width: 767px) {
  .quote__right {
    top: auto;
    right: 0;
    bottom: -28px;
  }
}
.quote__right svg {
  width: 72px;
  height: 72px;
}
@media (max-width: 1279px) {
  .quote__right svg {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .quote__right svg {
    width: 24px;
    height: 24px;
  }
}
.quote .photo {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  background-position: center center;
}
@media (max-width: 1279px) {
  .quote .photo {
    width: 88px;
    height: 88px;
    margin-top: 14px;
  }
}
@media (max-width: 767px) {
  .quote .photo {
    width: 72px;
    height: 72px;
  }
}
.quote .detail {
  padding-left: 56px;
  padding-top: 7px;
}
@media (max-width: 1279px) {
  .quote .detail {
    padding-left: 40px;
    padding-top: 2px;
  }
}
@media (max-width: 767px) {
  .quote .detail {
    display: flex;
    flex-direction: column-reverse;
    padding-left: 0;
  }
}
.quote .detail__description {
  font-family: "Gotham_Book_Regular", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #1C2B3D;
  position: relative;
}
.quote .detail__description p {
  margin: 0;
}
@media (max-width: 1279px) {
  .quote .detail__description {
    line-height: 21px;
  }
}
@media (max-width: 767px) {
  .quote .detail__description {
    font-size: 11px;
    line-height: 16px;
    padding: 0 20px;
    margin-top: 16px;
    text-align: center;
  }
}
.quote .detail .author {
  display: flex;
  align-items: center;
  padding-top: 25px;
}
@media (max-width: 1279px) {
  .quote .detail .author {
    padding-top: 33px;
  }
}
@media (max-width: 767px) {
  .quote .detail .author {
    flex-direction: column;
    padding-top: 10px;
  }
}
.quote .detail .author__name {
  font-family: "Gotham_Medium", sans-serif;
  font-size: 18px;
  line-height: 29px;
  color: #1C2B3D;
}
@media (max-width: 1279px) {
  .quote .detail .author__name {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .quote .detail .author__name {
    font-size: 12px;
    line-height: 28px;
  }
}
.quote .detail .author__position {
  padding-left: 18px;
  margin-top: -2px;
  font-size: 14px;
  font-family: "Gotham_Book_Regular", sans-serif;
  position: relative;
}
@media (max-width: 1279px) {
  .quote .detail .author__position {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .quote .detail .author__position {
    font-size: 11px;
    padding-left: 0;
  }
}
.quote .detail .author__position:before {
  position: absolute;
  top: -8px;
  left: 9px;
  width: 1px;
  height: 27px;
  background-color: #E5E5E5;
  content: "";
}
@media (max-width: 767px) {
  .quote .detail .author__position:before {
    display: none;
  }
}

.choose {
  padding-top: 160px;
  overflow: hidden;
}
@media (max-width: 1279px) {
  .choose {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .choose {
    padding-top: 45px;
  }
}
.choose .one-abs {
  position: absolute;
  top: -229px;
  right: -13px;
}
@media (max-width: 1279px) {
  .choose .one-abs {
    display: none;
  }
}
.choose .one-abs svg {
  width: 109px;
  height: 109px;
}
.choose .two-abs {
  position: absolute;
  top: -189px;
  right: -302px;
}
@media (max-width: 1279px) {
  .choose .two-abs {
    display: none;
  }
}
.choose .two-abs svg {
  width: 242px;
  height: 242px;
}
.choose .choose-container {
  width: 1080px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding-top: 80px;
  position: relative;
}
@media (max-width: 1279px) {
  .choose .choose-container {
    width: 656px;
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .choose .choose-container {
    width: calc(100% - 40px);
    padding-top: 88px;
  }
}
.choose .choose-container .btn-container {
  padding-top: 3px;
}
@media (max-width: 1279px) {
  .choose .choose-container .btn-container {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .choose .choose-container .btn-container {
    padding-top: 0;
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  .choose .choose-container .btn-container a {
    margin: 0 auto;
  }
}
.choose .choose-container .left {
  margin-right: 104px;
}
@media (max-width: 1279px) {
  .choose .choose-container .left {
    margin-right: 0;
  }
}
.choose .choose-container .right {
  padding-top: 142px;
}
@media (max-width: 1279px) {
  .choose .choose-container .right {
    padding-top: 0;
  }
}
.choose .choose-container .right .advantage-item {
  margin-bottom: 128px;
}
@media (max-width: 1279px) {
  .choose .choose-container .right .advantage-item {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .choose .choose-container .right .advantage-item {
    margin-bottom: 72px;
  }
}
.choose .advantage-item {
  width: 480px;
  background: #FFF;
  box-shadow: 6px 7px 20px rgba(28, 43, 61, 0.05);
  border-radius: 16px;
  padding: 49px 32px 48px;
  margin-bottom: 113px;
}
@media (max-width: 1279px) {
  .choose .advantage-item {
    width: 100%;
    padding: 42px 25px 44px;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .choose .advantage-item {
    padding: 47px 23px 24px;
    margin-bottom: 72px;
  }
}
.choose .advantage-item__photo {
  position: absolute;
  top: 100%;
  right: -20px;
}
@media (max-width: 1279px) {
  .choose .advantage-item__photo {
    top: calc(100% - 18px);
    right: -10px;
  }
}
@media (max-width: 767px) {
  .choose .advantage-item__photo {
    top: -79px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.choose .advantage-item__photo img {
  width: 105px;
  height: 105px;
}
@media (max-width: 1279px) {
  .choose .advantage-item__photo img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .choose .advantage-item__photo img {
    width: 56px;
    height: 56px;
  }
}
.choose .advantage-item__title {
  font-size: 30px;
  line-height: 44px;
  color: #1C2B3D;
  font-family: "Gotham_Bold", sans-serif;
  padding-bottom: 26px;
  position: relative;
}
@media (max-width: 1279px) {
  .choose .advantage-item__title {
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 15px;
    padding-right: 85px;
  }
}
@media (max-width: 767px) {
  .choose .advantage-item__title {
    font-size: 16px;
    line-height: 20px;
    padding-right: 0;
  }
}
.choose .advantage-item__title:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 1px;
  background-color: #E5E5E5;
  content: "";
}
.choose .advantage-item__description {
  font-size: 16px;
  line-height: 24px;
  padding-top: 24px;
  color: #1C2B3D;
  max-width: 320px;
  font-family: "Gotham_Book_Regular", sans-serif;
}
@media (max-width: 1279px) {
  .choose .advantage-item__description {
    padding-top: 17px;
    max-width: calc(100% - 85px);
  }
}
@media (max-width: 767px) {
  .choose .advantage-item__description {
    font-size: 13px;
    line-height: 21px;
    max-width: 100%;
  }
}
.choose .advantage-item__description a {
  font-family: "Gotham_Bold", sans-serif;
  color: #1C2B3D;
  text-decoration: underline;
}
.choose .advantage-item__description a:hover {
  text-decoration: none;
}

.head-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.head-box__title {
  font-style: normal;
  font-family: "Gotham_Bold", sans-serif;
  font-size: 48px;
  line-height: 52px;
  color: #1C2B3D;
}
@media (max-width: 1279px) {
  .head-box__title {
    font-size: 36px;
    line-height: 43px;
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .head-box__title {
    font-size: 20px;
    line-height: 28px;
    padding: 0 20px;
  }
}
.head-box__description {
  padding-top: 32px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Gotham_Book_Regular", sans-serif;
  position: relative;
  padding-bottom: 24px;
  color: #1C2B3D;
  max-width: 500px;
  text-align: center;
}
@media (max-width: 1279px) {
  .head-box__description {
    max-width: 655px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .head-box__description {
    font-size: 13px;
    line-height: 21px;
  }
}
.head-box__description:before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 93px;
  height: 1px;
  background-color: #FF0000;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .head-box__description:before {
    width: 75px;
  }
}

.lasted-news {
  padding-top: 114px;
  position: relative;
}
@media (max-width: 1279px) {
  .lasted-news {
    padding-top: 139px;
  }
}
@media (max-width: 767px) {
  .lasted-news {
    padding-top: 80px;
  }
}
.lasted-news .one-abs {
  position: absolute;
  top: 71px;
  left: 124px;
}
@media (max-width: 1279px) {
  .lasted-news .one-abs {
    display: none;
  }
}
.lasted-news .one-abs svg {
  width: 96px;
  height: 96px;
}
.lasted-news .two-abs {
  position: absolute;
  top: -144px;
  left: -96px;
}
@media (max-width: 1279px) {
  .lasted-news .two-abs {
    display: none;
  }
}
.lasted-news .two-abs svg {
  width: 216px;
  height: 216px;
}
@media (max-width: 767px) {
  .lasted-news .head-box__description {
    padding: 24px 20px 16px;
  }
}
.lasted-news .btn-container {
  max-width: 214px;
  margin: 81px auto 0;
  padding-bottom: 50px;
}
@media (max-width: 1279px) {
  .lasted-news .btn-container {
    max-width: 170px;
    margin: 58px auto 0;
  }
}
@media (max-width: 767px) {
  .lasted-news .btn-container {
    max-width: 130px;
  }
}
@media (max-width: 1279px) {
  .lasted-news .scrolled {
    overflow: auto;
    padding-bottom: 15px;
  }
}
.lasted-news .news-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 1161px;
  padding-top: 80px;
}
@media (max-width: 1279px) {
  .lasted-news .news-container {
    overflow: hidden;
    padding-left: 49px;
    width: 1080px;
  }
}
@media (max-width: 767px) {
  .lasted-news .news-container {
    padding-top: 55px;
    padding-left: 16px;
    width: auto;
    flex-wrap: nowrap;
    padding-bottom: 15px;
    overflow-x: auto;
  }
}
.lasted-news .news-container .news-box {
  width: 365px;
  height: 460px;
  flex-shrink: 0;
  margin-right: 33px;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease-in;
  position: relative;
}
@media (max-width: 1279px) {
  .lasted-news .news-container .news-box {
    width: 300px;
    height: 460px;
  }
}
@media (max-width: 767px) {
  .lasted-news .news-container .news-box {
    width: calc(100vw - 120px);
    height: 336px;
    margin-right: 16px;
    margin-left: 16px;
  }
}
.lasted-news .news-container .news-box:nth-child(3n) {
  margin-right: 0;
}
.lasted-news .news-container .news-box:hover {
  box-shadow: 0 0 60px rgba(28, 43, 61, 0.12);
}
.lasted-news .news-container .news-box:hover .detail {
  transform: translateY(0);
}
.lasted-news .news-container .news-box:hover .detail .link {
  opacity: 1;
}
@media (max-width: 767px) {
  .lasted-news .news-container .news-box:last-child {
    width: calc(100vw - 90px);
  }
}
@media (max-width: 767px) {
  .lasted-news .news-container .news-box:last-child .contr {
    margin-right: 30px;
    position: relative;
    height: 336px;
  }
}
.lasted-news .news-container .news-box .shadow {
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FFF;
  height: 35px;
}
@media (max-width: 1279px) {
  .lasted-news .news-container .news-box .shadow {
    display: none;
  }
}
.lasted-news .news-container .news-box .photo {
  width: 100%;
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .lasted-news .news-container .news-box .photo {
    height: 200px;
    border-radius: 16px;
  }
}
.lasted-news .news-container .news-box .detail {
  background-color: #FFF;
  position: absolute;
  bottom: 0;
  padding: 32px 24px 31px 32px;
  border-radius: 16px;
  transform: translateY(15px);
  transition: all 0.3s ease-in;
}
@media (max-width: 1279px) {
  .lasted-news .news-container .news-box .detail {
    transform: translateY(0);
    padding: 32px 33px 22px 32px;
  }
}
@media (max-width: 767px) {
  .lasted-news .news-container .news-box .detail {
    padding: 32px 11px 22px 19px;
  }
}
.lasted-news .news-container .news-box .detail__time {
  font-size: 12px;
  line-height: 17px;
  font-family: "Gotham_Book_Regular", sans-serif;
  padding-bottom: 16px;
  color: #1C2B3D;
}
@media (max-width: 767px) {
  .lasted-news .news-container .news-box .detail__time {
    font-size: 11px;
  }
}
.lasted-news .news-container .news-box .detail__title {
  font-size: 20px;
  line-height: 24px;
  font-family: "Gotham_Bold", sans-serif;
  padding-bottom: 8px;
  color: #1C2B3D;
}
@media (max-width: 1279px) {
  .lasted-news .news-container .news-box .detail__title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .lasted-news .news-container .news-box .detail__title {
    font-size: 14px;
    line-height: 20px;
  }
}
.lasted-news .news-container .news-box .detail__description {
  font-family: "Gotham_Book_Regular", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: rgba(28, 43, 61, 0.5);
  padding-bottom: 7px;
}
@media (max-width: 1279px) {
  .lasted-news .news-container .news-box .detail__description {
    line-height: 21px;
  }
}
@media (max-width: 767px) {
  .lasted-news .news-container .news-box .detail__description {
    font-size: 11px;
    line-height: 16px;
  }
}
.lasted-news .news-container .news-box .detail .link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  opacity: 0;
  transition: all 0.7s ease-in;
}
@media (max-width: 1279px) {
  .lasted-news .news-container .news-box .detail .link {
    opacity: 1;
  }
}
.lasted-news .news-container .news-box .detail .link__name {
  color: #1C2B3D;
  font-size: 14px;
  line-height: 26px;
  font-family: "Gotham_Bold", sans-serif;
}
@media (max-width: 767px) {
  .lasted-news .news-container .news-box .detail .link__name {
    font-size: 11px;
    line-height: 14px;
  }
}
.lasted-news .news-container .news-box .detail .link__icon {
  height: 20px;
  margin-left: 4px;
}
@media (max-width: 767px) {
  .lasted-news .news-container .news-box .detail .link__icon {
    height: 16px;
  }
}
.lasted-news .news-container .news-box .detail .link__icon svg {
  width: 20px;
  height: 20px;
  fill: #FF0000;
}
@media (max-width: 767px) {
  .lasted-news .news-container .news-box .detail .link__icon svg {
    width: 16px;
    height: 16px;
  }
}

.subscribe {
  padding-top: 54px;
  padding-bottom: 80px;
}
@media (max-width: 1279px) {
  .subscribe {
    padding-top: 6px;
  }
}
@media (max-width: 767px) {
  .subscribe {
    padding-top: 29px;
  }
}
.subscribe__title {
  font-size: 30px;
  line-height: 44px;
  font-family: "Gotham_Bold", sans-serif;
  color: #1C2B3D;
  text-align: center;
}
@media (max-width: 1279px) {
  .subscribe__title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .subscribe__title {
    font-size: 16px;
    line-height: 20px;
  }
}
.subscribe__form {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 32px;
}
@media (max-width: 1279px) {
  .subscribe__form {
    padding-top: 24px;
  }
}
.subscribe__form .input-box {
  width: 341px;
  box-shadow: 6px 7px 20px rgba(28, 43, 61, 0.05);
  position: relative;
}
@media (max-width: 1279px) {
  .subscribe__form .input-box {
    width: 291px;
  }
}
@media (max-width: 767px) {
  .subscribe__form .input-box {
    width: 188px;
  }
}
.subscribe__form .input-box .success-text {
  position: absolute;
  top: calc(100% + 10px);
  color: green;
  font-size: 12px;
  left: 0;
  display: none;
}
@media (max-width: 767px) {
  .subscribe__form .input-box .success-text {
    font-size: 9px;
  }
}
.subscribe__form .input-box input {
  width: 100%;
  padding: 19px 22px;
  margin: 0;
  border: none;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  outline: none;
}
.subscribe__form .input-box input::-webkit-input-placeholder {
  color: #8DA0C0;
  font-family: "Gotham_Book_Regular", sans-serif;
}
.subscribe__form .input-box input::-moz-placeholder {
  color: #8DA0C0;
  font-family: "Gotham_Book_Regular", sans-serif;
}
.subscribe__form .input-box input:-ms-input-placeholder {
  color: #8DA0C0;
  font-family: "Gotham_Book_Regular", sans-serif;
}
.subscribe__form .input-box input:-moz-placeholder {
  color: #8DA0C0;
  font-family: "Gotham_Book_Regular", sans-serif;
}
@media (max-width: 1279px) {
  .subscribe__form .input-box input {
    font-size: 14px;
    padding: 19px 29px;
  }
}
@media (max-width: 767px) {
  .subscribe__form .input-box input {
    padding: 14px 9px;
    font-size: 11px;
  }
}
.subscribe__form .input-box .error {
  position: absolute;
  top: calc(100% + 5px);
  color: #FF0000;
  font-size: 12px;
  font-family: "Gotham_Book_Regular", sans-serif;
}
@media (max-width: 767px) {
  .subscribe__form .input-box .error {
    font-size: 10px;
  }
}
.subscribe__form button {
  background-color: #FF0000;
  font-size: 18px;
  line-height: 24px;
  color: #FFF;
  border: none;
  outline: none;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 15px 25px;
}
@media (max-width: 1279px) {
  .subscribe__form button {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .subscribe__form button {
    font-size: 12px;
    padding: 8px 14px;
  }
}
.subscribe__form button:active {
  opacity: 0.5;
}
.subscribe__form button:hover {
  cursor: pointer;
}

.all-block-partner .btn-container {
  margin: 48px auto 0;
  padding-bottom: 104px;
}
@media (max-width: 1279px) {
  .all-block-partner .btn-container {
    margin: 35px auto 0;
    padding-bottom: 48px;
  }
}
.all-block-partner .btn-container a {
  margin: 0 auto;
}

.partner {
  margin-top: 80px;
  background-color: #FFF;
  padding-top: 79px;
}
@media (max-width: 1279px) {
  .partner {
    margin-top: 58px;
    padding-top: 56px;
  }
}
@media (max-width: 767px) {
  .partner {
    margin-top: 0;
    padding-top: 25px;
  }
}
.partner__title {
  font-size: 48px;
  line-height: 52px;
  font-family: "Gotham_Bold", sans-serif;
  text-align: center;
  color: #1C2B3D;
}
@media (max-width: 1279px) {
  .partner__title {
    font-size: 36px;
    line-height: 43px;
  }
}
@media (max-width: 767px) {
  .partner__title {
    font-size: 20px;
  }
}
.partner__description {
  font-size: 16px;
  line-height: 24px;
  color: #1C2B3D;
  font-family: "Gotham_Book_Regular", sans-serif;
  text-align: center;
  padding-top: 31px;
  position: relative;
  padding-bottom: 25px;
}
@media (max-width: 1279px) {
  .partner__description {
    padding-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .partner__description {
    font-size: 13px;
    line-height: 21px;
    padding: 17px 20px 16px;
  }
}
.partner__description:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 93px;
  height: 1px;
  background-color: #FF0000;
  content: "";
}
@media (max-width: 767px) {
  .partner__description:before {
    width: 70px;
  }
}
.partner .partner-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 840px;
  margin: 0 auto;
  padding-top: 48px;
  padding-bottom: 64px;
  position: relative;
}
@media (max-width: 1279px) {
  .partner .partner-container {
    width: 624px;
    padding-top: 39px;
    padding-bottom: 39px;
  }
}
@media (max-width: 767px) {
  .partner .partner-container {
    width: 200px;
    padding-top: 42px;
    padding-bottom: 23px;
  }
}
.partner .item {
  width: 280px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 35px;
  text-decoration: none;
}
@media (max-width: 1279px) {
  .partner .item {
    width: 208px;
    height: auto;
    flex-direction: column;
    min-height: 100px;
  }
}
.partner .item:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background-color: #E5E5E5;
  content: "";
}
@media (max-width: 767px) {
  .partner .item:before {
    display: none;
  }
}
.partner .item:hover .link {
  opacity: 1;
}
.partner .item .link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 1px;
  bottom: 0;
  background-color: #FFF;
  z-index: 3;
  text-decoration: none;
  transition: all 0.3s ease-in;
  opacity: 0;
}
@media (max-width: 1279px) {
  .partner .item .link {
    opacity: 1;
    top: auto;
    position: relative;
  }
}
@media (max-width: 767px) {
  .partner .item .link {
    margin-top: 20px;
  }
}
.partner .item .link__name {
  font-size: 14px;
  line-height: 26px;
  color: #1C2B3D;
  font-family: "Gotham_Bold", sans-serif;
}
@media (max-width: 767px) {
  .partner .item .link__name {
    font-size: 11px;
  }
}
.partner .item .link__icon {
  height: 20px;
  margin-left: 4px;
}
.partner .item .link__icon svg {
  width: 20px;
  height: 20px;
  fill: #FF0000;
}
.partner .item img {
  width: auto;
  max-height: 65px;
}
@media (max-width: 1279px) {
  .partner .item img {
    max-width: 60%;
  }
}

.about-page-wrapper {
  overflow: hidden;
}
.about-page-wrapper .about-page {
  padding-top: 100px;
  padding-bottom: 104px;
  max-width: 821px;
  margin: 0 auto;
}
@media (max-width: 1279px) {
  .about-page-wrapper .about-page {
    padding: 76px 0 80px 0;
  }
}
@media (max-width: 767px) {
  .about-page-wrapper .about-page {
    padding: 35px 0 80px 0;
  }
}
.about-page-wrapper .about-page__text {
  font-family: "Gotham_Book_Regular", sans-serif;
  max-width: 740px;
  margin: 80px auto 0 auto;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #1C2B3D;
  position: relative;
}
@media (max-width: 1279px) {
  .about-page-wrapper .about-page__text {
    max-width: 672px;
    margin-top: 64px;
  }
}
@media (max-width: 767px) {
  .about-page-wrapper .about-page__text {
    font-size: 13px;
    line-height: 21px;
    max-width: calc(100% - 40px);
    margin-top: 48px;
  }
}
.about-page-wrapper .about-page__text .one-abs {
  position: absolute;
  top: 108px;
  right: -247px;
}
@media (max-width: 1279px) {
  .about-page-wrapper .about-page__text .one-abs {
    display: none;
  }
}
.about-page-wrapper .about-page__text .one-abs svg {
  width: 96px;
  height: 96px;
}
.about-page-wrapper .about-page__text .two-abs {
  position: absolute;
  bottom: -156px;
  right: -456px;
}
@media (max-width: 1279px) {
  .about-page-wrapper .about-page__text .two-abs {
    display: none;
  }
}
.about-page-wrapper .about-page__text .two-abs svg {
  width: 228px;
  height: 239px;
}
.about-page-wrapper .about-page__text p:not(:last-child) {
  margin: 0 0 23px 0;
}
@media (max-width: 767px) {
  .about-page-wrapper .about-page__text p:not(:last-child) {
    margin-bottom: 22px;
  }
}
.about-page-wrapper .about-page__text p:last-child {
  margin: 0;
}
.about-page-wrapper .about-page__text a {
  font-family: "Gotham_Bold", sans-serif;
  color: #1C2B3D;
}
.about-page-wrapper .about-page__team {
  margin-top: 163px;
  position: relative;
}
@media (max-width: 1279px) {
  .about-page-wrapper .about-page__team {
    margin-top: 143px;
  }
}
@media (max-width: 767px) {
  .about-page-wrapper .about-page__team {
    margin-top: 78px;
  }
}
.about-page-wrapper .about-page__team .one-abs {
  position: absolute;
  bottom: 30px;
  left: -169px;
}
@media (max-width: 1279px) {
  .about-page-wrapper .about-page__team .one-abs {
    display: none;
  }
}
.about-page-wrapper .about-page__team .one-abs svg {
  width: 64px;
  height: 64px;
}
.about-page-wrapper .about-page__team .two-abs {
  position: absolute;
  bottom: -142px;
  left: -412px;
}
@media (max-width: 1279px) {
  .about-page-wrapper .about-page__team .two-abs {
    display: none;
  }
}
.about-page-wrapper .about-page__team .two-abs svg {
  width: 203px;
  height: 203px;
}
.about-page-wrapper .about-page__team h2 {
  margin: 0 0 80px 0;
  font-family: "Gotham_Bold", sans-serif;
  font-style: normal;
  font-size: 36px;
  line-height: 52px;
  text-align: center;
  color: #1C2B3D;
}
@media (max-width: 1279px) {
  .about-page-wrapper .about-page__team h2 {
    margin: 0 0 64px 0;
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .about-page-wrapper .about-page__team h2 {
    margin: 0 0 48px 0;
    font-size: 18px;
    line-height: 30px;
  }
}
.about-page-wrapper .about-page__team .team-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 1279px) {
  .about-page-wrapper .about-page__team .team-wrapper {
    max-width: 671px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .about-page-wrapper .about-page__team .team-wrapper {
    flex-direction: column;
  }
}
.about-page-wrapper .about-page__team .team-wrapper .team-person {
  width: 226px;
}
.about-page-wrapper .about-page__team .team-wrapper .team-person:not(:last-child) {
  margin-right: 71px;
}
@media (max-width: 1279px) {
  .about-page-wrapper .about-page__team .team-wrapper .team-person {
    width: 167px;
  }
  .about-page-wrapper .about-page__team .team-wrapper .team-person:not(:last-child) {
    margin-right: 65px;
  }
}
@media (max-width: 767px) {
  .about-page-wrapper .about-page__team .team-wrapper .team-person {
    max-width: 178px;
    margin: 0 auto;
    width: 100%;
  }
  .about-page-wrapper .about-page__team .team-wrapper .team-person:not(:last-child) {
    margin-right: auto;
    margin-bottom: 32px;
  }
}
.about-page-wrapper .about-page__team .team-wrapper .team-person__image {
  margin: 0 auto;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1279px) {
  .about-page-wrapper .about-page__team .team-wrapper .team-person__image {
    width: 128px;
    height: 128px;
  }
}
@media (max-width: 767px) {
  .about-page-wrapper .about-page__team .team-wrapper .team-person__image {
    width: 80px;
    height: 80px;
  }
}
.about-page-wrapper .about-page__team .team-wrapper .team-person__name {
  font-style: normal;
  font-family: "Gotham_Bold", sans-serif;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #1C2B3D;
  margin-top: 32px;
}
@media (max-width: 1279px) {
  .about-page-wrapper .about-page__team .team-wrapper .team-person__name {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .about-page-wrapper .about-page__team .team-wrapper .team-person__name {
    margin-top: 24px;
    font-size: 14px;
    line-height: 20px;
  }
}
.about-page-wrapper .about-page__team .team-wrapper .team-person__position {
  font-style: normal;
  font-family: "Gotham_Bold", sans-serif;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: #FF0000;
  margin-top: 4px;
}
@media (max-width: 1279px) {
  .about-page-wrapper .about-page__team .team-wrapper .team-person__position {
    line-height: 21px;
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  .about-page-wrapper .about-page__team .team-wrapper .team-person__position {
    font-size: 11px;
    line-height: 16px;
    margin-top: 4px;
  }
}

.contact-us {
  padding: 100px 0 104px 0;
}
@media (max-width: 1279px) {
  .contact-us {
    padding: 75px 0 80px 0;
  }
}
@media (max-width: 767px) {
  .contact-us {
    padding: 35px 0 80px 0;
  }
}
.contact-us__title {
  max-width: 497px;
  margin: 0 auto 50px;
  text-align: center;
}
@media (max-width: 1279px) {
  .contact-us__title {
    max-width: 674px;
  }
  .contact-us__title .head-box__description {
    max-width: 674px;
  }
}
@media (max-width: 767px) {
  .contact-us__title {
    max-width: calc(100% - 40px);
  }
}
.contact-us .contact-us-body-wrapper {
  max-width: 1440px;
  margin: 0 auto;
}
.contact-us__body {
  width: 100%;
  margin-top: 47px;
  padding-left: 140px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1279px) {
  .contact-us__body {
    flex-direction: column;
    padding-left: 0;
    margin-top: 65px;
  }
}
@media (max-width: 767px) {
  .contact-us__body {
    margin-top: 49px;
  }
}
.contact-us__form {
  width: 560px;
  margin-right: 68px;
}
@media (max-width: 1279px) {
  .contact-us__form {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .contact-us__form {
    width: calc(100% - 40px);
  }
}
.contact-us__form .form-title {
  margin: 0 0 30px 0;
  font-family: "Gotham_Bold", sans-serif;
  text-align: center;
  font-style: normal;
  font-size: 30px;
  line-height: 44px;
  color: #1C2B3D;
}
@media (max-width: 1279px) {
  .contact-us__form .form-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 38px;
  }
}
@media (max-width: 767px) {
  .contact-us__form .form-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 48px;
  }
}
.contact-us__form .input-box {
  display: flex;
  flex-wrap: wrap;
}
.contact-us__form .input-box .group-field {
  font-family: "Gotham_Book_Regular", sans-serif;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .contact-us__form .input-box .group-field {
    width: 100%;
    margin-bottom: 10px;
  }
}
.contact-us__form .input-box .group-field.val label {
  font-size: 11px;
  line-height: 13px;
  transform: translateY(-148%);
}
.contact-us__form .input-box .group-field.val textarea + label {
  transform: translateY(-8px);
}
.contact-us__form .input-box .group-field:nth-child(odd) {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .contact-us__form .input-box .group-field:nth-child(odd) {
    margin-right: 0;
  }
}
.contact-us__form .input-box .group-field input,
.contact-us__form .input-box .group-field textarea {
  width: 270px;
  padding: 23px 20px 9px 20px;
  background: #FFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 14px;
  line-height: 26px;
  color: #1C2B3D;
}
@media (max-width: 767px) {
  .contact-us__form .input-box .group-field input,
.contact-us__form .input-box .group-field textarea {
    width: 100%;
    padding: 24px 16px 7px 16px;
    font-size: 13px;
    line-height: 21px;
  }
}
.contact-us__form .input-box .group-field input:focus,
.contact-us__form .input-box .group-field textarea:focus {
  outline: none;
  border: none;
  filter: drop-shadow(6px 7px 20px rgba(28, 43, 61, 0.05));
}
.contact-us__form .input-box .group-field input:focus + label,
.contact-us__form .input-box .group-field textarea:focus + label {
  font-size: 11px;
  line-height: 13px;
  transform: translateY(-148%);
}
.contact-us__form .input-box .group-field .no-arrow {
  -moz-appearance: textfield;
}
.contact-us__form .input-box .group-field .no-arrow::-webkit-inner-spin-button {
  display: none;
}
.contact-us__form .input-box .group-field .no-arrow::-webkit-outer-spin-button,
.contact-us__form .input-box .group-field .no-arrow::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.contact-us__form .input-box .group-field label {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  -webkit-appearance: none;
  font-size: 16px;
  line-height: 24px;
  color: #8DA0C0;
  pointer-events: none;
  transition: all 0.3s ease-in;
}
@media (max-width: 767px) {
  .contact-us__form .input-box .group-field label {
    font-size: 13px;
    line-height: 21px;
    left: 16px;
  }
}
.contact-us__form .input-box .group-field--last {
  margin: 0;
}
.contact-us__form .input-box .group-field--last textarea {
  width: 560px;
  height: 156px;
}
.contact-us__form .input-box .group-field--last textarea:focus + label {
  transform: translateY(-8px);
}
@media (max-width: 767px) {
  .contact-us__form .input-box .group-field--last textarea {
    width: 100%;
    height: 170px;
  }
}
.contact-us__form .input-box .group-field--last label {
  top: 18px;
  left: 20px;
  transform: translateY(0);
}
@media (max-width: 767px) {
  .contact-us__form .input-box .group-field--last label {
    top: 16px;
    left: 16px;
  }
}
.contact-us__form .input-box .group-field .error {
  position: absolute;
  top: calc(100% + 5px);
  color: #FF0000;
  font-size: 12px;
  font-family: "Gotham_Book_Regular", sans-serif;
}
@media (max-width: 767px) {
  .contact-us__form .input-box .group-field .error {
    font-size: 8px;
    top: calc(100% + 1px);
  }
}
.contact-us__form button {
  background-color: #FF0000;
  font-family: "Gotham_Bold", sans-serif;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  color: #FFF;
  border: none;
  outline: none;
  border-radius: 56px;
  padding: 16px 64px;
  margin: 48px auto 0 auto;
  display: block;
}
@media (max-width: 1279px) {
  .contact-us__form button {
    padding: 14px 48px;
    font-size: 16px;
    line-height: 20px;
    margin: 64px auto 0 auto;
  }
}
@media (max-width: 767px) {
  .contact-us__form button {
    margin: 32px auto 0 auto;
    padding: 10px 35px;
    font-size: 12px;
    line-height: 14px;
  }
}
.contact-us__form button:active {
  opacity: 0.5;
}
.contact-us__form button:hover {
  cursor: pointer;
}
.contact-us .image {
  width: 672px;
  height: 513px;
  background-image: url("../../images/map.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 1279px) {
  .contact-us .image {
    width: 100%;
    height: 300px;
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .contact-us .image {
    margin-top: 48px;
    height: 244px;
  }
}
.contact-us__info {
  max-width: 959px;
  margin: 136px auto 0 auto;
  display: flex;
}
@media (max-width: 1279px) {
  .contact-us__info {
    margin-top: 48px;
    height: 160px;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .contact-us__info {
    margin-top: 40px;
    flex-direction: column;
    height: auto;
    padding-left: 0;
  }
}
.contact-us__info .info-card {
  display: flex;
  align-items: center;
}
@media (max-width: 1279px) {
  .contact-us__info .info-card {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .contact-us__info .info-card {
    width: 280px;
    margin: 0 auto;
    padding: 0 20px;
    flex-direction: row;
    justify-content: left;
    text-align: left;
  }
}
.contact-us__info .info-card:not(:first-child) {
  padding-left: 32px;
}
@media (max-width: 1279px) {
  .contact-us__info .info-card:not(:first-child) {
    padding-left: 28px;
  }
}
@media (max-width: 767px) {
  .contact-us__info .info-card:not(:first-child) {
    padding-top: 24px;
    padding-left: 0;
  }
}
.contact-us__info .info-card:not(:last-child) {
  border-right: 1px solid #E5E5E5;
  padding-right: 32px;
}
@media (max-width: 1279px) {
  .contact-us__info .info-card:not(:last-child) {
    padding-right: 28px;
  }
}
@media (max-width: 767px) {
  .contact-us__info .info-card:not(:last-child) {
    padding-left: 0;
    padding-bottom: 24px;
    border-right: none;
    border-bottom: 1px solid #E5E5E5;
  }
}
.contact-us__info .info-card svg {
  margin-right: 32px;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
@media (max-width: 1279px) {
  .contact-us__info .info-card svg {
    margin-right: 0;
    width: 32px;
    height: 32px;
    margin-bottom: 17px;
  }
}
@media (max-width: 767px) {
  .contact-us__info .info-card svg {
    width: 24px;
    height: 24px;
    margin-bottom: 0;
    margin-right: 24px;
  }
}
.contact-us__info .info-card__title {
  font-family: "Gotham_Medium", sans-serif;
  font-style: normal;
  font-size: 18px;
  line-height: 29px;
  text-transform: uppercase;
  color: #1C2B3D;
  margin-bottom: 12px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .contact-us__info .info-card__title {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px;
  }
}
.contact-us__info .info-card__text {
  min-width: 188px;
  max-width: 237px;
  font-family: "Gotham_Book_Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1C2B3D;
  text-decoration: none;
  display: block;
}
@media (max-width: 1279px) {
  .contact-us__info .info-card__text {
    min-width: 180px;
    max-width: 188px;
  }
}
@media (max-width: 767px) {
  .contact-us__info .info-card__text {
    font-size: 13px;
    line-height: 21px;
  }
}

.modal {
  background: #FFF;
  border-radius: 16px;
  width: 760px;
  padding: 32px 80px 80px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  display: none;
}
@media (max-width: 1279px) {
  .modal {
    width: 640px;
    padding: 40px 48px 72px;
  }
}
@media (max-width: 767px) {
  .modal {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translate(0, 0);
    width: 100%;
    border-radius: 0;
    padding: 32px 20px;
  }
}
.modal__close {
  display: block;
  height: 20px;
  position: absolute;
  top: 32px;
  right: 32px;
}
@media (max-width: 767px) {
  .modal__close {
    top: 22px;
    right: 22px;
  }
}
.modal__close svg {
  width: 40px;
  height: 40px;
}
.modal__photo {
  width: 467px;
  height: 167px;
  margin: 0 auto 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1279px) {
  .modal__photo {
    width: 341px;
    height: 122px;
    margin: 0 auto 28px;
  }
}
@media (max-width: 767px) {
  .modal__photo {
    width: 230px;
    height: 83px;
  }
}
.modal__title {
  color: #1C2B3D;
  font-size: 30px;
  line-height: 44px;
  font-family: "Gotham_Bold", sans-serif;
  padding-bottom: 32px;
  position: relative;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (max-width: 1279px) {
  .modal__title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .modal__title {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 24px;
  }
}
.modal__title:before {
  width: 192px;
  height: 1px;
  background-color: #FF0000;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
}
@media (max-width: 767px) {
  .modal__title:before {
    width: 104px;
  }
}
.modal__description {
  font-size: 16px;
  line-height: 24px;
  color: #1C2B3D;
  font-family: "Gotham_Book_Regular", sans-serif;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .modal__description {
    font-size: 13px;
    line-height: 21px;
  }
}
@media (max-width: 767px) {
  .modal__btn {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}
.modal__btn a {
  display: table;
  margin: 0 auto;
}

.footer {
  padding: 65px 0;
  border-top: 1px solid #E5E5E5;
}
@media (max-width: 1279px) {
  .footer {
    padding: 47px 48px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 32px 28px;
  }
}
.footer .centered {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .footer .centered {
    flex-direction: column-reverse;
  }
}
.footer .menu-box {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  margin: 0;
}
.footer .menu-box li {
  margin-right: 50px;
  position: relative;
}
@media (max-width: 767px) {
  .footer .menu-box li {
    margin-right: 30px;
  }
}
.footer .menu-box li:before {
  position: absolute;
  content: "";
  right: -24px;
  top: -1px;
  bottom: 0;
  background-color: #1C2B3D;
  width: 1px;
}
@media (max-width: 767px) {
  .footer .menu-box li:before {
    right: -16px;
    top: 3px;
    bottom: 2px;
  }
}
@media (max-width: 767px) {
  .footer .menu-box li:last-child {
    margin-right: 0;
  }
}
.footer .menu-box li:last-child:before {
  display: none;
}
.footer .menu-box li a {
  font-size: 16px;
  line-height: 20px;
  color: #1C2B3D;
  text-decoration: none;
}
@media (max-width: 1279px) {
  .footer .menu-box li a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .footer .menu-box li a {
    font-size: 10px;
  }
}
.footer .menu-box li a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .footer .logo {
    margin-bottom: 28px;
  }
}
.footer .logo svg {
  width: 200px;
  height: 45px;
}
@media (max-width: 1279px) {
  .footer .logo svg {
    width: 140px;
    height: 32px;
  }
}

.counter-box {
  padding-top: 70px;
  text-align: center;
}
@media (max-width: 767px) {
  .counter-box {
    padding-top: 60px;
  }
}
.counter-box .counter {
  font-style: normal;
  font-weight: bold;
  font-size: 56px;
  line-height: 52px;
  color: #1C2B3D;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .counter-box .counter {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}
.counter-box .text {
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 30px;
  color: #1C2B3D;
  padding-bottom: 24px;
  margin-bottom: 70px;
  position: relative;
}
@media (max-width: 767px) {
  .counter-box .text {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 18px;
    margin-bottom: 20px;
  }
}
.counter-box .text:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 93px;
  background-color: red;
  content: "";
}
@media (max-width: 767px) {
  .counter-box .text:before {
    width: 56px;
  }
}

.service-page {
  padding-top: 100px;
}
@media (max-width: 1279px) {
  .service-page {
    padding-top: 35px;
  }
}
@media (max-width: 767px) {
  .service-page .head-box__description {
    max-width: calc(100% - 40px);
    padding-top: 20px;
    padding-bottom: 3px;
  }
}
.service-page .text-under {
  font-size: 16px;
  line-height: 24px;
  color: #1C2B3D;
  font-family: "Gotham_Book_Regular", sans-serif;
  max-width: 815px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 160px;
}
@media (max-width: 1279px) {
  .service-page .text-under {
    padding-bottom: 140px;
    max-width: 672px;
  }
}
@media (max-width: 767px) {
  .service-page .text-under {
    max-width: 100%;
    padding: 0 20px 80px;
    font-size: 13px;
    line-height: 21px;
  }
}
.service-page .text-under a {
  font-family: "Gotham_Bold", sans-serif;
  color: #1C2B3D;
}
.service-page .text-under a:hover {
  text-decoration: none;
}
.service-page .bottom-block .title {
  font-size: 36px;
  line-height: 52px;
  font-family: "Gotham_Bold", sans-serif;
  color: #1C2B3D;
  text-align: center;
  padding-bottom: 105px;
}
@media (max-width: 1279px) {
  .service-page .bottom-block .title {
    font-size: 32px;
    padding-bottom: 72px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .service-page .bottom-block .title {
    padding-bottom: 56px;
    font-size: 18px;
    line-height: 30px;
  }
}
.service-page .bottom-block .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1160px;
  margin: 0 auto;
}
@media (max-width: 1279px) {
  .service-page .bottom-block .box {
    width: 672px;
  }
}
@media (max-width: 767px) {
  .service-page .bottom-block .box {
    width: calc(100% - 40px);
  }
}
.service-page .bottom-block .box .item {
  width: 544px;
}
@media (max-width: 1279px) {
  .service-page .bottom-block .box .item {
    width: 320px;
  }
}
@media (max-width: 767px) {
  .service-page .bottom-block .box .item {
    width: 100%;
  }
}
.service-page .bottom-block .box .item .name {
  color: #1C2B3D;
  font-size: 20px;
  line-height: 24px;
  font-family: "Gotham_Bold", sans-serif;
  padding-bottom: 32px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 1279px) {
  .service-page .bottom-block .box .item .name {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .service-page .bottom-block .box .item .name {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 24px;
    margin-bottom: 16px;
  }
}
.service-page .bottom-block .box .item .name:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100px;
  height: 1px;
  background-color: #FF0000;
}
@media (max-width: 767px) {
  .service-page .bottom-block .box .item .name:before {
    width: 100%;
  }
}
.service-page .bottom-block .box .item .description {
  font-size: 16px;
  line-height: 24px;
  font-family: "Gotham_Book_Regular", sans-serif;
  margin-bottom: 80px;
}
@media (max-width: 1279px) {
  .service-page .bottom-block .box .item .description {
    margin-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .service-page .bottom-block .box .item .description {
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 48px;
  }
}
.service-page .bottom-block .box .item .description a {
  color: #1C2B3D;
  text-decoration: underline;
  font-family: "Gotham_Bold", sans-serif;
}
.service-page .bottom-block .box .item .description a:hover {
  text-decoration: none;
}

.faq-page {
  margin-top: 100px;
}
@media (max-width: 1279px) {
  .faq-page {
    margin-top: 75px;
  }
}
@media (max-width: 767px) {
  .faq-page {
    margin-top: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .faq-page .head-box__title {
    text-align: center;
  }
}
.faq-page__list {
  margin-top: 80px;
  padding: 0 52px;
}
@media (max-width: 1279px) {
  .faq-page__list {
    margin-top: 64px;
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .faq-page__list {
    margin-top: 48px;
    padding: 0;
  }
}
.faq-page-info {
  margin: 64px auto 104px;
  max-width: 537px;
  text-align: center;
  color: #1C2B3D;
}
@media (max-width: 1279px) {
  .faq-page-info {
    max-width: 458px;
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .faq-page-info {
    margin-top: 48px;
  }
}
.faq-page-info__title {
  margin: 0;
  font-family: "Gotham_Bold", sans-serif;
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 1279px) {
  .faq-page-info__title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .faq-page-info__title {
    font-size: 14px;
    line-height: 20px;
  }
}
.faq-page-info__subtitle {
  margin-top: 32px;
  margin-bottom: 0;
  font-family: "Gotham_Book_Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 1279px) {
  .faq-page-info__subtitle {
    margin-top: 21px;
  }
}
@media (max-width: 767px) {
  .faq-page-info__subtitle {
    margin-top: 16px;
    font-size: 13px;
    line-height: 21px;
  }
}
.faq-page-info__subtitle a {
  font-family: "Gotham_Bold", sans-serif;
  color: #1C2B3D;
}
.faq-page-info__subtitle a:hover {
  text-decoration: none;
}

.faq {
  margin-bottom: 24px;
  box-shadow: 6px 7px 20px rgba(28, 43, 61, 0.05);
}
@media (max-width: 1279px) {
  .faq {
    margin-bottom: 32px;
  }
}
.faq.active .faq__head {
  background-color: #1C2B3D;
}
.faq.active .faq__head .faq__title,
.faq.active .faq__head .faq__title span {
  color: #FFF;
}
.faq.active .faq__head .faq__text {
  margin-top: 0;
  height: 0;
}
.faq.active .faq__head .faq__icon:before {
  background-color: white;
}
.faq.active .faq__head .faq__icon:after {
  background-color: transparent;
  transform: rotate(0);
}
.faq__head {
  display: flex;
  align-items: center;
  padding: 54px;
  min-height: 136px;
  border-radius: 16px;
  background-color: #FFF;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
@media (min-width: 1280px) {
  .faq__head:hover {
    background-color: #1C2B3D;
  }
  .faq__head:hover .faq__title,
.faq__head:hover .faq__title span {
    color: #FFF;
  }
  .faq__head:hover .faq__text {
    color: #FFF;
  }
}
@media (max-width: 1279px) {
  .faq__head {
    padding: 48px 56px;
  }
}
@media (max-width: 767px) {
  .faq__head {
    padding: 25px 24px;
    min-height: 108px;
    flex-direction: column;
  }
}
.faq__head .faq__text {
  height: 48px;
  transition: height 0.2s ease, margin-top 0.2s ease, color 0.2s ease;
  overflow: hidden;
}
@media (max-width: 1279px) {
  .faq__head .faq__text {
    height: 96px;
  }
}
@media (max-width: 767px) {
  .faq__head .faq__text {
    margin-top: 16px;
    height: 126px;
    text-align: center;
  }
}
.faq__head .faq__text p {
  margin: 0;
}
.faq__body {
  display: none;
  background-color: #FFF;
  padding: 16px 120px 40px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
@media (max-width: 1279px) {
  .faq__body {
    padding: 48px 32px;
  }
}
@media (max-width: 767px) {
  .faq__body {
    padding: 32px 20px;
  }
}
.faq__body > div {
  border-left: 1px solid #E5E5E5;
  padding-left: 48px;
}
@media (max-width: 1279px) {
  .faq__body > div {
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .faq__body > div {
    padding-left: 24px;
  }
}
.faq__body > div .faq__text:first-child {
  margin-top: 0;
}
.faq__body h3 {
  margin-top: 35px;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 24px;
  color: #8DA0C0;
}
@media (max-width: 767px) {
  .faq__body h3 {
    font-size: 14px;
    line-height: 20px;
  }
}
.faq__body p {
  margin-top: 32px;
  margin-bottom: 0;
  font-family: "Gotham_Book_Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1C2B3D;
}
@media (max-width: 1279px) {
  .faq__body p {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .faq__body p {
    margin-top: 14px;
    font-size: 13px;
    line-height: 21px;
  }
}
.faq__body p a {
  font-family: "Gotham_Bold", sans-serif;
  color: #1C2B3D;
}
.faq__body p a:hover {
  text-decoration: none;
}
.faq__title {
  margin: 0;
  font-family: "Gotham_Bold", sans-serif;
  font-size: 26px;
  line-height: 30px;
  color: #1C2B3D;
  transition: color 0.3s ease;
}
@media (max-width: 1279px) {
  .faq__title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .faq__title {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
  }
}
.faq__title span {
  color: #8DA0C0;
  transition: color 0.3s ease;
}
.faq__text {
  margin-top: 24px;
  margin-bottom: 0;
  font-family: "Gotham_Book_Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1C2B3D;
}
@media (max-width: 767px) {
  .faq__text {
    margin-top: 21px;
    font-size: 13px;
    line-height: 21px;
  }
}
.faq__text a {
  font-family: "Gotham_Bold", sans-serif;
  color: #1C2B3D;
}
.faq__text a:hover {
  text-decoration: none;
}
.faq__icon {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-left: 64px;
}
@media (max-width: 1279px) {
  .faq__icon {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .faq__icon {
    margin-top: 14px;
    margin-left: 0;
    width: 24px;
    height: 24px;
  }
}
.faq__icon:before, .faq__icon:after {
  content: "";
  display: block;
  width: 23px;
  height: 3px;
  background-color: #FF0000;
  transition: background-color 0.3s ease;
}
@media (max-width: 767px) {
  .faq__icon:before, .faq__icon:after {
    width: 14px;
    height: 2px;
  }
}
.faq__icon:after {
  position: absolute;
  transform: rotate(90deg);
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.price-container {
  max-width: 920px;
  margin: 0 auto;
  padding-top: 82px;
}
@media (max-width: 1279px) {
  .price-container {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .price-container {
    padding-top: 48px;
  }
}
.price-container .price-head {
  background-color: #1C2B3D;
  border-radius: 16px 16px 0 0;
  padding: 56px;
}
@media (max-width: 1279px) {
  .price-container .price-head {
    padding: 43px 48px 40px;
  }
}
@media (max-width: 1023px) {
  .price-container .price-head {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .price-container .price-head {
    padding: 32px 0;
  }
}
.price-container .price-head.second-part {
  border-radius: 16px;
  margin-bottom: 70px;
}
@media (max-width: 1023px) {
  .price-container .price-head.second-part {
    border-radius: 0;
  }
}
.price-container .price-head.second-part .head .right .price {
  font-size: 32px;
}
.price-container .price-head .head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .price-container .price-head .head {
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .price-container .price-head .head .left {
    text-align: center;
  }
}
.price-container .price-head .head .left .title-first {
  color: #FFF;
  font-size: 26px;
  line-height: 30px;
  font-family: "Gotham_Bold", sans-serif;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media (max-width: 1279px) {
  .price-container .price-head .head .left .title-first {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .price-container .price-head .head .left .title-first {
    font-size: 15px;
    line-height: 20px;
    padding: 0 20px;
  }
}
.price-container .price-head .head .left .title-second {
  color: #FFF;
  font-size: 20px;
  line-height: 24px;
  font-family: "Gotham_Bold", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1279px) {
  .price-container .price-head .head .left .title-second {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .price-container .price-head .head .left .title-second {
    font-size: 14px;
    line-height: 20px;
    padding: 0 20px;
    margin-bottom: 20px;
  }
}
.price-container .price-head .head .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .price-container .price-head .head .right {
    align-items: center;
  }
}
.price-container .price-head .head .right .price {
  color: #FFF;
  font-size: 36px;
  line-height: 52px;
  width: 260px;
  text-align: end;
}
@media (max-width: 1279px) {
  .price-container .price-head .head .right .price {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .price-container .price-head .head .right .price {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
}
.price-container .price-head .head .right .price span {
  font-size: 26px;
}
@media (max-width: 1279px) {
  .price-container .price-head .head .right .price span {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .price-container .price-head .head .right .price span {
    font-size: 16px;
  }
}
.price-container .price-head .head .right .for {
  font-family: "Gotham_Book_Regular", sans-serif;
  color: #FFF;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .price-container .price-head .head .right .for {
    font-size: 13px;
  }
}
.price-container .text {
  color: #FFF;
  font-size: 16px;
  line-height: 24px;
  padding-top: 32px;
  font-family: "Gotham_Book_Regular", sans-serif;
}
@media (max-width: 767px) {
  .price-container .text {
    padding: 21px 20px 0;
    font-size: 13px;
    line-height: 21px;
  }
}
.price-container .text a {
  color: #FFF;
  text-decoration: underline;
}
.price-container .text a:hover {
  text-decoration: none;
}
.price-container .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 48px;
}
@media (max-width: 1279px) {
  .price-container .bottom {
    padding-top: 24px;
  }
}
@media (max-width: 767px) {
  .price-container .bottom {
    flex-direction: column;
    padding-top: 0;
  }
}
.price-container .bottom .text {
  font-size: 14px;
  line-height: 26px;
  color: #FFF;
  padding-top: 0;
}
@media (max-width: 767px) {
  .price-container .bottom .text {
    font-size: 11px;
    line-height: 16px;
  }
}
.price-container .bottom .btn-container {
  flex-shrink: 0;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .price-container .bottom .btn-container {
    margin-top: 29px;
  }
}
.price-container .content {
  padding: 56px 58px;
  box-shadow: 6px 7px 20px rgba(28, 43, 61, 0.05);
  background-color: #FFF;
  margin-bottom: 40px;
}
@media (max-width: 1279px) {
  .price-container .content {
    padding: 48px;
  }
}
@media (max-width: 767px) {
  .price-container .content {
    padding: 32px 20px;
  }
}
.price-container .content .title {
  font-size: 26px;
  line-height: 30px;
  font-family: "Gotham_Bold", sans-serif;
  margin-bottom: 42px;
  text-transform: uppercase;
}
@media (max-width: 1279px) {
  .price-container .content .title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .price-container .content .title {
    font-size: 15px;
    line-height: 20px;
  }
}
.price-container .content .info p {
  margin: 0 0 17px 0;
  font-size: 16px;
  line-height: 26px;
  color: #1C2B3D;
  font-family: "Gotham_Book_Regular", sans-serif;
}
@media (max-width: 767px) {
  .price-container .content .info p {
    font-size: 13px;
    line-height: 21px;
  }
}
.price-container .content .info p a {
  font-family: "Gotham_Bold", sans-serif;
  text-decoration: underline;
  color: #1C2B3D;
}
.price-container .content .line {
  margin-top: 56px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 18px;
}
@media (max-width: 1279px) {
  .price-container .content .line {
    margin-top: 44px;
  }
}
@media (max-width: 767px) {
  .price-container .content .line {
    flex-direction: column;
  }
}
.price-container .content .line .title-line {
  font-size: 20px;
  line-height: 24px;
  color: #1C2B3D;
  font-family: "Gotham_Bold", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1279px) {
  .price-container .content .line .title-line {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .price-container .content .line .title-line {
    font-size: 14px;
    line-height: 20px;
  }
}
.price-container .content .line .price-line {
  font-size: 26px;
  line-height: 30px;
  font-family: "Gotham_Bold", sans-serif;
  display: none;
  color: #1C2B3D;
}
@media (max-width: 1279px) {
  .price-container .content .line .price-line {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .price-container .content .line .price-line {
    font-size: 15px;
  }
}
.price-container .content .line .price-line span {
  font-size: 18px;
  font-family: "Gotham_Book_Regular", sans-serif;
}
@media (max-width: 1279px) {
  .price-container .content .line .price-line span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .price-container .content .line .price-line span {
    font-size: 14px;
  }
}
.price-container .content .line .price-line.active {
  display: block;
}
.price-container .content .tab-box {
  padding-top: 33px;
}
.price-container .content .tab-box .head {
  display: flex;
  padding-left: 32px;
}
.price-container .content .tab-box .head .tab {
  font-size: 18px;
  line-height: 29px;
  color: #1C2B3D;
  position: relative;
  display: block;
}
.price-container .content .tab-box .head .tab:first-child {
  margin-right: 72px;
}
@media (max-width: 767px) {
  .price-container .content .tab-box .head .tab:first-child {
    margin-right: 48px;
  }
}
@media (max-width: 767px) {
  .price-container .content .tab-box .head .tab {
    font-size: 12px;
    margin-right: 48px;
  }
}
@media (max-width: 767px) {
  .price-container .content .tab-box .head .tab:nth-child(2) {
    margin-right: 0;
  }
}
.price-container .content .tab-box .head .tab:before {
  border: 2px solid #dadada;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 3px;
  left: -30px;
  transition: all 0.3s ease-in;
}
@media (max-width: 767px) {
  .price-container .content .tab-box .head .tab:before {
    width: 12px;
    height: 12px;
    top: 5px;
  }
}
.price-container .content .tab-box .head .tab:after {
  position: absolute;
  content: "";
  top: 8px;
  left: -25px;
  width: 10px;
  height: 10px;
  background-color: #FF0000;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-in;
}
@media (max-width: 767px) {
  .price-container .content .tab-box .head .tab:after {
    width: 8px;
    height: 8px;
    left: -26px;
    top: 9px;
  }
}
.price-container .content .tab-box .head .tab:hover {
  cursor: pointer;
}
.price-container .content .tab-box .head .tab:hover:before {
  border-color: #FF0000;
}
.price-container .content .tab-box .head .tab:hover:after {
  opacity: 1;
}
.price-container .content .tab-box .head .tab.active:after {
  opacity: 1;
}
.price-container .content .tab-box .head .tab.active:before {
  border-color: #FF0000;
}
.price-container .content .tab-box .head .post-editing-link {
  display: flex;
  align-items: center;
  margin-left: 40px;
  padding-left: 24px;
  border-left: 1px solid #E5E5E5;
  font-family: "Gotham_Bold", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  text-decoration-line: underline;
  color: #1C2B3D;
}
@media (max-width: 767px) {
  .price-container .content .tab-box .head .post-editing-link {
    margin-left: 20px;
    font-size: 13px;
    padding-left: 10px;
  }
}
.price-container .content .tab-box .head .post-editing-link svg {
  margin-right: 8px;
}
@media (max-width: 767px) {
  .price-container .content .tab-box .head .post-editing-link svg {
    width: 16px;
    height: 16px;
  }
}
.price-container .content .tab-box .tab-content .tab-block {
  display: none;
}
.price-container .content .tab-box .tab-content .tab-block.active {
  display: block;
}
@media (max-width: 767px) {
  .price-container .content .tab-box .tab-content .text {
    padding: 32px 0 0 0;
  }
}
@media (max-width: 767px) {
  .price-container .content .text.small {
    padding: 32px 0 0;
  }
}
.price-container .content .text p {
  font-size: 16px;
  line-height: 24px;
  color: #1C2B3D;
  margin: 0 0 24px 0;
}
@media (max-width: 767px) {
  .price-container .content .text p {
    font-size: 13px;
    line-height: 21px;
  }
}
.price-container .content .btn-request {
  margin: 0 auto;
  padding-top: 34px;
}
.price-container .content .btn-request a {
  margin: 0 auto;
}

.modal-send-request {
  padding: 98px 100px;
}
.modal-send-request .contact-us__form {
  margin-right: 0;
  width: 100%;
}
@media (max-width: 1279px) {
  .modal-send-request .contact-us__form .input-box .group-field input {
    width: 262px;
  }
  .modal-send-request .contact-us__form .input-box .group-field textarea {
    width: 544px;
  }
}
@media (max-width: 767px) {
  .modal-send-request .contact-us__form .input-box .group-field input {
    width: 100%;
  }
  .modal-send-request .contact-us__form .input-box .group-field textarea {
    width: 100%;
  }
}
@media (max-width: 1279px) {
  .modal-send-request {
    padding: 40px 48px 72px;
  }
}

.modal-post-editing-comparison {
  padding: 104px 80px 82px 80px;
  width: 1160px;
  height: calc(100% - 165px);
}
@media (max-width: 1279px) {
  .modal-post-editing-comparison {
    width: 672px;
    padding: 79px 39px 64px 40px;
  }
}
@media (max-width: 767px) {
  .modal-post-editing-comparison {
    width: 100%;
    padding: 21px 10px 16px 10px;
    height: 100%;
  }
}
.modal-post-editing-comparison .modal__close {
  top: 15px;
  right: 15px;
}
.modal-post-editing-comparison .modal__close svg {
  width: 20px;
  height: 20px;
}
.modal-post-editing-comparison__wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.modal-post-editing-comparison__wrapper .row-body {
  overflow-y: scroll;
}
.modal-post-editing-comparison__wrapper .row-body::-webkit-scrollbar {
  display: none;
}
.modal-post-editing-comparison__title {
  display: none;
  margin-bottom: 30px;
  font-family: "Gotham_Bold", sans-serif;
  font-style: normal;
  font-size: 10px;
  line-height: 13px;
  color: #1C2B3D;
  padding-left: 6px;
}
@media (max-width: 767px) {
  .modal-post-editing-comparison__title {
    display: block;
  }
}
.modal-post-editing-comparison .first-column {
  width: 333px;
  border-right: 1px solid #E5E5E5;
}
@media (max-width: 1279px) {
  .modal-post-editing-comparison .first-column {
    width: 192px;
  }
}
@media (max-width: 767px) {
  .modal-post-editing-comparison .first-column {
    width: 89px;
  }
}
.modal-post-editing-comparison .second-column {
  width: 264px;
  border-right: 1px solid #E5E5E5;
}
@media (max-width: 1279px) {
  .modal-post-editing-comparison .second-column {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .modal-post-editing-comparison .second-column {
    width: 85px;
  }
}
.modal-post-editing-comparison .third-column {
  width: 401px;
}
@media (max-width: 1279px) {
  .modal-post-editing-comparison .third-column {
    width: 219px;
  }
}
@media (max-width: 767px) {
  .modal-post-editing-comparison .third-column {
    width: calc(100% - 174px);
  }
}
.modal-post-editing-comparison .row-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-family: "Gotham_Bold", sans-serif;
  font-style: normal;
  text-align: center;
  border-bottom: 1px solid #E5E5E5;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .modal-post-editing-comparison .row-header {
    justify-content: flex-start;
  }
}
.modal-post-editing-comparison .row-header .second-column {
  padding-top: 13px;
}
@media (max-width: 1279px) {
  .modal-post-editing-comparison .row-header .second-column {
    padding-top: 42px;
  }
}
@media (max-width: 767px) {
  .modal-post-editing-comparison .row-header .second-column {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 1279px) {
  .modal-post-editing-comparison .row-header .third-column .row-header__under-title:last-child {
    font-size: 14px;
    line-height: 20px;
    margin-top: 4px;
  }
}
@media (max-width: 1279px) and (max-width: 767px) {
  .modal-post-editing-comparison .row-header .third-column .row-header__under-title:last-child {
    font-size: 10px;
    line-height: 12px;
  }
}
@media (max-width: 767px) {
  .modal-post-editing-comparison .row-header .third-column {
    display: flex;
    flex-direction: column-reverse;
  }
}
.modal-post-editing-comparison .row-header__title {
  font-size: 26px;
  line-height: 30px;
  color: #1C2B3D;
}
@media (max-width: 1279px) {
  .modal-post-editing-comparison .row-header__title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .modal-post-editing-comparison .row-header__title {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 10px;
  }
}
.modal-post-editing-comparison .row-header__under-title {
  margin-top: 6px;
  font-size: 20px;
  line-height: 24px;
  color: #8DA0C0;
}
@media (max-width: 1279px) {
  .modal-post-editing-comparison .row-header__under-title {
    font-size: 18px;
    line-height: 22px;
    margin-top: 7px;
  }
}
@media (max-width: 767px) {
  .modal-post-editing-comparison .row-header__under-title {
    font-size: 10px;
    line-height: 12px;
    margin-top: 0;
  }
}
.modal-post-editing-comparison .row-header__under-title:last-child {
  margin-bottom: 32px;
}
@media (max-width: 1279px) {
  .modal-post-editing-comparison .row-header__under-title:last-child {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .modal-post-editing-comparison .row-header__under-title:last-child {
    margin-bottom: 6px;
  }
}
.modal-post-editing-comparison .row-header__under-title span {
  font-family: "Gotham_Book_Regular", sans-serif;
  font-size: 16px;
  text-transform: none;
}
@media (max-width: 1279px) {
  .modal-post-editing-comparison .row-header__under-title span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .modal-post-editing-comparison .row-header__under-title span {
    font-size: 10px;
    line-height: 12px;
  }
}
.modal-post-editing-comparison .row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-family: "Gotham_Medium", sans-serif;
  font-style: normal;
}
@media (max-width: 767px) {
  .modal-post-editing-comparison .row {
    justify-content: flex-start;
  }
}
.modal-post-editing-comparison .row:nth-child(2n) {
  background-color: rgba(141, 160, 192, 0.1);
}
.modal-post-editing-comparison .row .first-column {
  font-family: "Gotham_Medium", sans-serif;
  font-style: normal;
  font-size: 18px;
  line-height: 29px;
  display: flex;
  align-items: center;
  color: #1C2B3D;
  padding: 8px;
}
@media (max-width: 1279px) {
  .modal-post-editing-comparison .row .first-column {
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .modal-post-editing-comparison .row .first-column {
    font-size: 10px;
    line-height: 12px;
  }
}
.modal-post-editing-comparison .row svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .modal-post-editing-comparison .row svg {
    width: 14px;
    height: 14px;
  }
}
.modal-post-editing-comparison .row .second-column {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-post-editing-comparison .row .third-column {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-success {
  padding: 98px 100px;
}
.modal-success__wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.modal-success__title {
  font-size: 20px;
  line-height: 24px;
  color: #1c2b3d;
  font-family: "Gotham_Bold", sans-serif;
  text-align: center;
}
.modal-success__svg {
  margin-bottom: 40px;
}
.modal-success__svg svg {
  width: 200px;
  margin: 0 auto;
  display: block;
}

.news-page {
  padding-top: 100px;
}
@media (max-width: 1279px) {
  .news-page {
    padding-top: 75px;
  }
}
@media (max-width: 767px) {
  .news-page {
    padding-top: 35px;
  }
}
.news-page .container {
  padding-top: 80px;
}
@media (max-width: 1279px) {
  .news-page .container {
    padding: 65px 0 0 0;
  }
}
@media (max-width: 767px) {
  .news-page .container {
    padding-top: 50px;
  }
}
.news-page .news-card {
  color: #1C2B3D;
  display: flex;
  margin-bottom: 160px;
}
@media (max-width: 1279px) {
  .news-page .news-card {
    flex-direction: column;
    margin-bottom: 80px;
  }
}
.news-page .news-card a {
  font-family: "Gotham_Bold", sans-serif;
  color: #1C2B3D;
  text-decoration: none;
}
.news-page .news-card a:hover {
  text-decoration: underline;
}
.news-page .news-card .image-placeholder {
  width: 520px;
  height: 328px;
  border-radius: 0 16px 16px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-shrink: 0;
  transform: translateX(-87px);
}
@media (max-width: 1279px) {
  .news-page .news-card .image-placeholder {
    border-radius: 0;
    width: 100%;
    height: 251px;
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
  .news-page .news-card .image-placeholder {
    height: 160px;
  }
}
.news-page .news-card .news-text-box {
  max-width: 693px;
}
@media (max-width: 1279px) {
  .news-page .news-card .news-text-box {
    padding: 40px 48px 0;
    max-width: initial;
  }
}
@media (max-width: 767px) {
  .news-page .news-card .news-text-box {
    padding: 18px 20px 0;
  }
}
.news-page .news-card .news-text-box .date {
  font-family: "Gotham_Book_Regular", sans-serif;
  font-size: 14px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .news-page .news-card .news-text-box .date {
    font-size: 11px;
  }
}
.news-page .news-card .news-text-box h2 {
  font-family: "Gotham_Bold", sans-serif;
  font-size: 30px;
  line-height: 44px;
  margin: 31px 0 16px;
}
@media (max-width: 1279px) {
  .news-page .news-card .news-text-box h2 {
    margin: 18px 0 0;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .news-page .news-card .news-text-box h2 {
    font-size: 16px;
    line-height: 20px;
  }
}
.news-page .news-card .news-text-box p {
  font-family: "Gotham_Book_Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 1279px) {
  .news-page .news-card .news-text-box p {
    margin-top: 9px;
    margin-bottom: 33px;
  }
}
@media (max-width: 767px) {
  .news-page .news-card .news-text-box p {
    margin-top: 17px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 21px;
  }
}
.news-page .news-card .news-text-box p a {
  text-decoration: underline;
}
.news-page .news-card .news-text-box p a:hover {
  text-decoration: none;
}
.news-page .news-card .news-text-box .link {
  margin-top: 23px;
}
@media (max-width: 1279px) {
  .news-page .news-card .news-text-box .link {
    margin-bottom: 33px;
  }
}
@media (max-width: 767px) {
  .news-page .news-card .news-text-box .link {
    margin-top: 18px;
    margin-bottom: 24px;
  }
}
.news-page .news-card .news-text-box .link a {
  text-decoration: underline;
}
.news-page .news-card .news-text-box .link a:hover {
  text-decoration: none;
}
.news-page .news-card .news-text-box .tags {
  margin-top: 34px;
}
@media (max-width: 1279px) {
  .news-page .news-card .news-text-box .tags {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .news-page .news-card .news-text-box .tags {
    margin-top: 25px;
  }
}
.news-page .news-card .news-text-box .tags a {
  display: inline-block;
  padding: 7px 16px;
  font-size: 14px;
  color: #FFF;
  border-radius: 25px;
  background-color: #8DA0C0;
  transition: all 0.2s ease-in;
  margin-right: 3px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .news-page .news-card .news-text-box .tags a {
    padding: 5px 16px;
    font-size: 11px;
  }
}
.news-page .news-card .news-text-box .tags a:hover {
  background-color: #1C2B3D;
}

.double-btn {
  max-width: 632px;
  margin: 104px auto 0 auto;
  display: flex;
  justify-content: space-between;
  font-family: "Gotham_Bold", sans-serif;
}
@media (max-width: 1279px) {
  .double-btn {
    margin-top: 64px;
    max-width: 502px;
  }
}
@media (max-width: 767px) {
  .double-btn {
    flex-direction: column;
    max-width: 200px;
    margin: 80px auto 0 auto;
  }
}
.double-btn__button {
  width: 300px;
  margin: 0 auto;
}
@media (max-width: 1279px) {
  .double-btn__button {
    width: 235px;
  }
}
@media (max-width: 767px) {
  .double-btn__button {
    width: 200px;
  }
  .double-btn__button:not(:last-child) {
    margin-bottom: 24px;
  }
}

.projects {
  padding: 100px 0 104px 0;
  overflow: hidden;
}
@media (max-width: 1279px) {
  .projects {
    padding: 75px 0 80px 0;
  }
}
@media (max-width: 767px) {
  .projects {
    padding: 35px 0 80px 0;
  }
}
.projects__title {
  max-width: 745px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .projects__title {
    max-width: calc(100% - 40px);
  }
}
.projects__title .head-box__description {
  padding: 48px 0;
}
@media (max-width: 1279px) {
  .projects__title .head-box__description {
    padding: 32px 0 17px 0;
  }
}
.projects__title .one-abs {
  position: absolute;
  bottom: -177px;
  left: -248px;
}
@media (max-width: 1279px) {
  .projects__title .one-abs {
    display: none;
  }
}
.projects__title .one-abs svg {
  width: 73px;
  height: 73px;
}
.projects__title .two-abs {
  position: absolute;
  top: 113px;
  left: -433px;
}
@media (max-width: 1279px) {
  .projects__title .two-abs {
    display: none;
  }
}
.projects__title .two-abs svg {
  width: 176px;
  height: 175px;
}
.projects .double-btn {
  margin-top: 48px;
  max-width: 660px;
}
@media (max-width: 1279px) {
  .projects .double-btn {
    margin-top: 64px;
    max-width: 554px;
  }
}
@media (max-width: 767px) {
  .projects .double-btn {
    margin-top: 47px;
    max-width: 200px;
  }
}
.projects .double-btn div:first-child {
  width: 297px;
}
@media (max-width: 1279px) {
  .projects .double-btn div:first-child {
    width: 265px;
  }
}
@media (max-width: 767px) {
  .projects .double-btn div:first-child {
    max-width: 200px;
  }
}
.projects .double-btn div:first-child a {
  margin: 0 auto;
}
.projects .double-btn div:last-child {
  width: 306px;
}
@media (max-width: 1279px) {
  .projects .double-btn div:last-child {
    width: 265px;
  }
}
@media (max-width: 767px) {
  .projects .double-btn div:last-child {
    max-width: 200px;
  }
}
.projects .double-btn div:last-child a {
  padding-left: 29px;
  padding-right: 29px;
}
@media (max-width: 767px) {
  .projects .double-btn div:last-child a {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.projects__cases {
  margin-top: 160px;
  position: relative;
}
@media (max-width: 1279px) {
  .projects__cases {
    margin-top: 139px;
  }
}
@media (max-width: 767px) {
  .projects__cases {
    margin-top: 79px;
  }
}
.projects__cases:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  width: 90px;
  z-index: 2;
  background-image: linear-gradient(90deg, #f3f8fe 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
.projects__cases:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 90px;
  background-image: linear-gradient(-90deg, #f3f8fe 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
.projects__cases .one-abs {
  position: absolute;
  top: -159px;
  right: 104px;
}
@media (max-width: 1279px) {
  .projects__cases .one-abs {
    display: none;
  }
}
.projects__cases .one-abs svg {
  width: 100px;
  height: 100px;
}
.projects__cases .two-abs {
  position: absolute;
  top: 17px;
  right: -48px;
}
@media (max-width: 1279px) {
  .projects__cases .two-abs {
    display: none;
  }
}
.projects__cases .two-abs svg {
  width: 127px;
  height: 133px;
}
.projects__cases h2 {
  margin: 0 0 80px 0;
  font-family: "Gotham_Bold", sans-serif;
  font-style: normal;
  font-size: 36px;
  line-height: 52px;
  text-align: center;
  color: #1C2B3D;
}
@media (max-width: 1279px) {
  .projects__cases h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .projects__cases h2 {
    display: none;
  }
}
.projects__cases .cases-wrapper {
  max-width: 1165px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
@media (max-width: 1279px) {
  .projects__cases .cases-wrapper {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
}
@media (max-width: 920px) {
  .projects__cases .cases-wrapper {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .projects__cases .cases-wrapper {
    overflow-x: unset;
    align-items: center;
    flex-direction: column;
  }
}
.projects__cases .cases-wrapper .case {
  width: 340px;
  flex-shrink: 0;
}
.projects__cases .cases-wrapper .case:not(:last-child) {
  margin-right: 48px;
}
@media (max-width: 1279px) {
  .projects__cases .cases-wrapper .case:not(:last-child) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .projects__cases .cases-wrapper .case:not(:last-child) {
    margin-bottom: 32px;
  }
}
@media (max-width: 1279px) {
  .projects__cases .cases-wrapper .case:last-child {
    padding-right: 60px;
    width: 300px;
  }
}
@media (max-width: 767px) {
  .projects__cases .cases-wrapper .case:last-child {
    padding-right: 0;
    width: calc(100% - 40px);
  }
}
@media (max-width: 1279px) {
  .projects__cases .cases-wrapper .case {
    width: 240px;
    margin-left: 48px;
  }
}
@media (max-width: 767px) {
  .projects__cases .cases-wrapper .case {
    margin-left: 0;
    width: calc(100% - 40px);
  }
}
.projects__cases .cases-wrapper .case__image {
  margin: 0 auto;
  width: 120px;
  height: 120px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1279px) {
  .projects__cases .cases-wrapper .case__image {
    width: 88px;
    height: 88px;
  }
}
@media (max-width: 767px) {
  .projects__cases .cases-wrapper .case__image {
    width: 56px;
    height: 56px;
  }
}
.projects__cases .cases-wrapper .case__name {
  font-style: normal;
  font-family: "Gotham_Bold", sans-serif;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #1C2B3D;
  margin: 17px 0;
}
@media (max-width: 1279px) {
  .projects__cases .cases-wrapper .case__name {
    font-size: 18px;
    line-height: 22px;
    margin: 32px 0 16px 0;
  }
}
@media (max-width: 767px) {
  .projects__cases .cases-wrapper .case__name {
    font-size: 14px;
    line-height: 20px;
    margin: 16px 0 8px 0;
  }
}
.projects__cases .cases-wrapper .case__position {
  font-family: "Gotham_Book_Regular", sans-serif;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: #1C2B3D;
}
@media (max-width: 1279px) {
  .projects__cases .cases-wrapper .case__position {
    line-height: 21px;
  }
}
@media (max-width: 767px) {
  .projects__cases .cases-wrapper .case__position {
    font-size: 11px;
    line-height: 16px;
  }
}
.projects .btn-container {
  width: 255px;
  margin: 82px auto 0 auto;
}
@media (max-width: 1279px) {
  .projects .btn-container {
    width: 210px;
    margin: 64px auto 0 auto;
  }
}
@media (max-width: 767px) {
  .projects .btn-container {
    width: 160px;
    margin: 48px auto 0 auto;
  }
  .projects .btn-container .link-red {
    padding: 10px 24px 10px;
    line-height: 14px;
  }
}

.resources-page {
  margin-top: 126px;
}
@media (max-width: 1279px) {
  .resources-page {
    margin-top: 76px;
  }
}
@media (max-width: 767px) {
  .resources-page {
    margin-top: 36px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.resources-page .cont {
  margin: 40px auto;
  max-width: 260px;
}
.resources-page__title {
  margin-top: 80px;
  font-family: "Gotham_Bold", sans-serif;
  font-size: 36px;
  line-height: 52px;
  color: #1C2B3D;
  text-align: center;
  text-transform: inherit;
}
@media (max-width: 1279px) {
  .resources-page__title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .resources-page__title {
    margin-top: 48px;
    font-size: 18px;
    line-height: 30px;
  }
}
.resources-page__cards {
  margin-top: 72px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1279px) {
  .resources-page__cards {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .resources-page__cards {
    margin-top: 32px;
  }
}
.resources-page-disclaimer {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  text-align: center;
  margin-top: 58px;
  color: #1C2B3D;
}
@media (max-width: 1279px) {
  .resources-page-disclaimer {
    margin-top: 36px;
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .resources-page-disclaimer {
    margin-top: 22px;
  }
}
.resources-page-disclaimer__title {
  font-family: "Gotham_Bold", sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 1279px) {
  .resources-page-disclaimer__title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .resources-page-disclaimer__title {
    display: none;
  }
}
.resources-page-disclaimer__text {
  font-family: "Gotham_Book_Regular", sans-serif;
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}
.resources-page-disclaimer__text a {
  font-family: "Gotham_Bold", sans-serif;
  color: #1C2B3D;
}
.resources-page-disclaimer__text a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .resources-page-disclaimer__text {
    margin-top: 22px;
    font-size: 12px;
    line-height: 21px;
  }
}
.resources-page-disclaimer + .head-box {
  margin: 160px auto 80px;
  width: 635px;
  text-align: center;
}
@media (max-width: 1279px) {
  .resources-page-disclaimer + .head-box {
    margin-top: 140px;
    width: 655px;
  }
}
@media (max-width: 767px) {
  .resources-page-disclaimer + .head-box {
    margin-top: 110px;
    margin-bottom: 48px;
    width: 100%;
  }
}
.resources-page-disclaimer + .head-box .head-box__title {
  font-size: 36px;
  line-height: 52px;
}
@media (max-width: 1279px) {
  .resources-page-disclaimer + .head-box .head-box__title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .resources-page-disclaimer + .head-box .head-box__title {
    font-size: 18px;
    line-height: 30px;
    padding: 0;
  }
}
.resources-page-disclaimer + .head-box .head-box__description {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .resources-page-disclaimer + .head-box .head-box__description {
    font-size: 13px;
    line-height: 21px;
  }
}
.resources-page__list {
  margin-top: 80px;
  margin-bottom: 160px;
  padding-left: 52px;
  padding-right: 52px;
}
@media (max-width: 1279px) {
  .resources-page__list {
    margin-bottom: 140px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .resources-page__list {
    margin-top: 48px;
    margin-bottom: 80px;
    padding-left: 0;
    padding-right: 0;
  }
}
.resources-page__offer {
  text-align: center;
  font-family: "Gotham_Bold", sans-serif;
  margin-bottom: 64px;
  font-size: 20px;
  line-height: 24px;
  color: #8DA0C0;
}
@media (max-width: 1279px) {
  .resources-page__offer {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .resources-page__offer {
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 20px;
  }
}
.resources-page__offer a {
  color: #1C2B3D;
  text-decoration: none;
}

.resource-card {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-left: 32px;
  margin-right: 32px;
  margin-bottom: 48px;
  padding: 32px 24px;
  width: 280px;
  background-color: #FFF;
  box-shadow: 6px 7px 20px rgba(28, 43, 61, 0.05);
  border-radius: 16px;
}
@media (max-width: 1279px) {
  .resource-card {
    margin-bottom: 40px;
    padding: 24px 24px 30px;
    width: 248px;
    min-height: 208px;
  }
}
@media (max-width: 767px) {
  .resource-card {
    margin-bottom: 16px;
    padding: 16px;
    width: 100%;
    min-height: 148px;
  }
}
.resource-card__image {
  width: 80px;
  height: 80px;
}
@media (max-width: 1279px) {
  .resource-card__image {
    width: 64px;
    height: 64px;
  }
}
@media (max-width: 767px) {
  .resource-card__image {
    width: 48px;
    height: 48px;
  }
}
.resource-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.resource-card__title {
  flex: 1;
  display: flex;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 0;
  font-family: "Gotham_Bold", sans-serif;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #1C2B3D;
}
@media (max-width: 1279px) {
  .resource-card__title {
    margin-top: 26px;
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .resource-card__title {
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
  }
}

.resource {
  margin-bottom: 32px;
  box-shadow: 6px 7px 20px rgba(28, 43, 61, 0.05);
}
@media (max-width: 1279px) {
  .resource {
    margin-bottom: 32px;
  }
}
.resource.active .resource__head {
  background-color: #1C2B3D;
}
.resource.active .resource__head .resource__title,
.resource.active .resource__head .resource__title span {
  color: #FFF;
}
.resource.active .resource__head .resource__text {
  margin-top: 0;
  height: 0;
}
.resource.active .resource__head .resource__image {
  filter: brightness(100);
}
.resource.active .resource__head .resource__icon:before {
  background-color: white;
}
.resource.active .resource__head .resource__icon:after {
  background-color: transparent;
  transform: rotate(0);
}
.resource__head {
  display: flex;
  align-items: center;
  padding: 48px 44px;
  padding-right: 64px;
  min-height: 136px;
  border-radius: 16px;
  background-color: #FFF;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
@media (min-width: 1280px) {
  .resource__head:hover {
    background-color: #1C2B3D;
  }
  .resource__head:hover .resource__title,
.resource__head:hover .resource__title span {
    color: #FFF;
  }
  .resource__head:hover .resource__text {
    color: #FFF;
  }
  .resource__head:hover .resource__image {
    filter: brightness(100);
  }
}
@media (max-width: 1279px) {
  .resource__head {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .resource__head {
    padding: 25px 24px;
    min-height: 108px;
    flex-direction: column;
  }
}
.resource__head .resource__text {
  height: 48px;
  transition: height 0.2s ease, margin-top 0.2s ease, color 0.2s ease;
  overflow: hidden;
}
@media (max-width: 1279px) {
  .resource__head .resource__text {
    margin-top: 16px;
    height: 96px;
  }
}
@media (max-width: 767px) {
  .resource__head .resource__text {
    margin-top: 16px;
    height: 126px;
    text-align: center;
  }
}
.resource__head .resource__text p {
  margin: 0;
}
.resource__body {
  display: none;
  background-color: #FFF;
  padding: 65px 126px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
@media (max-width: 1279px) {
  .resource__body {
    padding: 48px;
  }
}
@media (max-width: 767px) {
  .resource__body {
    padding: 32px 20px;
  }
}
.resource__content {
  display: flex;
}
@media (max-width: 767px) {
  .resource__content {
    display: block;
  }
}
.resource__content div:first-child {
  flex-shrink: 0;
  margin-right: 24px;
}
@media (max-width: 767px) {
  .resource__content div:first-child {
    margin-right: 20px;
    float: left;
  }
}
.resource__content div:first-child img {
  width: 25px;
}
@media (max-width: 767px) {
  .resource__content div:first-child img {
    width: 20px;
  }
}
.resource__content h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 24px;
  color: #8DA0C0;
}
@media (max-width: 767px) {
  .resource__content h3 {
    font-size: 14px;
    line-height: 20px;
  }
}
.resource__content h3 + p {
  margin-top: 16px;
}
@media (max-width: 1279px) {
  .resource__content h3 + p {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .resource__content h3 + p {
    margin-top: 20px;
  }
}
.resource__content p {
  margin-top: 32px;
  margin-bottom: 0;
  font-family: "Gotham_Book_Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1C2B3D;
}
@media (max-width: 1279px) {
  .resource__content p {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .resource__content p {
    margin-top: 14px;
    font-size: 13px;
    line-height: 21px;
  }
}
.resource__content p a {
  font-family: "Gotham_Bold", sans-serif;
  color: #1C2B3D;
}
.resource__content p a:hover {
  text-decoration: none;
}
.resource__content ~ .resource__content {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #E5E5E5;
}
@media (max-width: 1279px) {
  .resource__content ~ .resource__content {
    margin-top: 24px;
    padding-top: 24px;
  }
}
@media (max-width: 767px) {
  .resource__content ~ .resource__content {
    padding-top: 0;
    border-top: none;
  }
}
.resource__image {
  flex-shrink: 0;
  margin-right: 42px;
  width: 119px;
  height: 102px;
}
@media (max-width: 1279px) {
  .resource__image {
    width: 92px;
    height: 79px;
    margin-right: 24px;
  }
}
@media (max-width: 767px) {
  .resource__image {
    margin-right: 0;
    margin-bottom: 20px;
    width: 86px;
    height: 74px;
  }
}
.resource__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.resource__image + div {
  padding-left: 42px;
  border-left: 1px solid #E5E5E5;
}
@media (max-width: 1279px) {
  .resource__image + div {
    padding-left: 24px;
  }
}
@media (max-width: 767px) {
  .resource__image + div {
    padding-left: 0;
    padding-top: 20px;
    border-left: none;
    border-top: 1px solid #E5E5E5;
  }
}
.resource__title {
  margin: 0;
  font-family: "Gotham_Bold", sans-serif;
  font-size: 26px;
  line-height: 30px;
  color: #1C2B3D;
  transition: color 0.3s ease;
}
@media (max-width: 1279px) {
  .resource__title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .resource__title {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
  }
}
.resource__title span {
  color: #8DA0C0;
  transition: color 0.3s ease;
}
.resource__text {
  margin-top: 24px;
  margin-bottom: 0;
  font-family: "Gotham_Book_Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1C2B3D;
}
@media (max-width: 767px) {
  .resource__text {
    margin-top: 21px;
    font-size: 13px;
    line-height: 21px;
  }
}
.resource__text a {
  font-family: "Gotham_Bold", sans-serif;
  color: #1C2B3D;
}
.resource__text a:hover {
  text-decoration: none;
}
.resource__icon {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-left: 44px;
}
@media (max-width: 1279px) {
  .resource__icon {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .resource__icon {
    margin-top: 14px;
    margin-left: 0;
    width: 24px;
    height: 24px;
  }
}
.resource__icon:before, .resource__icon:after {
  content: "";
  display: block;
  width: 23px;
  height: 3px;
  background-color: #FF0000;
  transition: background-color 0.3s ease;
}
@media (max-width: 767px) {
  .resource__icon:before, .resource__icon:after {
    width: 14px;
    height: 2px;
  }
}
.resource__icon:after {
  position: absolute;
  transform: rotate(90deg);
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.review-block {
  margin-bottom: 104px;
  position: relative;
}
@media (max-width: 1279px) {
  .review-block {
    margin-bottom: 0;
    box-shadow: 6px 7px 20px rgba(28, 43, 61, 0.05);
    background-color: #FFF;
  }
}
.review-block .content {
  max-width: 1160px;
  margin: 0 auto;
  background: #FFF;
  box-shadow: 6px 7px 20px rgba(28, 43, 61, 0.05);
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding: 56px 72px;
  position: relative;
}
@media (max-width: 1279px) {
  .review-block .content {
    padding: 48px;
    max-width: 768px;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .review-block .content {
    flex-direction: column-reverse;
    padding: 20px;
    justify-content: center;
  }
}
.review-block .content .left {
  max-width: 530px;
}
.review-block .content .left .title {
  font-size: 36px;
  line-height: 52px;
  font-family: "Gotham_Bold", sans-serif;
  margin-bottom: 24px;
  color: #1C2B3D;
}
@media (max-width: 1279px) {
  .review-block .content .left .title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .review-block .content .left .title {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 16px;
    text-align: center;
  }
}
.review-block .content .left .description {
  font-size: 16px;
  line-height: 24px;
  font-family: "Gotham_Book_Regular", sans-serif;
  margin-bottom: 48px;
}
@media (max-width: 1279px) {
  .review-block .content .left .description {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .review-block .content .left .description {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 42px;
    text-align: center;
  }
}
.review-block .content .left .btn-box {
  max-width: 325px;
}
@media (max-width: 767px) {
  .review-block .content .left .btn-box {
    max-width: 215px;
    margin: 0 auto;
  }
}
@media (max-width: 1279px) {
  .review-block .content .right {
    position: absolute;
    top: 88px;
    right: 48px;
  }
}
@media (max-width: 767px) {
  .review-block .content .right {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 32px;
    display: flex;
  }
}
@media (max-width: 1279px) {
  .review-block .content .right svg {
    width: 295px;
    height: 150px;
  }
}
@media (max-width: 767px) {
  .review-block .content .right svg {
    width: 195px;
    height: 100px;
    margin: 0 auto;
    display: table;
  }
}

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