@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
  font-family: "Inter", sans-serif !important;
}

body {
  background: #F1F4FF;
}

a:hover {
	color: #EF7F01;
}

/* Убираю свечени */

.tophead_wrap, .home_wtext_block, .xtl_table_wrap, .xtl_left_col, .xtl_right_col, .home_lchange_one_ins {
  box-shadow: none;
} 




/* Кнопки */

a.home_news_more, a.home_reviews_more, a.home_reserv_more {
  border-radius: 43px;
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  background: #101033;
  color: white;
  font-family: Inter;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
}
a.home_news_more::after, a.home_reviews_more::after, a.home_reserv_more::after {
    content: '';
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    background-image: url("https://cointok.net/wp-content/themes/newexchanger/imgs_redisign/arrow-right.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}




/* Шапка */

.tophead_wrap {
  background: #1B3896;
}

.tophead, .logoblock, .logoblock_ins, .logoblock, .topmenu {
  height: 82px;
}

.tophead {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.topmenu {
  padding: 0;
  display: flex;
  justify-content: center;
}

#menu-verhnee-menyu-top-menu {
  padding-top: 25px;
}

.logoblock, .logoblock_ins {
  width: 151px;
  margin-bottom: 10px;
}

.topmenu li a {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #CCCCCC;
}

.topmenu li:hover > a, .topmenu li.current-menu-item > a {
  border-bottom: none;
}

a.toplink {
  width: 140;
  height: 48;
  padding-top: 10px;
  padding-right: 32px;
  padding-bottom: 10px;
  padding-left: 32px;
  angle: 0 deg;
  opacity: 1;
  border-radius: 40px;
  background: #EF7F01;
  border: none;
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 14px;
  leading-trim: NONE;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #FFFFFF;
  margin: 0;
}

.topmenu_ico
 {
  width: 40px;
  height: 60px;
  background: url(https://cointok.net/wp-content/themes/newexchanger/imgs_redisign/menu.svg) no-repeat center center;
}

.sub-menu {
  background: #1B3896 !important;
  border-radius: 10px !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5) !important;
  border: none !important;
}

.sub-menu a {
  color: #CCCCCC !important;
  background: #1B3896 !important;
}

.sub-menu-login a {
  display: none;
}

.current-menu-item a span {
  color: #fff !important;
}

@media (max-width: 959px) {

  .mobile_menu_ins {
    text-align: center;
  }

  .tophead {
    height: 60px;
  }

  .topmenu, a.toplink {
    display: none;
  }

  .mobile_menu_title {
    display: none;
  }

  .mobile_menu, .mobile_menu_ins li a {
    background: #1B3896;
    color: #CCCCCC;
  }

  .mobile_menu_ins li.current-menu-item > a {
    color: #ffffff;
  }

  .sub-menu {
    background: rgba(255, 255, 255, 0.1) !important;
    box-shadow: none !important;
    padding: 10px;
    margin: 10px;
  }

  .sub-menu a {
    background: transparent !important;
    padding: 5px !important;
  }

  .mobile_menu_ins li a {
    font-size: 16px;
    font-style: inherit;
    font-weight: inherit;
  }
  .sub-menu > li > a > span {
    font-size: 13px;
  }

  .mobile_menu_close {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cline x1='10' y1='10' x2='30' y2='30' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='30' y1='10' x2='10' y2='30' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center center;
    background-size: 40px 40px;
  }

  .sub-menu-login {
    padding-top: 40px;
    display: flex;
    justify-content: center;
  }

  .sub-menu-login a {
    display: inline-block;
  }

}




/* Верхний текст */

.unified-background-wrapper {
    position: relative;
    background: url('https://cointok.net/wp-content/themes/newexchanger/imgs_redisign/bg1.webp') center/cover no-repeat;
    margin-top: -40px;
    padding: 40px 10px 0 10px;
    z-index: 1;
}
.unified-background-wrapper > * {
    background: transparent !important;
}

.home_wtext_block {
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.home_wtext_title {
  max-width: 750px;
  text-align: center;
  color: white;
  font-family: Inter;
  font-weight: 900;
  font-style: Black;
  font-size: 60px;
  leading-trim: NONE;
  line-height: 64px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}

.home_wtext_div {
  max-width: 750px;
  text-align: center;
  color: white;
  font-family: Inter;
  font-weight: 300;
  font-style: Light;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 23px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}

.home_wtext_div p span {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 16px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #CCCCCC;
  white-space: nowrap;
}
.home_wtext_div p img {
  margin: 0 20px;
  vertical-align: middle;
}
.home_wtext_div p img:nth-of-type(2) {
  margin-left: 35px;
}

@media (max-width: 900px) {

  #container > div > div.wrapper > div > div.homepage_wrap > div.unified-background-wrapper > div.home_wtext_wrap > div > div {
    padding: 0;
  }

  .home_wtext_title {
    padding-top: 20px;
    font-size: 32px;
    line-height: 32px;
  }

  .home_wtext_div {
    font-size: 14px;
    line-height: 14px;
  }

  .home_wtext_div p span {
    font-size: 14px;
    line-height: 14px;
  }

  .home_wtext_div p span span {
    display: inline-block;
    max-width: 100px !important;
    text-align: left;
    white-space: wrap;
  }

  .home_wtext_div p img {
    margin: 0 10px;
    vertical-align: middle;
  }

  .home_wtext_div p img:nth-of-type(2) {
    margin-left: 10px;
  }

  #container > div > div.wrapper > div > div.homepage_wrap > div.unified-background-wrapper > div.home_wtext_wrap > div > div > div.home_wtext_div > div > p:nth-child(2) {
    padding-bottom: 0;
  }

}




/* Обменник */

.xtl_table_wrap {
  border-radius: 40px;
  background: #1B3896;
  padding: 60px 40px 40px;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.3) !important;
}

.xtl_table_title {
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: white;
}

#js_submit_button {
  border-radius: 33px;
  angle: 0 deg;
  opacity: 1;
  padding: 14px;
  background: #EF7F01;
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: white;
}

.xchange_table_wrap_links {
  padding-bottom: 20px !important;
}

.xchange_table_wrap_links_left span, .xchange_table_wrap_links_right span {
font-family: Inter;
font-weight: 600;
font-style: Semi Bold;
font-size: 14px;
leading-trim: NONE;
line-height: 20px;
letter-spacing: 0%;
vertical-align: middle;
border-radius: 9px !important;
color: #DDDDDD !important;
background-color: blue !important;
}

.xtl_left_col, .xtl_right_col {
  width: calc(50% - 45px);
}

.xtl_center_col {
  width: 90px;
}

a.xtl_change {
  width: 90px;
  height: 90px;
  background: url('https://cointok.net/wp-content/themes/newexchanger/imgs_redisign/Button.png')
}

.xtl_line {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  color: #CCCCCC;
  line-height: 12px;
}
a.xtp_link {
  color: #01BE76;
  text-decoration: none;
}

#js_html > div.xtl_table_body > div.xtl_left_col > div.xtl_selico_wrap > div.xtl_select_wrap > div > div.select_js_title, #js_html > div.xtl_table_body > div.xtl_right_col > div.xtl_selico_wrap > div.xtl_select_wrap > div > div.select_js_title, #js_html > div.xtl_table_body > div.xtl_left_col > div.xtl_input_wrap.js_wrap_error > input, #hide2 > input, #hide1 > input {
  border-color: #0F2367;
  border-radius: 17px;
}
#js_html > div.xtl_table_body > div.xtl_left_col > div.xtl_selico_wrap > div.xtl_select_wrap > div > div.select_js_title > div.select_js_title_ins, #js_html > div.xtl_table_body > div.xtl_right_col > div.xtl_selico_wrap > div.xtl_select_wrap > div > div.select_js_title > div.select_js_title_ins, #js_html > div.xtl_table_body > div.xtl_left_col > div.xtl_input_wrap.js_wrap_error > input, #hide2 > input, #hide1 > input {
  background-color: #0F2367;
  color: white;
}
#hide1 > div.xtl_commis_text {
  color: white;
}

.select_js_title .select_js_abs {
  background: url(https://cointok.net/wp-content/themes/newexchanger/imgs_redisign/Vector.png) no-repeat center center;
}

@media (max-width: 900px) {

  #container > div > div.wrapper > div > div.homepage_wrap > div.unified-background-wrapper > div.xchange_table_wrap {
    margin-left: -10px;
    margin-right: -10px;
  }
  .xchange_table_wrap, .xchange_type_list {
    padding: 0;
  }
  .xtl_table_wrap {
    border-radius: 0;
    padding: 20px 0px;
  }

  #js_html > div.xtl_table_body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .xtl_left_col, .xtl_right_col {
    background: transparent;
    width: calc(100% - 30px);
  }

  a.xtl_change {
    width: 90px;
    height: 90px;
    background: url(https://cointok.net/wp-content/themes/newexchanger/imgs_redisign/Button2.png);
  }

  #js_html > div.xtl_table_body > div.xtl_left_col, #js_html > div.xtl_table_body > div.xtl_right_col, #js_html > div.xtl_table_body > div.xtl_center_col {
    padding: 0;
  }

}




/* Текстовый блок на главной 1 */

.home_text_ins {
  max-width: 100%;
  padding: 0;
}

.home_text_wrap {
  padding: 0;
}

.home_text_div_1 {
  background: url('https://cointok.net/wp-content/themes/newexchanger/imgs_redisign/bg2.webp') center/cover no-repeat;
}

.home_text_div_1>div {
  max-width: 1150px;
  padding: 100px 10px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home_text_div_1>div>div {
  background: #1B3896;
  width: calc(32.2% - 60px);
  border-radius: 40px;
  padding: 30px;
  color: white;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 19.68px;
  letter-spacing: 0%;
  display: flex;
  align-items: center;
}

.home_text_div_1>div>div>img {
  padding-right: 30px;
}

.home_text_div_1>div>div>div>span {
  font-family: Inter;
  font-weight: 900;
  font-style: Black;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 54.76px;
  letter-spacing: 0%;
}

.home_text_div_1>div>div>div {
  width: calc(100% - 110px);
  display: inline-block;
}

@media (max-width: 1100px) {

  .home_text_div_1>div>div>div>span {
    font-size: 24px;
    line-height: 31.37px;
  }

  .home_text_div_1>div {
    padding: 75px 10px;
  }

  .home_text_div_1>div>div {
    font-size: 14px;
    line-height: 20px;
  }

}

@media (max-width: 900px) {

  .home_text_div_1>div {
    width: calc(100% - 80px);
    padding: 40px 10px;
    flex-direction: column;
  }

  .home_text_div_1>div>div {
    width: 100%;
    padding: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .home_text_div_1>div>div>img {
    width: 48px;
    height: 48px;
    padding-right: 20px;
  }

}




/* Текстовый блок на главной 2 */

.home_text_div_2 {
  background: url('https://cointok.net/wp-content/themes/newexchanger/imgs_redisign/bg3.webp') center/cover no-repeat;
}

.home_text_div_2>div {
  max-width: 1150px;
  padding: 160px 10px 130px;
  margin: auto;
  color: white;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}

.home_text_div_2>div>h2, #container > div > div.wrapper > div > div.homepage_wrap > div.home_text_wrap > div > div.home_text_block > div > div > div.home_text_div_2 > div:nth-child(1) > h2 {
  max-width: 600px;
  font-family: Inter;
  font-weight: 900;
  font-style: Black;
  font-size: 60px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: white;
}

.home_text_div_2>div>div {
  max-width: 65%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home_text_div_2>div>div>div {
  display: inline-block;
  width: calc(50% - 70px);
  display: flex;
  justify-content: left;
  align-items: center;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(20px);
  padding: 30px;
  border-radius: 30px;
  margin-bottom: 20px;
  z-index: 2;
}

.home_text_div_2>div>div>div>img {
  padding-right: 20px;
}

.home_text_coins {
  width: ;
  position: absolute;
  top: 100px;
  right: -70px;
  z-index: 1;
}

@media (max-width: 1200px) {

  .home_text_div_2>div {
    max-width: 1150px;
    padding: 100px 10px 60px;
  }

  .home_text_div_2>div>h2, #container > div > div.wrapper > div > div.homepage_wrap > div.home_text_wrap > div > div.home_text_block > div > div > div.home_text_div_2 > div:nth-child(1) > h2 {
    max-width: 400px;
    font-size: 40px;
  }

  .home_text_div_2>div {
    font-size: 14px;
  }

  .home_text_coins {
    top: 180px;
    right: -30px;
    width: 520px;
  }

}

@media (max-width: 1100px) {

  .home_text_div_2>div>h2, #container > div > div.wrapper > div > div.homepage_wrap > div.home_text_wrap > div > div.home_text_block > div > div > div.home_text_div_2 > div:nth-child(1) > h2 {
    max-width: 250px;
    font-size: 32px;
    padding-bottom: 25px;
  }

  .home_text_coins {
    top: 180px;
    right: 0px;
    width: 300px;
  }

  .home_text_div_2>div {
    padding: 50px 10px 40px;
  }

  .home_text_div_2>div>div {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .home_text_div_2>div>div>div {
    border-radius: 19px;
    padding: 20px;
    display: inline-block;
    width: calc(50% - 50px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .home_text_div_2>div>div>div>img {
    padding-right: 0px;
    padding-bottom: 20px;
  }

}

@media (max-width: 900px) {

  .home_text_coins {
    right: -30px;
    width: 230px;
    top: 380px;
  }

}




/* Отзывы */

.home_reviews_wrap {
  padding-top: 100px;
  padding-bottom: 100px;
}

.home_reviews_title {
  font-family: Inter;
  font-weight: 900;
  font-style: Black;
  font-size: 60px;
  leading-trim: NONE;
  line-height: 64px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: black;
}

.home_reviews_div_wrap {
  margin: 70px 0;
}

.home_reviews_one_ins {
  width: 438.81488037109375;
  height: 182.48269653320312;
  gap: 16px;
  angle: 0 deg;
  opacity: 1;
  border-radius: 24px;
  border-width: 1px;
  padding: 32px;
  background: #FFFFFF;
  border: 1px solid #E9ECF2;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
}

.home_reviews_date {
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.home_reviews_content {
  color: black;
}

@media (max-width: 1100px) {

  .home_reviews_wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home_reviews_div_wrap {
    margin: 50px 0;
  }

  .home_reviews_title {
    font-size: 40px;
    line-height: 40px;
  }

}

@media (max-width: 900px) {

  .home_reviews_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .home_reviews_div_wrap {
    margin: 30px 0;
  }

  .home_reviews_title {
    font-size: 32px;
    line-height: 32px;
  }

}




/* Последние обмены */

.home_lchange_wrap {
  background: url('https://cointok.net/wp-content/themes/newexchanger/imgs_redisign/bg5.webp') bottom center/cover no-repeat;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  padding-top: 60px;
  padding-bottom: 100px;
}

.home_lchange_title {
  font-family: Inter;
  font-weight: 900;
  font-style: Black;
  font-size: 60px;
  leading-trim: NONE;
  line-height: 64px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: white;
}

.home_lchange_one_ins {
  border-radius: 18px;
  padding: 20px;
}

@media (max-width: 1100px) {

  .home_lchange_wrap {
    border-top-left-radius: 33px;
    border-top-right-radius: 33px;
  }

  .home_lchange_wrap {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .home_lchange_title {
    font-size: 40px;
    line-height: 40px;
  }

  .home_lchange_wrap_ins {
    padding: 0 30px;
  }

}

@media (max-width: 900px) {

  .home_lchange_wrap {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .home_lchange_title {
    font-size: 32px;
    line-height: 32px;
  }

}




/* Обменяй крипту за 4 шага */

.four_steps {
  background: url('https://cointok.net/wp-content/themes/newexchanger/imgs_redisign/bg5.webp') bottom center/cover no-repeat;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: black;
}

.four_steps>div {
  background: url('https://cointok.net/wp-content/themes/newexchanger/imgs_redisign/bg4.webp') top center/cover no-repeat;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
}

.four_steps>div>div {
    max-width: 1150px;
    margin: 0 auto;
    padding: 80px 10px;
}

.four_steps h2 {
  font-family: Inter;
  font-weight: 900;
  font-style: Black;
  font-size: 60px;
  leading-trim: NONE;
  line-height: 64px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: black;
  padding-bottom: 20px;
}

.four_steps_block {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  background-color: yellow;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 30px;
  margin-top: 50px;
  background: linear-gradient(90deg, 
      #ebf0fd 0%, 
      #ebf0fd 24%, 
      #f68859 26%, 
      #f68859 49%, 
      #ebf0fd 51%, 
      #ebf0fd 74%, 
      #f68859 76%, 
      #f68859 100%
  );
}

.four_steps_block span {
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 0px;
  display: block;
  margin-bottom: -10px;
}

.four_steps_block>div {
  width: 49%;
  display: inline-block;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.four_steps_block>div>div {
  width: 49%;
  display: inline-block;
  padding: 30px 20px;
}

.four_steps_block>div>div img {
  padding-bottom: 20px;
}

@media (max-width: 1100px) {

  .four_steps>div {
    border-top-left-radius: 33px;
    border-top-right-radius: 33px;
  }

  .four_steps>div>div {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .four_steps h2 {
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 10px;
  }

  .four_steps {
    font-size: 14px;
    line-height: 14px;
  }

  .four_steps_block>div>div img {
    padding-bottom: 10px;
  }

  .four_steps_block span {
    font-size: 14px;
    line-height: 25px;
  }

  .four_steps_block {
    margin-top: 25px;
    font-size: 12px;
    line-height: 14px;
  }

  .four_steps>div>div {
    padding-right: 30px;
    padding-left: 30px;
  }

}

@media (max-width: 800px) {

  .four_steps_block {
    background: none;
    display: inline-block;
  }

  .four_steps_block>div {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 30px;
  }

  .four_steps_block>div:nth-child(1) {
    background: linear-gradient(90deg, 
        #ebf0fd 0%, 
        #ebf0fd 45%, 
        #f68859 55%, 
        #f68859 100%
    );
  }
  .four_steps_block>div:nth-child(2) {
    background: linear-gradient(90deg, 
        #f68859 0%, 
        #f68859 45%, 
        #ebf0fd 55%, 
        #ebf0fd 100%
    );
  }

}





/* Новости */

.home_news_wrap {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f1f4ff;
}

.home_news_title {
  font-family: Inter;
  font-weight: 900;
  font-style: Black;
  font-size: 60px;
  leading-trim: NONE;
  line-height: 64px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: black;
}

.home_news_div_wrap {
  margin: 70px 0;
}

.home_news_one {
  width: 438.81488037109375;
  height: 182.48269653320312;
  gap: 16px;
  angle: 0 deg;
  opacity: 1;
  border-radius: 24px;
  border-width: 1px;
  padding: 32px;
  background: #FFFFFF;
  border: 1px solid #E9ECF2;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
}

.home_news_one_title a {
  font-family: Inter;
  font-weight: 800;
  font-style: Extra Bold;
  font-size: 15.97px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: black;
  text-decoration: none !important;
}

.home_news_one_date {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 11.18px;
  leading-trim: NONE;
  line-height: 15.97px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #717B82;
}

.home_news_one_content a {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 12.77px;
  leading-trim: NONE;
  line-height: 19.16px;
  letter-spacing: 0%;
  color: #717B82;
  text-decoration: none !important;
}

@media (max-width: 1100px) {

  .home_news_wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home_news_div_wrap {
    margin: 50px 0;
  }

  .home_news_title {
    font-size: 40px;
    line-height: 40px;
  }

}

@media (max-width: 900px) {

  .home_news_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .home_news_div_wrap {
    margin: 30px 0;
  }

  .home_news_title {
    font-size: 32px;
    line-height: 32px;
  }

}




/* Резервы валют */

.home_reserv_wrap {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f1f4ff;
}

.home_reserv_title {
  font-family: Inter;
  font-weight: 900;
  font-style: Black;
  font-size: 60px;
  leading-trim: NONE;
  line-height: 64px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: black;
}

.home_reserv_many {
  margin: 70px 0 40px;
}

.one_home_reserv_ins {
  width: 438.81488037109375;
  height: 182.48269653320312;
  gap: 16px;
  angle: 0 deg;
  opacity: 1;
  border-radius: 24px;
  border-width: 1px;
  /*padding: 32px;*/
  background: #FFFFFF;
  border: 1px solid #E9ECF2;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
}

@media (max-width: 1100px) {

  .home_reserv_wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home_reserv_div_wrap {
    margin: 50px 0;
  }

  .home_reserv_title {
    font-size: 40px;
    line-height: 40px;
  }

}

@media (max-width: 900px) {

  .home_reserv_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .home_reserv_div_wrap {
    margin: 30px 0;
  }

  .home_reserv_title {
    font-size: 32px;
    line-height: 32px;
  }

}




/* Преимущества */

.home_advantages_wrap {
  display: none !important;
}




/* Партнеры */

.home_partner_wrap {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f1f4ff;
}

.home_partner_title {
  display: block;
  width: 100%;
  font-family: Inter;
  font-weight: 900;
  font-style: Black;
  font-size: 60px;
  leading-trim: NONE;
  line-height: 64px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: black;
  margin-bottom: 70px;
}

.home_partner_many {
  margin: 70px 0 40px;
}

.home_partner_one {
  border-radius: 24px;
  border-width: 1px;
  padding: 15px;
  background: #FFFFFF;
  border: 1px solid #E9ECF2;
}

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

@media (max-width: 1100px) {

  .home_partner_wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home_partner_div_wrap {
    margin: 50px 0;
  }

  .home_partner_title {
    font-size: 40px;
    line-height: 40px;
  }

}

@media (max-width: 900px) {

  .home_partner_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .home_partner_div_wrap {
    margin: 30px 0;
  }

  .home_partner_title {
    font-size: 32px;
    line-height: 32px;
  }

}




/* Футер */

.footer_wrap {
  background: url('https://cointok.net/wp-content/themes/newexchanger/imgs_redisign/bg6.webp') center/cover no-repeat;
  padding-bottom: 70px;
}

.footer {
  padding: 70px 0;
}

.footer_wrap p, .footer_wrap a {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  color: #D1D5DC;
  text-decoration: none !important;
}

.footer_wrap h5 {
  font-family: Inter;
  font-weight: 800;
  font-style: Extra Bold;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 14px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #EF7F01;
  padding-bottom: 10px;
}

.footer_left {
  width: 300px;
  margin-left: 10px;
}

.footer_left p {
  font-size: 14px;
}

.footer_logo {
  padding-bottom: 40px;
}

.footer_cards {
  padding: 40px 0 120px;
}

.footer_lang {
  font-size: 12px !important;
}

.footer_center {
  width: 630px;
  margin-left: 100px;
  display: flex;
  justify-content: space-between;
}

.footer_center div {
  width: 33%;
}

.footer_center h5 {
  padding-bottom: 25px;
}

.footer_center a {
  display: block;
  padding-bottom: 8px;
}

.footer_right {
  margin-top: -80px;
}

.footer_right div {
  padding-bottom: 20px;
}

.footer_right_links {
  display: flex;
  align-items: center;
  padding-bottom: 7px;
}

@media (max-width: 1470px) {

  .footer {
    padding-top: 40px;
  }

  .footer_left {
    width: calc(100% - 20px);
    float: none;
    padding-bottom: 40px;
  }

  .footer_logo {
    padding-bottom: 20px;
  }

  .footer_cards {
    padding: 40px 0 20px;
  }

  .footer_center {
    width: calc(100% - 20px);
    float: none;
    margin: 0 10px;
  }

  .footer_right {
    max-width: 1150px;
    width: calc(100% - 20px);
    float: none;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
  }

  .footer_right div {
    width: 33%;
  }

}

@media (min-width: 751px) and (max-width: 1470px) {

  #container > div.container > div.footer_wrap > div.footer > div.footer_left > div:nth-child(1) {
    float: left;
    padding-bottom: 40px;
  }

  #container > div.container > div.footer_wrap > div.footer > div.footer_left > div:nth-child(2) {
    float: right;
    padding-bottom: 40px;
    text-align: right;
  }

  .footer_cards {
    padding: 0px 0 20px;
  }

  .footer_center div {
    width: *;
  }
/*  .footer_center div:nth-child(2) {
    max-width: 200px;
  }*/
  .footer_center div:nth-child(3) {
    max-width: 200px;
  }

  .footer_right div {
    width: *;
  }
/*  .footer_right div:nth-child(2) {
    max-width: 200px;
  }*/
  .footer_right div:nth-child(3) {
    max-width: 200px;
  }

}

@media (max-width: 750px) {

  .footer_left {
    padding-bottom: 0;
  }

  .footer_right, .footer_center {
    display: block;
  }

  .footer_center div {
    padding-top: 40px;
    width: 100%;
  }

  .footer {
    padding-bottom: 20px;
  }

  .footer_right div {
    width: 100%;
  }

  .footer_timetable {
    text-align: left;
  }

}





/* Копирайт */

.copyright {
  background: #020D22;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: center;
  color: #717B82;
  margin: 0 *;
  margin-top: -3px;
}

.copyright p {
  display: block;
  max-width: 1175px;
  margin: 0 auto;
  padding: 15px 10px 0px;
}




/* ========================= СТРАНИЦЫ ============================ */




/* убираю свечение */
.tophead_wrap, .home_wtext_block, .js_col_one, .home_text_wrap, .home_reviews_one_ins, .home_lchange_one_ins, .home_news_wrap, .one_home_reserv_ins, .many_news_wrap, .user_widget, .widget_reviews_line, .one_reviews, .rf_div_wrap, .tarif_div, .sitemap_block, .page_wrap, .acf_div_wrap, .notice_message, .notverify_message, .xchange_div, .warning_message, .single_news_wrap, .paytext, .paydiv, .pntable, .statstablediv, .statuserdiv, .userwallets_form, .userwallets_table_one, .block_statusbids, .block_statusbids, .widget_reserv_div, .widget_news_line, .userverify_div_wrap, .userverify_text, .domacc_div_wrap, .promopage, .login_widget, .cf_div_wrap, .block_xchangedata, .term_description, .lp_div_wrap, .log_div_wrap, .pntable, .one_item {
  box-shadow: none !important;
}

h1.breadcrumb_title {
  padding-top: 20px;
  font-family: Inter;
  font-weight: 900;
  font-style: Black;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: black;
}

.breadcrumb ul li a {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 14px;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  color: #EF7F01;
}

/* поля с закруглениями */
.page_wrap, .textblock, .lp_div_wrap, .statstablediv, .pntable, .tarif_div, .acf_div_wrap, .userwallets_form, .promopage, .statuserdiv, .paytext, .paydiv, .one_reviews, .rf_div_wrap, .many_news_wrap, .term_description, .cf_div_wrap, .single_news_wrap {
  width: 866;
  height: 271;
  angle: 0 deg;
  opacity: 1;
  top: 238px;
  left: 176px;
  gap: 13px;
  border-radius: 30px;
  padding: 24px;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: -0.31px;
  color: #4A5565;
  background-color: white;
}

/* заголовки */
h2, .lp_div_title, .pntable_wrap_title {
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: black;
}

.user_widget, .widget_reserv_div, .widget_news_line, .login_widget, .widget.widget_reviews_div {
  border-radius: 30px;
  padding: 24px;
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: -0.15px;
  color: #364153;
  background-color: white;
}

.widget_reviews_line {
  width: 222;
  height: 170.48269653320312;
  angle: 0 deg;
  opacity: 1;
  gap: 16px;
  border-radius: 24px;
  padding: 16px;
  border-width: 1px;
  border: 1px solid #E9ECF2
}

.user_widget_title, .register_widget_title, .login_widget_title, .checkstatus_widget_title, .widget_reviews_div .widget_title {
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: black;
}

.widget_reviews_author {
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 10px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: black;
}

.widget_reviews_date {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 10px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #717B82;
}

.widget_reviews_content {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  color: #293238;
}

a {
  color: #EF7F01;
}

/* кнопки оранжевые */
input[type=submit], a.exit_link {
  height: 42px;
  angle: 0 deg;
  opacity: 1;
  border-radius: 43px;
  padding-top: 14px;
  padding-right: 32px;
  padding-bottom: 14px;
  padding-left: 32px;
  background: #EF7F01;
  color: white;
  border: none;
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 14px;
  letter-spacing: 0%;
  vertical-align: middle;
}
input[type=submit]:hover, a.exit_link:hover {
  background: #EF7F01;
  border: none;
}

.widget_reviews_more_wrap {
  display: flex;
  justify-content: center;
}

a.widget_news_more, a.widget_reviews_more {
  border-radius: 43px;
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  background: #101033;
  color: white;
  font-family: Inter;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
}

a.widget_news_more::after, a.widget_reviews_more::after {
  content: '';
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  background-image: url("https://cointok.net/wp-content/themes/newexchanger/imgs_redisign/arrow-right.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

a.widget_reviews_more:hover, a.home_reviews_more:hover, a.home_news_more:hover, a.home_reserv_more:hover {
	background: #101033;
}

input[type=text], input[type=email], input[type=password] {
  width: 222;
height: 50;
angle: 0 deg;
opacity: 1;
border-radius: 10px;
border-width: 1px;
padding-top: 12px;
padding-right: 16px;
padding-bottom: 12px;
padding-left: 16px;
font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 16px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: -0.31px;
}

input[type=text]:focus, input[type=email]:focus, input[type=password]:focus {
  border-color: #EF7F01;
}

.user_widget_body ul li a {
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: -0.15px;
  text-decoration: none;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: #EF7F01;
}

.user_widget_body ul li.current a {
  color: #364153;
}


/* Другие правки */

/* страницы */
.pagenavi span {
	background-color: #EF7F01;
	border-color: #EF7F01;
}
.pagenavi a {
	color:  #EF7F01;
}
.pagenavi a:hover {
	color:  #EF7F01;
	background-color: white;
}

/* оранжевые кнопки */
a.one_news_more {
	background-color: #EF7F01;
	border-color: #EF7F01;
}
a.one_news_more:hover {
	background-color: #EF7F01;
	border-color: #EF7F01;
	color: white;
}