.inside {
  width: 1464px;
}
.main {
  padding-bottom: 80px;
  height: 936px;
  background: url(../images/main.webp) no-repeat center / cover;
}
.main h1 {
  color: #28DFCD;
  margin-bottom: 50px;
  font-size: 72px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 2.4px;
}
.main h1 span {
  color: #fff;
}
.main h2 {
  font-weight: 600;
  line-height: 1.3;
  font-size: 32px;
  text-transform: none;
}
.main h2 strong {
  font-weight: 900;
}
.main .caption {
  width: 800px;
  font-size: 20px;
  color: #fff;
}
.main .content {
  height: 100%;
}
.main-middle {
  padding: 74px 0;
  text-align: center;
  background: #F5B2AD;
  line-height: 1.3;
  color: #fff;
  font-size: 20px;
  color: #A32638;
  font-weight: 800;
  font-size: 32px;
}
.main-middle .inside {
  width: 1300px;
}
.main-middle h3 {
  font-size: 38px;
  margin-bottom: 28px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.about-us {
  aspect-ratio: 2.63013699;
  background: url(../images/about-us.webp) no-repeat center / 100% 100%;
}
.about-us .frame {
  height: 100%;
  background: rgba(38, 61, 61, 0.85);
  width: 51%;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
  padding-left: 126px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.about-us .frame .caption {
  width: 614px;
  max-width: 96%;
}
.about-us .frame p span {
  display: block;
  color: #39B4A6;
}
.about-us .frame small {
  font-weight: 300;
  display: block;
  margin-top: 40px;
  font-size: 24px;
  text-transform: none;
}
.about-us .frame h3 {
  font-size: 200px;
  font-weight: 900;
  color: #28DFCD;
}
.about-us .frame h3 span {
  font-size: 100px;
  font-weight: 400;
}
.ask-to-action {
  padding: 94px 0;
}
.ask-to-action .ask {
  width: 50%;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 400;
  color: #000;
  font-size: 28px;
}
.ask-to-action .ask p:not(:last-child) {
  margin-bottom: 46px;
}
.ask-to-action .ask h3 {
  font-size: 48px;
  letter-spacing: 0.8px;
  font-weight: 900;
  text-transform: uppercase;
  color: #018374;
  margin-bottom: 40px;
}
.ask-to-action .action {
  width: 46%;
  padding-top: 130px;
}
.ask-to-action .action .heading {
  font-size: 28px;
  margin-bottom: 106px;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  color: #000;
}
.ask-to-action .action h4 {
  font-size: 58px;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 66px;
  color: #A32638;
}
.ask-to-action .action > ul > li {
  margin-bottom: 14px;
}
.ask-to-action .action > ul > li .answer {
  font-size: 22px;
  line-height: 1.4;
  padding: 32px 32px 32px 30px;
  background: #fff;
}
.ask-to-action .action > ul > li .answer:not(.opened) {
  display: none;
}
.ask-to-action .action > ul > li li {
  padding-left: 32px;
  position: relative;
}
.ask-to-action .action > ul > li li:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 6px;
  background: #000;
  left: 12px;
  top: 12px;
}
.ask-to-action .action > ul > li h5 {
  color: #263F3D;
  padding: 28px 30px;
  background: #01C5AF;
  font-size: 32px;
  font-weight: 800;
  cursor: pointer;
  position: relative;
}
.ask-to-action .action > ul > li h5:after {
  width: 22px;
  height: 13px;
  content: "";
  position: absolute;
  right: 26px;
  top: 50%;
  margin-top: -6px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='13' viewBox='0 0 22 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.5397 1.07948C22.1534 1.66526 22.1534 2.61501 21.5397 3.2008L12.1112 12.2008C11.4975 12.7866 10.5025 12.7866 9.88883 12.2008L0.46026 3.2008C-0.153421 2.61501 -0.153421 1.66526 0.46026 1.07948C1.07394 0.49369 2.06891 0.49369 2.68259 1.07948L11 9.01882L19.3174 1.07948C19.9311 0.49369 20.9261 0.49369 21.5397 1.07948Z' fill='white'/%3E%3C/svg%3E%0A");
}
.video-section {
  padding: 104px 0;
  background: #01C5AF;
}
.video-section h3 {
  text-align: center;
  font-size: 38px;
  font-weight: 900;
  text-transform: uppercase;
  color: #263F3D;
  margin-bottom: 100px;
  letter-spacing: 0.8px;
}
.video-section img {
  max-width: 100%;
}
.about-section {
  background: #CDE9E3;
}
.about-section .image {
  width: 50%;
}
.about-section .description {
  color: #263F3D;
  width: 50%;
  box-sizing: border-box;
}
.about-section h3 {
  font-size: 38px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 48px;
  letter-spacing: 0.8px;
  line-height: 1.2;
  padding-right: 54px;
}
.about-section li {
  font-size: 22px;
  font-weight: 300;
  gap: 40px;
}
.about-section li:not(:last-child) {
  margin-bottom: 30px;
}
.about-section li .txt {
  width: 510px;
  max-width: 100%;
}
.about-section li p {
  margin-top: 8px;
  line-height: 1.4;
  color: #263F3D;
  font-weight: 500;
}
.about-section li strong {
  font-weight: 900;
  font-size: 72px;
  display: inline-block;
  vertical-align: middle;
}
.about-section li b {
  font-weight: 700;
  font-size: 32px;
  display: inline-block;
  vertical-align: middle;
}
.about-section li .ico {
  width: 120px;
}
.map {
  background: url(../images/map.webp) no-repeat center / 100%;
  position: relative;
  max-height: 100vh;
  /*height: 938px;*/
  aspect-ratio: 2.04690832;
}
.map .countries .country {
  position: absolute;
}
.map .countries .country .label {
  background: #018374;
  padding: 10px 18px;
  border-radius: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}
.map .countries .country .description {
  display: none;
  left: 0;
  top: 28px;
  padding: 30px;
  width: 400px;
  background: #fff;
  z-index: 1;
  font-size: 20px;
  line-height: 1.35;
  color: #263F3D;
  position: absolute;
  padding-top: 10px;
}
.map .countries .country .description .item-heading {
  margin-bottom: 30px;
}
.map .countries .country .description .name {
  background: #018374;
  padding: 10px 18px;
  border-radius: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}
.map .countries .country .description h6 {
  font-size: 72px;
  font-weight: 900;
  color: #39B4A6;
}
.map .countries .country .description .item-body .name-wr {
  margin-bottom: 20px;
}
.map .countries .country:hover .description {
  display: block;
}
.map .countries .country-1 {
  left: 21%;
  top: 6.5%;
}
.map .countries .country-2 {
  left: 45%;
  top: 12%;
}
.map .countries .country-3 {
  left: 33%;
  top: 32%;
}
.map .countries .country-4 {
  left: 42.8%;
  top: 24%;
}
.map .countries .country-5 {
  left: 36.7%;
  top: 42%;
}
.map .countries .country-6 {
  left: 56%;
  top: 44%;
}
.map .countries .country-7 {
  left: 62%;
  top: 50%;
}
.map .countries .country-8 {
  left: 72.3%;
  top: 37%;
}
.map .countries .country-9 {
  left: 13.5%;
  top: 40%;
}
.map .countries .country-10 {
  left: 12.5%;
  top: 72%;
}
.map .countries .country-11 {
  left: 20%;
  top: 54%;
}
.map .countries .country-12 {
  left: 27.2%;
  top: 54.9%;
}
.map .countries .country-13 {
  left: 25.4%;
  top: 68%;
}
.map .countries .country-14 {
  left: 26.5%;
  top: 96%;
}
.map .caption {
  position: absolute;
  text-align: center;
  background: #263F3D;
  padding: 38px 30px 20px 20px;
  color: #fff;
  text-align: left;
  font-size: 22px;
  line-height: 1.35;
  bottom: 50px;
  right: 146px;
  box-sizing: border-box;
  max-width: 100%;
  width: 512px;
}
.map .caption:before {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='26' viewBox='0 0 18 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0.59375V24.9037L1.60402 23.5966L5.50925 20.3862L7.47755 24.221L7.90152 25.0827L8.78006 24.6366L11.7761 23.1206L12.6241 22.705L12.2009 21.8425L10.4139 18.3949L15.3194 17.8011L17.2862 17.5631L15.8949 16.1963L1.66601 2.19777L0 0.59375ZM1.93692 5.20074L13.1399 16.1657L8.78006 16.6715L7.41709 16.8506L8.05305 18.0682L10.0512 21.8724L8.7793 22.5267L6.69008 18.4256L6.11459 17.3557L5.17712 18.1279L1.93692 20.8033V5.20074Z' fill='white'/%3E%3C/svg%3E%0A");
  content: "";
  width: 18px;
  height: 26px;
  position: absolute;
  left: 80px;
  top: 130px;
}
.map .caption h3 {
  font-size: 38px;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 30px;
  text-align: center;
}
.map .caption p {
  padding-left: 100px;
}
.about-us2 {
  aspect-ratio: 3;
  background: url(../images/about-us2.webp) no-repeat center / cover;
}
.interactive-list {
  padding: 100px 0;
  background: #F5B2AD;
}
.interactive-list .more {
  margin-top: 20px;
}
.interactive-list .block:last-child {
  padding-bottom: 60px;
}
.interactive-list .block:not(:last-child) {
  margin-bottom: 40px;
}
.interactive-list .block {
  background: none;
}
.interactive-list .block .more-desc {
  display: none;
}
.interactive-list .heading {
  margin-bottom: 74px;
  text-align: center;
  font-size: 28px;
  color: #263F3D;
  line-height: 1.5;
}
.interactive-list .heading h3 {
  font-size: 48px;
  margin-bottom: 38px;
  line-height: 1.22;
  font-weight: 900;
  color: #A32638;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.interactive-list .list .left {
  width: 576px;
  padding-top: 60px;
  font-size: 28px;
}
.interactive-list .list .left li.active .heading-small {
  background: #A32638;
  color: #F5B2AD;
  font-weight: 700;
}
.interactive-list .list .left li.active .heading-small .ico {
  background: #F5B2AD;
}
.interactive-list .list .left li.active .heading-small:after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='13' viewBox='0 0 22 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.5397 0.833383C22.1534 1.41917 22.1534 2.36892 21.5397 2.9547L12.1112 11.9547C11.4975 12.5405 10.5025 12.5405 9.88883 11.9547L0.46026 2.9547C-0.153421 2.36892 -0.153421 1.41917 0.46026 0.833383C1.07394 0.247596 2.06892 0.247596 2.68259 0.833383L11 8.77272L19.3174 0.833383C19.9311 0.247596 20.9261 0.247596 21.5397 0.833383Z' fill='%23F5B2AD'/%3E%3C/svg%3E%0A") !important;
}
.interactive-list .list .left li .heading-small {
  position: relative;
  gap: 20px;
  color: #000;
  margin-bottom: 20px;
  padding: 15px;
  cursor: pointer;
  padding-right: 30px;
}
.interactive-list .list .left li .heading-small:after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 26px;
  background-position: center;
  background-repeat: no-repeat;
}
.interactive-list .list .left li > div {
  width: 100%;
  gap: 20px;
}
.interactive-list .list .left li .desc {
  line-height: 1.35;
  display: none;
}
.interactive-list .list .left li .desc strong {
  font-weight: 700;
}
.interactive-list .list .left li .desc li {
  position: relative;
  list-style-type: disc;
  list-style-position: inside;
}
.interactive-list .list .left li .desc .heading-el {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 900;
  text-transform: uppercase;
  color: #A32638;
  gap: 20px;
}
.interactive-list .list .left li .desc .heading-el .ico {
  width: 80px;
  height: 80px;
}
.interactive-list .list .left li .desc .heading-el .ico img {
  width: 70px;
}
.interactive-list .list .left li .desc .heading-el p {
  margin-bottom: 0;
  line-height: 1.2;
}
.interactive-list .list .left li .desc h3 {
  padding: 10px 0;
  border-bottom: 2px solid #A32638;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 700;
}
.interactive-list .list .left li .desc p {
  margin-bottom: 20px;
}
.interactive-list .list .left li .desc .more span {
  color: #A32638;
  cursor: pointer;
}
.interactive-list .list .left .ico {
  width: 64px;
  height: 64px;
}
.interactive-list .list .right {
  width: 780px;
  line-height: 1.5;
  color: #000;
  font-size: 28px;
  padding-right: 100px;
}
.interactive-list .list .right strong {
  font-weight: 700;
}
.interactive-list .list .right .heading-el {
  font-size: 38px;
  margin-bottom: 36px;
  font-weight: 900;
  text-transform: uppercase;
  color: #A32638;
  gap: 20px;
}
.interactive-list .list .right .heading-el .ico {
  width: 140px;
  height: 140px;
}
.interactive-list .list .right .heading-el .ico img {
  width: 110px;
}
.interactive-list .list .right .heading-el p {
  width: 500px;
  margin-bottom: 0;
  line-height: 1.2;
}
.interactive-list .list .right h3 {
  padding: 22px 0;
  border-top: 2px solid #A32638;
  border-bottom: 2px solid #A32638;
  margin-bottom: 28px;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
}
.interactive-list .list .right p {
  margin-bottom: 42px;
}
.interactive-list .list .right .more span {
  color: #A32638;
  cursor: pointer;
}
.interactive-list .list .right ul li {
  padding-left: 21px;
  position: relative;
}
.interactive-list .list .right ul li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 0;
  top: 21px;
  margin-top: -3px;
  background: #000;
}
.image-2 {
  aspect-ratio: 3.28767123;
  background: url(../images/image-2.webp) no-repeat center / cover;
}
.double-block {
  line-height: 1.4;
  padding-top: 96px;
  font-size: 28px;
}
.double-block .text {
  padding-bottom: 100px;
  width: 760px;
  line-height: 1.5;
  width: 60%;
  box-sizing: border-box;
}
.double-block .image {
  width: 40%;
  box-sizing: border-box;
}
.double-block.blue .text {
  width: 48%;
  padding-right: 0;
}
.double-block.blue .image {
  width: 50%;
}
.double-block.yellow {
  color: #263F3D;
  background: #C9C73D;
}
.double-block.yellow .blocks .text {
  padding-left: 120px;
}
.double-block.yellow .heading .inside {
  width: 1300px;
}
.double-block.blue {
  color: #263F3D;
  background: #CDE9E3;
}
.double-block.blue .blocks .text {
  padding-right: 120px;
}
.double-block.blue .heading .inside {
  width: 1270px;
}
.double-block .heading {
  text-align: center;
  margin-bottom: 76px;
}
.double-block .heading h3 {
  margin-bottom: 34px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 48px;
  letter-spacing: 0.8px;
}
.double-block p:not(:last-child) {
  margin-bottom: 42px;
}
.middle-2 {
  padding: 100px 0;
  text-align: center;
  background: #fff;
}
.middle-2 h3 {
  font-size: 38px;
  font-weight: 900;
  text-transform: uppercase;
  color: #C9C73D;
  line-height: 1.2;
  margin-bottom: 40px;
  letter-spacing: 0.8px;
}
.middle-2 p {
  font-size: 28px;
}
.overfooter .elements {
  gap: 10px;
}
.overfooter .left {
  width: 50%;
  background: #01C5AF;
  padding: 92px 0;
}
.overfooter .left .elements {
  width: 500px;
  max-width: 100%;
}
.overfooter .left .text {
  width: 100%;
  line-height: 1.2;
  margin-top: 10px;
  font-size: 22px;
  color: #194034;
  text-align: center;
}
.overfooter .right {
  width: 50%;
  background: #263F3D;
  padding: 92px 0 92px 80px;
}
.overfooter .right .link {
  width: 460px;
  font-size: 38px;
  font-weight: 500;
  text-align: right;
  line-height: 1.3;
  margin-right: 30px;
}
.overfooter .right .link a {
  text-decoration: underline;
  color: #fff;
}
.desc .line-5:not(.showed) {
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
