.categ_aside .items.buts_rubrik,
.buts_rubrik,
footer .social_link a,
.grey_section .about_bl .block_cont .but_preza,
.but_zayv,
header .social_link a {
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .social_link,
header .social_link,
header nav ul {
  display: flex;
  align-items: center;
}

header nav,
header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

*,
button,
input {
  font-family: "Unbounded", serif;
}

@media (max-width: 1140px) {
  html {
    font-size: 14px;
  }
}

img {
  max-width: 100%;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

a {
  text-decoration: none;
}

.wrapper {
  max-width: 1140px;
  margin: 0 auto;
}

@media (max-width: 1140px) {
  .wrapper {
    margin: 0 24px;
  }
}

@media (max-width: 768px) {
  .wrapper {
    margin: 0 16px;
  }
}

@media (max-width: 768px) {
  h2 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  h3 {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .accent {
    font-size: 16px;
  }
}

.mobs {
  display: none;
}

@media (max-width: 768px) {
  .mobs {
    display: block;
  }
}

blockquote {
  position: relative;
  margin: 0;
}

@media (max-width: 1140px) {
  blockquote {
    font-size: 28px;
  }
}

blockquote::before {
  content: "";
  background-image: url(https://bitlfinance.ru/wp-content/themes/bitl_themes/img/qoute_icon.png);
  display: block;
  position: absolute;
  left: -20px;
  top: -20px;
  height: 100px;
  width: 120px;
}

@media (max-width: 1140px) {
  blockquote::before {
    height: 50px;
    width: 60px;
  }
}

.swiper-wrapper {
  transition-timing-function: linear !important;
}

.swiper-container {
  overflow: hidden;
  width: 100%;
}

body {
  background-color: #151515;
}

body * {
  color: #ECECEC;
}

body.single {
  background-color: #ECECEC;
}

body.single * {
  color: #151515;
}

.mob_menu {
  display: none;
}

.logo.sing {
  display: none;
}

.single .aside_sing {
  align-items: center;
}

.single header .logo {
  display: none;
}

.single header .logo.sing {
  display: block;
}

.single header nav .mob_menu {
  filter: invert(1);
}

header {
  position: absolute;
  width: 100%;
  top: 24px;
}

@media (max-width: 1140px) {
  header nav+.social_link {
    display: none;
  }

  header nav .menu-shapka-container {
    display: none;
  }

  header nav .mob_menu {
    display: block;
  }
}

header nav ul {
  gap: 40px;
}

header nav div>ul>li {
  height: 44px;
  display: flex;
  align-items: center;
}

header nav div>ul>li:hover .sub-menu {
  display: flex;
  left: -50%;
}

header nav a {
  font-size: 14px;
  font-weight: 500;
}

header nav .sub-menu {
  display: none;
  flex-direction: column;
  gap: 14px;
  padding: 24px;
  width: 365px;
  border-radius: 24px;
  background: #222020;
  box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.08);
}

header nav .sub-menu li,
header nav .sub-menu a {
  width: 100%;
}

header .social_link {
  gap: 12px;
}

header .social_link a {
  border-radius: 9px;
  background: linear-gradient(63deg, #EA670D 0%, #EB3300 50%, #E20541 100%);
  height: 44px;
  width: 44px;
}

.top_section {
  margin-top: 116px;
  padding-bottom: 62px;
}

@media (max-width: 1140px) {
  .top_section {
    margin-top: 88px;
    padding-bottom: 42px;
  }
}

.top_section .first_bl {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

.top_section .first_bl>* {
  background: #222020;
}

.top_section .first_bl .ch3 {
  display: flex;
  flex-direction: row;
  flex-grow: 3;
  gap: 20px;
  padding-right: 26px;
}

.top_section .first_bl .ch3>* {
  width: 50%;
}

@media (max-width: 768px) {
  .top_section .first_bl .ch3 {
    gap: 16px;
    padding: 16px;
  }

  .top_section .first_bl .ch3>* {
    width: 100%;
  }

  .top_section .first_bl .ch3 .r_cont {
    display: none;
  }

  .top_section .first_bl .ch3 .r_cont.mobs {
    display: block;
    text-align: center;
  }

  .top_section .first_bl .ch3 .r_cont.mobs img {
    max-width: 254px;
  }

  .top_section .first_bl .ch3+.item {
    display: none;
  }
}

.top_section .first_bl .p_tit {
  font-weight: 500;
}

.top_section .first_bl .l_cont {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  text-align: left;
}

@media (max-width: 768px) {
  .top_section .first_bl .l_cont {
    gap: 16px;
  }
}

.top_section .secon_bl {
  display: flex;
  gap: 16px;
}

@media (max-width: 1140px) {
  .top_section .secon_bl img {
    max-height: 102px;
    margin-top: 36px;
  }
}

@media (max-width: 768px) {
  .top_section .secon_bl {
    flex-wrap: wrap;
  }

  .top_section .secon_bl img {
    max-height: 74px;
    margin-top: 16px;
  }
}

.top_section .secon_bl * {
  background: #ECECEC;
  color: #222020;
}

@media (max-width: 1140px) {
  .top_section .secon_bl * {
    font-size: 10px;
  }
}

.top_section .item {
  border-radius: 36px;
  padding: 36px;
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 1140px) {
  .top_section .item {
    padding: 12px 24px;
    border-radius: 22px;
  }
}

@media (max-width: 768px) {
  .top_section .item {
    width: calc(50% - 16px);
    padding: 16px;
    border-radius: 22px;
  }
}

.but_zayv {
  background: linear-gradient(63deg, #EA670D 0%, #EB3300 50%, #E20541 100%);
  font-size: 14px;
  border-radius: 16px;
  color: #ECECEC;
  width: 240px;
  height: 52px;
  text-decoration: none;
  box-sizing: border-box;
  gap: 10px;
}

@media (max-width: 1140px) {
  .but_zayv {
    border-radius: 14px;
  }
}

@media (max-width: 768px) {
  .but_zayv {
    width: 100%;
  }
}

.but_zayv span {
  font-weight: 500;
}

h1 {
  font-size: 42px;
  font-weight: 600;
}

@media (max-width: 1140px) {
  h1 {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 26px;
    text-align: center;
  }
}

.h2 {
  text-align: center;
  margin-bottom: 64px;
  font-size: 42px;
  font-weight: 600;
}

@media (max-width: 1140px) {
  .h2 {
    font-size: 22px;
    margin-bottom: 24px;
  }
}

.grey_section {
  border-radius: 36px 36px 0px 0px;
  background: #ECECEC;
  padding: 82px 0 164px;
}

@media (max-width: 1140px) {
  .grey_section {
    padding: 32px 0 84px;
    border-radius: 22px 22px 0px 0px;
  }
}

.grey_section * {
  color: #222020;
}

.grey_section .about_bl .block_cont {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media (max-width: 768px) {
  .grey_section .about_bl .block_cont {
    grid-template-columns: 1fr;
  }
}

.grey_section .about_bl .block_cont>* {
  max-height: 562px;
}

@media (max-width: 1140px) {
  .grey_section .about_bl .block_cont>* {
    max-height: 310px;
  }
}

.grey_section .about_bl .block_cont .item_text {
  padding: 36px;
  border-radius: 36px;
  background: linear-gradient(63deg, #EA670D 0%, #EB3300 50%, #E20541 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}

@media (max-width: 1140px) {
  .grey_section .about_bl .block_cont .item_text {
    padding: 24px;
    border-radius: 22px;
  }
}

.grey_section .about_bl .block_cont .item_text * {
  color: #ECECEC;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}

@media (max-width: 1140px) {
  .grey_section .about_bl .block_cont .item_text * {
    font-size: 14px;
    line-height: 22px;
  }
}

.grey_section .about_bl .block_cont .item_img {
  border-radius: 36px;
  background: #222020;
  text-align: center;
}

@media (max-width: 1140px) {
  .grey_section .about_bl .block_cont .item_img {
    border-radius: 22px;
  }
}

@media (max-width: 768px) {
  .grey_section .about_bl .block_cont .item_img {
    display: none;
  }
}

.grey_section .about_bl .block_cont .item_img img {
  height: 100%;
}

.grey_section .about_bl .block_cont .but_preza {
  background: #ECECEC;
  font-size: 14px;
  border-radius: 16px;
  color: transparent;
  width: 208px;
  height: 52px;
  text-decoration: none;
  box-sizing: border-box;
  gap: 10px;
}

@media (max-width: 768px) {
  .grey_section .about_bl .block_cont .but_preza {
    width: 100%;
  }
}

.grey_section .about_bl .block_cont .but_preza span {
  background: var(----ui-gradient-1, linear-gradient(63deg, #EA670D 0%, #EB3300 50%, #E20541 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 14px;
}

.square-animation {
  animation: wipe-enter 3s 1;
}

@keyframes wipe-enter {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.work_bl {
  margin-top: 164px;
}

@media (max-width: 1140px) {
  .work_bl {
    margin-top: 84px;
  }
}

@media (max-width: 768px) {
  .work_bl {
    margin-top: 64px;
  }
}

.work_bl .secon_bl {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.work_bl .secon_bl .item {
  border-radius: 36px;
  background: #F6F6F6;
  padding: 36px 40px;
  display: flex;
  align-items: center;
  gap: 80px;
  position: relative;
}

@media (max-width: 1140px) {
  .work_bl .secon_bl .item {
    padding: 24px;
    border-radius: 22px;
  }
}

@media (max-width: 768px) {
  .work_bl .secon_bl .item {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    padding: 16px;
    border-radius: 16px;
  }
}

.work_bl .secon_bl .item .etap {
  background: var(----ui-gradient-1, linear-gradient(63deg, #EA670D 0%, #EB3300 50%, #E20541 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 26px;
  font-weight: 500;
  width: 120px;
}

@media (max-width: 1140px) {
  .work_bl .secon_bl .item {
    font-size: 16px;
  }
}

.work_bl .secon_bl .item .til {
  font-size: 26px;
  font-weight: 300;
  color: #222020;
}

@media (max-width: 1140px) {
  .work_bl .secon_bl .item .til {
    font-size: 16px;
  }
}

.work_bl .secon_bl .item .circle {
  position: absolute;
  right: 24px;
  top: 24px;
}

@media (max-width: 1140px) {
  .work_bl .secon_bl .item .circle {
    right: 16px;
    top: 16px;
  }

  .work_bl .secon_bl .item .circle svg {
    width: 10px;
  }
}

.keys_bl {
  padding-top: 82px;
}

@media (max-width: 1140px) {
  .keys_bl {
    padding-top: 32px;
  }
}

.keys_bl .slider_kejsy {
  padding-left: 24px;
}

.keys_bl .slider_kejsy .swiper-wrapper {
  width: 1140px;
  margin: 0 auto;
}

.keys_bl .slider_kejsy .swiper-wrapper .swiper-slide {
  max-width: 440px;
}

.keys_bl .content_sl {
  text-align: center;
  padding: 36px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background: #ECECEC;
  border-radius: 42px;
  height: 608px;
}

@media (max-width: 1140px) {
  .keys_bl .content_sl {
    height: 472px;
  }
}

@media (max-width: 768px) {
  .keys_bl .content_sl {
    padding: 16px;
    height: 329px;
    border-radius: 16px;
  }
}

.keys_bl .content_sl .opis {
  color: #807474;
  font-size: 19px;
  font-weight: 300;
}

@media (max-width: 1140px) {
  .keys_bl .content_sl .opis {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .keys_bl .content_sl .opis {
    font-size: 12px;
  }
}

.keys_bl .content_sl .gr_pl {
  color: #ECECEC;
  font-size: 14px;
  font-weight: 600;
  border-radius: 16px;
  background: linear-gradient(63deg, #22C840 0%, #29B14D 47.5%, #3E8F44 100%);
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 42px;
}

.keys_bl .content_sl .gr_pl.grey {
  background: linear-gradient(63deg, #767676 0%, #59625B 47.5%, #848484 100%);
}

.keys_bl .content_sl .gr_pl.yell {
  background: linear-gradient(63deg, #F1BD55 0%, #EA950D 67.5%, #EB7D00 100%);
}

@media (max-width: 1140px) {
  .keys_bl .content_sl .gr_pl {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .keys_bl .content_sl .gr_pl {
    font-size: 12px;
    margin-bottom: 26px;
  }
}

.keys_bl .content_sl .titl {
  margin-bottom: 8px;
}

.keys_bl .content_sl .titl svg {
  height: 50px;
}

@media (max-width: 1140px) {
  .keys_bl .content_sl .titl svg {
    max-width: 175px;
    max-height: 30px;
  }
}

.keys_bl .content_sl .price .big_pr {
  background: var(----ui-gradient-1, linear-gradient(63deg, #EA670D 0%, #EB3300 50%, #E20541 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 136px;
  font-weight: 400;
}

@media (max-width: 1140px) {
  .keys_bl .content_sl .price .big_pr {
    font-size: 100px;
  }
}

@media (max-width: 768px) {
  .keys_bl .content_sl .price .big_pr {
    font-size: 54px;
  }
}

.keys_bl .content_sl .price .mil {
  background: var(----ui-gradient-1, linear-gradient(63deg, #EA670D 0%, #EB3300 50%, #E20541 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .keys_bl .content_sl .price .mil {
    font-size: 16px;
  }
}

.invest_bl {
  margin: 164px 0;
}

@media (max-width: 1140px) {
  .invest_bl {
    margin: 84px 0;
  }
}

.invest_bl .h2 {
  margin-bottom: 24px;
}

.invest_bl .opisanie {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .invest_bl .opisanie {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.invest_bl .oranj_bl {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

@media (max-width: 768px) {
  .invest_bl .oranj_bl {
    flex-direction: column;
    gap: 16px;
  }
}

.invest_bl .oranj_bl .item {
  border-radius: 32px;
  background: var(----ui-gradient-1, linear-gradient(63deg, #EA670D 0%, #EB3300 50%, #E20541 100%));
  display: flex;
  padding: 36px 40px;
  flex-direction: column;
  align-items: center;
  gap: 42px;
  width: calc(33% - 2px);
  font-size: 25px;
  text-align: center;
  font-weight: 400;
}

@media (max-width: 1140px) {
  .invest_bl .oranj_bl .item {
    font-size: 16px;
    padding: 24px;
    border-radius: 22px;
    width: calc(33% - 4px);
  }
}

@media (max-width: 768px) {
  .invest_bl .oranj_bl .item {
    width: 100%;
    padding: 16px;
    gap: 16px;
  }
}

.invest_bl .oranj_bl .item:nth-child(1) {
  width: calc(50% - 4px);
}

@media (max-width: 768px) {
  .invest_bl .oranj_bl .item:nth-child(1) {
    width: 100%;
    padding: 16px;
    gap: 16px;
  }
}

.invest_bl .oranj_bl .item:nth-child(2) {
  width: calc(50% - 4px);
}

@media (max-width: 768px) {
  .invest_bl .oranj_bl .item:nth-child(2) {
    width: 100%;
    padding: 16px;
    gap: 16px;
  }
}

.partners_bl .tabs_partners .item_conttab {
  display: none;
}

.partners_bl .tabs_partners .item_conttab .logo_p .desc {
  display: flex;
}

.partners_bl .tabs_partners .item_conttab .logo_p .plan {
  display: none;
}

.partners_bl .tabs_partners .item_conttab .logo_p .mobs {
  display: none;
}

@media (max-width: 1140px) {
  .partners_bl .tabs_partners .item_conttab .logo_p .desc {
    display: none;
  }

  .partners_bl .tabs_partners .item_conttab .logo_p .plan {
    display: flex;
  }

  .partners_bl .tabs_partners .item_conttab .logo_p .mobs {
    display: none;
  }
}

@media (max-width: 768px) {
  .partners_bl .tabs_partners .item_conttab .logo_p .desc {
    display: none;
  }

  .partners_bl .tabs_partners .item_conttab .logo_p .plan {
    display: none;
  }

  .partners_bl .tabs_partners .item_conttab .logo_p .mobs {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.partners_bl .tabs_partners .item_conttab.active {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.partners_bl .tabs_partners .item_conttab .of_part {
  border-radius: 36px;
  border: 1px solid #9C9C9C;
  padding: 4px 12px;
  color: #ECECEC;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  bottom: 30px;
}

@media (max-width: 1140px) {
  .partners_bl .tabs_partners .item_conttab .of_part {
    border-radius: 16px;
    font-size: 8px;
    font-weight: 400;
    padding: 2px 6px;
  }
}

@media (max-width: 768px) {
  .partners_bl .tabs_partners .item_conttab .of_part {
    position: initial;
  }
}

.partners_bl .tabs_partners .item_conttab .item_part {
  width: calc(25% - 8px);
  padding: 36px;
  border-radius: 36px;
  background: #222020;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  height: 200px;
  gap: 16px;
  position: relative;
}

@media (max-width: 1140px) {
  .partners_bl .tabs_partners .item_conttab .item_part {
    border-radius: 22px;
  }
}

@media (max-width: 768px) {
  .partners_bl .tabs_partners .item_conttab .item_part {
    width: calc(50% - 4px);
    height: 98px;
    border-radius: 16px;
    padding: 4px;
  }

  .partners_bl .tabs_partners .item_conttab .item_part .logo_p {
    display: flex;
    justify-content: center;
    max-width: 200px;
  }

  .partners_bl .tabs_partners .item_conttab .item_part .logo_p img {
    max-height: 100%;
  }
}

.partners_bl .tabs_partners .item_conttab .item_part:last-child {
  width: calc(50% - 8px);
}

@media (max-width: 768px) {
  .partners_bl .tabs_partners .item_conttab .item_part:last-child {
    width: 100%;
  }
}

.partners_bl .tabs_partners .item_conttab .item_part:first-child {
  width: calc(50% - 8px);
}

@media (max-width: 768px) {
  .partners_bl .tabs_partners .item_conttab .item_part:first-child {
    width: 100%;
  }
}

.partners_bl .tabs_partners .tab_link {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .partners_bl .tabs_partners .tab_link {
    margin-bottom: 24px;
  }
}

.partners_bl .tabs_partners .tab_link .tab_but {
  border-radius: 30px;
  background: #222020;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .partners_bl .tabs_partners .tab_link .tab_but {
    font-size: 11px;
  }
}

.partners_bl .tabs_partners .tab_link .tab_but svg {
  display: none;
}

.partners_bl .tabs_partners .tab_link .tab_but.active {
  background: linear-gradient(63deg, #EA670D 0%, #EB3300 50%, #E20541 100%);
}

.partners_bl .tabs_partners .tab_link .tab_but.active svg {
  display: block;
}

@media (max-width: 1140px) {

  .slider_kej.swiper-button-prev,
  .slider_kej.swiper-button-next {
    display: none;
  }
}

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

.black_section {
  padding-bottom: 128px;
}

@media (max-width: 1140px) {
  .black_section {
    padding-bottom: 84px;
  }
}

.black_section.foot {
  padding-bottom: 48px;
}

@media (max-width: 768px) {
  .black_section.foot {
    padding-bottom: 0;
  }
}

.contact_com .ph_mail {
  display: flex;
  gap: 8px;
}

@media (max-width: 768px) {
  .contact_com .ph_mail {
    flex-direction: column;
    gap: 16px;
  }
}

.contact_com .ph_mail .item {
  border-radius: 36px;
  background: #F6F6F6;
  width: 50%;
  padding: 36px;
  position: relative;
}

@media (max-width: 1140px) {
  .contact_com .ph_mail .item {
    border-radius: 22px;
    padding: 24px;
  }
}

@media (max-width: 768px) {
  .contact_com .ph_mail .item {
    width: 100%;
  }
}

.contact_com .ph_mail .item svg {
  position: absolute;
  top: 24px;
  right: 24px;
}

@media (max-width: 1140px) {
  .contact_com .ph_mail .item svg {
    width: 10px;
    height: 10px;
  }
}

.contact_com .ph_mail .item .grey {
  color: #807474;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 24px;
}

@media (max-width: 1140px) {
  .contact_com .ph_mail .item .grey {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .contact_com .ph_mail .item .grey {
    margin-bottom: 6px;
  }
}

.contact_com .ph_mail .item a {
  font-size: 24px;
  font-weight: 400;
}

@media (max-width: 1140px) {
  .contact_com .ph_mail .item a {
    font-size: 16px;
  }
}

.form_bl {
  margin-top: 164px;
}

@media (max-width: 1140px) {
  .form_bl {
    margin-top: 84px;
  }
}

.form_bl .inputs p {
  display: grid;
  row-gap: 25px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 1140px) {
  .form_bl .inputs p {
    row-gap: 15px;
    -moz-column-gap: 12px;
    column-gap: 12px;
  }
}

@media (max-width: 768px) {
  .form_bl .inputs p {
    grid-template-columns: 1fr;
  }
}

.form_bl .inputs p br {
  display: none;
}

.form_bl .inputs p span[data-name=file-983] {
  display: none;
}

.form_bl .inputs p input {
  width: 100%;
  border-radius: 24px;
  background: #F6F6F6;
  padding: 24px 40px;
  border: 0;
}

@media (max-width: 1140px) {
  .form_bl .inputs p input {
    padding: 24px;
    border-radius: 16px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .form_bl .inputs p input {
    padding: 12px 24px;
  }
}

.form_bl .inputs p input::-moz-placeholder {
  color: #807474;
  font-size: 18px;
  font-weight: 300;
}

.form_bl .inputs p input::placeholder {
  color: #807474;
  font-size: 18px;
  font-weight: 300;
}

@media (max-width: 1140px) {
  .form_bl .inputs p input::-moz-placeholder {
    font-size: 14px;
  }

  .form_bl .inputs p input::placeholder {
    font-size: 14px;
  }
}

.form_bl .inputs p label[for=file_in] {
  width: 100%;
  border-radius: 24px;
  background: #F6F6F6;
  padding: 24px 40px;
  border: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 1140px) {
  .form_bl .inputs p label[for=file_in] {
    font-size: 14px;
    padding: 24px;
  }
}

@media (max-width: 768px) {
  .form_bl .inputs p label[for=file_in] {
    padding: 12px 24px;
  }
}

.form_bl .buttom_fr span,
.form_bl .buttom_fr br {
  display: none;
}

.form_bl .buttom_fr input {
  background: none;
  border: 0;
  color: #ECECEC;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

.form_bl .buttom_fr p {
  cursor: pointer;
  border-radius: 16px;
  background: var(----ui-gradient-1, linear-gradient(63deg, #EA670D 0%, #EB3300 50%, #E20541 100%));
  color: var(----ui-white, #ECECEC);
  font-family: Unbounded;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 10px 24px;
  height: 52px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 10px;
  margin: 0 auto;
  margin-top: 64px;
}

@media (max-width: 1140px) {
  .form_bl .buttom_fr p {
    margin-top: 32px;
  }
}

@media (max-width: 768px) {
  .form_bl .buttom_fr p {
    width: 100%;
    margin-top: 16px;
    justify-content: center;
  }
}

.form_bl .buttom_fr p input {
  cursor: pointer;
}

.gr_sec2 {
  border-radius: 36px;
}

@media (max-width: 1140px) {
  .gr_sec2 {
    border-radius: 22px;
    padding-bottom: 32px;
  }
}

@media (max-width: 768px) {
  .gr_sec2 {
    padding: 16px 0;
  }
}

footer {
  margin-top: 120px;
  padding: 40px;
  border-radius: 32px;
  background: #222020;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 120px 38px 0;
}

@media (max-width: 1140px) {
  footer {
    margin-top: 64px;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  footer {
    margin: 56px 16px 40px;
    padding: 24px;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
  }
}

footer .social_link {
  gap: 12px;
}

footer .social_link a {
  border-radius: 9px;
  background: linear-gradient(63deg, #EA670D 0%, #EB3300 50%, #E20541 100%);
  height: 44px;
  width: 44px;
}

footer .items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between;
}

@media (max-width: 768px) {
  footer .items:last-child {
    margin-top: 77px;
  }
}

footer .items .plansh .social_link {
  margin-top: 16px;
	flex-wrap:wrap
}

footer .items .preza {
  background: var(----ui-gradient-1, linear-gradient(63deg, #EA670D 0%, #EB3300 50%, #E20541 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  font-weight: 500;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

footer .items .preza.mobils {
  display: none;
}

@media (max-width: 768px) {
  footer .items .preza {
    justify-content: flex-start;
  }

  footer .items .preza.mobils {
    display: flex;
  }

  footer .items .preza.desctop {
    display: none;
  }
}

footer .items .preza+a {
  color: #807474;
  font-size: 12px;
  text-align: right;
  font-weight: 500;
}

@media (max-width: 768px) {
  footer .items .preza+a {
    text-align: left;
  }
}

footer .items .gr_text {
  color: #807474;
  font-size: 14px;
  font-weight: 600;
}

footer .items .gr_text~a {
  color: #ECECEC;
  font-size: 18px;
  font-weight: 500;
}

footer .items .copir {
  color: #807474;
  font-size: 12px;
  font-weight: 500;
}

footer .items .copir.mobils {
  display: none;
}

@media (max-width: 1140px) {
  footer .items .copir {
    margin-top: 64px;
  }
}

@media (max-width: 768px) {
  footer .items .copir {
    margin-top: 0;
  }

  footer .items .copir.mobils {
    display: block;
  }

  footer .items .copir.desctop {
    display: none;
  }
}

footer .mobs {
  display: none;
}

@media (max-width: 1140px) {
  footer .mobs {
    display: flex;
  }
}

@media (max-width: 1140px) {
  footer .descr {
    display: none;
  }
}

@media (max-width: 1140px) {
  .aside_sing {
    display: flex;
    gap: 16px;
  }
}

.buts_rubrik {
  background: linear-gradient(63deg, #EA670D 0%, #EB3300 50%, #E20541 100%);
  font-size: 14px;
  border-radius: 30px;
  color: #ECECEC;
  width: auto;
  height: auto;
  text-decoration: none;
  box-sizing: border-box;
  padding: 10px;
  gap: 10px;
  margin-bottom: 20px;
  width: -moz-fit-content;
  width: fit-content;
  color: #ECECEC;
}

@media (max-width: 1140px) {
  .buts_rubrik {
    margin: 0;
  }
}

.categ_aside {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (max-width: 1140px) {
  .categ_aside {
    flex-direction: row;
    justify-content: center;
  }
}

@media (max-width: 1140px) and (max-width: 768px) {
  .categ_aside {
    justify-content: flex-start;
    overflow-x: scroll;
  }
}

.categ_aside .items {
  font-size: 14px;
  font-weight: 500;
  padding: 10px;
  border-radius: 30px;
  width: -moz-fit-content;
  width: fit-content;
  background: #222020;
}

@media (max-width: 1140px) {
  .categ_aside .items {
    font-size: 12px;
  }
}

.categ_aside .items.buts_rubrik {
  background: linear-gradient(63deg, #EA670D 0%, #EB3300 50%, #E20541 100%);
  font-size: 14px;
  border-radius: 30px;
  color: #ECECEC;
  width: auto;
  height: auto;
  text-decoration: none;
  box-sizing: border-box;
  padding: 10px;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}

@media (max-width: 1140px) {
  .categ_aside .items.buts_rubrik {
    font-size: 12px;
  }
}

.category_section {
  margin-top: 116px;
}

@media (max-width: 1140px) {
  .category_section {
    margin-top: 90px;
  }
}

.category_section .wrapper {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 86px;
}

@media (max-width: 1140px) {
  .category_section .wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.category_section .content_categor {
  -moz-columns: 2;
  columns: 2;
}

@media (max-width: 768px) {
  .category_section .content_categor {
    -moz-columns: 1;
    columns: 1;
  }
}

.category_section .content_categor .post_sing {
  border-radius: 36px;
  border: 1px solid #E7E7E7;
  background: #ECECEC;
  padding: 16px 18px 32px 18px;
  margin-bottom: 16px;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
}

@media (max-width: 768px) {
  .category_section .content_categor .post_sing {
    padding: 8px 8px 16px 8px;
    border-radius: 24px;
  }
}

.category_section .content_categor .post_sing * {
  color: #222020;
}

.category_section .content_categor .post_sing .buts_rubrik {
  color: #ECECEC;
  margin: 0;
}

@media (max-width: 1140px) {
  .category_section .content_categor .post_sing .buts_rubrik {
    font-size: 10px;
    padding: 4px 8px;
  }
}

.category_section .content_categor .post_sing .titl {
  color: #373737;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  margin: 4px 0 8px;
}

@media (max-width: 1140px) {
  .category_section .content_categor .post_sing .titl {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .category_section .content_categor .post_sing .titl {
    font-size: 14px;
  }
}

.category_section .content_categor .post_sing .prevyu {
  color: #222020;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 150%;
}

@media (max-width: 1140px) {
  .category_section .content_categor .post_sing .prevyu {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .category_section .content_categor .post_sing .prevyu {
    font-size: 12px;
  }
}

.category_section .content_categor .post_sing img {
  margin-bottom: 16px;
  border-radius: 24px;
  width: 100%;
}

.category_section .content_categor .post_sing .datas {
  color: #807474;
  font-size: 12px;
  font-weight: 400;
}

.category_section .content_categor .post_sing .istochnik {
  margin-top: 12px;
}

.category_section .content_categor .post_sing .istochnik span+span {
  text-decoration: underline;
  background: var(----ui-gradient-1, linear-gradient(63deg, #EA670D 0%, #EB3300 50%, #E20541 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 12px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: 25%;
  text-underline-position: from-font;
}

.single_section {
  margin-top: 116px;
}

@media (max-width: 1140px) {
  .single_section {
    margin-top: 90px;
  }
}

.single_section .buts_rubrik {
  color: #ECECEC;
}

.single_section .wrapper {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 86px;
}

@media (max-width: 1140px) {
  .single_section .wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.single_section .wrapper .data_name {
  font-weight: 400;
  line-height: 150%;
}

.single_section .wrapper .data_name .name_autor {
  color: #222020;
  font-size: 16px;
}

.single_section .wrapper .data_name .datas {
  color: #807474;
  font-size: 12px;
}

.single_section .wrapper .istochnik {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(----ui-bg-gray, #222020);
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 12px;
}

@media (max-width: 1140px) {
  .single_section .wrapper .istochnik {
    flex-grow: 1;
    justify-content: flex-end;
  }
}

@media (max-width: 768px) {
  .single_section .wrapper .istochnik {
    display: none;
  }
}

.single_section .wrapper .istochnik a {
  background: var(----ui-gradient-1, linear-gradient(63deg, #EA670D 0%, #EB3300 50%, #E20541 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: 25%;
  text-underline-position: from-font;
}

.single_section .wrapper .stat_cont {
  margin-top: 56px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (max-width: 1140px) {
  .single_section .wrapper .stat_cont {
    margin-top: 42px;
  }
}

@media (max-width: 768px) {
  .single_section .wrapper .stat_cont {
    margin-top: 24px;
  }
}

.single_section .wrapper .stat_cont p,
.single_section .wrapper .stat_cont li,
.single_section .wrapper .stat_cont a {
  color: #222020;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.single_section .wrapper .stat_cont figure {
  border-radius: 35px;
  width: 100%;
  margin: 56px 0;
}

@media (max-width: 1140px) {
  .single_section .wrapper .stat_cont figure {
    margin: 42px 0;
  }
}

@media (max-width: 768px) {
  .single_section .wrapper .stat_cont figure {
    margin: 24px 0;
  }
}

.single_section .wrapper .stat_cont img {
  width: 100%;
  border-radius: 35px;
}

.single_section .wrapper .stat_cont ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  padding-left: 20px;
}

.single_section .wrapper .stat_cont ul li::before {
  content: "";
  height: 8px;
  min-width: 8px;
  width: 8px;
  margin-top: 8px;
  background: linear-gradient(63deg, #EA670D 0%, #EB3300 50%, #E20541 100%);
  border-radius: 50%;
  display: inline-block;
  margin-right: 16px;
  position: absolute;
  left: 0;
}

.single_section .wrapper .stat_cont blockquote {
  border-radius: 36px;
  background: var(----ui-white, #ECECEC);
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.08);
  padding: 36px;
  color: #222020;
  margin: 56px 0;
}

@media (max-width: 1140px) {
  .single_section .wrapper .stat_cont blockquote {
    margin: 42px 0;
    padding: 24px;
    border-radius: 22px;
  }
}

@media (max-width: 768px) {
  .single_section .wrapper .stat_cont blockquote {
    margin: 24px 0;
    padding: 16px;
  }
}

.single_section .wrapper .stat_cont blockquote p {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

@media (max-width: 1140px) {
  .single_section .wrapper .stat_cont blockquote p {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .single_section .wrapper .stat_cont blockquote p {
    font-size: 18px;
  }
}

.single_section .wrapper .stat_cont strong {
  background: var(----ui-gradient-1, linear-gradient(63deg, #EA670D 0%, #EB3300 50%, #E20541 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page_yslug .top_section .first_bl {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 768px) {
  .page_yslug .top_section .first_bl {
    grid-template-columns: 1fr;
  }

  .page_yslug .top_section .first_bl .mobs {
    display: block;
    max-width: 254px;
    margin: 0 auto;
  }

  .page_yslug .top_section .first_bl .r_cont {
    display: none;
  }
}

.page_yslug .top_section .first_bl>* {
  background: transparent;
}

.page_yslug .top_section .first_bl .l_cont {
  justify-content: center;
  gap: 24px;
}

.page_yslug .top_section .first_bl .l_cont .but_zayv {
  margin-top: 24px;
}

.page_yslug .work_bl {
  padding-top: 82px;
  margin-top: 40px;
}

.page_yslug .work_bl .h2 {
  color: #F8F8F8;
}

.page_yslug .work_bl .secon_bl .etap {
  width: 20px;
}

.page_yslug .work_bl .secon_bl .item {
  align-items: flex-start;
  gap: 32px;
}

.page_yslug .form_bl {
  margin-top: 0;
}

.page_yslug .grey_section {
  padding: 82px 0 0;
  border-radius: 36px;
}

@media (max-width: 1140px) {
  .page_yslug .grey_section {
    padding: 42px 0 0;
    border-radius: 22px;
  }
}

.page_yslug .grey_section .black_section {
  border-radius: 36px 36px 0 0;
  background: #151515;
  z-index: 1;
  position: relative;
}

@media (max-width: 1140px) {
  .page_yslug .grey_section .black_section {
    border-radius: 22px;
  }
}

.page_yslug .gr_sec2 {
  padding: 82px 0;
}

@media (max-width: 1140px) {
  .page_yslug .gr_sec2 {
    padding: 32px 0;
    border-radius: 22px;
  }
}

.dlykogo .h2 {
  margin-bottom: 24px;
}

.dlykogo .opisanie {
  color: #222020;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
}

.dlykogo .number_block {
  margin-top: 88px;
}

.dlykogo .number_block .row {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  position: relative;
}

@media (max-width: 768px) {
  .dlykogo .number_block .row {
    flex-direction: column;
  }
}

.dlykogo .number_block .row img {
  position: absolute;
  bottom: -120px;
  right: 0;
}

@media (max-width: 1140px) {
  .dlykogo .number_block .row img {
    width: 268px;
    bottom: 0;
    top: -82px;
  }
}

@media (max-width: 768px) {
  .dlykogo .number_block .row img {
    display: none;
  }
}

@media (max-width: 1140px) {
  .dlykogo .number_block .row:nth-child(1) .item:nth-child(2) {
    margin-top: 130px;
  }
}

@media (max-width: 1140px) and (max-width: 768px) {
  .dlykogo .number_block .row:nth-child(1) .item:nth-child(2) {
    margin-top: 0;
  }
}

.dlykogo .number_block .row:nth-child(2) {
  margin-bottom: 0;
  justify-content: flex-end;
}

@media (max-width: 1140px) {
  .dlykogo .number_block .row:nth-child(2) .item:nth-child(2) {
    margin-top: -130px;
  }
}

@media (max-width: 1140px) and (max-width: 768px) {
  .dlykogo .number_block .row:nth-child(2) .item:nth-child(2) {
    margin-top: 0;
  }
}

.dlykogo .number_block .row:nth-child(2) img {
  right: auto;
  left: 0;
  bottom: -184px;
}

@media (max-width: 1140px) {
  .dlykogo .number_block .row:nth-child(2) img {
    top: auto;
    bottom: -112px;
  }
}

.dlykogo .number_block .item {
  width: 25%;
  border-radius: 36px;
  background: #F6F6F6;
  padding: 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1140px) {
  .dlykogo .number_block .item {
    width: 50%;
    height: -moz-fit-content;
    height: fit-content;
    z-index: 1;
    border-radius: 22px;
  }
}

@media (max-width: 768px) {
  .dlykogo .number_block .item {
    width: 100%;
  }
}

.dlykogo .number_block .item .num {
  background: var(----ui-gradient-1, linear-gradient(63deg, #EA670D 0%, #EB3300 50%, #E20541 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 136px;
  font-weight: 400;
}

@media (max-width: 1140px) {
  .dlykogo .number_block .item .num {
    font-size: 70px;
  }
}

.pagin_cater {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 8px 16px;
  margin-top: 80px;
  border-radius: 36px;
  background: #ECECEC;
  display: flex;
  gap: 4px;
  align-items: center;
}

@media (max-width: 1140px) {
  .pagin_cater {
    border-radius: 22px;
  }
}

.pagin_cater * {
  color: #222020;
  padding: 10px;
}

.pagin_cater span {
  font-size: 14px;
  font-weight: 500;
  color: #ECECEC;
  border-radius: 14px;
  background: var(----ui-gradient-1, linear-gradient(63deg, #EA670D 0%, #EB3300 50%, #E20541 100%));
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mob_menus {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 9;
  display: none;
  align-items: center;
  flex-direction: column;
  padding: 24px 16px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(35px);
  backdrop-filter: blur(35px);
}

.mob_menus .sub-menu {
  display: none;
  margin-top: 20px;
}

.mob_menus .sub-menu.acticv {
  display: flex;
}

.mob_menus .sub-menu a {
  font-size: 18px;
  font-weight: 400;
}

.mob_menus .men_its {
  position: absolute;
  right: 16px;
}

.mob_menus .men_its.acticv {
  transform: rotate(180deg);
}

.mob_menus .menu-item-has-children {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.mob_menus .menu-item-has-children>a {
  display: flex;
  width: 100%;
}

.mob_menus.active_menu {
  display: flex;
}

.mob_menus .head_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.mob_menus .menu-shapka-container {
  width: 100%;
  margin-top: 64px;
  margin-bottom: 40px;
}

.mob_menus ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mob_menus ul a {
  color: #ECECEC;
  font-size: 28px;
  font-weight: 400;
}

.mob_menus .foot_block {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px;
}

.mob_menus .foot_block a {
  color: #ECECEC;
  font-size: 18px;
  font-weight: 500;
}