* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}


/* SF-PRO --- */


@font-face {
  font-family: 'SFProDisplay';
  src: url('../fonts/subset-SFProDisplay-Bold.eot');
  src: url('../fonts/subset-SFProDisplay-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/subset-SFProDisplay-Bold.woff2') format('woff2'),
    url('../fonts/subset-SFProDisplay-Bold.woff') format('woff'),
    url('../fonts/subset-SFProDisplay-Bold.ttf') format('truetype'),
    url('../fonts/subset-SFProDisplay-Bold.svg#SFProDisplay-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SFProDisplay';
  src: url('../fonts/subset-SFProDisplay-Regular.eot');
  src: url('../fonts/subset-SFProDisplay-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/subset-SFProDisplay-Regular.woff2') format('woff2'),
    url('../fonts/subset-SFProDisplay-Regular.woff') format('woff'),
    url('../fonts/subset-SFProDisplay-Regular.ttf') format('truetype'),
    url('../fonts/subset-SFProDisplay-Regular.svg#SFProDisplay-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SFProDisplay';
  src: url('../fonts/subset-SFProDisplay-Medium.eot');
  src: url('../fonts/subset-SFProDisplay-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/subset-SFProDisplay-Medium.woff2') format('woff2'),
    url('../fonts/subset-SFProDisplay-Medium.woff') format('woff'),
    url('../fonts/subset-SFProDisplay-Medium.ttf') format('truetype'),
    url('../fonts/subset-SFProDisplay-Medium.svg#SFProDisplay-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SFProDisplay';
  src: url('../fonts/subset-SFProDisplay-Semibold.eot');
  src: url('../fonts/subset-SFProDisplay-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/subset-SFProDisplay-Semibold.woff2') format('woff2'),
    url('../fonts/subset-SFProDisplay-Semibold.woff') format('woff'),
    url('../fonts/subset-SFProDisplay-Semibold.ttf') format('truetype'),
    url('../fonts/subset-SFProDisplay-Semibold.svg#SFProDisplay-Semibold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SFMono';
  src: url('../fonts/subset-SFMono-Medium.eot?v1');
  src: url('../fonts/subset-SFMono-Medium.eot?#iefix?v1') format('embedded-opentype'),
    url('../fonts/subset-SFMono-Medium.woff2?v1') format('woff2'),
    url('../fonts/subset-SFMono-Medium.woff?v1') format('woff'),
    url('../fonts/subset-SFMono-Medium.ttf?v1') format('truetype'),
    url('../fonts/subset-SFMono-Medium.svg#SFMono-Medium?v1') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SFMono';
  src: url('../fonts/subset-SFMono-Semibold.eot');
  src: url('../fonts/subset-SFMono-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/subset-SFMono-Semibold.woff2') format('woff2'),
    url('../fonts/subset-SFMono-Semibold.woff') format('woff'),
    url('../fonts/subset-SFMono-Semibold.ttf') format('truetype'),
    url('../fonts/subset-SFMono-Semibold.svg#SFMono-Semibold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SFMono';
  src: url('../fonts/subset-SFMono-Bold.eot');
  src: url('../fonts/subset-SFMono-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/subset-SFMono-Bold.woff2') format('woff2'),
    url('../fonts/subset-SFMono-Bold.woff') format('woff'),
    url('../fonts/subset-SFMono-Bold.ttf') format('truetype'),
    url('../fonts/subset-SFMono-Bold.svg#SFMono-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SFMono';
  src: url('../fonts/subset-SFMono-Regular.eot?v1');
  src: url('../fonts/subset-SFMono-Regular.eot?#iefix?v1') format('embedded-opentype'),
    url('../fonts/subset-SFMono-Regular.woff2?v1') format('woff2'),
    url('../fonts/subset-SFMono-Regular.woff?v1') format('woff'),
    url('../fonts/subset-SFMono-Regular.ttf?v1') format('truetype'),
    url('../fonts/subset-SFMono-Regular.svg#SFMono-Regular?v1') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


/* SF-PRO --- */

.page {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  min-width: 315px;
  background-color: #fff;
  overflow: hidden;
}

.main_center {
  display: block;
  width: 100%;
  max-width: 1352px;
  padding: 0 16px;
  margin: 0 auto;
}

/* html {
  scroll-behavior: smooth;
} */

/* body {
  font-family: 'SFProDisplay', 'SFMono', Arial, Helvetica, sans-serif;
} */

/*! ====  ALL PAGES CSS START  ===== */

main {
  display: block;
  position: relative;
  width: 100%;
  /* min-height: 700px; */
  padding: 0px 0;
}

.section_wrap {
  display: block;
  position: relative;
  width: 100%;
}

.wrap_left {
  float: left;
  max-width: 300px;
}

.wrap_right {
  float: left;
  max-width: 300px;
}

.sect_body {
  display: block;
  width: 100%;
}

.sect_footer {
  display: flex;
  justify-content: center;
  width: 100%;
}

.sect_header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 56px 0;
}

.sect_title,
.sect_title a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  position: relative;
  text-align: center;
  font-family: 'SFProDisplay';
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
  opacity: 1;
  word-break: break-word;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.sect_title a {
  display: inline-flex;
  width: auto;
}

.sect_info {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  margin-top: 24px;
  text-align: center;
  font-family: 'SFProDisplay';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #000;
  opacity: 0.5;
  word-break: break-word;
}

.itm_title {
  display: block;
  width: 100%;
  margin: 12px 0 0 0;
  text-align: left;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  color: #001833;
  opacity: 1;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

.itm_info {
  display: block;
  width: 100%;
  margin: 12px 0;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #747678;
  opacity: 1;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

.itm_date {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.5px;
  color: #001833;
  opacity: 1;
}

.itm_more {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: auto;
  padding: 12px 48px 12px 16px;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #00428E;
  opacity: 1;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.itm_more::before {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../img/icons/more_right.svg");
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.itm_more:hover {
  background-color: #D1E3FF;
  padding-left: 32px;
}

.itm_more:hover::before {
  right: 10px;
}

.more {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: auto;
  padding: 12px 64px 12px 32px;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #00428E;
  opacity: 1;
  border: 1px solid #00428E;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.more svg {
  display: block;
  position: absolute;
  right: 32px;
  width: 24px;
  height: 24px;
}

.more svg path {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.more:hover {
  background-color: #00428E;
  color: #fff;
}

.more:hover svg path {
  fill: #fff;
}

.itm_info ul,
.itm_info ol {
  list-style: auto;
  margin: auto;
  padding-left: 30px;
}

.itm_info li {
  display: list-item;
  width: 100%;
  list-style-type: disc;
  /* margin: 4px 0; */
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #747678;
}

.item_img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

/* .col_in:hover .item_img img,
.col_in:hover .item_img video,
.col_in:hover .item_img iframe {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
} */

.item_img img,
.item_img video,
.item_img iframe {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.item_img::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.item_content {
  display: block;
  width: 100%;
}

.item_content_btm {
  display: block;
  width: 100%;
}

.wrap_main_top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 16px;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
}

.wrap_main_top .top_bg {
  overflow: hidden;
  background: #0B0B0B;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
}

.wrap_main_top .item_img img {
  z-index: 5;
}

.wrap_main_top .item_img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.wrap_main_top .item_img::before {
  /* padding-top: 100vh; */
  padding: 0;
  height: 100%;
  min-height: 600px;
}

/* .wrap_main_top .item_img::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #171E26;
  z-index: 2;
} */

.wrap_main_top .col_in {
  display: flex;
  align-items: center;
}

.wrap_main_top .item_content .main_center {
  max-width: 900px;
}

.wrap_main_top .item_content {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 32px);
  height: auto;
  width: 100%;
  padding: 106px 16px 116px 16px;
  z-index: 10;
}

.main_top_title {
  display: block;
  width: 100%;
  text-align: center;
  font-family: 'SFProDisplay';
  font-size: 92px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  color: #FFF;
  opacity: 1;
  word-break: break-word;
  overflow: hidden;
}

.main_top_title span {
  margin: 0 12px;
  font-family: 'SFProDisplay';
  font-size: 74px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  color: #FFF;
  opacity: 1;
  word-break: break-word;
  overflow: hidden;
  background: linear-gradient(180deg, #F4C20A 43.45%, rgba(244, 194, 10, 0.10) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.main_top_info {
  display: block;
  width: 100%;
  margin: 38px 0 12px 0;
  text-align: center;
  font-family: 'SFProDisplay';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.2;
  color: #fff;
  opacity: 1;
  word-break: break-word;
  overflow: hidden;
}

.main_comp_form {
  display: block;
  width: 100%;
  /* max-width: 472px; */
  margin: 38px auto 64px auto;
}

.main_top_text {
  display: block;
  width: 100%;
  margin-bottom: 38px;
}

.main_title_second {
  display: block;
  width: 100%;
  text-align: center;
  font-family: 'SFProDisplay';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  opacity: 1;
  word-break: break-word;
  overflow: hidden;
}

.geen_t span {
  color: #25F4EE;
}

.red_t span {
  color: #FE2C55;
}

.form_row {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.btn_item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: 10px 24px;
  cursor: pointer;
  border: none;
  outline: none;
  text-align: center;
  font-family: 'SFMono';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  opacity: 1;
  border: 2px solid transparent;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.btn_item span {
  display: flex;
  align-items: center;
  position: relative;
}

.btn_item span::after {
  content: "";
  display: none;
  position: absolute;
  right: 0;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../img/icons/right_arw_b.svg);
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
}

.btn_w:hover {
  background: rgba(255, 255, 255, 0.87);
}

.btn_item:hover span::after {
  right: -5px;
}

.btn_start span::after {
  display: block;
}

.btn_start span {
  padding-right: 32px;
}

.btn_start {
  display: inline-flex;
  width: auto;
  min-width: 180px;
  color: #171E26;
  background-color: #fff;
}

.btn_start:hover {
  color: #fff;
  background-color: #FE2C55;
}

.input_item {
  display: block;
  flex: 1;
  height: 56px;
  border: none;
  outline: none;
  padding: 12px 16px;
  background: transparent;
  text-align: left;
  font-family: 'SFProDisplay';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #FFF;
}


.input_item::placeholder {
  text-align: left;
  font-family: 'SFProDisplay';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #FFF;
}

/* *Advertising animation items  */


.desk_campg {
  display: block !important;
}

.campagin_slider {
  display: none !important;
}

.popular_full {
  width: 100%;
}


.w_312,
.w_424 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.w_312 .m_item_content {
  max-width: 312px;
  left: auto;
  right: auto;
}


/* *Advertising animation items  */

/* ! Statistics sect  */
.wrap_stat_sect {
  display: block;
  position: relative;
  width: 100%;
  padding: 36px 16px 160px 16px;
}

.wrap_stat_sect .main_center {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  min-height: 680px;
}

.wrap_stat_sect .sect_header {
  max-width: 420px;
  padding: 0;
  z-index: 9;
}

.stat_items_sect {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stat_item {
  display: flex;
  flex-wrap: wrap;
  width: 200px;
  /* height: 200px; */
  position: absolute;
  overflow: hidden;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}

.stat_item::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.stat_img {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.stat_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sitem_3 .stat_img img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.stat_contet {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  padding: 20px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.stat_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  padding: 10px;
  background: transparent;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.stat_icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.stat_val {
  display: block;
  width: 100%;
  text-align: left;
  font-family: 'SFProDisplay';
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  /* color: #171E26; */
}

.stat_info {
  display: block;
  width: 100%;
  text-align: left;
  font-family: 'SFProDisplay';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15px;
  /* color: #171E26; */
}

.sitem_1 {
  border-color: #997303;
  background: #F4C20A;
}

.sitem_1 .stat_icon {
  background: rgba(0, 0, 0, 0.87);
}

.sitem_1 .stat_val {
  color: #171E26;
}

.sitem_1 .stat_info {
  color: #171E26;
  margin-bottom: 100%;
}

.sitem_3 {
  border-color: #044485;
  background: #0F78D4;
}

/* .sitem_3 .stat_icon {
  background: rgba(0, 0, 0, 0.87);
} */

.sitem_3 .stat_val {
  color: #fff;
}

.sitem_3 .stat_info {
  color: #fff;
}

.sitem_5 {
  border-color: #8D9299;
  background: #EBEEF2;
}

.sitem_5 .stat_icon {
  background: #F7D554;
}

.sitem_5 .stat_val {
  color: #171E26;
}

.sitem_5 .stat_info {
  color: #171E26;
  margin-bottom: 100%;
}


.sitem_6 {
  border-color: #C2C6CC;
  background: #171E26;
}

/* .sitem_6 .stat_icon {
  background: #F7D554;
} */

.sitem_6 .stat_val {
  color: #fff;
}

.sitem_6 .stat_info {
  color: #fff;
}



.sitem_1 {
  top: 20%;
  left: 0%;
}

.sitem_2 {
  top: 0%;
  left: 35%;
}

.sitem_3 {
  top: 5%;
  left: 70%;
}

.sitem_4 {
  top: 60%;
  right: 0%;
}

.sitem_5 {
  bottom: 0%;
  right: 35%;
}

.sitem_6 {
  bottom: 10%;
  right: 70%;
}

.sitem_1,
.sitem_2,
.sitem_3,
.sitem_4,
.sitem_5,
.sitem_6 {
  transition: all 1.2s ease-in-out;
  -webkit-transition: all 1.2s ease-in-out;
  -moz-transition: all 1.2s ease-in-out;
  -ms-transition: all 1.2s ease-in-out;
  -o-transition: all 1.2s ease-in-out;
}

.stat_hide_items .sitem_1,
.stat_hide_items .sitem_2,
.stat_hide_items .sitem_3,
.stat_hide_items .sitem_4,
.stat_hide_items .sitem_5,
.stat_hide_items .sitem_6 {
  opacity: 0;
  left: calc(50% - 100px);
  top: calc(50% - 100px);
  right: calc(50% - 100px);
  bottom: calc(50% - 100px);
}

/* ! Statistics sect  */

/* ! Advertiser sect  */
.wrap_ader_sect {
  display: block;
  width: 100%;
  padding: 0;
}

.wrap_adcard_sect {
  display: block;
  width: 100%;
}

.adcard_tab_sect {
  /* display: flex;
  align-items: center; */
  width: 100%;
  padding: 48px;
  background: #171E26;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}

.adcard_items_sect {
  display: flex;
  align-items: center;
  width: 100%;
  /* padding: 48px; */
  /* background: #171E26; */
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}

.adcard_left {
  display: block;
  float: left;
  width: 50%;
  padding: 80px;
}

.adcard_right {
  display: block;
  float: left;
  width: 50%;
}

.adcard_tab_sect .portf_name {
  font-family: 'SFMono';
  color: #F4C20A;
  margin-bottom: 16px;
}

.adcard_tab_sect .portf_name::before {
  background-image: url("../img/icons/star_y.svg");
}

.adcard_tab_sect .portf_title {
  margin-bottom: 16px;
}

.adcard_tab_sect .portf_info {
  color: #D7DBE0;
  margin-bottom: 16px;
}

.adcard_items_sect .portf_info ul,
.adcard_items_sect .portf_info ol {
  list-style: none;
  margin: 56px auto 16px auto;
}

.adcard_items_sect .portf_info li {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 100%;
  padding: 0 0 24px 28px;
  color: #000;
}

.adcard_items_sect .portf_info li::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../img/icons/check.svg");
}


.reason_block .row {
  margin: 0 -4px;
}

.reason_block .col {
  width: 50%;
  padding: 0 4px 8px 4px;
}

.reason_block .col:last-child {
  width: 100%;
}

.reason_block .col:last-child .res_block_item {
  justify-content: center;
}

.reason_block .col:last-child .res_title {
  text-align: center;
}

.res_block_item {
  display: flex;
  flex-wrap: wrap;
  padding: 24px;
  width: 100%;
  background: #FFF;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.res_title {
  display: block;
  width: 100%;
  margin: 12px 0 0 0;
  text-align: left;
  font-family: 'SFProDisplay';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  opacity: 0.8;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  /* -webkit-line-clamp: 3; */
}

.res_name {
  display: block;
  position: relative;
  text-align: left;
  font-family: 'SFProDisplay';
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.72px;
  color: #000;
  opacity: 1;
}

.res_item {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 44px;
  padding: 0 0 0 56px;
}

.res_img {
  display: block;
  position: absolute;
  left: 0;
  padding: 8px;
  width: 44px;
  height: 44px;
  background: #FF004F;
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.25) inset;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.res_img img {
  display: block;
  width: 100%;
  height: 100%;
}



.adcard_main_items {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
}

.dash_image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.dash_image img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.adcard_name {
  display: block;
  width: 100%;
  margin-bottom: auto;
  padding: 24px;
  text-align: left;
  font-family: 'SFMono';
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.60);
}

.adcard_camp {
  display: flex;
  align-items: center;
  position: absolute;
  left: 48px;
  width: 272px;
  padding: 12px;
  background: #FFF;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.adcard_img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: #3797E5;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.adcard_content::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../img/icons/right_arw_camp.svg");
}

.adcard_content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  width: calc(100% - 48px);
  padding: 0 28px 0 12px;
  position: relative;
}

.adcard_ctitle {
  display: block;
  width: 100%;
  text-align: left;
  font-family: 'SFProDisplay';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.15px;
  line-height: 1.5;
  color: #171E26;
}

.adcard_cinfo {
  display: block;
  width: 100%;
  text-align: left;
  font-family: 'SFProDisplay';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.3;
  color: #0F78D4;
}

.adcard_stat_images {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: calc(100% - 280px);
  float: right;
  margin-left: auto;
  padding: 0 0 0 160px;
}

.adc_img_web {
  display: block;
  position: relative;
  width: 210px;
  height: 160px;
  margin: 12px 0;
  z-index: 6;
}

.adc_img_web img {
  display: block;
  width: 100%;
  height: 100%;
}

/* ! Advertiser sect  */

/* ! Publisher sect  */
.wrap_publish_sect {
  display: block;
  width: 100%;
  padding: 180px 16px;
  background-color: #fff;
}

.wrap_publish_sect.wrap_reasons {
  padding: 0px 16px;
}

.wrap_publish_sect.wrap_reasons .wrap_adcard_sect {
  padding: 80px 16px;
  background-color: #F7F7F9;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}

.wrap_publish_sect .big_title::before {
  background: #171E26;
}

.wrap_publish_sect .big_title {
  color: #EBEEF2;
}

.wrap_publish_titles {
  display: block;
  padding: 160px 0;
}

.publish_anime_head {
  display: block;
  width: 100%;
  text-align: center;
  font-family: 'SFProDisplay';
  font-size: 132px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: #FFF;
  word-break: break-word;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.publish_anime_titles {
  display: block;
  width: 100%;
  text-align: center;
  font-family: 'SFProDisplay';
  font-size: 132px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  color: #F4C20A;
  word-break: break-word;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}

.hidden_title.publish_anime_head,
.hidden_title.publish_anime_titles {
  opacity: 0;
  visibility: hidden;
  transform: translateY(60px);
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -o-transform: translateY(60px);
}

/* ! Publisher sect  */

/* ! Partner sect  */
.wrap_company_sect {
  display: block;
  width: 100%;
  padding: 104px 16px;
}

.wrap_company_sect .sect_header {
  max-width: 640px;
}

.wrap_company_sect .swiper-slide {
  width: 168px !important;
}

.wrap_partner_item::before,
.wrap_partner_item::after {
  content: "";
  display: block;
  width: 200px;
  height: 100%;
  top: 0;
  position: absolute;
  z-index: 3;
}

.wrap_partner_item::before {
  left: 0;
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
}

.wrap_partner_item::after {
  right: 0;
  background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
}

.partner_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 168px;
  height: 168px;
  padding: 24px;
  margin: 0 auto;
  background-color: #EBEEF2;
  overflow: hidden;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.partner_img img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
}

.partner_img:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}

/* ! Partner sect  */

/* ! Add Formats sect  */
.wrap_formats {
  background-color: #fff;
  padding: 144px 16px 160px 16px;
  position: relative;
  z-index: 3;
}

.wrap_formats .portf_name {
  justify-content: center;
  margin-bottom: 32px;
}

.fomarts_row {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}

.formats_item {
  display: block;
  /* float: left; */
  width: 100%;
}

.format_img {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /* background: #EBEEF2;
  padding: 44px 51px; */
  margin-bottom: 20px;
  /* border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px; */
}

.format_img img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.fomrat_title {
  display: block;
  width: 100%;
  margin: 12px 0;
  text-align: center;
  font-family: 'SFProDisplay';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  word-break: break-word;
}

.fomrat_info {
  display: block;
  width: 100%;
  /* margin-bottom: 8px; */
  text-align: center;
  font-family: 'SFProDisplay';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  word-break: break-word;
}

.create_step {
  display: block;
  width: 100%;
  /* margin-bottom: 8px; */
  text-align: center;
  font-family: 'SFProDisplay';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.48px;
  color: #FE2C55;
  word-break: break-word;
}

.more_f {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 56px;
}

.more_f_link:hover {
  background-color: #171E26;
  border-color: #171E26;
  color: #fff;
}

.more_f_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 56px;
  padding: 8px 24px;
  text-align: center;
  font-family: 'SFMono';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  color: #171E26;
  border: 2px solid rgba(24, 32, 41, 0.12);
  cursor: pointer;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
}

/* ! Add Formats sect  */

/* ! Add Partners sect  */
.wrap_partners {
  background-color: #fff;
  padding: 80px 16px;
}

.wrap_partners .sect_info {
  max-width: 420px;
}

.partners_row {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}

.partners_item {
  display: flex;
  align-items: center;
  width: 100%;
  /* float: left; */
  /* width: 25%; */
}

.part_img {
  display: flex;
  align-items: center;
  justify-content: center;
  /* max-height: 36px; */
  /* background: #EBEEF2; */
  /* padding: 16px; */
  /* border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px; */
}

.part_img img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}


/* ! Add Formats sect  */

/* ! Cabinets sect  */
.cabinet_slider {
  padding: 0 16px;
  margin-bottom: 150px;
  background: #ffff;
}

.cabinet_slider .sect_body {
  padding: 32px;
  background: #F7F7F9;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
}

.cabinet_slider .sect_header {
  padding: 0 0 48px 0;
}

.cabinet_slider .sect_info {
  flex-wrap: wrap;
  opacity: 1;
}

.cabinet_slider .geen_t {
  margin: 0 8px;
  color: #25F4EE;
}

.cabinet_slider .red_t {
  margin: 0 8px;
  color: #FE2C55;
}

.cabinet_slider .popular_slider {
  padding: 0 72px;
}

.cabinet_item {
  display: block;
  width: 100%;
}

.cabinet_img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cabinet_img img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

/* ! Cabinets sect  */
/* ! Testimons sect  */
.testimon_slider {
  padding: 0 16px;
  background: #ffff;
}

.testimon_slider .main_center {
  position: relative;
  z-index: 5;
}

.testimon_slider .sect_body {
  position: relative;
  padding: 32px;
  background: #000;
  overflow: hidden;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
}

.testimon_slider .sect_body::before,
.testimon_slider .sect_body::after {
  content: "";
  display: block;
  width: 320px;
  height: 320px;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.testimon_slider .sect_body::before {
  background-image: url("../img/icons/rectangle_red.svg");
  top: -80px;
  left: -120px;
}

.testimon_slider .sect_body::after {
  background-image: url("../img/icons/rectangle_green.svg");
  right: -120px;
  bottom: -80px;
}

.testimon_slider .sect_header {
  padding: 0 0 48px 0;
}

.testimon_slider .sect_title,
.testimon_slider .sect_title a {
  color: #fff;
}

.testimon_slider .popular_slider {
  position: relative;
  max-width: 845px;
  padding: 0 48px;
  margin: 0 auto;
}

.wrap_slider.testimon_slider .swiper-button-prev {
  background-image: url("../img/icons/prev_w.svg");
  width: 32px;
  height: 32px;
}

.wrap_slider.testimon_slider .swiper-button-next {
  background-image: url("../img/icons/next_w.svg");
  width: 32px;
  height: 32px;
}


.wrap_slider.testimon_slider .swiper-pagination-bullet {
  background: #343434 !important;
  opacity: 1 !important;
}

.wrap_slider.testimon_slider .swiper-pagination-bullet-active {
  background: #fff !important;
  opacity: 1 !important;
}

.testimon_item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 50px 36px;
  border: 1px solid #00F2EA;
  background: #1F1F1F;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.testimon_img {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.testimon_img img {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 0 0;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.testimon_text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 12px 0;
  text-align: left;
  font-family: 'SFProDisplay';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  color: #FFF;
  word-break: break-word;
}

.testimon_name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  text-align: left;
  font-family: 'SFProDisplay';
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  color: #FFF;
  word-break: break-word;
}

/* ! Testimons sect  */
/* ! Our News sect  */
.ournews_slider {
  margin-bottom: 168px;
  padding: 0 16px;
  background: #ffff;
}

.ournews_slider .main_center {
  position: relative;
  z-index: 5;
}

.ournews_slider .sect_body {
  position: relative;
  padding: 48px 48px 72px 48px;
  background: #000;
  overflow: hidden;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
}

.ournews_slider .sect_body::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/icons/ournews_bg.svg");
}

.ournews_slider .sect_header {
  padding: 0 0 68px 0;
}

.ournews_slider .sect_title,
.ournews_slider .sect_title a {
  color: #fff;
}


.wrap_slider.ournews_slider .swiper-pagination-lock {
  display: none !important;
}

.wrap_slider.ournews_slider .swiper-pagination-bullet {
  width: 48px;
  height: 2px;
  background: #000 !important;
  opacity: 1 !important;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.wrap_slider.ournews_slider .swiper-pagination-bullet-active {
  background: #fff !important;
  opacity: 1 !important;
}

.onews_item {
  display: block;
  width: 100%;
  padding: 8px;
  background: #1F1F1F;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.onews_content {
  display: block;
  padding: 0 12px 24px 12px;
}

.onews_img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  margin-bottom: 16px;
  background: #8A8A8A;
  overflow: hidden;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.onews_img::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-top: 54%;
}

.onews_img img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

.onews_date {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  text-align: left;
  font-family: 'SFProDisplay';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  color: #FFF;
  word-break: break-word;
}

.onews_name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 8px 0;
  text-align: left;
  font-family: 'SFProDisplay';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  color: #FFF;
  word-break: break-word;
}

.onews_text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  text-align: left;
  font-family: 'SFProDisplay';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  color: #FFF;
  word-break: break-word;
}

.otags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 8px;
  margin: 16px 0;
}

.otag_item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 8px 12px;
  text-align: left;
  font-family: 'SFProDisplay';
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  color: #FFF;
  word-break: break-word;
  background: #3A3A3A;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}


/* ! Our News sect  */
/* ! Most popular ADS sect  */
.mostpopular {
  margin-bottom: 168px;
  padding: 0 16px;
  background: #ffff;
}

.mostpopular .main_center {
  position: relative;
  z-index: 5;
}

.mostpopular .sect_body {
  position: relative;
  padding: 48px 48px 72px 48px;
  background: #000;
  overflow: hidden;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
}

.mostpopular .sect_body::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/icons/ournews_bg.svg");
}

.mostpopular .sect_header {
  padding: 0 0 68px 0;
}

.mostpopular .sect_title,
.mostpopular .sect_title a {
  color: #fff;
}

.wrap_slider.mostpopular .swiper-pagination {
  display: none;
}

.mostpopular .popular_slider {
  position: relative;
  max-width: 1175px;
  padding: 0 44px;
  margin: 0 auto;
}

.wrap_slider.mostpopular .swiper-button-prev {
  background-image: url("../img/icons/prev_w.svg");
  width: 32px;
  height: 32px;
}

.wrap_slider.mostpopular .swiper-button-next {
  background-image: url("../img/icons/next_w.svg");
  width: 32px;
  height: 32px;
}

.mostpopular .onews_item_sect {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 8px;
}

.mostpopular .onews_item {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  /* width: auto; */
  padding: 8px;
  background: #1F1F1F;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.mostpopular .onews_content {
  display: block;
  float: left;
  width: 50%;
  padding: 24px;
}

/* .mostpopular .swiper-slide-active {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
} */

.mostpopular .onews_img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /*float: left;
  */
  width: 100%;
  max-width: 375px;
  min-width: 100%;
  margin: 0 auto;
  background: #8A8A8A;
  overflow: hidden;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
}

.mostpopular .onews_img::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-top: 178%;
}

/* ! Most popular ADS sect  */

@media only screen and (min-width: 1025px) and (max-width: 1352px) {


  /* * Main Top sect  */

  .wrap_main_top {
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }

  .wrap_main_top .top_bg {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }

  .wrap_main_top .item_content {
    min-height: 0;
    height: auto;
    padding: 136px 16px 64px 16px;
  }

  .left_t {
    width: 35%;
  }

  .right_t {
    width: 39%;
  }

  /* * Main Top sect  */


  /* * Publisher sect  */
  .adcard_left {
    padding: 48px;
  }

  /* * Publisher sect  */
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {


  /* * Main Top sect  */

  .wrap_main_top {
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }

  .wrap_main_top .top_bg {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }

  .wrap_main_top .item_content {
    min-height: 0;
    height: auto;
    padding: 136px 16px 64px 16px;
  }

  .desk_campg {
    display: none !important;
  }

  .campagin_slider {
    display: block !important;
  }

  .main_top_title {
    font-size: 36px;
  }

  .main_top_title span {
    font-size: 36px;
  }

  .main_comp_form {
    margin: 24px auto 0 auto;
  }

  .main_top_text {
    margin-bottom: 24px;
  }

  .main_top_info {
    margin: 24px 0 12px 0;
  }

  .form_row {
    margin-bottom: 16px;
  }

  /* .input_item,
  .btn_item {
    flex: 1;
    width: 50%;
  } */

  .wrap_main_items {
    margin-top: 48px;
    padding-bottom: 24px;
  }

  /* * Main Top sect  */

  /* * Publisher sect  */

  .wrap_publish_sect.wrap_reasons .wrap_adcard_sect {
    padding: 32px 16px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }

  .wrap_publish_sect.wrap_reasons {
    padding: 0px 0;
  }

  .portf_title {
    font-size: 32px;
    margin-bottom: 8px;
  }

  .adcard_tab_sect {
    padding: 32px 16px;
  }

  .adcard_items_sect {
    flex-wrap: wrap;
  }

  .adcard_left {
    float: none;
    width: 100%;
    padding: 0;
  }

  .adcard_right {
    float: none;
    padding: 24px 0 0 0;
    width: 100%;
  }

  .reason_block .row {
    margin: 0;
  }

  .reason_block .col {
    width: 100%;
    padding: 0 0 8px 0;
  }

  .reason_block .col:last-child .res_block_item {
    justify-content: flex-start;
  }

  .reason_block .col:last-child .res_title {
    text-align: left;
  }

  .adcard_main_items {
    flex-wrap: wrap;
  }


  /* * Publisher sect  */
  /* * Targeting sect  */
  .wrap_publish_sect {
    padding: 48px 16px;
  }

  .wrap_publish_sect .adcard_right {
    padding: 0;
  }

  /* * Targeting sect  */
  /* * Cabinet sect  */
  .cabinet_slider {
    padding: 0;
    margin-bottom: 48px;
  }

  .cabinet_slider .sect_header {
    padding: 0 0 24px 0;
  }

  .cabinet_slider .sect_info {
    margin-top: 12px;
  }

  .cabinet_slider .sect_body {
    padding: 32px 16px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }


  /* * Cabinet sect  */
  /* * Testimons sect  */
  .testimon_slider {
    padding: 0;
  }

  .testimon_slider .sect_header {
    padding: 0 0 32px 0;
  }

  .testimon_slider .sect_body {
    padding: 32px 16px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }


  /* * Testimons sect  */
  /* * Our News sect  */
  .ournews_slider {
    margin-bottom: 64px;
    padding: 0;
  }

  .ournews_slider .sect_body {
    padding: 48px 16px 64px 16px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }

  /* * Our News sect  */
  /* * Most popular ADS sect  */
  .mostpopular {
    margin-bottom: 64px;
    padding: 0;
  }

  .mostpopular .sect_header {
    padding: 0 0 32px 0;
  }

  .mostpopular .sect_body {
    padding: 48px 16px 64px 16px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }

  .mostpopular .popular_slider {
    padding: 0 48px;
  }

  .wrap_slider.mostpopular .swiper_arrows {
    display: block;
  }

  .mostpopular .onews_item {
    flex-direction: column-reverse;
  }

  .mostpopular .onews_content {
    float: none;
    width: 100%;
    padding: 16px;
  }

  .mostpopular .onews_img {
    float: none;
    width: 100%;
  }

  /* * Most popular ADS sect  */
  /* * Add Partners sect  */

  /* * Add Partners sect  */

  /* * Add Formats sect  */

  .wrap_formats {
    padding: 48px 16px 48px 16px;
  }


  .fomrat_title {
    font-size: 20px;
  }


  .more_f {
    margin-top: 24px;
  }

  /* * Add Formats sect  */

  /* * Partner Setion  */
  .wrap_company_sect {
    padding: 64px 16px 0 16px;
  }

  .wrap_adv_page .wrap_company_sect {
    padding-bottom: 0;
  }

  .wrap_partner_sect::before,
  .wrap_partner_sect::after {
    width: 32px;
  }

  /* * Partner Setion  */

  /* * Statistics Setion  */
  .wrap_stat_sect {
    padding: 80px 16px;
  }

  .wrap_stat_sect .main_center {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    min-height: 0;
  }

  .stat_items_sect {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap: 16px;
    padding: 24px 0 0 0;
  }

  .stat_item {
    position: relative;
    flex-basis: calc(33.33% - 12px);
  }

  .sitem_1 {
    top: auto;
    left: auto;
  }

  .sitem_2 {
    top: auto;
    left: auto;
  }


  .sitem_3 {
    top: auto;
    left: auto;
  }


  .sitem_4 {
    top: auto;
    right: auto;
  }


  .sitem_5 {
    bottom: auto;
    right: auto;
  }

  .sitem_6 {
    bottom: auto;
    right: auto;
  }

  /* * Statistics Setion  */

}

@media only screen and (min-width: 561px) and (max-width: 767px) {

  /* * Main Top sect  */

  .wrap_main_top {
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }

  .wrap_main_top .top_bg {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }

  .wrap_main_top .item_content {
    min-height: 0;
    height: auto;
    padding: 136px 16px 64px 16px;
  }

  .desk_campg {
    display: none !important;
  }

  .campagin_slider {
    display: block !important;
  }

  .main_top_title {
    font-size: 36px;
  }

  .main_top_title span {
    font-size: 36px;
  }

  .main_comp_form {
    margin: 24px auto 0 auto;
  }

  .main_top_text {
    margin-bottom: 24px;
  }

  .main_top_info {
    margin: 24px 0 12px 0;
  }

  .form_row {
    margin-bottom: 16px;
  }

  /* .input_item,
  .btn_item {
    flex: 1;
    width: 50%;
  } */

  .wrap_main_items {
    margin-top: 48px;
    padding-bottom: 24px;
  }

  /* * Main Top sect  */


  /* * Publisher sect  */

  .wrap_publish_sect.wrap_reasons .wrap_adcard_sect {
    padding: 32px 16px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }

  .wrap_publish_sect.wrap_reasons {
    padding: 0px 0;
  }

  .portf_title {
    font-size: 32px;
    margin-bottom: 8px;
  }

  .adcard_tab_sect {
    padding: 32px 16px;
  }

  .adcard_items_sect {
    flex-wrap: wrap;
  }

  .adcard_left {
    float: none;
    width: 100%;
    padding: 0;
  }

  .adcard_right {
    float: none;
    padding: 24px 0 0 0;
    width: 100%;
  }

  .reason_block .row {
    margin: 0;
  }

  .reason_block .col {
    width: 100%;
    padding: 0 0 8px 0;
  }

  .reason_block .col:last-child .res_block_item {
    justify-content: flex-start;
  }

  .reason_block .col:last-child .res_title {
    text-align: left;
  }

  .adcard_main_items {
    flex-wrap: wrap;
  }


  /* * Publisher sect  */
  /* * Targeting sect  */
  .wrap_publish_sect {
    padding: 48px 16px;
  }

  .wrap_publish_sect .adcard_right {
    padding: 0;
  }

  /* * Targeting sect  */
  /* * Cabinet sect  */
  .cabinet_slider {
    padding: 0;
    margin-bottom: 48px;
  }

  .cabinet_slider .sect_header {
    padding: 0 0 24px 0;
  }

  .cabinet_slider .sect_info {
    margin-top: 12px;
  }

  .cabinet_slider .sect_body {
    padding: 32px 16px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }

  .cabinet_slider .popular_slider {
    padding: 0;
  }

  /* * Cabinet sect  */
  /* * Testimons sect  */
  .testimon_slider {
    padding: 0;
  }

  .testimon_slider .sect_header {
    padding: 0 0 32px 0;
  }

  .testimon_slider .sect_body {
    padding: 32px 16px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }

  .testimon_slider .popular_slider {
    padding: 0;
  }

  /* * Testimons sect  */
  /* * Our News sect  */
  .ournews_slider {
    margin-bottom: 64px;
    padding: 0;
  }

  .ournews_slider .sect_body {
    padding: 48px 16px 64px 16px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }

  /* * Our News sect  */
  /* * Most popular ADS sect  */
  .mostpopular {
    margin-bottom: 64px;
    padding: 0;
  }

  .mostpopular .sect_header {
    padding: 0 0 32px 0;
  }

  .mostpopular .sect_body {
    padding: 48px 16px 64px 16px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }

  .mostpopular .popular_slider {
    padding: 0 48px;
  }

  .wrap_slider.mostpopular .swiper_arrows {
    display: block;
  }

  .mostpopular .onews_item {
    flex-direction: column-reverse;
  }

  .mostpopular .onews_content {
    float: none;
    width: 100%;
    padding: 16px;
  }

  .mostpopular .onews_img {
    float: none;
    width: 100%;
  }

  /* * Most popular ADS sect  */
  /* * Add Partners sect  */

  /* * Add Partners sect  */

  /* * Add Formats sect  */

  .wrap_formats {
    padding: 48px 16px 48px 16px;
  }

  .fomrat_title {
    font-size: 20px;
  }

  .more_f {
    margin-top: 24px;
  }

  /* * Add Formats sect  */

  /* * Partner Setion  */
  .wrap_company_sect {
    padding: 64px 16px 0 16px;
  }

  .wrap_adv_page .wrap_company_sect {
    padding-bottom: 0;
  }

  .wrap_partner_sect::before,
  .wrap_partner_sect::after {
    width: 32px;
  }

  /* * Partner Setion  */

  /* * Statistics Setion  */
  .wrap_stat_sect {
    padding: 80px 16px;
  }

  .wrap_stat_sect .main_center {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    min-height: 0;
  }

  .stat_icon {
    width: 32px;
    height: 32px;
    padding: 8px;
  }

  .stat_val {
    font-size: 32px;
  }

  .stat_info {
    font-size: 14px;
  }

  .stat_items_sect {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap: 16px;
    padding: 24px 0 0 0;
  }

  .stat_item {
    position: relative;
    flex-basis: calc(50% - 8px);
  }

  .sitem_1 {
    top: auto;
    left: auto;
  }

  .sitem_2 {
    top: auto;
    left: auto;
  }


  .sitem_3 {
    top: auto;
    left: auto;
  }


  .sitem_4 {
    top: auto;
    right: auto;
  }


  .sitem_5 {
    bottom: auto;
    right: auto;
  }

  .sitem_6 {
    bottom: auto;
    right: auto;
  }

  /* * Statistics Setion  */
}

@media only screen and (min-width: 0px) and (max-width: 560px) {


  /* * Main Top sect  */
  .wrap_main_top {
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }

  .wrap_main_top .top_bg {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }

  .wrap_main_top .item_content {
    min-height: 0;
    height: auto;
    padding: 136px 16px 64px 16px;
  }



  .desk_campg {
    display: none !important;
  }

  .campagin_slider {
    display: block !important;
  }

  .main_top_title {
    font-size: 36px;
  }

  .main_top_title span {
    font-size: 36px;
  }

  .main_comp_form {
    margin: 24px auto 0 auto;
  }

  .main_top_text {
    margin-bottom: 24px;
  }

  .main_top_info {
    margin: 24px 0 12px 0;
  }

  .form_row {
    margin-bottom: 16px;
  }

  /* .input_item,
  .btn_item {
    flex: 1;
    width: 50%;
  } */

  .wrap_main_items {
    margin-top: 48px;
    padding-bottom: 24px;
  }


  .wrap_partner_item {
    margin-bottom: 12px;
  }

  .wrap_company_sect .partner_img {
    width: 104px !important;
    height: 104px !important;
    padding: 8px;
  }

  .wrap_partner_item::before,
  .wrap_partner_item::after {
    /* display: none !important; */
    width: 64px;
  }

  .wrap_company_sect .swiper-slide {
    width: 104px !important;
  }

  /* * Main Top sect  */


  /* * Publisher sect  */

  .wrap_publish_sect.wrap_reasons .wrap_adcard_sect {
    padding: 32px 16px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }

  .wrap_publish_sect.wrap_reasons {
    padding: 0px 0;
  }

  .portf_title {
    font-size: 32px;
    margin-bottom: 8px;
  }

  .adcard_tab_sect {
    padding: 32px 16px;
  }

  .adcard_items_sect {
    flex-wrap: wrap;
  }

  .adcard_left {
    float: none;
    width: 100%;
    padding: 0;
  }

  .adcard_right {
    float: none;
    padding: 24px 0 0 0;
    width: 100%;
  }

  .reason_block .row {
    margin: 0;
  }

  .reason_block .col {
    width: 100%;
    padding: 0 0 8px 0;
  }

  .reason_block .col:last-child .res_block_item {
    justify-content: flex-start;
  }

  .reason_block .col:last-child .res_title {
    text-align: left;
  }

  .adcard_main_items {
    flex-wrap: wrap;
  }


  /* * Publisher sect  */
  /* * Targeting sect  */
  .wrap_publish_sect {
    padding: 48px 16px;
  }

  .wrap_publish_sect .adcard_right {
    padding: 0;
  }

  /* * Targeting sect  */

  /* * Cabinet sect  */
  .cabinet_slider {
    padding: 0;
    margin-bottom: 48px;
  }

  .cabinet_slider .sect_header {
    padding: 0 0 24px 0;
  }

  .cabinet_slider .sect_info {
    margin-top: 12px;
  }

  .cabinet_slider .sect_body {
    padding: 32px 16px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }

  .cabinet_slider .popular_slider {
    padding: 0;
  }

  /* * Cabinet sect  */
  /* * Testimons sect  */
  .testimon_slider {
    padding: 0;
  }

  .testimon_slider .sect_header {
    padding: 0 0 32px 0;
  }

  .testimon_slider .sect_body {
    padding: 32px 16px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }

  .testimon_slider .popular_slider {
    padding: 0;
  }

  /* * Testimons sect  */

  /* * Our News sect  */
  .ournews_slider {
    margin-bottom: 64px;
    padding: 0;
  }

  .ournews_slider .sect_body {
    padding: 48px 16px 64px 16px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }

  /* * Our News sect  */
  /* * Most popular ADS sect  */
  .mostpopular {
    margin-bottom: 64px;
    padding: 0;
  }

  .mostpopular .sect_header {
    padding: 0 0 32px 0;
  }

  .mostpopular .sect_body {
    padding: 48px 16px 64px 16px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }

  .mostpopular .popular_slider {
    padding: 0 48px;
    max-width: 560px;
  }

  .wrap_slider.mostpopular .swiper_arrows {
    display: block;
  }

  .mostpopular .onews_item {
    flex-direction: column-reverse;
  }

  .mostpopular .onews_content {
    display: none;
    float: none;
    width: 100%;
    padding: 16px;
  }

  .mostpopular .onews_img {
    float: none;
    width: 100%;
  }

  .mostpopular .onews_date,
  .mostpopular .otags {
    display: none;
  }

  /* * Most popular ADS sect  */

  /* * Add Partners sect  */
  /* * Add Partners sect  */

  /* * Add Formats sect  */

  .wrap_formats {
    padding: 48px 16px 48px 16px;
  }

  .fomrat_title {
    font-size: 20px;
  }

  .more_f {
    margin-top: 24px;
  }

  /* * Add Formats sect  */

  /* * Partner Setion  */
  .wrap_company_sect {
    padding: 64px 16px 0 16px;
  }

  .wrap_adv_page .wrap_company_sect {
    padding-bottom: 0;
  }

  .wrap_partner_sect::before,
  .wrap_partner_sect::after {
    width: 32px;
  }

  /* * Partner Setion  */


  /* * Statistics Setion  */
  .wrap_stat_sect {
    padding: 80px 16px;
  }

  .wrap_stat_sect .main_center {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    min-height: 0;
  }

  .stat_icon {
    width: 32px;
    height: 32px;
    padding: 8px;
  }

  .stat_val {
    font-size: 32px;
  }

  .stat_info {
    font-size: 14px;
  }

  .stat_items_sect {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap: 16px;
    padding: 24px 0 0 0;
  }

  .stat_item {
    position: relative;
    flex-basis: calc(50% - 8px);
  }

  .sitem_1 {
    top: auto;
    left: auto;
  }

  .sitem_2 {
    top: auto;
    left: auto;
  }


  .sitem_3 {
    top: auto;
    left: auto;
  }


  .sitem_4 {
    top: auto;
    right: auto;
  }


  .sitem_5 {
    bottom: auto;
    right: auto;
  }

  .sitem_6 {
    bottom: auto;
    right: auto;
  }

  /* * Statistics Setion  */

}


/*! ---Sliders Part --- */

.slider_container {
  position: relative;
  /* overflow: hidden; */
}

.swiper-container {
  overflow: hidden;
}

.swiper-link {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.swiper_pagin_items {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 48px;
}

/* .swiper_pagin_items .swiper-pagination {
  width: 100%;
  position: relative;
  left: 0;
  bottom: 0;
} */



.wrap_slider .mySwiper2 {
  height: 80%;
  width: 100%;
}

.wrap_slider .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}


.wrap_slider .mySwiper .swiper-slide {
  /* width: auto !important; */
  /* width: 25%; */
  height: 100%;
  /* opacity: 0.4; */
  opacity: 1;
}


.wrap_slider .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.spagin_item::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  opacity: 1;
  background-color: #fff;
}

/* .swiper-slide.swiper-slide-thumb-active:nth-child(1) .spagin_item::after {
  transition: all 10s linear;
  -webkit-transition: all 10s linear;
  -moz-transition: all 10s linear;
  -ms-transition: all 10s linear;
  -o-transition: all 10s linear;
}

.swiper-slide.swiper-slide-thumb-active:nth-child(2) .spagin_item::after {
  transition: all 12s linear;
  -webkit-transition: all 12s linear;
  -moz-transition: all 12s linear;
  -ms-transition: all 12s linear;
  -o-transition: all 12s linear;
}

.swiper-slide.swiper-slide-thumb-active:nth-child(3) .spagin_item::after {
  transition: all 12s linear;
  -webkit-transition: all 12s linear;
  -moz-transition: all 12s linear;
  -ms-transition: all 12s linear;
  -o-transition: all 12s linear;
}

.swiper-slide.swiper-slide-thumb-active:nth-child(4) .spagin_item::after {
  transition: all 4s linear;
  -webkit-transition: all 4s linear;
  -moz-transition: all 4s linear;
  -ms-transition: all 4s linear;
  -o-transition: all 4s linear;
} */

/* .spagin_item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #414952;
}

.spagin_item {
  display: inline-flex;
  position: relative;
  width: auto;
  height: auto;
  opacity: 0.6;
  padding: 10px 10px;
  margin: 0 2px !important;
  text-align: center;
  font-family: 'SFMono';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  color: #A6ABB2;
  white-space: nowrap;
  background: transparent;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.wrap_slider .mySwiper .spagin_item {
  display: flex;
  justify-content: center;
}

.wrap_slider .mySwiper .swiper-slide-thumb-active .spagin_item {
  color: #fff;
  opacity: 1;
}

.wrap_slider .mySwiper .swiper-slide-thumb-active .spagin_item::after {
  opacity: 1;
  width: 100%;
} */




.wrap_slider .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100% !important;
  padding: 32px 0 0 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: auto;
  outline: none;
}

/* .wrap_slider .swiper-pagination-bullet::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  opacity: 0;
  background-color: #fff;
  transition: width 5s;
  -webkit-transition: width 5s;
  -moz-transition: width 5s;
  -ms-transition: width 5s;
  -o-transition: width 5s;
}

.wrap_slider .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #414952;
} */

.wrap_slider .swiper-pagination-bullet {
  display: inline-block;
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 5px !important;
  white-space: nowrap;
  background: #343434;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -o-transform: scale(1) !important;
}

.wrap_slider .swiper-pagination-bullet-active {
  background: #343434 !important;
  opacity: 1 !important;
}

/* .wrap_slider .swiper-pagination-bullet-active::after {
  opacity: 1;
  width: 100%;
} */

.swiper-pagination::-webkit-scrollbar {
  display: none;
}

.scrl_pagin {
  display: block;
  width: 100%;
  overflow: hidden;
}

.wrap_slider .swiper_arrows {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  top: calc(50% - 24px);
  left: 0;
}




.wrap_slider .swiper-button-next::after,
.wrap_slider .swiper-button-prev::after,
.wrap_slider .swiper-rtl .swiper-button-next:after {
  display: none;
}

.wrap_slider .swiper-button-next,
.wrap_slider .swiper-button-prev {
  display: block;
  position: relative;
  width: 48px;
  height: 48px;
  margin: 0;
  top: 0;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 100%;
  border: none;
  /* transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease; */
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

/* .wrap_slider .swiper-button-disabled {
  opacity: 0 !important;
} */
.popular_full {
  position: relative;
}

.wrap_slider .swp_show {
  opacity: 1 !important;
  pointer-events: all;
}

.wrap_slider .swiper-button-next {
  float: right;
  background-image: url("../img/icons/next.svg");
  right: 0;
  margin-left: auto;
}

.wrap_slider .swiper-button-prev {
  float: left;
  background-image: url("../img/icons/prev.svg");
  left: 0;
  margin-right: auto;
}

.wrap_slider .swiper-button-next:hover {
  opacity: 1;
  background-image: url("../img/icons/next_hov.svg");
}

.wrap_slider .swiper-button-prev:hover {
  opacity: 1;
  background-image: url("../img/icons/prev_hov.svg");
}

.wrap_online {
  min-height: 340px !important;
  max-height: 480px !important;
}

.onl_contact {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.onl_title {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 74px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.8px;
  color: #fff;
}

.onl_info {
  display: block;
  width: 100%;
  margin: 16px 0;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1px;
  color: #fff;
}

.onl_btn {
  display: flex !important;
}

/*! ---Sliders Part --- */
/* Pagination */

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px auto 0px auto;
}

.pagination ul {
  display: inline-block;
  list-style: none;
}

.pagination ul li {
  display: block;
  list-style: none;
  float: left;
  margin: 0 2px;
}

.first_page span::before,
.last_page span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.first_page span::before {
  background-image: url("../img/icons/prev.svg");
}

.last_page span::before {
  background-image: url("../img/icons/next.svg");
}

.pagination a::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  padding-top: 100%;
}

.pagination .pg_itm {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.21px;
  color: #444444;
  opacity: 1;
}

.pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 4px;
  width: 40px;
  width: 40px;
  height: 40px;
  transition: all .25s;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.pagination .active_pagin {
  background-color: #EBEBEB;
}

.pagination a:hover:not(.active_pagin) {
  background-color: #EBEBEB;
}

/* Pagination */

/*! ---Popup Part --- */
.modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #00000085;
  z-index: 9999999999;
}

.modal_body {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 20px 16px;
}

.modal_content {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1200px;
  /* max-width: 368px; */
  height: auto;
  padding: 0px;
}

.modal_btn {
  display: block;
  position: absolute;
  right: 0;
  float: right;
  width: 24px;
  height: 24px;
  margin: 0;
  background-position: 0 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../img/icons/close_modal.svg);
  cursor: pointer;
}

/*! ---Popup Part --- */

/* !form items */
.form_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  position: relative;
  margin-bottom: 16px;
}

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

.show_label .itm_inp_label {
  display: block;
  opacity: 1;
  visibility: visible;
  font-size: 11px;
  top: -5px;
}

.show_error .itm_inp_label {
  color: #D61E24;
}

.itm_inp_label {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  text-align: left;
  font-family: 'SFProDisplay';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #7F7F7F;
  background: #fff;
  left: 0;
  top: 17px;
  z-index: 999999;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}

textarea.item_input {
  overflow-y: hidden;
}

.item_input {
  display: flex;
  min-width: 100%;
  width: 100%;
  padding: 16px 20px;
  height: 56px;
  font-family: 'SFProDisplay';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #171E26;
  opacity: 1;
  border: none;
  outline: none;
  background: #EBEEF2;
  border: 1px solid #DCDEE0;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  -ms-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.item_input:focus {
  border-color: #bfc2c4;
}

.show_error .item_input {
  border-color: #D61E24;
}

.item_input::placeholder {
  color: #747678;
}

.form_submit {
  display: block;
  width: 100%;
}

.form-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 48px;
  margin-top: 24px;
  padding: 6px 32px;
  cursor: pointer;
  border: none;
  outline: none;
  font-family: 'SFProText';
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #181E00;
  opacity: 1;
  background-color: #BBD900;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.form-btn:hover {
  background: #DCF056 !important;
}

/* *Select2 section */
.customDrop {
  z-index: 9999999;
}

.form_item .select2-container .select2-selection--single .select2-selection__rendered,
.form_item .select2-container--default .select2-selection--single {
  border: none;
  line-height: 1;
}

.form_item .select2-container {
  width: 100% !important;
}


.form_item .select2-container--default .select2-selection--single {
  display: flex;
  align-items: center;
  width: 100% !important;
  position: relative;
  padding: 16px 20px;
  height: 56px;
  text-align: left;
  font-family: 'SFProDisplay';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #171E26;
  opacity: 1;
  border: none;
  outline: none;
  border: 1px solid #DCDEE0;
  background-color: #EBEEF2;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  -ms-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
}

.form_item .select2-selection__arrow {
  display: block;
  width: 24px !important;
  height: 24px !important;
  top: auto !important;
  right: 12px !important;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/icons/arw_dr_b.svg");

}

.form_item .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.form_item .select2-selection__arrow b {
  display: none !important;
}

.select2-container {
  z-index: 99999;
}

.select2-container--open .select2-dropdown {
  padding: 16px 0;
  border: none;
  border: 1px solid #DCDEE0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.select2-container--open .select2-dropdown--below {
  margin-top: 8px;
}

.select2-container--open .select2-dropdown--above {
  margin-top: -8px;
}


.select2-results__option {
  padding: 4px 20px;
  text-align: left;
  font-family: 'SFProDisplay';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #171E26;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: transparent !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: transparent !important;
  color: #000;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 15px 56px 15px 20px;
  height: 48px;
  border: none;
  border: 1px solid #DCDEE0;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.select2-search--dropdown {
  padding: 0 16px 14px 16px;
}

.select2-container--default .select2-search {
  display: flex;
  align-items: center;
  position: relative;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-search::before {
  content: "";
  display: block;
  position: absolute;
  right: 31px;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* background-image: url("../img/icons/search.svg"); */
}

.select2-results {
  display: block;
  /* padding-right: 16px; */
}

.select2-results__options::-webkit-scrollbar-thumb {
  background-color: #EBEBEB;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.select2-results__options::-webkit-scrollbar-track {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.select2-results__options::-webkit-scrollbar {
  width: 12px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
}

/* *Select2 section */

/* !form items */

.row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -12px;
}

.col {
  display: block;
  float: left;
  padding: 0 12px;
}

.col_in {
  display: block;
  width: 100%;
}

.row_inner {
  width: 100%;
}



@media only screen and (min-width: 1025px) and (max-width: 1352px) {
  .main_center {
    padding: 0px;
  }

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .main_center {
    padding: 0px;
  }

  .sect_header {
    padding: 0 0 24px 0;
  }

  .sect_title,
  .sect_title a {
    font-size: 28px;
  }

  .itm_title {
    font-size: 22px;
  }

  .onl_title {
    font-size: 36px;
  }

  /* .wrap_slider .mySwiper .swiper-wrapper {
    justify-content: center;
  } */
}

@media only screen and (min-width: 561px) and (max-width: 767px) {
  .main_center {
    padding: 0px;
  }

  .sect_header {
    padding: 0 0 24px 0;
  }

  .sect_title,
  .sect_title a {
    font-size: 28px;
  }

  .itm_title {
    font-size: 22px;
  }

  .onl_title {
    font-size: 36px;
  }

  /* .wrap_slider .mySwiper .swiper-wrapper {
    justify-content: center;
  } */

}

@media only screen and (min-width: 0px) and (max-width: 560px) {
  .main_center {
    padding: 0px;
  }

  .row {
    margin: 0px;
  }

  .col {
    padding: 0px 0px 12px 0px;
  }

  .sect_header {
    padding: 0 0 24px 0;
  }

  .sect_title,
  .sect_title a {
    font-size: 28px;
  }

  .itm_title {
    font-size: 22px;
  }

  .onl_title {
    font-size: 36px;
  }

}




/*! ====  MAIN START  ===== */
.wrap_main_slider {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  width: 100%;
  /* padding-top: 112px;   */
}

.wrap_main_slider .item_img img {
  z-index: 5;
}

.wrap_main_slider .item_img {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.wrap_main_slider .item_img::before {
  padding-top: 100vh;
}

.wrap_main_slider .item_img::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #171E26;
  z-index: 2;
}

.wrap_main_slider .col_in {
  display: flex;
  align-items: center;
}

.wrap_main_slider .item_content {
  position: absolute;
  left: 0;
  /* bottom: 105px; */
  z-index: 2;
}

.wrap_main_slider .itm_title {
  margin: 0 0 16px 0;
  text-align: left;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  opacity: 1;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

.wrap_main_slider .itm_info {
  margin: 0;
  text-align: left;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  opacity: 1;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

.btn_main_read {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-top: 40px;
}

.btn_main_read a:hover {
  background: #ffffff26;
}

.btn_main_read a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  opacity: 1;
  padding: 8px 32px;
  border: 1px solid #fff;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
}

/*! Manshet tab */



/*! ====  MAIN FINISH  ===== */

/*! ====  MAIN RESPONSIVE START  ===== */

@media only screen and (max-height: 768px) and (max-width: 1366px) {
  .wrap_main_slider .itm_title {
    font-size: 64px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1320px) {
  .main_center {
    padding: 0px;
  }

  /* *** ---Home Main Slider ---*** */
  .wrap_main_slider .item_content {
    padding: 0 16px;
  }

  .wrap_main_slider .itm_title {
    font-size: 64px;
  }

  /* *** ---Home Main Slider ---*** */

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .main_center {
    padding: 0px;
  }

  /* *** ---Home Main Slider ---*** */
  .wrap_main_slider .item_content {
    padding: 0 16px;
  }

  .wrap_main_slider .itm_title {
    font-size: 48px;
  }

  /* *** ---Home Main Slider ---*** */


}

@media only screen and (min-width: 561px) and (max-width: 767px) {
  .main_center {
    padding: 0px;
  }

  /* *** ---Home Main Slider ---*** */
  .wrap_main_slider .item_content {
    padding: 0 16px;
  }

  .wrap_main_slider .itm_title {
    font-size: 36px;
    font-weight: normal;
  }

  .wrap_main_slider .itm_info {
    font-weight: normal;
  }

  .wrap_slider .swiper_arrows {
    display: none;
  }

  /* *** ---Home Main Slider ---*** */


}

@media only screen and (min-width: 0px) and (max-width: 560px) {

  /* *** ---Home Main Slider ---*** */
  .wrap_main_slider .item_content {
    padding: 0 16px;
  }

  .wrap_main_slider .itm_title {
    font-size: 36px;
    font-weight: normal;
  }

  .wrap_main_slider .itm_info {
    font-weight: normal;
  }

  .wrap_slider .swiper_arrows {
    display: none;
  }

  /* *** ---Home Main Slider ---*** */



}

/*! ====  MAIN RESPONSIVE FINISH  ===== */


/** ---- Advertiser Page ---- */
.wrap_adv_page {
  padding: 144px 0 104px 0;
}

.wrap_adv_page .wrap_adcard_sect,
.wrap_adv_page .wrap_publish_sect,
.wrap_adv_page .wrap_formats {
  background: transparent;
}



.wrap_adv_page .wrap_ader_sect .sect_header,
.wrap_adv_page .wrap_publish_sect .sect_header {
  justify-content: flex-start;
  padding: 0 0 48px 0;
}

.wrap_adv_page .wrap_publish_titles {
  padding-bottom: 56px;
}

.wrap_adv_page .publish_anime_head {
  color: #171E26;
}

.wrap_adv_page .wrap_ader_sect .sect_title,
.wrap_adv_page .wrap_ader_sect .sect_title a,
.wrap_adv_page .wrap_publish_sect .sect_title,
.wrap_adv_page .wrap_publish_sect .sect_title a {
  text-align: left;
  font-size: 94px;
  justify-content: flex-start;
  background: linear-gradient(90deg, #414952 0%, #70767D 32.5%, #414952 66.5%, #70767D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.wrap_adv_page .wrap_ader_sect .sect_info,
.wrap_adv_page .wrap_publish_sect .sect_info {
  font-family: 'SFMono';
  text-align: left;
  justify-content: flex-start;
  max-width: 640px;
  margin-top: 8px;
  color: #171E26;
}

.wrap_adv_page .wrap_partner_sect::before,
.wrap_adv_page .wrap_partner_sect::after {
  display: none;
}

.wrap_adv_page .wrap_partner_sect .partner_img {
  width: 100%;
  height: auto;
}

.wrap_partner_sect .more_f {
  margin-top: 32px;
}

.wrap_partner_sect .row {
  margin: 0 -12px;
}

.wrap_partner_sect .col {
  width: 14.2%;
  padding: 0 12px 24px 12px;
}

/* !Wrap Clients */

.wrap_clients {
  width: 100%;
  padding: 24px 0px 56px 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 11;
}

.partner_slider .swiper-wrapper {
  justify-content: center;
}

.wrap_clients .popular_full {
  width: 100%;
}



.wrap_clients .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 24px 0 0 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: auto;
  outline: none;
}

.wrap_clients .swiper-pagination-bullet {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 4px;
  opacity: 0.6;
  margin: 0 2px !important;
  background: #D7DBE0;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.wrap_clients .swiper-pagination-bullet-active {
  background: #70767D;
}

.client_item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.client_content {
  display: block;
  width: 100%;
  padding: 32px 24px;
  border: 1px solid #D7DBE0;
  border-radius: 16px 16px 0 0;
  -webkit-border-radius: 16px 16px 0 0;
  -moz-border-radius: 16px 16px 0 0;
  -ms-border-radius: 16px 16px 0 0;
  -o-border-radius: 16px 16px 0 0;
}

.clt_qt_img img {
  display: block;
  width: 100%;
  height: 100%;
}

.clt_qt_img {
  display: block;
  width: 40px;
  height: 40px;
}

.clt_star_img img {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  margin-right: 4px;
}

.clt_star_img {
  display: flex;
  align-items: center;
  width: 100%;
}

.client_prof {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 24px;
  background: #171E26;
}

.clt_prf_img img {
  display: block;
  width: 100%;
  height: 100%;
}

.clt_prf_img {
  display: block;
  float: left;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.clt_prf_content {
  display: block;
  float: left;
  width: calc(100% - 48px);
  padding-left: 12px;
}

.client_name {
  display: block;
  width: 100%;
  text-align: left;
  font-family: 'SFProDisplay';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.15px;
  line-height: 1.4;
  color: #FFF;
  word-break: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  align-self: stretch;
}

.client_pos {
  display: block;
  width: 100%;
  text-align: left;
  font-family: 'SFProDisplay';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.4;
  color: #8D9299;
  word-break: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  align-self: stretch;
}

.client_info {
  display: block;
  width: 100%;
  margin: 16px 0;
  text-align: left;
  font-family: 'SFProDisplay';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 1.5;
  color: #414952;
  word-break: break-word;
}

/* !Wrap Clients */

/* !Wrap Formats Page */
.wrap_formats_page .row {
  margin: 0 -12px;
}

.wrap_formats_page .col {
  width: 33.33%;
  padding: 0 12px 24px 12px;
}

/* !Wrap Formats Page */



@media only screen and (min-width: 1025px) {
  .wrap_clients .swiper-slide {
    width: auto !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1352px) {

  /* Wrap partner slide */
  .wrap_clients {
    padding: 16px !important;
  }

  /* Wrap partner slide */
  /* !Advertiser Page */
  .wrap_adv_page .wrap_ader_sect .sect_header,
  .wrap_adv_page .wrap_publish_sect .sect_header {
    justify-content: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .wrap_adv_page .wrap_publish_titles {
    padding-bottom: 0;
  }

  .wrap_formats_page .sect_body {
    padding: 0 16px;
  }

  /* !Advertiser Page */

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

  /* Wrap partner slide */
  .wrap_clients {
    padding: 16px !important;
  }

  /* Wrap partner slide */

  /* !Advertiser Page */

  .wrap_adv_page {
    padding-top: 104px;
    padding-bottom: 80px;
  }

  .wrap_adv_page .wrap_ader_sect .sect_title,
  .wrap_adv_page .wrap_ader_sect .sect_title a,
  .wrap_adv_page .wrap_publish_sect .sect_title,
  .wrap_adv_page .wrap_publish_sect .sect_title a {
    font-size: 28px;
  }

  .wrap_adv_page .wrap_publish_titles {
    padding-bottom: 0;
  }

  .wrap_adv_page .wrap_ader_sect .sect_header,
  .wrap_adv_page .wrap_publish_sect .sect_header {
    justify-content: flex-start;
    padding: 0 16px 24px 16px;
  }

  .wrap_adv_page .wrap_formats {
    padding: 48px 16px;
  }

  .wrap_partner_sect .row {
    margin: 0 -8px;
  }

  .wrap_partner_sect .col {
    width: 25%;
    padding: 0 8px 16px 8px;
  }

  .wrap_partner_sect .more_f {
    margin-top: 8px;
  }


  /* !Advertiser Page */
  /* !Wrap Formats Page */

  .wrap_formats_page .row {
    margin: 0 -12px;
  }

  .wrap_formats_page .col {
    width: 33.33%;
    padding: 0 12px 24px 12px;
  }

  /* !Wrap Formats Page */

}

@media only screen and (min-width: 561px) and (max-width: 767px) {

  /* Wrap partner slide */
  .wrap_clients {
    padding: 16px !important;
  }

  /* Wrap partner slide */
  /* !Advertiser Page */

  .wrap_adv_page {
    padding-top: 104px;
    padding-bottom: 80px;
  }

  .wrap_adv_page .wrap_ader_sect .sect_title,
  .wrap_adv_page .wrap_ader_sect .sect_title a,
  .wrap_adv_page .wrap_publish_sect .sect_title,
  .wrap_adv_page .wrap_publish_sect .sect_title a {
    font-size: 28px;
  }

  .wrap_adv_page .wrap_publish_titles {
    padding-bottom: 0;
  }

  .wrap_adv_page .wrap_ader_sect .sect_header,
  .wrap_adv_page .wrap_publish_sect .sect_header {
    justify-content: flex-start;
    padding: 0 16px 24px 16px;
  }

  .wrap_adv_page .wrap_formats {
    padding: 48px 16px;
  }

  .wrap_partner_sect .row {
    margin: 0 -8px;
  }

  .wrap_partner_sect .col {
    width: 33%;
    padding: 0 8px 16px 8px;
  }

  .wrap_partner_sect .more_f {
    margin-top: 8px;
  }


  /* !Advertiser Page */
  /* !Wrap Formats Page */
  .wrap_formats_page .row {
    margin: 0;
  }

  .wrap_formats_page .col {
    width: 100%;
    padding: 0 0 24px 0;
  }

  /* !Wrap Formats Page */


}

@media only screen and (min-width: 0px) and (max-width: 560px) {

  /* Wrap partner slide */
  .wrap_clients {
    padding: 16px !important;
  }

  /* Wrap partner slide */

  /* !Advertiser Page */
  .wrap_adv_page {
    padding-top: 104px;
    padding-bottom: 80px;
  }

  .wrap_adv_page .wrap_ader_sect .sect_title,
  .wrap_adv_page .wrap_ader_sect .sect_title a,
  .wrap_adv_page .wrap_publish_sect .sect_title,
  .wrap_adv_page .wrap_publish_sect .sect_title a {
    font-size: 28px;
  }

  .wrap_adv_page .wrap_publish_titles {
    padding-bottom: 0;
  }

  .wrap_adv_page .wrap_ader_sect .sect_header,
  .wrap_adv_page .wrap_publish_sect .sect_header {
    justify-content: flex-start;
    padding: 0 16px 24px 16px;
  }

  .wrap_adv_page .wrap_formats {
    padding: 48px 16px;
  }

  .wrap_partner_sect .row {
    margin: 0 -8px;
  }

  .wrap_partner_sect .col {
    width: 50%;
    padding: 0 8px 16px 8px;
  }

  .wrap_partner_sect .more_f {
    margin-top: 8px;
  }

  /* !Advertiser Page */
  /* !Wrap Formats Page */
  .wrap_formats_page .row {
    margin: 0;
  }

  .wrap_formats_page .col {
    width: 100%;
    padding: 0 0 24px 0;
  }

  /* !Wrap Formats Page */

}

/** ---- Advertiser Page ---- */

/** ---- Services Page ---- */
.wrap_services {
  padding: 0;
}

.wrap_top_header {
  padding: 0px 16px;
  position: relative;
  min-height: 200px;
  max-height: 340px;
  overflow: hidden;
}

.wrap_top_header .sect_title {
  color: #fff;
}

.top_header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 16px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.wrap_top_header img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}

.wrap_top_header::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  min-height: 200px;
  padding-top: 18%;
}

.wrap_top_header::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 66, 142, 0.80) 0%, rgba(0, 66, 142, 0.80) 100%) cover no-repeat;
  z-index: 1;
}

.wrap_services_items {
  padding: 64px 16px;
}

.wrap_services_items.main_catg {
  background-color: #F7FAFF;
  padding-bottom: 65px !important;
}

.service_items {
  display: block;
  width: 100%;
  margin-bottom: 25px;
}

.service_items .row {
  margin: 0 -39px;
}

.service_items .item_col {
  width: 33.333%;
  padding: 0 39px 39px 39px;
}

.service_title {
  display: block;
  margin-bottom: 34px;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  color: #00428E;
}

.service_item_title {
  display: block;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  color: #001833;
  padding-bottom: 16px;
  border-bottom: 1px solid #DCDEE0;
}

.service_list {
  display: block;
  width: 100%;
}

.service_list li {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 100%;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #001833;
}

.service_list li::before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../img/icons/tick.svg");
}

.benefit_tabs {
  width: 100%;
}

.bf_tb_content {
  width: 100%;
}

.bf_tb_hd {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 4px;
  gap: 0 4px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  background-color: #2B333D;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
}

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

.bt_tb_title span {
  position: relative;
  z-index: 3;
}

.bt_tb_title {
  display: inline-flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  width: auto;
  position: relative;
  padding: 16px;
  height: 48px;
  text-align: center;
  font-family: 'SFMono';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  color: #FFF;
  overflow: hidden;
  cursor: pointer;
  background-color: transparent;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}

.glider {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  width: calc(50% - 4px);
  height: 48px;
  background-color: #F4C20A;
  z-index: 1;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}

.bt_tb_title.active {
  color: #171E26;
  /* background-color: #F4C20A; */
}

.glider.active_0 {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}

.glider.active_1 {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
}

.glider.active_2 {
  transform: translateX(200%);
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -o-transform: translateX(200%);
}

.bf_tb_items {
  display: none;
  width: 100%;
}

.bf_tb_items.active {
  display: block;
}


@media only screen and (min-width: 1025px) and (max-width: 1352px) {
  .wrap_services_items.main_catg {
    padding-bottom: 25px !important;
  }
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrap_top_header::before {
    padding-top: 0%;
  }

  .service_items .row {
    margin: 0;
  }

  .service_items .item_col {
    width: 100%;
    padding: 0 0 39px 0;
  }

  .wrap_services_items.main_catg {
    padding-bottom: 25px !important;
  }
}


@media only screen and (min-width: 561px) and (max-width: 767px) {
  .wrap_top_header::before {
    padding-top: 0%;
  }

  .service_items .row {
    margin: 0;
  }

  .service_items .item_col {
    width: 100%;
    padding: 0 0 39px 0;
  }

  .wrap_services_items.main_catg {
    padding-bottom: 25px !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 560px) {
  .wrap_top_header::before {
    padding-top: 0%;
  }

  .service_items .row {
    margin: 0;
  }

  .service_items .item_col {
    width: 100%;
    padding: 0 0 39px 0;
  }

  .wrap_services_items.main_catg {
    padding-bottom: 25px !important;
  }
}

/** ---- Services Page ---- */

/** ---- Static Page ---- */

.wrap_about_page {
  display: block;
  width: 100%;
  padding: 144px 16px 80px 16px;
}

.wrap_about_top {
  background-color: #171E26;
  padding: 88px 40px 0px 40px;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}

.wrap_about_top .sect_header {
  margin-bottom: 16px;
}

.wrap_about_top .sect_title {
  font-size: 66px;
  color: #fff;
}

.wrap_about_top .sect_info {
  margin-top: 24px;
  max-width: 870px;
  text-align: center;
  font-family: "SFMono";
  font-weight: 500;
  color: #C2C6CC;
}

.abt_advt_sect {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1096px;
  margin: 0 auto;
  padding: 40px 48px 24px 48px;
  background: #FFF;
  overflow: hidden;
  border-radius: 24px 24px 0px 0px;
  -webkit-border-radius: 24px 24px 0px 0px;
  -moz-border-radius: 24px 24px 0px 0px;
  -ms-border-radius: 24px 24px 0px 0px;
  -o-border-radius: 24px 24px 0px 0px;
}

.pragma_content {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
}

.beehive {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  width: auto;
  height: auto;
}

.beehive img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}

.pragma_head {
  display: block;
  width: 100%;
}

.pragma_head_icon {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 4px;
}

.pragma_head_icon img {
  display: block;
  width: 48px;
  height: 48px;
}

.pragm_title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: "SFProDisplay";
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  color: #70767D;
}

.pragm_title span {
  margin-right: 12px;
  color: #171E26;
}

.pragm_btn_sect {
  display: flex;
  align-items: center;
  margin-top: 72px;
}

.pragm_btn::before {
  content: "";
  display: none;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../img/icons/plus.svg");
}

.pragm_btn:hover {
  opacity: 0.7;
}

.pragm_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  /* max-width: 50%; */
  width: auto;
  height: 64px;
  text-align: center;
  font-family: "SFMono";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  color: #001833;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
}

.pbtn_blue {
  background: #E3F1FA;
}

.pbtn_yellow {
  margin-left: 8px;
  background: #FFF2C2;
}

.pbtn_camp {
  margin-right: auto;
  padding: 20px 0;
}

.pbtn_camp::before {
  display: block;
}

.pragma_head .pbtn_camp {
  display: none;
  margin: 0 0 0 auto;
}


.wrap_abt_container {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 95px;
  padding: 0 0 95px 0;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../img/icons/about_content_bg.png");
}

.wrap_abt_container::before,
.wrap_abt_container::after {
  content: "";
  display: block;
  width: 800px;
  height: 800px;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/icons/best_bg.svg");
  z-index: 0;
}

.wrap_abt_container::before {
  top: -10%;
  left: -20%;
}

.wrap_abt_container::after {
  bottom: -55%;
  right: -20%;
}

.abt_container {
  display: block;
  position: relative;
  width: 100%;
  padding: 105px 0;
  z-index: 5;
}

.abt_name_sect {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  text-align: center;
  font-family: "SFProDisplay";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.2px;
  color: #70767D;
}

.abt_name_sect b {
  margin-right: 12px;
  font-weight: 500;
  letter-spacing: 0.15px;
  color: #171E26;
}

.abt_info_text {
  display: flex;
  position: relative;
  width: 100%;
  text-align: center;
  font-family: "SFProDisplay";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  color: #171E26;
  word-break: break-word;
  z-index: 2;
}

.abt_info_sect {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 1208px;
  padding: 0 56px 48px 56px;
  margin: 0 auto;
}

.abt_info_sect::before,
.abt_info_sect::after {
  content: "";
  display: block;
  position: absolute;
  width: 112px;
  height: 112px;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 0;
}

.abt_info_sect::before {
  top: -56px;
  left: 0;
  background-image: url("../img/icons/quote_y_left.svg");
}

.abt_info_sect::after {
  bottom: 18px;
  right: 0;
  background-image: url("../img/icons/quote_y_right.svg");
}


.wrap_team {
  padding: 0;
}

.wrap_team .sect_header {
  padding-bottom: 60px;
}

.wrap_team .sect_title {
  display: inline-flex;
  flex-wrap: wrap;
  width: auto;
  position: relative;
  font-size: 94px;
}

.title_sub {
  margin-right: 16px;
  color: #70767D;
}

.title_ping {
  display: inline-flex;
  position: absolute;
  left: -11px;
  bottom: 90%;
  text-align: center;
  font-family: "SFProDisplay";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.15px;
  line-height: 1.5;
  color: #382900;
  padding: 2px 12px;
  border: 1px solid #FCE89D;
  background: #FFF2C2;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
}


.wrap_team .row {
  margin: 0 -12px;
}

.wrap_team .col {
  width: 25%;
  padding: 0 12px 24px 12px;
}

.team_item {
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  background: linear-gradient(180deg, #F4C20A 0%, #FCE89D 100%);
  overflow: hidden;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

/* .team_item:hover .team_content {
  background: rgba(65, 73, 82, 0.60);
} */

.team_content {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px;
  background: rgba(65, 73, 82, 0.60);
  backdrop-filter: blur(16px);
  border-radius: 16px 16px 0px 0px;
  -webkit-border-radius: 16px 16px 0px 0px;
  -moz-border-radius: 16px 16px 0px 0px;
  -ms-border-radius: 16px 16px 0px 0px;
  -o-border-radius: 16px 16px 0px 0px;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
}

.team_name {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  text-align: left;
  font-family: 'SFProDisplay';
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  overflow: hidden;
}

.team_special {
  display: block;
  width: 100%;
  text-align: left;
  font-family: 'SFProDisplay';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.4px;
  color: #fff;
  overflow: hidden;
}


.team_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  margin-bottom: auto;
}

.team_img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../img/icons/team_pattern.svg");
  z-index: 0;
}

.team_img img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  position: relative;
  margin: 0 auto;
}


/* Team Sect */


/* Faq Sect */

/* Faq Sect */


/* !About Page */



/*! ---FAQ --- */

.wrap_faq {
  padding: 144px 16px 80px 16px;
  margin: 0 auto;
}

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

.wrap_faq .main_center {
  max-width: 1200px;
}

.wrap_faq .sect_header {
  justify-content: center;
  padding-bottom: 56px;
}

.wrap_faq .sect_header .sect_title {
  justify-content: center;
  font-size: 48px;
}

.faq_items {
  padding: 32px;
  margin-bottom: 24px;
  width: 100%;
  background: #F3F6FA;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.faq_items.publisher {
  background: #171E26;
}

.collapse_row {
  width: 100%;
  margin-bottom: 8px;
  border: 1px solid rgba(73, 92, 130, 0.25);
  background: rgba(255, 255, 255, 0.90);
  backdrop-filter: blur(10px);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.collapse_btn {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 20px;
  padding: 24px 56px 24px 24px;
  /* padding: 0px 36px 0px 0; */
  text-align: left;
  font-family: "SFProDisplay";
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 107%;
  color: #000;
  opacity: 1;
  word-break: break-word;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.collapse_btn::before {
  content: "";
  display: block;
  position: absolute;
  right: 24px;
  width: 20px;
  height: 20px;
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("../img/icons/faq_btn.svg");
}

.collapse_btn.clp_clicked::before {
  background-position: 0 100%;
}


.collapse_content {
  display: none;
  width: 100%;
  padding: 0 24px 24px 24px;
  text-align: left;
  font-family: "SFProDisplay";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  opacity: 0.5;
  word-break: break-word;
}

.collapse_content p {
  margin-bottom: 16px;
}

/*! ---FAQ --- */


/*! ---MAILING --- */

.wrap_mailing {
  padding: 0 16px;
  background: #ffff;
  margin: 0 auto 80px 0;
}

.wrap_mailing .sect_body {
  position: relative;
  padding: 48px 48px 72px 48px;
  background: #000;
  overflow: hidden;
  border: 1px solid #D7DBE0;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
}

.wrap_mailing .sect_body::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 38%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../img/icons/tiktok_mailing_bg.svg?v4");
}

.ml_container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 120px 70px;
  position: relative;
  z-index: 9;
}

.ml_content {
  display: block;
  float: left;
  width: 65%;
  padding: 0 24px 0 0;
}

.ml_title {
  display: block;
  width: 100%;
  font-family: 'SFProDisplay';
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  color: #D7DBE0;
  word-break: break-word;
}

.ml_info {
  display: block;
  width: 100%;
  font-family: 'SFProDisplay';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  color: #D7DBE0;
  word-break: break-word;
}

.ml_form {
  display: block;
  float: right;
  width: 35%;
  margin-left: auto;
}

.ml_form_row {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  background: #2B333D;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.ml_input_item::placeholder {
  color: #fff;
}

.ml_input_item {
  display: block;
  flex: 1;
  height: 56px;
  border: none;
  outline: none;
  padding: 12px 16px;
  background: transparent;
  text-align: left;
  font-family: 'SFProDisplay';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #FFF;
}

.ml_btn_item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: 10px 24px;
  cursor: pointer;
  border: none;
  outline: none;
  text-align: center;
  font-family: 'SFProDisplay';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  color: #171E26;
  opacity: 1;
  background: #fff;
  border: 2px solid transparent;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.ml_btn_item span {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 32px;
}

.ml_btn_item span::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../img/icons/t_star.svg?v4");
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
}

/*! ---MAILING --- */



/* !Static Page */
.wrap_static_page {
  padding: 144px 16px 80px 16px;
  margin: 0 auto;
}

.wrap_static_page .main_center {
  max-width: 904px;
}

.wrap_static_page .news_in_gallery {
  padding-top: 48px;
  padding-bottom: 48px;
}


.wrap_static_page img,
.wrap_static_page iframe,
.wrap_static_page video {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto 24px auto;
}

.wrap_static_page h1,
.wrap_static_page .static_title {
  width: 100%;
  margin-bottom: 24px;
  text-align: left;
  font-family: 'SFProDisplay';
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  color: #001833;
  opacity: 1;
  word-break: break-word;
  text-align: left;
  font-size: 56px;
  justify-content: flex-start;
  background: linear-gradient(90deg, #414952 0%, #70767D 32.5%, #414952 66.5%, #70767D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wrap_static_page h2,
.wrap_static_page h3,
.wrap_static_page h4,
.wrap_static_page h5,
.wrap_static_page h6 {
  margin-bottom: 24px;
  text-align: left;
  font-family: 'SFProDisplay';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #001833;
  opacity: 1;
  word-break: break-word;
}

.wrap_static_page p,
.wrap_static_page li {
  margin: 10px auto;
  text-align: left;
  font-family: 'SFProDisplay';
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #001833;
  opacity: 1;
  word-break: break-word;
}

.wrap_static_page ul,
.wrap_static_page ol {
  list-style: disc;
  padding-left: 16px;
  margin: 10px auto;
}

/* !Static Page */

@media only screen and (min-width: 1025px) and (max-width: 1232px) {

  /*! ---MAILING --- */
  .ml_container {
    padding: 24px;
  }

  .ml_content {
    width: 55%;
  }

  .ml_title {
    font-size: 48px;
  }

  .ml_form {
    width: 45%;
  }

  /*! ---MAILING --- */

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* !About Page */
  /* ABout content */

  .wrap_abt_container {
    margin-top: 60px;
    padding: 0 0 80px 0;
    background-size: contain;
    background-position: center;
  }

  .abt_container {
    padding: 0;
  }

  .wrap_abt_container::before,
  .wrap_abt_container::after {
    display: none;
  }

  .abt_info_text {
    font-size: 22px;
  }

  .abt_info_sect {
    padding: 0 28px 40px 28px;
  }

  .abt_info_sect::before,
  .abt_info_sect::after {
    width: 56px;
    height: 56px;
  }

  .abt_info_sect::before {
    top: -28px;
  }

  .abt_info_sect::after {
    bottom: 18px;
  }


  /* ABout content */

  /* Team sect */
  .wrap_team .sect_header {
    padding-bottom: 32px;
  }

  .wrap_team .sect_title {
    font-size: 36px;
  }

  .wrap_team .row {
    margin: 0 -6px;
  }

  .wrap_team .col {
    width: 50%;
    padding: 0 6px 12px 6px;
  }

  /* Team sect */
  /* !About Page */


  /* !Faq Page */
  .wrap_faq {
    padding: 64px 16px;
  }

  .wrap_faq .sect_header {
    padding-bottom: 32px;
  }

  .wrap_faq .sect_header .sect_title {
    font-size: 28px;
  }

  /* !Faq Page */

  /*! ---MAILING --- */
  .wrap_mailing .sect_body {
    padding: 56px 24px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
  }

  .ml_container {
    padding: 0;
  }

  .ml_content {
    float: none;
    width: 100%;
  }

  .ml_title {
    font-size: 28px;
  }

  .ml_info {
    font-size: 16px;
    margin-top: 12px;
  }

  .ml_form {
    width: 45%;
    float: none;
    margin: 16px auto 0 0;
  }

  .ml_input_item {
    display: inline-block;
    flex: 1;
    width: calc(100% - 120px);
  }

  /*! ---MAILING --- */




}

@media only screen and (min-width: 561px) and (max-width: 767px) {

  /* !About Page */
  .wrap_about_page {
    padding: 88px 16px 80px 16px;
  }

  .wrap_about_top {
    padding: 48px 16px 0px 16px;
  }

  .wrap_about_top .sect_title {
    font-size: 36px;
  }

  .abt_advt_sect {
    padding: 20px;
  }

  .pragm_title {
    font-size: 28px;
  }

  .pragm_btn_sect {
    margin-top: 36px;
  }

  .pragma_head .pbtn_camp {
    display: inline-flex;
  }

  .pragm_btn_sect .pbtn_camp {
    display: none;
  }

  .pragm_btn_sect .pragm_btn {
    width: 50%;
  }

  /* ABout content */

  .wrap_abt_container {
    margin-top: 60px;
    padding: 0 0 80px 0;
    background-size: contain;
    background-position: center;
  }

  .abt_container {
    padding: 0;
  }

  .wrap_abt_container::before,
  .wrap_abt_container::after {
    display: none;
  }

  .abt_info_text {
    font-size: 22px;
  }

  .abt_info_sect {
    padding: 0 28px 40px 28px;
  }

  .abt_info_sect::before,
  .abt_info_sect::after {
    width: 56px;
    height: 56px;
  }

  .abt_info_sect::before {
    top: -28px;
  }

  .abt_info_sect::after {
    bottom: 18px;
  }


  /* ABout content */

  /* Team sect */
  .wrap_team .sect_header {
    padding-bottom: 32px;
  }

  .wrap_team .sect_title {
    font-size: 36px;
  }

  .wrap_team .row {
    margin: 0 -6px;
  }

  .wrap_team .col {
    width: 50%;
    padding: 0 6px 12px 6px;
  }

  /* Team sect */

  /* !About Page */
  /* !Faq Page */
  .wrap_faq {
    padding: 64px 16px;
  }

  .wrap_faq .sect_header {
    padding-bottom: 32px;
  }

  .wrap_faq .sect_header .sect_title {
    font-size: 28px;
  }

  /* !Faq Page */

  /*! ---MAILING --- */
  .wrap_mailing .sect_body {
    padding: 56px 24px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
  }

  .ml_container {
    padding: 0;
  }

  .ml_content {
    float: none;
    width: 100%;
  }

  .ml_title {
    font-size: 28px;
  }

  .ml_info {
    font-size: 16px;
    margin-top: 12px;
  }

  .ml_form {
    width: 70%;
    float: none;
    margin: 16px auto 0 0;
  }

  .ml_input_item {
    display: inline-block;
    flex: 1;
    width: calc(100% - 120px);
  }

  /*! ---MAILING --- */


}

@media only screen and (min-width: 0px) and (max-width: 560px) {

  /* !About Page */
  .wrap_about_page {
    padding: 88px 16px 80px 16px;
  }

  .wrap_about_top {
    padding: 48px 16px 0px 16px;
  }

  .wrap_about_top .sect_title {
    font-size: 36px;
  }

  .abt_advt_sect {
    padding: 20px;
  }

  .pragm_title {
    font-size: 28px;
  }

  .pragm_btn_sect {
    margin-top: 36px;
  }

  .pragma_head .pbtn_camp {
    display: inline-flex;
  }

  .pragm_btn_sect .pbtn_camp {
    display: none;
  }

  .pragm_btn_sect .pragm_btn {
    width: 50%;
  }


  /* ABout content */

  .wrap_abt_container {
    margin-top: 60px;
    padding: 0 0 80px 0;
    background-size: contain;
    background-position: center;
  }

  .abt_container {
    padding: 0;
  }

  .wrap_abt_container::before,
  .wrap_abt_container::after {
    display: none;
  }

  .abt_info_text {
    font-size: 22px;
  }

  .abt_info_sect {
    padding: 0 28px 40px 28px;
  }

  .abt_info_sect::before,
  .abt_info_sect::after {
    width: 56px;
    height: 56px;
  }

  .abt_info_sect::before {
    top: -28px;
  }

  .abt_info_sect::after {
    bottom: 18px;
  }


  /* ABout content */

  /* Team sect */
  .wrap_team .sect_header {
    padding-bottom: 32px;
  }

  .wrap_team .sect_title {
    font-size: 36px;
  }

  .wrap_team .row {
    margin: 0 -6px;
  }

  .wrap_team .col {
    width: 50%;
    padding: 0 6px 12px 6px;
  }

  .team_content {
    padding: 8px 12px;
  }

  .team_name {
    margin-bottom: 0;
    font-size: 14px;
  }

  .team_special {
    font-size: 12px;
  }

  /* Team sect */

  /* !About Page */

  /* !Faq Page */
  .wrap_faq {
    padding: 64px 16px;
  }

  .wrap_faq .sect_header {
    padding-bottom: 32px;
  }

  .wrap_faq .sect_header .sect_title {
    font-size: 28px;
  }

  /* !Faq Page */

  /*! ---MAILING --- */
  .wrap_mailing .sect_body {
    padding: 56px 24px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
  }

  .ml_container {
    padding: 0;
  }

  .ml_content {
    float: none;
    width: 100%;
  }

  .ml_title {
    font-size: 28px;
  }

  .ml_info {
    font-size: 16px;
    margin-top: 12px;
  }

  .ml_form {
    width: 100%;
    float: none;
    margin: 16px auto 0 0;
  }

  .ml_input_item {
    display: inline-block;
    flex: 1;
    width: calc(100% - 120px);
  }

  /*! ---MAILING --- */


}

/** Error Page */
.wrap_error_page {
  padding: 160px 16px 80px 16px;
}

.wrap_error_page::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 10%;
  left: 0;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/icons/best_bg.svg);
  z-index: 0;
}

.error_page {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 424px;
  min-height: 424px;
  padding: 56px 48px;
  margin: 32px auto;
  background: #171E26;
  z-index: 5;
  border-radius: 48px;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  -ms-border-radius: 48px;
  -o-border-radius: 48px;
}

.back_home_btn {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  padding: 16px 24px;
  height: 56px;
  font-family: 'SFMono';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  color: #171E26;
  background: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
}

.back_home_btn span {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 32px;
}

.back_home_btn span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../img//icons/left_arw.svg");
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;


}

.error_img {
  display: block;
  width: 170px;
  height: 114px;
  margin: 0 auto 16px auto;
}

.error_img img {
  display: block;
  width: 100%;
  height: 100%;
}


.wrap_error_page .error_page p {
  display: block;
  text-align: center;
  font-family: "SFMono";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  color: #A6ABB2;
  margin-bottom: 24px;
}


@media only screen and (min-width: 1025px) and (max-width: 1232px) {

  .abt_row {
    margin: 0 -16px;
  }

  .about_info_item .item_col {
    width: 33.33%;
    padding: 0 16px;
  }

  .wrap_abt_date .abt_row {
    margin: 0 -16px;
  }

  .wrap_abt_date .item_col {
    width: 33.33%;
    padding: 0 16px;
  }

  .abt_date_title {
    font-size: 74px;
  }



  .about_title_item {
    padding: 48px 16px 24px 16px;
  }

  .about_title_item .abt_row {
    margin: 0 -12px;
  }

  .about_title_item .item_col {
    width: 33.33%;
    padding: 0 12px 24px 12px;
  }

  .abt_left {
    float: left;
    max-width: 40%;
  }

  .abt_right {
    float: left;
    width: 60%;
    padding-left: 24px;
  }

  .abt_title {
    font-size: 22px;
  }

  .wrap_error_page {
    padding: 104px 16px 40px 16px;
  }

  .error_page {
    margin: 32px auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrap_about_part {
    padding-top: 64px;
  }

  .about_info_item {
    padding: 64px 16px 32px 16px;
  }

  .abt_row {
    margin: 0;
  }

  .about_info_item .item_col {
    width: 100%;
    padding: 0 0 32px 0;
  }

  .wrap_abt_date {
    padding: 48px 0 24px 0;
  }

  .wrap_abt_date .abt_row {
    margin: 0;
  }

  .wrap_abt_date .item_col {
    width: 100%;
    padding: 0 0 24px 0;
  }

  .abt_date_title {
    font-size: 74px;
  }


  .about_title_item {
    padding: 48px 16px 24px 16px;
  }

  .about_title_item .abt_row {
    margin: 0 -12px;
  }

  .about_title_item .item_col {
    width: 50%;
    padding: 0 12px 24px 12px;
  }

  .abt_left {
    float: left;
    max-width: 40%;
  }

  .abt_right {
    float: left;
    width: 60%;
    padding-left: 24px;
  }

  .abt_title {
    font-size: 22px;
  }

  .back_color .abt_right {
    padding: 0 24px 0 0;
  }

  .back_color .abt_title {
    font-size: 36px;
  }

  .wrap_error_page {
    padding: 104px 16px 40px 16px;
  }

  .error_page {
    margin: 32px auto;
  }
}

@media only screen and (min-width: 561px) and (max-width: 767px) {
  .wrap_about_part {
    padding-top: 64px;
  }

  .about_info_item {
    padding: 64px 16px 32px 16px;
  }

  .abt_row {
    margin: 0;
  }

  .about_info_item .item_col {
    width: 100%;
    padding: 0 0 32px 0;
  }



  .wrap_abt_date {
    padding: 48px 0 24px 0;
  }

  .wrap_abt_date .abt_row {
    margin: 0;
  }

  .wrap_abt_date .item_col {
    width: 100%;
    padding: 0 0 24px 0;
  }

  .abt_date_title {
    font-size: 74px;
  }


  .about_title_item {
    padding: 48px 16px 24px 16px;
  }

  .about_title_item .abt_row {
    margin: 0;
  }

  .about_title_item .item_col {
    width: 100%;
    padding: 0 0 24px 0;
  }

  .item_pr_let {
    font-size: 74px;
  }

  .abt_left {
    float: none;
    max-width: 100%;
  }

  .abt_right {
    float: none;
    width: 100%;
    padding-left: 0;
  }

  .abt_title {
    font-size: 22px;
  }

  .about_gallery_item.back_color {
    padding: 64px 16px;
  }

  .about_gallery_item.back_color .main_center {
    flex-direction: column-reverse;
  }

  .back_color .abt_right {
    padding: 0 0 24px 0;
  }

  .back_color .abt_title {
    font-size: 36px;
  }

  /* Static--- */
  .wrap_static_page {
    padding-top: 104px;
    padding-bottom: 48px;
  }

  .wrap_static_page h1,
  .wrap_static_page .static_title {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .wrap_error_page {
    padding: 104px 16px 40px 16px;
  }

  .wrap_error_page::before {
    top: 0%;
    background-size: cover;
  }

  .error_page {
    margin: 32px auto;
  }
}

@media only screen and (min-width: 0px) and (max-width: 560px) {
  .wrap_about_part {
    padding-top: 64px;
  }

  .about_info_item {
    padding: 64px 16px 32px 16px;
  }

  .abt_row {
    margin: 0;
  }

  .about_info_item .item_col {
    width: 100%;
    padding: 0 0 32px 0;
  }


  .wrap_abt_date {
    padding: 48px 0 24px 0;
  }

  .wrap_abt_date .abt_row {
    margin: 0;
  }

  .wrap_abt_date .item_col {
    width: 100%;
    padding: 0 0 24px 0;
  }

  .abt_date_title {
    font-size: 74px;
  }




  .about_title_item {
    padding: 48px 16px 24px 16px;
  }

  .about_title_item .abt_row {
    margin: 0;
  }

  .about_title_item .item_col {
    width: 100%;
    padding: 0 0 24px 0;
  }

  .item_pr_let {
    font-size: 74px;
  }

  .abt_left {
    float: none;
    max-width: 100%;
  }

  .abt_right {
    float: none;
    width: 100%;
    padding-left: 0;
  }

  .abt_title {
    font-size: 22px;
  }


  .about_gallery_item.back_color {
    padding: 64px 16px;
  }

  .about_gallery_item.back_color .main_center {
    flex-direction: column-reverse;
  }

  .back_color .abt_right {
    padding: 0 0 24px 0;
  }

  .back_color .abt_title {
    font-size: 36px;
  }

  /* Static--- */
  .wrap_static_page {
    padding-top: 104px;
    padding-bottom: 48px;
  }

  .wrap_static_page h1,
  .wrap_static_page .static_title {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .wrap_error_page {
    padding: 104px 16px 40px 16px;
  }

  .wrap_error_page::before {
    top: 0%;
    background-size: cover;
  }

  .error_page {
    min-height: 0;
    margin: 32px auto;
  }
}

/** ---- Static Page ---- */
/** ---- Contact Page ---- */
.wrap_contact_page {
  padding: 144px 16px 80px 16px;
  margin: 0 auto;
}

.contact_header .sect_title,
.contact_header.sect_title a {
  text-align: left;
  font-size: 94px;
  justify-content: center;
  background: linear-gradient(90deg, #414952 0%, #70767D 32.5%, #414952 66.5%, #70767D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wrap_contact_items {
  margin: 0 auto;
}

.contact_gap {
  display: flex;
  gap: 24px;
}

.contact_social_block {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 536px;
  padding: 40px 32px;
  background: #171E26;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}

.contact_social_block .sect_header {
  padding: 0 0 24px 0;
}

.contact_social_block .sect_title {
  justify-content: flex-start;
  text-align: left;
  font-size: 36px;
  color: #FFF;
}


.contact_items {
  display: block;
  width: 100%;
}

.error_type {
  margin-top: 4px;
  text-align: left;
  font-family: 'SFProDisplay';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #D61E24;
}

.cnt_item {
  display: flex;
  width: 100%;
  margin-bottom: 24px;
}

.cnt_item_link {
  display: inline-flex;
  align-items: center;
}

.cnt_itm_text {
  width: 100%;
}

.cnt_itm_name {
  display: block;
  text-align: left;
  font-family: 'SFProDisplay';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: rgba(255, 255, 255, 0.60);
  word-break: break-word;
}

.cnt_itm_value {
  display: block;
  text-align: left;
  font-family: 'SFProDisplay';
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.4px;
  color: #FFF;
  word-break: break-word;
}


.scl_title {
  display: block;
  margin-bottom: 12px;
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.24px;
  color: #444444;
  opacity: 1;
}

.contact_social {
  margin: 32px 0 0 0;
}

.contact_social .socials li {
  margin: 0 12px 0 0;
}

.contact_form_block .sect_header {
  padding: 0 0 24px 0;
}

.contact_form_block .sect_title {
  justify-content: flex-start;
  text-align: left;
  font-size: 36px;
}

.contact_form_block .btn_sign {
  margin-left: auto;
  height: 56px;
}

.contact_info {
  display: block;
  font-family: 'SFMono';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  color: #414952;
}

.contact_form_block {
  display: block;
  float: left;
  width: calc(100% - 536px);
  padding: 40px 48px;
  background: #F3F6FA;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrap_contact_page {
    padding: 104px 16px 48px 16px;
  }

  .contact_header .sect_title,
  .contact_header.sect_title a {
    font-size: 28px;
  }

  .contact_form_block .sect_title {
    font-size: 22px;
  }

  .contact_social_block .sect_title {
    font-size: 22px;
  }

  .cnt_itm_value {
    font-size: 16px;
  }

  .contact_gap {
    gap: 16px;
  }

  .contact_social_block {
    width: 50%;
    padding: 32px 24px;
  }

  .contact_form_block {
    width: 50%;
    padding: 32px 24px;
  }

  .cnt_item {
    margin-bottom: 16px;
  }

}

@media only screen and (min-width: 561px) and (max-width: 767px) {
  .wrap_contact_page {
    padding: 104px 16px 48px 16px;
  }

  .contact_header .sect_title,
  .contact_header.sect_title a {
    font-size: 28px;
  }

  .contact_form_block .sect_title {
    font-size: 22px;
  }

  .contact_social_block .sect_title {
    font-size: 22px;
  }

  .cnt_itm_value {
    font-size: 16px;
  }

  .contact_gap {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    gap: 16px;
  }

  .contact_social_block {
    float: none;
    width: 100%;
    padding: 32px 24px;
  }

  .contact_form_block {
    float: none;
    width: 100%;
    padding: 32px 24px;
  }

  .cnt_item {
    margin-bottom: 16px;
  }

}

@media only screen and (min-width: 0px) and (max-width: 560px) {
  .wrap_contact_page {
    padding: 104px 16px 48px 16px;
  }

  .contact_header .sect_title,
  .contact_header.sect_title a {
    font-size: 28px;
  }

  .contact_form_block .sect_title {
    font-size: 22px;
  }

  .contact_social_block .sect_title {
    font-size: 22px;
  }

  .cnt_itm_value {
    font-size: 16px;
  }

  .contact_gap {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    gap: 16px;
  }

  .contact_social_block {
    float: none;
    width: 100%;
    padding: 32px 24px;
  }

  .contact_form_block {
    float: none;
    width: 100%;
    padding: 32px 24px;
  }

  .cnt_item {
    margin-bottom: 16px;
  }


}

/** ---- Contact Page ---- */

/** ---- Blogs Page ---- */
.wrap_blogs_page .sect_header {
  padding-bottom: 32px !important;
}

.wrap_blogs_page .more_f {
  margin-top: 16px;
}

.wrap_blogs_page .row {
  margin: 0 -12px;
}

.wrap_blogs_page .col {
  width: 33.33%;
  padding: 0 12px 32px 12px;
}

.blogs_item {
  display: block;
  width: 100%;
}

.blogs_item:hover .blog_img img {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
}

.blog_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.blog_img::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  padding-top: 61%;
}

.blog_img img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.blog_title {
  display: block;
  width: 100%;
  margin-top: 16px;
  text-align: left;
  font-family: 'SFProDisplay';
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  line-height: 1.3;
  color: #171E26;
  word-break: break-word;
}

.blog_info {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  text-align: left;
  font-family: 'SFProDisplay';
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  color: #171E26;
  word-break: break-word;
}

.blog_main_item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 32px 0;
  background: #F3F6FA;
  overflow: hidden;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.blog_main_content {
  display: block;
  float: left;
  width: calc(100% - 660px);
  padding: 40px;
}

.blog_main_img {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  width: 660px;
  position: relative;
  overflow: hidden;
}

.blog_main_img::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  padding-top: 61%;
}

.blog_main_img img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.blog_main_title {
  display: block;
  width: 100%;
  text-align: left;
  font-family: 'SFProDisplay';
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  color: #171E26;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
}

.blog_main_info a {
  text-decoration: underline;
  color: #171E26;
}

.blog_main_info {
  display: block;
  width: 100%;
  margin-top: 16px;
  text-align: left;
  font-family: 'SFProDisplay';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 1.4;
  color: #171E26;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}


.blog_detail_container {
  display: block;
  width: 100%;
  margin-bottom: 120px;
}

.blog_detail_img {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}

.blog_detail_img img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 872px;
  max-height: 480px;
  border-radius: 24px;
  object-fit: cover;
}

.blog_detail_text img {
  width: 100% !important;
  height: auto !important;
}

.blog_detail_text .blog_main_title {
  margin-bottom: 24px;
}

.blog_detail_text {
  display: block;
  width: 100%;
  max-width: 792px;
  margin: 0 auto;
}

.blog_date {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  text-align: left;
  font-family: 'SFProDisplay';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.4;
  color: #70767D;
  word-break: break-word;
}


.blog_info_sect a {
  text-decoration: underline;
  color: #171E26;
}

.blog_info_sect {
  display: block;
  width: 100%;
  margin-bottom: 48px;
  text-align: left;
  font-family: 'SFProDisplay';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 1.4;
  color: #171E26;
  word-break: break-word;
}

.blog_info_sect h1,
.blog_info_sect h2,
.blog_info_sect h3,
.blog_info_sect h4,
.blog_info_sect h5,
.blog_info_sect h6 {
  margin-bottom: 24px;
  text-align: left;
  font-family: 'SFProDisplay';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 1.4;
  color: #171E26;
  word-break: break-word;
}

.blog_info_sect p {
  margin-bottom: 24px;
  text-align: left;
  font-family: 'SFProDisplay';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 1.4;
  color: #171E26;
  word-break: break-word;
}

.nw_social_sect {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 32px;
  border: 1px solid #D7DBE0;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.nw_socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.nw_socials li {
  width: auto;
  float: left;
}

.nw_socials li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.nw_sc_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.fb .nw_sc_icon {
  background: #1674EA;
}

.wp .nw_sc_icon {
  background: #24CC63;
}

.tg .nw_sc_icon {
  background: #0084C6;
}

.tw .nw_sc_icon {
  background: #1A1A1A;
}

.smartbee .nw_sc_icon {
  background: #F4C20A;
}

.nw_sc_icon img {
  display: block;
  width: 24px;
  height: 24px;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
}

.nw_socials li a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.nw_sc_name {
  display: block;
  width: auto;
  margin-top: 8px;
  text-align: left;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  color: #3D4147;
  opacity: 1;
}

.share_row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.share_name {
  display: inline-flex;
  float: left;
  width: auto;
  margin-bottom: 24px;
  text-align: left;
  font-family: 'SFProDisplay';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  color: #15161A;
  opacity: 1;
}

.copy_link {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: auto;
  height: 36px;
  padding: 4px 16px;
  padding-right: 44px;
  text-align: left;
  font-family: 'SFMono';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  color: #15161A;
  opacity: 1;
  cursor: pointer;
  background: #EBEEF2;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.copy_link::before {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../img/icons/copy_lik.svg");
}

.toast {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  min-height: 36px;
  min-width: 250px;
  /*margin-left: -125px;
      */
  text-align: center;
  padding: 8px 16px;
  position: fixed;
  left: 50%;
  bottom: 24px;
  background-color: #15161A;
  text-align: center;
  font-family: 'SFMono';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  opacity: 0;
  z-index: 9;
  transition: opacity 0.5s, visibility 0.5s;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  -moz-transition: opacity 0.5s, visibility 0.5s;
  -ms-transition: opacity 0.5s, visibility 0.5s;
  -o-transition: opacity 0.5s, visibility 0.5s;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.toast.show {
  visibility: visible;
  opacity: 1;
}

@media only screen and (min-width: 1025px) and (max-width: 1352px) {
  .wrap_blogs_page .sect_body {
    padding: 0 16px;
  }

  .blog_main_content {
    width: 55%;
    padding: 24px 16px;
  }

  .blog_main_img {
    width: 45%;
  }

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrap_blogs_page .sect_header {
    padding-bottom: 24px !important;
  }

  .wrap_blogs_page .sect_body {
    padding: 0 16px;
  }

  .blog_main_content {
    width: 55%;
    padding: 24px 16px;
  }

  .blog_main_img {
    width: 45%;
  }

  .blog_main_title {
    font-size: 24px;
  }

}

@media only screen and (min-width: 561px) and (max-width: 767px) {
  .wrap_blogs_page .sect_header {
    padding-bottom: 24px !important;
  }

  .wrap_blogs_page .sect_body {
    padding: 0 16px;
  }

  .wrap_blogs_page .col {
    width: 50%;
  }

  .blog_title {
    margin-top: 12px;
    font-size: 20px;
  }

  .blog_main_item {
    flex-direction: column-reverse;
  }

  .blog_main_content {
    float: none;
    width: 100%;
    padding: 24px 16px;
  }

  .blog_main_img {
    float: none;
    width: 100%;
  }

  .blog_main_title {
    font-size: 24px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 560px) {
  .wrap_blogs_page .sect_header {
    padding-bottom: 24px !important;
  }

  .wrap_blogs_page .sect_body {
    padding: 0 16px;
  }

  .wrap_blogs_page .row {
    margin: 0;
  }

  .wrap_blogs_page .col {
    width: 100%;
    padding: 0 0 24px 0;
  }

  .blog_title {
    margin-top: 12px;
    font-size: 20px;
  }

  .blog_main_item {
    flex-direction: column-reverse;
  }

  .blog_main_content {
    float: none;
    width: 100%;
    padding: 24px 16px;
  }

  .blog_main_img {
    float: none;
    width: 100%;
  }

  .blog_main_title {
    font-size: 24px;
  }

  .nw_social_sect {
    padding: 24px;
  }
}

/** ---- Blogs Page ---- */

/*! ====  ALL PAGES CSS FINISH  ===== */