@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@400;700&display=swap');

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(255, 255, 255);
  text-align: left;
  background: #0a101e;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body.overflow-hidden {
  height: 100vh;
  overflow: hidden;
}

body > * {
  width: 100%;
}

*::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}

*,
body {
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

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

input[type='number'] {
  -moz-appearance: textfield;
}

table {
  width: 100%;
}

p {
  width: 100%;
}

ul,
ol {
  text-align: left;
}

.text ul > li,
.text ol > li,
article ul > li,
article ol > li {
  display: block;
  position: relative;
  padding: 0 0 0 30px;
}

.text ul > li + li,
.text ol > li + li,
article ul > li + li,
article ol > li + li {
  margin-top: 5px;
}

ol > li {
  counter-increment: step-counter;
}

.text ul > li:before,
.text ol > li:before,
article ul > li:before,
article ol > li:before {
  display: inline-block;
  position: absolute;
  left: 0;
  text-align: center;
}

.text ul > li:before,
article ul > li:before {
  content: '';
  width: 4px;
  height: 4px;
  left: 4px;
  top: 8px;
  background-color: #666;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.text ol > li:before,
article ol > li:before {
  content: counter(step-counter) '.';
  padding-top: inherit;
  top: 0;
  font-size: inherit;
  color: #666;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
.title {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 700;
  text-transform: none;
  text-align: left;
  line-height: 1;
  color: rgb(255, 255, 255);
}

h1 {
  margin-bottom: 56px;
  font-size: 75px;
}

h2 {
  margin-bottom: 54px;
  font-size: 75px;
  line-height: 0.95;
}

h3 {
  font-size: 20px;
  line-height: 1.2;
}

h4 {
  font-size: 18px;
  line-height: 1.2;
}

h1 > span,
h2 > span,
h3 > span,
h4 > span {
  color: #7587c7;
}
h1.prime__title > span {
  color: #ff0000;
}

.button {
  padding: 21px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 308px;
  color: #fff;
  background: #ff0000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.27;
  text-transform: none;
  text-align: center;
  cursor: pointer;
  border: 2px solid #ff0000;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.button:hover {
  background: #930505;
  border-color: #930505;
}

.button.hidden {
  display: none;
}

.button > img,
.button > span {
  display: inline-block;
  position: relative;
  font: inherit;
  line-height: 1;
  vertical-align: middle;
}

.button > img {
  margin-right: 12px;
}

.image img,
.background img {
  display: block;
  position: relative;
}

.background {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute !important;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.background img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right top;
  object-position: right top;
}

.js-expand-content {
  display: none;
  overflow: hidden;
}

svg {
  display: inline-block;
  position: relative;
  vertical-align: inherit;
  fill: #f6f6f6;
  line-height: 1;
}

use {
  fill-rule: evenodd;
}

.content,
.cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin: 0 auto;
  padding-left: -webkit-calc(50% - 1700px / 2);
  padding-left: calc(50% - 1700px / 2);
  padding-right: -webkit-calc(50% - 1700px / 2);
  padding-right: calc(50% - 1700px / 2);
}

.cover {
  height: auto;
}

.content > *,
.cover > * {
  display: block;
  position: relative;
}

.desc > * {
  margin-bottom: 16px;
}
.desc > *:last-child {
  margin-bottom: 0;
}

.header {
  padding-top: 60px;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: unset;
  background-color: transparent;
  z-index: 10000;
}

.header nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.header__nav {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.header__nav li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #fff;
}

.header__nav a {
  padding: 12px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 17px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.header__nav a:hover {
  opacity: 0.5;
}

.header__logo {
  margin-right: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
}

.header__logo img {
  height: 60px;
}

.header__menu {
  margin: 0 0 0 auto;
  z-index: 10;
}

.header__button-menu {
  display: none;
}

.logo[href]:hover,
.logo[href]:focus {
  opacity: 0.6;
}

.header__search {
  margin-left: 16px;
  position: relative;
  z-index: 100;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 280px;
  -ms-flex: 0 0 280px;
  flex: 0 0 280px;
}
.header__search.hidden {
  display: none;
}

.header__search input {
  margin: 0;
  padding: 16px 62px 16px 0;
  width: 100%;
  color: #fff;
  background: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  cursor: text;
  z-index: 10;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}

.header__search input::-webkit-input-placeholder {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.5);
}

.header__search input::-moz-placeholder {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.5);
}

.header__search input:-ms-input-placeholder {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.5);
}

.header__search input::-ms-input-placeholder {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.5);
}

.header__search input::placeholder {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.5);
}

.search-button {
  padding: 10px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  width: 51px;
  height: 51px;
  z-index: -10;
}

.header__search input:active ~ .search-button,
.header__search input:focus ~ .search-button {
  z-index: 100 !important;
}

.search-button img {
  display: block;
  margin: 0 auto !important;
  max-width: 24px;
  max-height: 24px;
}

.header__dropdown {
  margin-left: 60px;
  width: auto;
}

.header-dropdown__button {
  padding: 0 !important;
  width: 70px !important;
  height: 70px;
  min-width: unset !important;
  position: relative;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.header-dropdown__button::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 11px;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  background-image: url(../images/icons/dropdown-bttn-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.header-dropdown__button.active::before {
  width: 31px;
  height: 30px;
  background-image: url(../images/icons/dropdown-bttn-close-icon.svg);
}

.header-dropdown__wrap {
  position: absolute;
}

.main {
  margin: -180px auto -160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  z-index: 1;
}

.dummy {
  position: absolute;
  z-index: -100;
  left: 0;
  top: -50px;
}

.top {
  position: absolute;
  right: -webkit-calc(50% - 1760px / 2);
  right: calc(50% - 1760px / 2);
  bottom: 0;
  height: 86%;
  width: auto !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 10000;
}
body.overflow-hidden .top {
  z-index: 1;
}

.top__button {
  padding: 16px;
  width: 57px;
  height: 72px;
  cursor: pointer;
  position: -webkit-sticky;
  position: sticky;
  bottom: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  z-index: 10001;
}

.top__button img {
  display: block;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.prime {
  padding-top: 316px;
  padding-bottom: 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  width: 100%;
  text-align: left;
  background-image: url(../images/prime-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.container.prime__container {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 1370px;
}

.prime__title {
  margin-bottom: 80px;
  padding-right: 56px;
  width: 100%;
  max-width: unset !important;
  font-size: 200px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.prime__title::before {
  content: '';
  position: absolute;
  width: 33px;
  height: 33px;
  right: 0;
  bottom: 24px;
  background-color: #ff0000;
}

.prime__button {
  margin-left: auto;
  min-width: 408px;
}

.prime__desc {
  font-size: 24px;
  letter-spacing: 0.02em;
}

.prime__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.prime__social li {
  margin-right: 77px;
}

.prime__social li:last-child {
  margin-right: 0 !important;
}

.prime__social a {
  padding: 8px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
  opacity: 0.6;
}

.prime__social a:hover {
  opacity: 1;
}

.social__icon {
  margin-right: 14px;
}

.social__icon img {
  display: block;
  height: 21px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

/* Container */
section.container {
  margin-left: auto;
  margin-right: auto;
  margin-top: -220px;
  padding-top: 260px;
  padding-bottom: 240px;
  padding-left: -webkit-calc(50% - 1360px / 2);
  padding-left: calc(50% - 1360px / 2);
  padding-right: -webkit-calc(50% - 1360px / 2);
  padding-right: calc(50% - 1360px / 2);
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

section.container:nth-child(odd) {
  padding-bottom: 260px;
  background-image: url(../images/section-bg-1.png);
}
section.container:nth-child(even) {
  padding-top: 290px;
  background-image: url(../images/section-bg-2.png);
}
section.container.info {
  background-image: url(../images/section-bg-3.png);
  background-position: left top;
}

section.container.front {
  z-index: 10000000 !important;
}

.main > section:first-child {
  margin-top: 0;
  padding-top: 225px;
  z-index: 100;
}
.main > section:nth-child(2) {
  z-index: 99;
}
.main > section:nth-child(3) {
  z-index: 98;
}
.main > section:nth-child(4) {
  z-index: 97;
}
.main > section:nth-child(5) {
  z-index: 96;
}
.main > section:nth-child(6) {
  z-index: 95;
}
.main > section:nth-child(7) {
  z-index: 94;
}
.main > section:nth-child(8) {
  z-index: 93;
}
.main > section:nth-child(9) {
  z-index: 92;
}
.main > section:nth-child(10) {
  z-index: 91;
}

.pre-title {
  margin-bottom: 36px;
  display: block;
  font-size: 24px;
  line-height: 1.2;
}

.container > .title,
.container > .pre-title {
  max-width: 1150px;
}

.desc {
  margin-bottom: 72px;
  font-size: 20px;
}

.desc:last-child {
  margin-bottom: 0;
}

/* List */
.list,
.list.owl-carousel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.list {
  margin-top: -10px;
}

.list__item {
  padding: 74px 16px 64px;
  margin: 10px 10px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc((100% - 10px * 4) / 5);
  -ms-flex: 0 0 calc((100% - 10px * 4) / 5);
  flex: 0 0 calc((100% - 10px * 4) / 5);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.list__item:nth-child(5n) {
  margin-right: 0;
}

.list__item:nth-child(odd) {
  background-image: url(../images/about-list-item-bg-1.png);
}
.list__item:nth-child(even) {
  background-image: url(../images/about-list-item-bg-2.png);
}

.list__icon {
  margin-bottom: 14px;
}

.list__icon img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  width: 71px;
  height: 71px;
}

.list__text {
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}

/* Payment */
.payment__list {
  margin-top: -40px;
}

.payment-list__item {
  margin-top: 40px;
  padding: 0 !important;
  margin-right: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc((100% - 100px * 4) / 5);
  -ms-flex: 0 0 calc((100% - 100px * 4) / 5);
  flex: 0 0 calc((100% - 100px * 4) / 5);
  background: none !important;
}

.payment-list__item:nth-child(5) {
  margin-right: 0;
}

.payment-list__icon {
  margin-bottom: 44px;
}

.payment-list__icon img {
  display: block;
  width: 145px;
  height: 145px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.payment-list__text {
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}

/* Analytics */
.analytics__desc {
  margin-bottom: 36px;
}

.analytics__list {
  margin-top: -52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.analytics__list li {
  padding: 14px 0;
  margin-top: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc((100% - 177px) / 2);
  -ms-flex: 0 0 calc((100% - 177px) / 2);
  flex: 0 0 calc((100% - 177px) / 2);
  background: #1c223a;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.analytics__list li:nth-child(even) {
  background: rgba(117, 135, 199, 0.1);
}

.analytics__list li > span {
  padding: 6px 32px;
}

.analytics-list__icon {
  border-right: 1px solid #f30000;
}

.analytics-list__icon img {
  display: block;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 41px;
  max-height: 41px;
}

/* Contact */
section.container.contact {
  background-image: url(../images/contact-section-bg.png);
}

.contact__form {
  position: relative;
}

.contact-form__wrap {
  margin-bottom: 68px;
  margin-top: -32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  z-index: 10;
}

.contact-form__wrap > * {
  margin-top: 32px;
  margin-right: 26px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc((100% - 26px * 2) / 3);
  -ms-flex: 0 0 calc((100% - 26px * 2) / 3);
  flex: 0 0 calc((100% - 26px * 2) / 3);
  position: relative;
}

.contact-form__wrap > *:nth-child(3n) {
  margin-right: 0;
}

.contact-form__select .list-title {
  position: relative;
}

.contact-form__select .list-title::after {
  content: '';
  display: block;
  position: absolute;
  width: 29px;
  height: 30px;
  right: 21px;
  bottom: -webkit-calc(50% - 30px / 2);
  bottom: calc(50% - 30px / 2);
  background-image: url(../images/icons/arrow-bottom.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10001;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.contact-form__select.active .list-title::after {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.contact__form input,
.contact-form__select .list-title > span,
.contact-form__message textarea {
  padding: 20px 16px 20px 93px;
  display: block;
  width: 100%;
  position: relative;
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
  border-bottom: 1px solid #7587c7;
  background: rgba(255, 255, 255, 0.07);
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.contact__form input:not(.error):focus,
.contact-form__message textarea:not(.error):focus {
  background: rgba(117, 135, 199, 0.7);
}

.contact-form__select .list-title.error > span,
.contact-form__select .list-title > .error ~ span {
  border-bottom: 1px solid #ff0000;
  background: -o-linear-gradient(
    left,
    rgba(243, 0, 0, 0.6) 0%,
    rgba(32, 44, 85, 0.07) 66%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(243, 0, 0, 0.6)),
    color-stop(66%, rgba(32, 44, 85, 0.07))
  );
  background: linear-gradient(
    90deg,
    rgba(243, 0, 0, 0.6) 0%,
    rgba(32, 44, 85, 0.07) 66%
  );
}

.contact__form input {
  outline: none;
}

.contact__form input::-webkit-input-placeholder,
.contact__form textarea::-webkit-input-placeholder {
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
}

.contact__form input::-moz-placeholder,
.contact__form textarea::-moz-placeholder {
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
}

.contact__form input:-ms-input-placeholder,
.contact__form textarea:-ms-input-placeholder {
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
}

.contact__form input::-ms-input-placeholder,
.contact__form textarea::-ms-input-placeholder {
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
}

.contact__form input::-webkit-input-placeholder,
.contact__form textarea::-webkit-input-placeholder {
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
}

.contact__form input::-moz-placeholder,
.contact__form textarea::-moz-placeholder {
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
}

.contact__form input:-ms-input-placeholder,
.contact__form textarea:-ms-input-placeholder {
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
}

.contact__form input::-ms-input-placeholder,
.contact__form textarea::-ms-input-placeholder {
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
}

.contact__form input::-webkit-input-placeholder,
.contact__form textarea::-webkit-input-placeholder {
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
}

.contact__form input::-moz-placeholder,
.contact__form textarea::-moz-placeholder {
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
}

.contact__form input:-ms-input-placeholder,
.contact__form textarea:-ms-input-placeholder {
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
}

.contact__form input::-ms-input-placeholder,
.contact__form textarea::-ms-input-placeholder {
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
}

.contact__form input::-webkit-input-placeholder,
.contact__form textarea::-webkit-input-placeholder {
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
}

.contact__form input::-moz-placeholder,
.contact__form textarea::-moz-placeholder {
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
}

.contact__form input:-ms-input-placeholder,
.contact__form textarea:-ms-input-placeholder {
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
}

.contact__form input::-ms-input-placeholder,
.contact__form textarea::-ms-input-placeholder {
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
}

.contact__form input::-webkit-input-placeholder,
.contact__form textarea::-webkit-input-placeholder {
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
}

.contact__form input::-moz-placeholder,
.contact__form textarea::-moz-placeholder {
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
}

.contact__form input:-ms-input-placeholder,
.contact__form textarea:-ms-input-placeholder {
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
}

.contact__form input::-ms-input-placeholder,
.contact__form textarea::-ms-input-placeholder {
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
}

.contact__form input::-webkit-input-placeholder,
.contact__form textarea::-webkit-input-placeholder {
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
}

.contact__form input::-moz-placeholder,
.contact__form textarea::-moz-placeholder {
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
}

.contact__form input:-ms-input-placeholder,
.contact__form textarea:-ms-input-placeholder {
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
}

.contact__form input::-ms-input-placeholder,
.contact__form textarea::-ms-input-placeholder {
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
}

.contact__form input::placeholder,
.contact__form textarea::placeholder {
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
}

.contact__form textarea {
  resize: none;
}

.js-expand-content {
  display: none;
  overflow: hidden;
}

.contact-form__select .list-title > span {
  display: block;
  position: relative;
  width: 100%;
  z-index: 100;
}
.list-title input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  cursor: text;
  opacity: 0;
}
.list-title.show input {
  opacity: 1;
  z-index: 1000;
}
.country-list-title .list-box__icon {
  display: none !important;
}

.contact-form__message {
  margin-right: 0 !important;
  -webkit-box-flex: 0 !important;
  -webkit-flex: 0 0 100% !important;
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
}

.contact-form__select {
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.contact-form__select.active {
  z-index: 100;
  cursor: default;
}

.contact-form__select .list-box {
  padding: 0;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background-color: #1a223e;
  z-index: 10;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  color: #ffffff;
  border: none;
  overflow-y: scroll;
  -webkit-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}

.contact-form__select .list-box::-webkit-scrollbar-track {
  background-color: #7587c7;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.contact-form__select .list-box::-webkit-scrollbar {
  display: block !important;
  width: 3px;
}
.contact-form__select .list-box::-webkit-scrollbar-thumb {
  background-color: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.contact-form__select .list-box.expanded {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  max-height: 200px;
}

.contact-form__select .list-box > div {
  padding: 0 20px;
  position: relative;
  background-color: rgba(66, 78, 120, 0.1);
}
.contact-form__select .list-box > div:nth-child(even) {
  background-color: rgba(66, 78, 120, 0);
}
.contact-form__select .list-box > div:hover {
  background-color: rgba(66, 78, 120, 0.5);
}
.contact-form__select .list-box > div:hover label {
  color: #fff;
}

.contact-form__select .list-box > div::before {
  display: none;
}

.contact-form__select .list-box > div:last-child label {
  border-bottom: none;
}

.contact-form__select label {
  padding: 14px 0;
  display: block;
  width: 100% !important;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}

.contact-form__select .list-box input {
  margin: 0 !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.01;
  cursor: pointer;
  z-index: 10000;
}

.contact-form__country label {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.list-box__icon {
  margin-right: 47px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25px;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
}

.list-box__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.contact-form__country .list-title > span {
  position: relative;
}

.contact-form__subject .list-title > span > span {
  color: #496877;
}

.contact-form__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 13px;
  height: -webkit-calc(100% - 13px * 2);
  height: calc(100% - 13px * 2);
  width: 63px;
  border-right: 1px solid #7587c7;
}

.contact-form__icon img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  min-height: 23px;
  max-height: 25px;
}

.contact-form__icon img ~ img {
  position: absolute;
  left: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  z-index: -1;
  opacity: 0;
}

.contact-form__alert {
  padding: 5px 20px !important;
  display: none !important;
  position: absolute !important;
  bottom: -9px !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, 100%) !important;
  -ms-transform: translate(-50%, 100%) !important;
  transform: translate(-50%, 100%) !important;
  width: auto !important;
  font-size: 21px !important;
  background-color: #f30000 !important;
  z-index: 10 !important;
}

.contact-form__alert::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 6px;
  left: -webkit-calc(50% - 7px / 2);
  left: calc(50% - 7px / 2);
  top: 1px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  background-image: url(../images/icons/red-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.contact-form__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  z-index: 9;
}

.contact-form__check {
  margin-right: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  line-height: normal;
}

.contact-form__check > input {
  padding: 0 !important;
  margin: 0 32px 0 0 !important;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24px;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  height: 24px;
  width: 24px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border: none !important;
  outline: none !important;
}

.contact-form__check > input::before,
.contact-form__check > input::after {
  content: '';
  position: absolute;
}
.contact-form__check > input::before {
  display: none;
  bottom: 7px;
  left: 5px;
  width: -webkit-calc(100% - 5px * 2);
  width: calc(100% - 5px * 2);
  height: -webkit-calc(100% - 7px * 2);
  height: calc(100% - 7px * 2);
  background-image: url(../images/icons/form-check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 10;
}
.contact-form__check > input:checked::before {
  display: block;
}

.contact-form__check > input::after {
  width: 26px;
  height: 26px;
  left: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  border: 2px solid #3f4b75;
  background: #161d3a;
}

.contact-form__check a {
  font: inherit;
  color: inherit;
  text-decoration: underline;
}

.contact-form__check a:hover {
  text-decoration: none;
}

.contact-form__button {
  min-width: 308px;
  font-size: 21px;
}

input.error,
textarea.error {
  border-bottom: 1px solid #ff0000;
  background: -o-linear-gradient(
    left,
    rgba(243, 0, 0, 0.6) 0%,
    rgba(32, 44, 85, 0.07) 66%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(243, 0, 0, 0.6)),
    color-stop(66%, rgba(32, 44, 85, 0.07))
  );
  background: linear-gradient(
    90deg,
    rgba(243, 0, 0, 0.6) 0%,
    rgba(32, 44, 85, 0.07) 66%
  );
}
.contact-form__check > .error::after {
  border-color: #ff0000;
}

.error ~ .contact-form__alert {
  display: block !important;
}

input.error ~ .contact-form__icon > img,
textarea.error ~ .contact-form__icon > img {
  opacity: 0;
}
input.error ~ .contact-form__icon > img ~ img,
textarea.error ~ .contact-form__icon > img ~ img {
  z-index: 10;
  opacity: 1;
}

/* Form popup */
.popup {
  margin: 0 !important;
  display: none;
  left: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  width: 100vw;
  height: 100vh;
  position: fixed;
  opacity: 0;
  z-index: -1000;
  background-color: rgba(10, 16, 30, 0.8);
}

.popup.active {
  display: block;
  opacity: 1;
  z-index: 10001;
}

.popup__content {
  padding: 100px 52px 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  left: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  width: 100%;
  max-width: 730px;
  max-height: -webkit-calc(100vh - 32px);
  max-height: calc(100vh - 32px);
  overflow-y: scroll;
  background-image: url('../images/popup-content-bg.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.popup__content > * {
  text-align: center;
}

.popup__content .pre-title {
  margin-bottom: 36px;
}

.popup__title {
  margin-bottom: 32px;
  font-size: 55px;
}

.desc.popup__desc {
  margin-bottom: 56px;
  max-width: 400px;
  font-weight: 700;
  font-size: 24px;
}

.popup__img {
  width: 284px;
  height: 284px;
}

.popup__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

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

.error ~ .contact-form__date input[type='number']::-webkit-input-placeholder {
  color: #ff0000;
}

.error ~ .contact-form__date input[type='number']::-moz-placeholder {
  color: #ff0000;
}

.error ~ .contact-form__date input[type='number']:-ms-input-placeholder {
  color: #ff0000;
}

.error ~ .contact-form__date input[type='number']::-ms-input-placeholder {
  color: #ff0000;
}

.error ~ .contact-form__date input[type='number'],
.error ~ .contact-form__date input[type='number']::placeholder {
  color: #ff0000;
}

/* FOOTER */
.footer {
  padding-top: 68px;
  padding-bottom: 68px;
  z-index: 100;
}

body.overflow-hidden .footer {
  z-index: -1;
}

.footer__copy {
  width: 100%;
  font-size: 14px;
  color: #fff;
  text-align: right;
}

.footer__copy > p {
  margin-bottom: 16px;
}

.footer__copy > p:last-child {
  margin-bottom: 0;
}

/* Search page */
section.container.result {
  margin-top: 0;
  padding-top: 214px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  width: 100%;
  text-align: left;
  background-image: url(../images/search-bg.png) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.result__title {
  margin-bottom: 32px;
  font-size: 75px;
}

.result__list {
  margin-top: 30px;
  margin-bottom: 78px;
  width: 100%;
}

.result__list li a {
  padding: 24px 24px 24px 86px;
  display: block;
  width: 100%;
  position: relative;
  font-size: 24px;
  color: #fff;
  background-color: rgba(117, 135, 199, 0.1);
}

.result__list li a:hover {
  background-color: rgba(66, 78, 120, 0.5);
}

.result__list li a::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  left: 38px;
  bottom: -webkit-calc(50% - 8px / 2);
  bottom: calc(50% - 8px / 2);
  background-color: #ff0000;
}

.result__list li + li {
  margin-top: 19px;
}

.result__button {
  margin-left: auto;
  min-width: 308px;
}

/* About us */
section.container.info > *:last-child {
  margin-bottom: 0;
}

.info__button-back {
  margin-left: -178px;
  margin-bottom: -64px;
  padding: 13px 24px 13px 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 54px;
  max-width: 176px;
  position: relative;
  color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(20%, rgba(31, 43, 84, 1)),
    color-stop(44%, rgba(32, 44, 85, 0.6)),
    color-stop(57%, rgba(32, 44, 85, 0))
  );
  background: -o-linear-gradient(
    left,
    rgba(31, 43, 84, 1) 20%,
    rgba(32, 44, 85, 0.6) 44%,
    rgba(32, 44, 85, 0) 57%
  );
  background: linear-gradient(
    90deg,
    rgba(31, 43, 84, 1) 20%,
    rgba(32, 44, 85, 0.6) 44%,
    rgba(32, 44, 85, 0) 57%
  );
  cursor: pointer;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.info__button-back::before {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  left: 12px;
  bottom: -webkit-calc(50% - 25px / 2);
  bottom: calc(50% - 25px / 2);
  background-image: url(../images/icons/back-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 10;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}

.info__button-back:hover::before {
  left: 6px;
}

.info__list {
  margin-bottom: 85px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.info__list:last-child {
  margin-bottom: 0;
}

.info__list li {
  padding-bottom: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.info__list li:last-child {
  padding-bottom: 0 !important;
  border-bottom: none;
}

.info__list li + li {
  margin-top: 50px;
}

.info__button {
  margin-left: auto;
}

.info-list__img {
  margin-right: 78px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 145px;
  -ms-flex: 0 0 145px;
  flex: 0 0 145px;
  height: 145px;
}

.info-list__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.info-list__title {
  margin-bottom: 28px;
  width: 100%;
  font-weight: 700;
  font-size: 30px;
}

.info-list__desc {
  font-size: 20px;
}

.info-list__desc > * + * {
  margin-top: 16px;
}
