@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  min-width: 320px;
  color: #000000;
  background: #ffffff;
  font: 16px/20px "segoeui", Verdana;
  cursor: default;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  height: auto !important;
  min-height: 100%;
  height: 100%;
  position: relative;
}

html, body, div, applet, object, iframe, blockquote, pre, abbr, acronym, address, big, select, input, textarea,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, fieldset, form, label, legend, caption {
  font: 16px/20px "segoeui", Verdana;
  margin: 0;
  padding: 0;
  border: 0;
}

a img, :link img, :visited img {
  border: 0;
}

p {
  padding: 0px;
  margin: 0px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

a {
  cursor: pointer;
  outline: none;
  color: #000000;
  text-decoration: none;
  font: 16px/20px "segoeui", Verdana;
}

a:hover {
  text-decoration: none;
}

.cl:after, .radios:after, .reg_form_left:after, .reg_form_right:after, .pb_left:after, .p_block:after, .w_block:after, .profile_top:after, .tabs_block:after, .blue_blocks:after, .side_page:after, .footer:after, .content:after, .top_block:after, .header:after {
  content: "";
  display: block;
  clear: both;
}

.hand {
  cursor: pointer;
}

.display_none {
  display: none;
}

input, select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  outline: none;
  resize: none;
  oveflow: auto;
}

ul {
  list-style: none;
}

/* site styles */
strong {
  font-weight: normal;
  font-family: "segoeui_bold";
}

.side_page, .footer, .content, .top_block, .header {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.btn_b {
  display: block;
  width: 200px;
  height: 40px;
  background-color: #2577AB;
  border-radius: 20px;
  font-size: 16px;
  line-height: 38px;
  color: #fff;
  text-align: center;
  margin: 20px auto 0;
  cursor: pointer;
  transition: 0.3s;
}
.btn_b:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}

header {
  z-index: 5;
  height: 50px;
  background: #2577AB;
}

.header {
  position: relative;
}

.logo {
  display: block;
  position: absolute;
  left: 15px;
  top: 12px;
}
.logo > span {
  font-size: 19px;
  line-height: 21px;
  text-transform: uppercase;
  color: #fff;
  font-family: "segoeui_semi_bold";
}
.logo > img {
  display: inline-block;
  vertical-align: top;
  margin-right: 7px;
}

.h_text {
  display: block;
  font-size: 15px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding-top: 17px;
}
.h_text > br {
  display: none;
}

.hb_mob_list {
  display: none;
  flex-direction: column;
  gap: 4px;
  margin-top: 15px;
}
.hb_mob_list > li > a {
  font-size: 14px;
  line-height: 110%;
  color: #fff;
}
.hb_mob_list > li > a:hover {
  text-decoration: underline;
}

.h_btns {
  position: absolute;
  z-index: 3;
  top: 15px;
  right: 15px;
}
.h_btns br {
  display: none;
}
.h_btns > a {
  display: block;
  height: 20px;
  float: right;
  font-size: 15px;
  line-height: 17px;
  padding-left: 27px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  background: url(../images/hb_2.svg) left top no-repeat;
  transition: 0.3s;
}
.h_btns > a:hover {
  text-decoration: underline;
}
.h_btns > a:nth-child(1) {
  margin-left: 38px;
  background: url(../images/hb_1.svg) left top no-repeat;
}

.burger {
  display: none;
  position: absolute;
  z-index: 4;
  width: 20px;
  height: 18px;
  background: url(../images/burger.png) 0 0 no-repeat;
  left: 13px;
  top: 17px;
  transition: 0.3s;
}
.burger.opened {
  transform: rotate(90deg);
}
.burger:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}

.h_mob_login, .h_mob_exit {
  display: none;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 4;
  right: 13px;
  top: 17px;
  transition: 0.3s;
}
.h_mob_login:hover, .h_mob_exit:hover {
  opacity: 0.7;
}
.h_mob_login > img, .h_mob_exit > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*стили модальных окон*/
.mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 90000000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.boxes .window {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999999;
  max-width: 370px;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 45px 0 24px;
  transform: translateX(-24px);
}

.m_content {
  padding: 0 15px;
}

.m_head {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #797979;
  text-align: center;
  margin-bottom: 26px;
}
.m_head > span {
  display: block;
  font-family: "segoeui_bold";
  color: #3e3e3e;
  font-size: 23px;
  line-height: 120%;
  margin-bottom: 6px;
}

.m_pay {
  display: none;
  font-size: 12px;
  line-height: 18px;
  color: #797979;
  margin: 10px 0;
}
.m_pay.visible {
  display: block;
}

.m_text {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #797979;
  margin: 10px 0;
}
.m_text > a {
  font-size: 12px;
  line-height: 18px;
  color: #2577AB;
  transition: 0.3s;
}
.m_text > a:hover {
  text-decoration: underline;
}

.l_form {
  max-width: 250px;
  margin: 0 auto;
}

.lf_label {
  font-size: 15px;
  line-height: 17px;
  color: #3e3e3e;
  font-family: "segoeui_bold";
  margin-bottom: 8px;
}

.lf_input {
  display: block;
  width: 100%;
  height: 45px;
  background-color: white;
  border: 2px solid #2577AB;
  border-radius: 23px;
  padding: 0 22px;
  font-size: 16px;
  margin-bottom: 25px;
}

.lf_submit {
  display: block;
  width: 100%;
  height: 45px;
  background-color: #2577AB;
  border-radius: 23px;
  font-size: 16px;
  margin-bottom: 15px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  transition: 0.3s;
}
.lf_submit:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}

.lf_links {
  text-align: center;
}
.lf_links > a {
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  color: #4a76a8;
  text-decoration: underline;
  margin-bottom: 5px;
}
.lf_links > a:hover {
  text-decoration: none;
}

.close {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/close.png) 0 0 no-repeat;
  position: absolute;
  z-index: 3;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.close:hover {
  filter: alpha(Opacity=80);
  opacity: 0.8;
}

.gray_wrap {
  background: #F4F4F4;
}

.top_block {
  max-width: 1400px;
  padding: 55px 15px 10px;
}

h1 {
  display: block;
  font-weight: normal;
  text-align: center;
  font-size: 24px;
  line-height: 39px;
  color: #474747;
  text-transform: uppercase;
  font-family: "segoeui_black";
  margin-bottom: 50px;
}
h1 > span {
  display: block;
  color: #4a76a8;
}

.tb_items {
  text-align: center;
}
.tb_items.hided .tb_item:nth-child(3n) {
  display: none;
}

.more_tb_items {
  display: none;
  width: 254px;
  height: 49px;
  margin: 0 auto;
  border: 2px solid #2577AB;
  border-radius: 40px;
  text-align: center;
  font-size: 15px;
  line-height: 45px;
  color: #1d1d1d;
  font-family: "segoeui_bold";
  cursor: pointer;
  transition: 0.3s;
}
.more_tb_items:hover {
  background: #2577AB;
  color: #fff;
}

.tb_item {
  display: inline-block;
  vertical-align: top;
  width: 180px;
  height: 250px;
  margin: 0 10px 30px;
}

.tbi_img {
  display: table;
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  box-shadow: 0px 0px 20px 0px rgba(74, 118, 168, 0.1);
  margin: 0 auto 10px;
}
.tbi_img > span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.tbi_img > span > img {
  display: inline-block;
}

.tbi_head {
  display: block;
  font-size: 27px;
  line-height: 30px;
  color: #414141;
  font-family: "segoeui_black";
  text-transform: uppercase;
}
.tbi_head > span {
  font-size: 16px;
}

.tbi_text {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #414141;
}
.tbi_text > span {
  font-size: 17px;
  line-height: 20px;
  font-family: "segoeui_black";
  text-transform: uppercase;
}

.content p {
  font-size: 16px;
  line-height: 24px;
  color: #464646;
  margin-bottom: 20px;
}

.blue_blocks {
  padding: 40px 0 10px;
}

.blue_block {
  display: table;
  float: left;
  margin: 0 2.5% 20px 0;
  width: 31.5%;
  padding-left: 105px;
  height: 180px;
  background-color: #2577AB;
  border-radius: 5px;
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.26);
  position: relative;
}
.blue_block:before {
  display: block;
  content: "";
  width: 86px;
  height: 180px;
  background: url(../images/bb_circle.jpg) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.blue_block:after {
  display: block;
  content: "";
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 9px solid #fff;
  background: #FFD100 url(../images/bb_arrows.svg) center no-repeat;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -38px;
  transform: translateY(-50%);
}
.blue_block:nth-child(3) {
  margin: 0 0 20px 0;
}
.blue_block:nth-child(3):after {
  display: none;
}
.blue_block > img {
  display: block;
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.blue_block > span {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  color: #fff;
  font-size: 15px;
  line-height: 120%;
  font-family: "segoeui_bold";
  padding-right: 30px;
}

.btn_y {
  display: block;
  margin: 20px auto;
  width: 295px;
  height: 58px;
  background-color: #ffd00d;
  border-radius: 29px;
  box-shadow: 0 0 29px rgba(255, 208, 13, 0.29);
  text-align: center;
  font-size: 18px;
  line-height: 58px;
  font-family: "segoeui_bold";
  text-transform: uppercase;
  transition: 0.3s;
}
.btn_y:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}

.earn {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  color: #1d1d1d;
}
.earn > span {
  display: block;
  font-family: "segoeui_bold";
  margin-bottom: 5px;
}

/* main_Slider */
.main_slider_block {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
  background: #fff;
  border-radius: 5px;
  margin: 45px auto;
}
.main_slider_block img {
  display: block;
  border-radius: 5px;
}

.ms_content {
  position: absolute;
  z-index: 1;
  width: calc(100% - 30vw);
  max-width: 740px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  padding: 10px 20px;
}

.ms_name {
  font-size: 42px;
  line-height: 110%;
  text-transform: uppercase;
  color: #fff;
  font-family: "segoeui_bold";
}

.ms_text {
  font-size: 28px;
  line-height: 110%;
  color: #fff;
  margin-top: 5px;
}

.bx-controls {
  height: 0px;
}

/* Pager */
.main_slider_block .bx-pager {
  display: none;
  height: 16px;
  text-align: center;
  position: relative;
  bottom: 30px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.main_slider_block .bx-pager-item {
  display: inline-block;
  margin: 0 5px;
  text-indent: -20000px;
}

.main_slider_block .bx-pager-item a.bx-pager-link {
  display: block;
  width: 16px;
  height: 16px;
  background-color: white;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  box-shadow: 0 0 8px rgba(49, 57, 138, 0.54);
}

.main_slider_block .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #4a76a8;
  box-shadow: none;
}

/* end of Slider */
.main_info_blocks {
  width: 100% !important;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

a.bx-prev, a.bx-next {
  display: block;
  position: absolute;
  z-index: 2;
  width: 17px;
  height: 41px;
  top: 70px;
  left: 50%;
  background: url(../images/slider_dir.png) no-repeat center;
}
a.bx-prev:hover, a.bx-next:hover {
  filter: alpha(Opacity=80);
  opacity: 0.8;
}

a.bx-prev {
  transform: translateX(-130px);
}

a.bx-next {
  transform: translateX(114px) rotate(180deg);
}

.mif_item {
  width: 340px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 0 23px;
  overflow: hidden;
}
.mif_item:nth-child(3n+1) {
  margin-left: 0;
}
.mif_item:nth-child(3n+3) {
  margin-right: 0;
}

.mif_img {
  display: table;
  width: 170px;
  height: 170px;
  background: #2577AB;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  margin: 0 auto 33px;
}
.mif_img > span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.mif_img > span > img {
  display: inline-block;
}

.mif_head {
  display: block;
  font-size: 16px;
  line-height: 110%;
  color: #4a76a8;
  text-transform: uppercase;
  font-family: "segoeui_bold";
  text-align: center;
  margin-bottom: 10px;
}

.mif_text {
  display: block;
  font-size: 15px;
  line-height: 110%;
  color: #414141;
}

.main_bot {
  margin: 80px 0 60px;
}
.main_bot p {
  font-size: 15px;
  line-height: 110%;
  margin-bottom: 10px;
}

h2 {
  font-weight: normal;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 28px;
  color: #4a76a8;
  font-family: "segoeui_bold";
  margin-bottom: 20px;
}

.q_form {
  max-width: 640px;
  float: right;
  margin-right: 100px;
  padding: 35px 15px 25px;
  position: relative;
}
.q_form:before {
  display: block;
  content: "";
  width: 389px;
  height: 369px;
  background: url(../images/qf_man.png) 0 0 no-repeat;
  position: absolute;
  bottom: 0;
  left: -360px;
}

.qf_head {
  display: block;
  font-size: 21px;
  line-height: 110%;
  color: #1d1d1d;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.qf_head > span {
  display: block;
  font-size: 31px;
  line-height: 110%;
  color: #4a76a8;
  font-family: "segoeui_black";
  margin-bottom: 7px;
}

.qf_input {
  display: inline-block;
  vertical-align: top;
  width: 290px;
  height: 44px;
  background-color: white;
  border: 2px solid #2577AB;
  border-radius: 23px;
  margin: 0 5px 18px;
  padding: 0 23px;
  font-size: 16px;
  position: relative;
  z-index: 1;
}

.qf_submit {
  display: inline-block;
  vertical-align: top;
  width: 290px;
  height: 44px;
  background-color: #2577AB;
  border-radius: 23px;
  margin: 0 5px 18px;
  box-shadow: 0 0 40px rgba(74, 118, 168, 0.43);
  text-align: center;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "segoeui_bold";
  transition: 0.3s;
  position: relative;
  z-index: 1;
}
.qf_submit:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}

.qf_capcha {
  margin-left: 5px;
  position: relative;
  z-index: 1;
}

body {
  position: relative;
}
body.shadow:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  filter: alpha(Opacity=70);
  opacity: 0.7;
  position: absolute;
  z-index: 3;
}

footer {
  background: #272727;
}

.footer {
  padding: 25px 15px 20px;
}
.footer .logo {
  position: static;
}

.f_cols {
  width: 100%;
  display: flex;
  gap: 70px;
  justify-content: space-between;
}

.fb_left {
  max-width: 360px;
  width: 100%;
  float: left;
}

.fbl_text {
  display: block;
  font-size: 12px;
  line-height: 110%;
  color: #6c6c6c;
  margin-top: 6px;
}
.fbl_text > a {
  font-size: 12px;
  line-height: 110%;
  color: #4a76a8;
  text-decoration: underline;
}
.fbl_text > a:hover {
  text-decoration: none;
}

.fb_right {
  float: right;
  max-width: calc(100% - 370px);
}

.fbr_head {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 110%;
  color: #9b9b9b;
}

.fc_head {
  font-size: 16px;
  line-height: 110%;
  font-family: "segoeui_semi_bold";
  color: #9b9b9b;
  margin-bottom: 12px;
}

.fc_list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.fc_list > li > a {
  font-size: 14px;
  line-height: 120%;
  color: #fff;
}
.fc_list > li > a:hover {
  text-decoration: underline;
}
.fc_list > li > a.fcl_mail, .fc_list > li > a.fcl_tel, .fc_list > li > a.fcl_tg {
  padding-left: 20px;
  position: relative;
}
.fc_list > li > a.fcl_mail:before, .fc_list > li > a.fcl_tel:before, .fc_list > li > a.fcl_tg:before {
  display: block;
  content: "";
  width: 15px;
  height: 12px;
  background: url(../images/fcl_mail.svg) center/cover no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
}
.fc_list > li > a.fcl_tg:before {
  background: url(../images/fcl_tg.svg) center/cover no-repeat;
}
.fc_list > li > a.fcl_tel:before {
  width: 14px;
  height: 14px;
  background: url(../images/fcl_tel.svg) center/cover no-repeat;
}

.f_bot {
  display: flex;
  flex-direction: column;
  gap: 17px;
  margin-top: -80px;
}

.fb_socials {
  display: flex;
  gap: 7px;
}
.fb_socials > a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: 0.3s;
}
.fb_socials > a:hover {
  opacity: 0.7;
}
.fb_socials > a.fb_vk {
  background: url(../images/fb_vk.svg) center/cover no-repeat;
}
.fb_socials > a.fb_tg {
  background: url(../images/fb_tg.svg) center/cover no-repeat;
}

.fb_copy {
  font-size: 12px;
  color: #6c6c6c;
}

.f_telegram, .f_email {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  padding-left: 38px;
  font-size: 16px;
  line-height: 110%;
  color: #fff;
  position: relative;
  transition: 0.3s;
}
.f_telegram:hover, .f_email:hover {
  text-shadow: 0 0 3px #fff;
}
.f_telegram:before, .f_email:before {
  display: block;
  content: "";
  width: 31px;
  height: 26px;
  background: url(../images/f_tel.png) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: -3px;
  left: 0;
}

.f_email:before {
  width: 26px;
  height: 20px;
  background: url(../images/f_email.png) 0 0 no-repeat;
  background-size: 100%;
  top: 0;
}

.fbr_pay {
  float: right;
  margin-top: 33px;
}
.fbr_pay > img {
  display: inline-block;
}

/*help*/
.side_page {
  padding: 23px 15px 50px;
}

.page_top {
  position: relative;
  margin-bottom: 23px;
}
.page_top:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #3C3C3C;
  position: absolute;
  left: 0;
  top: 16px;
}
.page_top > span {
  display: inline-block;
  vertical-align: top;
  background: #F4F4F4;
  font-size: 23px;
  line-height: 26px;
  color: #3e3e3e;
  font-family: "segoeui_bold";
  padding-right: 27px;
  position: relative;
  z-index: 1;
}

.tabs_block .tabs {
  display: block;
  float: left;
  width: 270px;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  padding: 25px 30px;
}
.tabs_block .tabs .tab {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
  color: #3f3f3f;
  font-family: "segoeui_semi_bold";
  cursor: pointer;
}
.tabs_block .tabs .tab.active {
  color: #4a76a8;
  font-family: "segoeui_bold";
}
.tabs_block .tab_content {
  display: block;
  float: right;
  background: #fff;
  width: calc(100% - 300px);
  padding: 25px 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
}

.hp_head {
  display: block;
  color: #3f3f3f;
  font-size: 18px;
  line-height: 110%;
  font-family: "segoeui_bold";
  margin-bottom: 30px;
}

.hp_links > li {
  display: block;
  margin-bottom: 5px;
}
.hp_links > li > a {
  font-size: 16px;
  line-height: 20px;
  color: #4a76a8;
}
.hp_links > li > a:hover {
  text-decoration: underline;
}

.hp_block {
  padding: 25px 0 20px;
}
.hp_block p {
  font-size: 16px;
  line-height: 24px;
  color: #3f3f3f;
}
.hp_block a {
  font-size: 16px;
  line-height: 20px;
  color: #4a76a8;
  text-decoration: underline;
}
.hp_block a:hover {
  text-decoration: none;
}

.hpb_head, .hpb_head_2 {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #3f3f3f;
  font-family: "segoeui_bold";
  text-transform: uppercase;
  margin-bottom: 3px;
}

.hpb_head_2 {
  text-transform: none;
  font-size: 18px;
  line-height: 110%;
}

.hpb_list {
  margin-bottom: 10px;
}
.hpb_list > li {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #3f3f3f;
  padding-left: 24px;
  position: relative;
}
.hpb_list > li:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  background: #2577AB;
  position: absolute;
  left: 0;
  top: 9px;
}

/*profile*/
.profile_top {
  margin-bottom: 25px;
}

.pt_id, .pt_total {
  float: left;
  font-size: 16px;
  line-height: 110%;
  color: #3e3e3e;
}
.pt_id > span, .pt_total > span {
  font-family: "segoeui_bold";
}

.pt_total {
  float: right;
}

.pt_edit {
  display: block;
  float: right;
  font-size: 15px;
  line-height: 110%;
  color: #4a76a8;
  text-decoration: underline;
}
.pt_edit:hover {
  text-decoration: none;
}

.w_block {
  background: #fff;
  border-radius: 5px;
  padding: 30px 30px 20px;
  margin-bottom: 25px;
  position: relative;
}

.p_users .p_col {
  float: left;
  width: 42%;
  padding-right: 20px;
}
.p_users .p_col:nth-child(2) {
  width: 58%;
}

.p_line {
  margin-bottom: 13px;
  font-size: 15px;
  line-height: 110%;
  color: #3e3e3e;
}
.p_line > span {
  font-family: "segoeui_bold";
}
.p_line > a {
  font-size: 15px;
  line-height: 110%;
  color: #4a76a8;
  text-decoration: underline;
}
.p_line > a:hover {
  text-decoration: none;
}

.p_left {
  float: left;
  width: calc(50% - 15px);
}

.p_right {
  float: right;
  width: calc(50% - 15px);
}

.p_head {
  font-size: 18px;
  line-height: 110%;
  color: #3e3e3e;
  font-family: "segoeui_bold";
  margin-bottom: 18px;
}

.pb_input {
  display: block;
  width: 100%;
  height: 45px;
  padding: 0 0 0 25px;
  background: #ffffff;
  border: 2px solid #2878AC;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  font-size: 16px;
}

.p_btn {
  margin: 0 0 13px;
}

.edit_btn {
  margin: 0 0 13px;
  cursor: pointer;
}

.r_btn {
  margin: 28px 0 0;
  cursor: pointer;
}

.p_time {
  margin-bottom: 13px;
}
.p_time > span {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 110%;
  color: #3e3e3e;
  font-family: "segoeui_bold";
}
.p_time > a {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 110%;
  color: #4a76a8;
  text-decoration: underline;
  margin-left: 4px;
}
.p_time > a:hover {
  text-decoration: none;
}

.p_advert, .p_ref {
  display: block;
  width: 100%;
  max-width: 440px;
  height: 45px;
  border: 2px solid #2577ab;
  border-radius: 30px;
  padding: 0 40px 0 25px;
  font-size: 16px;
  margin-bottom: 10px;
}

.p_adv_helper {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #2677AB;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 45px;
  cursor: pointer;
}

.p_scroll {
  overflow: auto;
  height: 420px;
  padding-right: 20px;
  margin: 30px 0 40px;
}

.ps_line {
  height: 30px;
  background: #F4F4F4;
  padding: 0 10px;
}
.ps_line:nth-child(even) {
  background: #FBFBFB;
}
.ps_line > span {
  display: block;
  float: right;
  font-size: 13px;
  line-height: 30px;
  color: #3e3e3e;
}
.ps_line > span:nth-child(1) {
  float: left;
  font-family: "segoeui_bold";
}

.listing {
  text-align: center;
  margin-bottom: 49px;
}
.listing > li {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 30px;
}
.listing > li > a {
  display: block;
  width: 30px;
  height: 30px;
  background: #2577AB;
  text-align: center;
  line-height: 30px;
  font-size: 15px;
  color: #ffffff;
  margin: 0 4px;
  transition: 0.3s;
}
.listing > li > a:hover {
  filter: brightness(150%);
}
.listing > li > a.current {
  background: #F1F1F1;
  color: #000;
}
.listing > li > a.current:hover {
  filter: none;
}

.p_block {
  margin-top: 35px;
}

.pb_left {
  float: left;
  max-width: 440px;
  width: 100%;
}

.pb_item {
  width: 190px;
  float: left;
  margin-bottom: 25px;
  margin-right: 27px;
}
.pb_item:nth-child(3) {
  width: 140px;
}

.edit_form .pb_item {
  width: 240px;
}
.edit_form .pb_item.pb_u {
  width: 150px;
}

.refill .pb_item {
  width: 220px;
}
.refill .pb_item.pbi_tel {
  width: 100%;
  max-width: 320px;
}

.registration_form .pb_item {
  width: 240px;
}
.registration_form .pb_item.pbi_link {
  width: 100%;
  max-width: 510px;
}

.reg_form_left, .reg_form_right {
  float: left;
  width: 50%;
}

.reg_form_right {
  float: right;
}

.pb_head {
  display: block;
  min-height: 18px;
  font-size: 15px;
  line-height: 110%;
  color: #3e3e3e;
  font-family: "segoeui_bold";
  margin-bottom: 8px;
}

/*	styles for select*/
.selectbox {
  width: 100%;
  vertical-align: middle;
  cursor: pointer;
}

.selectbox .select {
  width: 100%;
  height: 45px;
  padding: 0 0 0 25px;
  background: #ffffff;
  border: 2px solid #2878AC;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  position: relative;
}
.selectbox .select:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3.5px 0 3.5px;
  border-color: #598db8 transparent transparent transparent;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}

.selectbox .select .text {
  display: block;
  color: #7b7b7b;
  font-size: 16px;
  line-height: 41px;
  white-space: nowrap;
  overflow: hidden;
}

.selectbox ul.dropdown {
  top: 43px;
  width: 100%;
  margin: 0;
  background: #fff;
  border: 2px solid #2878AC;
}

.selectbox li {
  color: #7b7b7b;
  font-size: 14px;
  padding: 5px 25px 6px;
}

.selectbox li:hover, .selectbox li.selected {
  background: #E6E6E6;
  color: #000000;
}

.selectbox li.disabled {
  color: #AAA;
}

/*	end of styles for select*/
.pb_right {
  float: right;
  width: calc(100% - 470px);
}

.pb_code {
  display: block;
  width: 100%;
  height: 140px;
  background: #ffffff;
  border: 2px solid #2878AC;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  padding: 15px 10px 15px 25px;
}
.pb_code > div {
  display: block;
  width: 100%;
  height: 110px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 24px;
  overflow: auto;
  color: #535353;
}

.p_announcement {
  background: #fff;
  padding: 20px 10px;
  margin-top: -30px;
}
.p_announcement > div {
  border: 1px solid #F4F4F4;
  padding: 30px;
}

.pa_items {
  width: 100%;
  max-width: 530px;
  text-align: center;
  padding: 3px 4px 3px 9px;
  border: 1px solid #CADFF1;
  border-bottom: none;
}

.pa_item {
  display: inline-block;
  vertical-align: top;
  width: 125px;
  height: 313px;
  margin: 0 0 2px;
  padding: 7px 9px;
  border: 1px solid #fff;
  text-align: left;
  transition: 0.3s;
}
.pa_item:hover {
  border: 1px solid #E4D198;
  background: #FFFAE6;
}
.pa_item > img {
  display: block;
}

.pa_name {
  display: block;
  font-size: 13px;
  line-height: 15px;
  color: #65531d;
  font-family: "segoeui_bold";
  margin: 12px 0;
}

.pa_contact {
  display: block;
  font-size: 11px;
  line-height: 13px;
  color: #579ae1;
  font-family: "segoeui_bold";
}
.pa_contact > img {
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
}

.pa_text {
  display: block;
  height: 90px;
  overflow: hidden;
  font-size: 10px;
  line-height: 15px;
  color: #65531d;
  margin-top: 10px;
}

.pa_bot {
  max-width: 527px;
  background: #E5F0F8;
  padding: 7px 10px;
  text-align: center;
  border: 1px solid #CADFF1;
  border-top: none;
}
.pa_bot > a {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 15px;
  color: #4a76a8;
  text-decoration: underline;
}
.pa_bot > a:hover {
  text-decoration: none;
}

/*radio style*/
.radios li {
  display: block;
  float: left;
  margin-right: 20px;
}

.radios li input, .radios li label {
  float: left;
}

.res_radios li label span {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #797979;
  padding: 10px 10px 10px 36px;
}
.res_radios li label span .rd_head {
  display: block;
  font-size: 16px;
  line-height: 18px;
  color: #4a76a8;
  font-family: "segoeui_bold";
  margin: -3px 0 5px;
  padding: 0;
}

input[type=radio] {
  display: none !important;
}
input[type=radio].rdl_input {
  display: block !important;
}

input[type=radio] + label {
  cursor: pointer;
}

input[type=radio] + label::before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border: 2px solid #4a76a8;
  position: absolute;
  top: 11px;
  left: 10px;
}

input[type=radio] + label::before {
  background-position: 0 0;
}

input[type=radio]:checked + label::before {
  background: #4a76a8;
}

/*end of radio style*/
.res_list > li, .res_radios > li {
  display: block;
  width: 270px;
  height: 70px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  float: left;
  margin-bottom: 20px;
  position: relative;
  border: 2px solid #E7EDF3;
  cursor: pointer;
}
.res_list > li:before, .res_radios > li:before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border: 2px solid #4a76a8;
  position: absolute;
  top: 11px;
  left: 10px;
}
.res_list > li:nth-child(even), .res_radios > li:nth-child(even) {
  float: right;
}
.res_list > li.current, .res_radios > li.current {
  border: 2px solid #4a76a8;
  box-shadow: none;
}
.res_list > li.current:before, .res_radios > li.current:before {
  background: #4a76a8;
}
.res_list > li.rd_long, .res_radios > li.rd_long {
  width: 100%;
  height: auto;
}
.res_list > li.rd_long .rdl_input, .res_radios > li.rd_long .rdl_input {
  display: block;
  width: 100%;
  height: 34px;
  background: #fff;
  border: 2px solid #4a76a8;
  border-radius: 30px;
  margin-top: 10px;
  padding: 0 10px;
}
.res_list > li > span, .res_radios > li > span {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #797979;
  padding: 10px 10px 10px 36px;
}
.res_list > li > span .rd_head, .res_radios > li > span .rd_head {
  display: block;
  font-size: 16px;
  line-height: 18px;
  color: #4a76a8;
  font-family: "segoeui_bold";
  margin: -3px 0 5px;
  padding: 0;
}

.niceCheck {
  display: block;
  float: left;
  cursor: pointer;
  position: relative;
  margin: 0 60px 20px 0;
}
.niceCheck:last-child {
  margin-right: 0;
}
.niceCheck > input {
  display: none;
}
.niceCheck > span {
  display: block;
  padding-left: 25px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  margin-left: 8px;
  color: #3e3e3e;
}
.niceCheck > span:before {
  content: "";
  width: 19px;
  height: 19px;
  border: 2px solid #2577AB;
  border-radius: 7px;
  position: absolute;
  top: -2px;
  left: 0;
}
.niceCheck input:checked + span::before {
  background: #4a76a8;
}

.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100dvh;
  overflow: hidden;
  position: relative;
}

.main {
  flex: 1;
  background: #F4F4F4;
}

.tel_login {
  max-width: 370px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 46.06px 2.94px rgba(0, 0, 0, 0.4);
  padding: 40px 50px;
  position: absolute;
  z-index: 6;
  right: 0;
  top: 0;
  transform: translateX(120%);
  transition: 0.3s;
}
.tel_login.opened {
  transform: translateX(0);
}
.tel_login .l_form {
  max-width: 100%;
}
.tel_login .l_form .lf_input {
  margin-bottom: 15px;
}

.lf_text {
  font-size: 16px;
  color: #3e3e3e;
  margin-bottom: 15px;
}
.lf_text > span {
  display: block;
  margin-top: 10px;
  color: #7b7b7b;
}

.adm_search_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid #B6B6B6;
  border-radius: 20px;
  padding: 5px 5px 5px 25px;
  margin-bottom: 20px;
}

.search_btn {
  width: 20px;
  height: 21px;
  background: url(../images/search_btn.svg) center/cover no-repeat;
}

.as_input {
  display: block;
  width: 100%;
  height: 20px;
  background: unset;
  flex: 1;
  font-size: 15px;
}

.as_btn {
  max-width: 105px;
  height: 28px;
  line-height: 26px;
  margin-top: 0;
}

.a_line {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 5px 15px;
  padding: 10px 20px 10px 10px;
  background: #F4F4F4;
}
.a_line:nth-child(even) {
  background: #FBFBFB;
}

.al_number > span {
  display: inline-block;
  font-size: 14px;
  color: #4a76a8;
  font-family: "segoeui_bold";
  text-decoration: underline;
  cursor: pointer;
}
.al_number > span:hover {
  text-decoration: none;
}

.al_price {
  font-size: 14px;
  color: #3e3e3e;
  font-family: "segoeui_bold";
}

.al_pay {
  font-size: 14px;
  color: #3e3e3e;
}

.al_btn {
  max-width: 105px;
  height: 28px;
  font-size: 14px;
  line-height: 26px;
  margin: unset;
}

.ap_close {
  width: 19px;
  height: 19px;
  background: url(../images/a_close.png) center/cover no-repeat;
  position: absolute;
  top: 15px;
  right: 15px;
  transition: 0.3s;
  cursor: pointer;
}
.ap_close:hover {
  opacity: 0.7;
}

.adm_popups {
  width: 100%;
  max-width: 370px;
  background: #fff;
  padding: 30px;
  position: fixed;
  z-index: 6;
  top: 0;
  left: 0;
  transform: translateX(-120%);
  transition: 0.3s;
}
.adm_popups.opened {
  transform: translateX(0);
}

.adm_popup {
  display: none;
}
.adm_popup.visible {
  display: block;
}

.ap_head {
  font-size: 18px;
  font-family: "segoeui_bold";
  color: #3e3e3e;
}

.ap_line {
  font-size: 16px;
  color: #3e3e3e;
  position: relative;
  padding-left: 21px;
  margin-top: 12px;
}
.ap_line:before {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 5px;
}
.ap_line.apl_tel:before {
  background: url(../images/fcl_tel.svg) center/cover no-repeat;
}
.ap_line.apl_mail:before {
  width: 16px;
  height: 13px;
  background: url(../images/fcl_mail.svg) center/cover no-repeat;
}
.ap_line.apl_tg:before {
  width: 15px;
  height: 15px;
  background: url(../images/fcl_tg.svg) center/cover no-repeat;
}
.ap_line.apl_url:before {
  width: 15px;
  height: 15px;
  background: url(../images/fcl_url.svg) center/cover no-repeat;
}
.ap_line.apl_site:before {
  width: 16px;
  height: 16px;
  top: 3px;
  background: url(../images/fcl_site.svg) center/cover no-repeat;
}

/* flexible media */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

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

/* MEDIA QUERIES*/
@media only screen and (max-width: 1200px) {
  .mif_item {
    margin: 0 15px 25px !important;
  }
  .lkt_block {
    max-width: 460px;
  }
  .group_2_lkb_items {
    display: block;
  }
  .lk_project .lkb_item:nth-child(1) {
    margin-left: 70px;
  }
  .tabs_3 {
    margin-top: 30px;
  }
  .main_info_blocks {
    max-width: 500px;
    margin: 0 auto 40px;
  }
  .mif_item {
    margin: 0 !important;
  }
  .reg_form_left, .reg_form_right {
    float: none !important;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
  }
} /*1200*/
@media only screen and (max-width: 1000px) {
  .q_form {
    float: none;
    margin: 0 auto;
  }
  .q_form:before {
    display: none;
  }
  .tabs_block .tabs {
    width: 200px;
    padding: 22px 15px;
  }
  .tabs_block .tab_content {
    padding: 22px 15px;
    width: calc(100% - 220px);
  }
  .ri_name {
    position: static;
    width: auto;
    text-align: left;
    margin-bottom: 10px;
  }
  .ri_name_2 {
    width: auto;
    position: absolute;
    top: 0px;
    right: -10px;
  }
  .lkt_block {
    max-width: 570px;
    float: none !important;
    margin: 0 auto 25px;
  }
  .lkbc_block {
    width: 100%;
    float: none !important;
    margin-bottom: 20px;
  }
  .pb_left {
    float: none;
  }
  .pb_right {
    float: none;
    width: 100%;
  }
  .f_cols {
    gap: 30px;
  }
  .fbl_text br {
    display: none;
  }
  .f_bot {
    margin-top: 30px;
    flex-direction: row;
    justify-content: space-between;
  }
} /*1000*/
@media only screen and (max-width: 920px) {
  .blue_block {
    float: none;
    margin: 0 auto 10px !important;
    width: 100%;
    max-width: 380px;
  }
  .blue_block:after {
    top: auto;
    bottom: -33px;
    right: auto;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
  .blue_block > span {
    font-size: 13px;
  }
  .ms_name {
    font-size: 4.3vw;
  }
  .ms_text {
    font-size: 2.7vw;
  }
  .fbr_head {
    display: block;
    font-size: 13px;
    margin-bottom: 15px;
  }
  .f_telegram, .f_email {
    font-size: 13px;
    padding-left: 20px;
    margin-left: 0;
  }
  .f_telegram:before, .f_email:before {
    width: 14px;
    height: 12px;
    top: 2px !important;
  }
  .f_email {
    margin-left: 16px;
  }
  .f_email:before {
    width: 14px;
    height: 10px;
  }
  .fbr_pay {
    margin: 40px 20px 0 0;
  }
} /*920*/
@media only screen and (max-width: 850px) {
  .tf_top > span {
    display: block;
    margin: 10px 0 0 0;
  }
  .st_1 {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .st_2 {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 800px) {
  .lk_project {
    width: 100%;
    transform: translateX(0);
    max-width: 220px;
    margin: 0 auto;
  }
  .lk_project .lkb_item {
    float: none;
    margin: 0 auto 15px !important;
  }
  .lk_project .lkb_argument {
    float: none;
    margin: 0 auto 15px;
  }
  header {
    height: auto;
    padding: 10px 0;
  }
  .logo {
    width: 200px;
    position: static;
    margin: 0 auto;
    text-align: center;
  }
  .footer .logo {
    margin: 0;
    text-align: left;
  }
  .h_text {
    font-size: 11px;
    padding-top: 5px;
  }
  .h_text > br {
    display: block;
  }
  .h_btns {
    display: none;
    background: #2577AB;
    width: 280px;
    padding: 25px;
    top: 60px;
    right: unset;
    left: 0;
  }
  .h_btns br {
    display: block;
  }
  .h_btns > a {
    float: none;
    display: inline-block;
  }
  .h_btns > a:nth-child(1) {
    margin: 0 0 20px;
  }
  .burger, .h_mob_login, .h_mob_exit {
    display: block;
  }
  .hb_mob_list {
    display: flex;
  }
  .tl_btn {
    display: none !important;
  }
  .f_cols {
    flex-direction: column;
  }
  .f_bot {
    flex-direction: column;
    margin-top: 35px;
  }
} /*800*/
@media only screen and (max-width: 750px) {
  .content p {
    font-size: 13px;
    line-height: 19px;
  }
  .hp_block p {
    font-size: 13px;
    line-height: 19px;
  }
  .side_page {
    padding: 15px 15px 40px;
  }
  .page_top {
    margin-bottom: 15px;
  }
  .page_top:before {
    top: 14px;
  }
  .page_top > span {
    font-size: 15px;
    padding-right: 20px;
  }
  .w_block {
    padding: 20px 10px;
    margin-bottom: 15px;
  }
  .profile_top {
    margin-bottom: 15px;
  }
  .pt_id, .pt_total, .pt_edit {
    font-size: 13px;
  }
  .p_left, .p_right {
    float: none;
    width: 100%;
  }
  .p_head {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .p_btn {
    width: 160px;
    font-size: 13px;
  }
  .p_time {
    margin-bottom: 13px;
  }
  .p_time > span {
    font-size: 13px;
  }
  .p_time > a {
    font-size: 13px;
    margin-left: 4px;
  }
  .p_advert, .p_ref {
    max-width: 100%;
  }
  .p_adv_helper {
    right: auto;
    left: 190px;
    top: -25px;
    transform: translateY(0);
  }
  .tabs_block .tabs {
    display: block;
    width: 100%;
    float: none;
    padding: 20px 20px 5px;
  }
  .tabs_block .tabs .tab {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 15px;
  }
  .tabs_block .tab_content {
    display: block;
    margin-top: 20px;
    width: 100%;
    padding: 25px 10px;
  }
  .hp_head {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .hp_links > li {
    margin-bottom: 0;
  }
  .hp_links > li > a {
    font-size: 13px;
    line-height: 15px;
  }
  .hpb_head, .hpb_head_2 {
    font-size: 13px;
    line-height: 21px;
  }
  .hpb_head_2 {
    font-size: 13px;
  }
  .hpb_list {
    margin: 15px 0;
  }
  .hpb_list > li {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 5px;
  }
  .hpb_list > li:before {
    top: 6px;
  }
  .p_scroll {
    height: 250px;
  }
  .adm_search_block {
    padding-left: 12px;
  }
  .as_btn {
    width: 75px;
  }
  .a_scroll {
    height: 320px;
  }
  .a_line {
    flex-wrap: wrap;
    padding: 10px 7px;
  }
  .a_line > div {
    width: calc(50% - 8px);
  }
  .al_number, .al_pay {
    text-align: left;
  }
  .al_price {
    text-align: right;
  }
} /*750*/
@media only screen and (max-width: 700px) {
  .q_form {
    max-width: 290px;
    padding: 20px 0 120px;
  }
  .qf_head {
    font-size: 13px;
  }
  .qf_head > span {
    font-size: 15px;
    margin-bottom: 2px;
  }
  .qf_input {
    display: block;
    margin: 0 auto 20px;
    max-width: 250px;
  }
  .qf_submit {
    width: 250px;
    position: absolute;
    margin: 0;
    left: 20px;
    bottom: 35px;
  }
  .qf_capcha {
    width: 250px;
    margin: 0 auto;
  }
  .fb_right {
    max-width: 250px;
  }
  .fb_left {
    max-width: 250px;
  }
} /*700*/
@media only screen and (max-width: 650px) {
  .mif_item {
    display: block;
    height: auto;
    margin: 0 auto 20px !important;
  }
  .main_bot {
    margin: 30px 0;
  }
  .edit_form .pb_item, .refill .pb_item {
    float: none;
    margin: 0 0 20px;
  }
  .edit_form .pb_item .pb_head, .refill .pb_item .pb_head {
    min-height: auto;
  }
  .r_btn {
    margin-top: -10px;
  }
} /*650*/
@media only screen and (max-width: 600px) {
  h2 {
    font-size: 15px;
    line-height: 18px;
  }
  .main_bot p {
    font-size: 12px;
    line-height: 120%;
  }
  .res_list li {
    width: 100%;
    float: none !important;
  }
  .radios li {
    width: 100%;
    float: none !important;
  }
  .radiosB > li {
    width: 50%;
  }
  .lkb_row.goods input {
    margin-bottom: 20px;
  }
  .lkb_row.goods .cl, .lkb_row.goods .header, .lkb_row.goods .top_block, .lkb_row.goods .content, .lkb_row.goods .blue_blocks, .lkb_row.goods .footer, .lkb_row.goods .side_page, .lkb_row.goods .tabs_block, .lkb_row.goods .profile_top, .lkb_row.goods .w_block, .lkb_row.goods .p_block, .lkb_row.goods .pb_left, .lkb_row.goods .reg_form_left, .lkb_row.goods .reg_form_right, .lkb_row.goods .radios {
    display: block;
  }
  .btn_use {
    display: block;
    margin: 15px 0;
  }
  .tabs_3 {
    width: calc(100% + 30px);
    margin: 0 0 0 -15px;
  }
  .tabs_3 .tab_3 {
    width: auto;
    padding: 0 20px;
    border-radius: 20px 20px 0 0;
  }
  footer {
    height: auto;
    position: static;
  }
  .fb_left {
    max-width: 100%;
    float: none;
    margin-bottom: 33px;
  }
  .fb_right {
    float: none;
    max-width: 100%;
  }
  .fbr_pay {
    float: none;
    text-align: center;
    margin: 40px auto 0;
  }
} /*600*/
@media only screen and (max-width: 500px) {
  .top_block {
    padding-top: 25px;
  }
  h1 {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 40px;
  }
  .tb_items.hide .tb_item {
    display: none;
  }
  .tb_items.hide .tb_item:nth-child(1), .tb_items.hide .tb_item:nth-child(2), .tb_items.hide .tb_item:nth-child(3) {
    display: block;
  }
  .tb_item {
    display: block;
    height: auto;
    margin: 0 auto 40px;
  }
  .more_tb_items {
    display: block;
  }
  .lkb_code_2 span {
    height: auto;
    line-height: 18px;
  }
  .lkt_block {
    width: calc(100% + 30px);
    margin: 0 -15px 20px;
    padding: 20px;
  }
  .lk_block {
    padding: 20px 10px;
    width: calc(100% + 30px);
    margin: 0 -15px 20px;
  }
  .lkt_change_pwd {
    position: static;
    margin-bottom: 20px;
  }
  .withdraw_money {
    position: static;
  }
  .boxes #login {
    max-width: 300px;
    padding: 25px;
  }
  .m_head {
    margin-bottom: 20px;
  }
  .m_head > span {
    font-size: 18px;
  }
  .lf_label {
    font-size: 13px;
  }
  .lf_input {
    font-size: 13px;
  }
  .p_advert, .p_ref {
    font-size: 13px;
    padding: 0 10px;
  }
  .lf_submit {
    font-size: 13px;
  }
  .lf_links > a {
    font-size: 13px;
    line-height: 16px;
  }
  .p_users .p_col {
    float: none;
    width: 100%;
    padding: 0;
  }
  .p_line {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 10px;
  }
  .p_line > a {
    font-size: 13px;
  }
  .pb_head {
    font-size: 13px;
  }
  .btn_b {
    font-size: 13px;
  }
  .selectbox .select .text {
    font-size: 13px;
  }
  .selectbox li {
    font-size: 13px;
  }
  .p_announcement > div {
    padding: 0;
    border: none;
  }
  .pb_item {
    float: none;
    margin: 0 0 20px;
  }
  .pb_code {
    padding: 15px 10px;
  }
  .pb_code > div {
    font-size: 13px;
    line-height: 19px;
  }
} /*500*/
@media only screen and (max-width: 450px) {
  .lkb_row.xml_row .lkb_input {
    margin-right: 0;
  }
  .datapickers > span {
    display: none;
  }
  .datapicker {
    display: block;
    margin-bottom: 15px;
  }
  .st1_row:nth-child(2) > span {
    font-size: 12px;
  }
  .st1_row > span > span {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -11px;
    margin: 0;
  }
  .st2_col {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .st2_col:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 400px) {
  .r_input.pwd {
    float: none !important;
    width: 100%;
  }
  .r_input.pwd2 {
    margin-top: 40px;
  }
  .ri_name_2 {
    top: auto;
    right: auto;
    left: 0;
    bottom: 50px;
  }
  .radiosB {
    padding-top: 5px;
  }
  .radiosB > li {
    width: 100%;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 370px) {
  .main_slider_block, .main_info_blocks {
    max-width: 290px;
  }
}

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