@charset "UTF-8";

*,
*::before,
*::after {
  box-sizing: border-box;
  transition:all 0.2s;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@font-face {
    font-family: 'GoogleSans';
    src: url(../fonts/GoogleSans-Regular.woff2);
    src: url(../fonts/GoogleSans-Regular.woff2) format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: 'GoogleSans';
    src: url(../fonts/GoogleSans-SemiBold.woff2);
    src: url(../fonts/GoogleSans-SemiBold.woff2) format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: 'GoogleSans';
    src: url(../fonts/GoogleSans-Bold.woff2);
    src: url(../fonts/GoogleSans-Bold.woff2) format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

body {
    font-family: "GoogleSans",sans-serif;
    line-height: 1.2;
    margin: 0;
    --buhtim-blue:#007CFF;
    --buhtom-dark-blue:#132436;
	--buhtim-dark:#0D1925;
    --buhtim-gray:#E9EFF5;
    background: var(--buhtim-gray);
}

.popup {
	display:none;
}
.popup.open {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffff61;
    backdrop-filter: blur(3px);
    z-index: 100;
    padding: 0 10px;
    align-items: center;
    justify-content: center;
}
.popup .container {
    background: #fff;
    width: 100%;
    max-width: 640px;
    padding: 0;
    margin: 0 auto;
    border-radius: 15px;
    box-shadow: 0 0 20px #00000045;
    position: relative;
    overflow: hidden;
}
.popup .container .popup_close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 7px;
    right: 13px;
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.2s;
}
.popup .container .popup_close:hover {
	opacity:1;
}
.popup .container .popup_close span {
    display: block;
    width: 100%;
    height: 2px;
    background: #939393;
    position: absolute;
    top: 14px;
}
.popup .container .popup_close span:nth-child(1) {
    transform: rotate(45deg);
}
.popup .container .popup_close span:nth-child(2) {
    transform: rotate(-45deg);
}
@media (max-width:768px) {
	.popup.open {
		display:none;
	}
}

section {
    padding: 55px 0;
}
section .container {
    width: 100%;
    max-width: 1346px;
    padding: 0 10px;
    margin: 0 auto;
}
@media (max-width:768px) {
	section {
    padding: 12px 0;
	}
}

.btn {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--buhtim-blue);
    gap: 10px;
    line-height: 1;
    border-radius: 12px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
}
.btn:hover {
	box-shadow: 0 4px 20px #007cff52;
}
.link .arr,
.btn .arr {
	width: 24px;
    height: 24px;
    display: block;
    mask-image: url(../img/icons/arr.svg);
    background: #fff;
}
.link:hover .arr,
.btn:hover .arr {
    transform: translateX(5px);
}

.hero {
    background: url(../img/hero_bg.png), var(--buhtom-dark-blue);
    background-position: calc(50% + 150px) -315px;
    background-repeat: no-repeat;
    padding-top: 35px;
    padding-bottom: 140px;
}
.hero .container {
    max-width: none;
    padding: 0;
}
.hero .container .header {
    width: 100%;
    max-width: 1346px;
    padding: 0 10px;
    margin: 0 auto;
    position: relative;
}
.hero .container .header a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
}
.hero .container .header a .logo {}
.hero .container .header a .name {
    font-size: 24px;
    font-weight: 600;
    margin-right: 5px;
}
.hero .container .header a .desc {
    max-width: 190px;
    font-size: 14px;
    margin-left: 10px;
}
.hero .container .header a .desc::before {
	content:'';
	display:block;
	width: 1px;
	height: calc(100% - 2px);
	position: absolute;
	background: #fff;
	top: 1px;
	left: 167px;
}
.hero .container .pre {
    width: 100%;
    max-width: 1346px;
    padding: 0 10px;
    margin: 48px auto 20px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
.hero .container .pre span {
    color: var(--buhtim-blue);
}
.hero .container .marquee_sec {}
.hero .container .marquee_sec .items-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
}
.hero .container .marquee_sec .items.marquee {
  flex-shrink: 0;
  display: flex;
  gap: 40px;
  counter-reset: item;
  justify-content: space-around;
  min-width: 100%;
}
.hero .container .marquee_sec .items-wrap .items.marquee .item {
    display: flex;
    align-items: center;
    width: 250px;
    gap: 20px;
}
.hero .container .marquee_sec .items-wrap .items.marquee .item .img {
    flex: 0 0 72px;
}
.hero .container .marquee_sec .items-wrap .items.marquee .item .img img {}
.hero .container .marquee_sec .items-wrap .items.marquee .item .text {
    font-size: 12px;
    color: #fff;
}
.hero .container .wrap {
    width: 100%;
    max-width: 1346px;
    padding: 0 10px;
    margin: 0 auto;
}
.hero .container .marquee_sec .marquee {
  animation: scroll 80s linear infinite;
}
.hero .container .marquee_sec .items-wrap:hover .marquee {
  animation-play-state: paused;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}
.hero .container .wrap {
    margin-top: 75px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: flex-start;
    flex-wrap: wrap;
}
.hero .container .wrap .textblock {
    color: #fff;
    max-width: 790px;
    flex: 0 0 100%;
}
.hero .container .wrap .textblock h1 {
    font-size: 54px;
    line-height: 1;
    margin-bottom: 25px;
}
.hero .container .wrap .textblock .post {
    font-size: 24px;
}
.hero .container .wrap .textblock .nums {
    margin-top: 105px;
    display: flex;
    gap: 110px;
}
.hero .container .wrap .textblock .nums .item {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 5px 15px;
    flex: 0 0 300px;
}
.hero .container .wrap .textblock .nums .item .num {
    font-size: 54px;
    font-weight: 600;
}
.hero .container .wrap .textblock .nums .item .text {
    font-size: 54px;
    font-weight: 600;
}
.hero .container .wrap .textblock .nums .item .desc {
    font-size: 24px;
    flex: 0 0 100%;
}
.hero .container .wrap .forma_wrap {
    background: var(--buhtim-gray);
    border-radius: 12px;
    padding: 28px;
    flex: 0 0 100%;
    max-width: 480px;
}
.hero .container .wrap .forma_wrap .forma {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: flex-start;
}
.hero .container .wrap .forma_wrap .forma .pre {
    margin: 0;
    padding: 0;
    color: #000;
}
.hero .container .wrap .forma_wrap .forma input {}
.hero .container .wrap .forma_wrap .forma input[type="hidden"] {}
.hero .container .wrap .forma_wrap .forma label {}
.hero .container .wrap .forma_wrap .forma label textarea {
    border-radius: 12px;
    border: 2px solid var(--buhtim-blue);
    width: 100%;
    resize: none;
    height: 140px;
    padding: 10px;
    box-shadow: 0 4px 20px #007cff52;
}
.hero .container .wrap .forma_wrap .forma label textarea::placeholder {
	animation: blink 1s steps(1, end) infinite;
}
.hero .container .wrap .forma_wrap .forma label textarea:focus::placeholder {
	opacity: 0;
	animation:none;
}
@keyframes blink {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.hero .container .wrap .forma_wrap .forma .btn {}
.hero .container .wrap .forma_wrap .forma .btn.sendform {}
.hero .container .wrap .forma_wrap .forma .btn.sendform span {}
.hero .container .wrap .forma_wrap .forma .btn.sendform img {}
.hero .container .wrap .forma_wrap .error {}
.hero .container .wrap .forma_wrap .success {}
.hero .container .wrap .forma_wrap .success p {}
@media (max-width:1350px) {
	.hero .container .wrap .textblock {
    max-width: 510px;
    flex: 0 0 510px;
	}
	.hero .container .wrap .textblock h1 {
    font-size: 42px;
	}
	.hero .container .wrap .textblock .post {
    font-size: 18px;
	}
	.hero .container .wrap .textblock .nums {
    gap: 40px;
	}
	.hero .container .wrap .textblock .nums .item {
    flex: 0 0 calc(50% - 20px);
 }
	.hero .container .wrap .textblock .nums .item .num {
    font-size: 42px;
	}
	.hero .container .wrap .textblock .nums .item .text {
    font-size: 42px;
	}
	.hero .container .wrap .textblock .nums .item .desc {
    font-size: 18px;
	}
	.hero .container .wrap .forma_wrap {
    flex: 0 0 calc(100% - 550px);
	}
}
@media (max-width:1199px) {
	.hero .container .wrap {
    gap: 20px;
	}
}
@media (max-width:1024px) {
	.hero {
    padding-bottom: 50px;
	}
	.hero .container .wrap .textblock {
    max-width: none;
    flex: 0 0 100%;
	}
	.hero .container .wrap .textblock h1 {
    margin-bottom: 15px;
	}
	.hero .container .wrap .textblock .nums {
    margin-top: 30px;
	}
	.hero .container .wrap .forma_wrap {
    flex: 0 0 100%;
    margin: 50px auto 0;
	}
}
@media (max-width:768px) {
	.hero .container .pre {
    font-size: 20px;
    margin-top: 30px;
	}
	.hero .container .marquee_sec {
    display: none;
	}
	.hero .container .wrap {
    margin-top: 0;
	}
	.hero .container .wrap .textblock h1 {
    font-size: 36px;
	}
	.hero .container .wrap .textblock .post {
    font-size: 16px;
	}
	.hero .container .wrap .textblock .nums .item {
    gap: 5px 10px;
	}
	.hero .container .wrap .textblock .nums .item .num {
    font-size: 36px;
	}
	.hero .container .wrap .textblock .nums .item .text {
    font-size: 36px;
	}
	.hero .container .wrap .textblock .nums .item .desc {
    font-size: 16px;
	}
	.hero .container .wrap .forma_wrap {
    margin: 20px auto 0;
    padding: 15px;
	}
	.hero .container .wrap .forma_wrap .forma {
    gap: 17px;
	}
}
@media (max-width:560px) {
	.hero .container .wrap .textblock .nums .item:nth-child(1) {
		display:none;
	}
}

.questions {}
.questions .container {}
.questions .container h2 {
    font-size: 36px;
    font-weight: 600;
    max-width: 800px;
}
.questions .container .wrap {
    display: flex;
    gap: 50px;
    margin-top: 40px;
    flex-wrap: wrap;
}
.questions .container .wrap .chat {
    flex: 0 0 625px;
    width: 625px;
    background: url(../img/chat_bg.png) no-repeat;
    height: 470px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    margin: 0 auto;
}
.questions .container .wrap .chat .slides {
	width: 470px;
	max-height: calc(100% - 56px);
	position: absolute;
	top: 56px;
	left: 108px;
	overflow: hidden;
}

.questions .container .wrap .chat .slides::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, transparent 0%, #fff 43%, #fff 100%);
	top: 0;
	left: 0;
	z-index: 2;
	pointer-events: none;
}

.questions .container .wrap .chat .slides-track {
	display: flex;
	flex-direction: column;
	animation: slidesMove 10s linear infinite;
	will-change: transform;
}

.questions .container .wrap .chat .slides .item {
	font-size: 14px;
	color: #5C646D;
	padding: 12px 13px 12px 24px;
	background: #F8F9FB;
	border-radius: 12px;
	display: block;
	width: fit-content;
	border: 1px solid #E5E5E5;
	margin-bottom: 10px;
}

@keyframes slidesMove {
	from {
		transform: translateY(0);
	}

	to {
		transform: translateY(-50%);
	}
}
.questions .container .wrap .chat .static {
    position: absolute;
    left: 108px;
    bottom: 40px;
    z-index: 3;
    width: 470px;
}
.questions .container .wrap .chat .static h3 {
    font-size: 36px;
    line-height: 1.3;
    width: 520px;
    margin-bottom: 25px;
}
.questions .container .wrap .chat .static .btn {}
.questions .container .wrap .chat .static .btn.sendform {
    width: 330px;
}
.questions .container .wrap .chat .static .btn.sendform span {}
.questions .container .wrap .chat .static .btn.sendform img {}
.questions .container .wrap .benefits {
    gap: 22px;
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 calc(100% - 625px - 50px);
    color: #fff;
    align-items: flex-start;
    align-content: flex-start;
    margin: 0 auto;
}
.questions .container .wrap .benefits .first {
    background: var(--buhtim-dark);
    border-radius: 12px;
    padding: 30px 35px;
    width: 100%;
    font-size: 24px;
    overflow: hidden;
    position: relative;
}
.questions .container .wrap .benefits .first .small_c {
    width: 624px;
    height: 634px;
    position: absolute;
    background: url(../img/small_c.png) center no-repeat;
    top: -69px;
    left: -11px;
    z-index: 2;
	animation: rotateClockwise 20s linear infinite;
}
.questions .container .wrap .benefits .first .big_c {
    width: 768px;
    height: 775px;
    position: absolute;
    background: url(../img/big_c.png) center no-repeat;
    top: -164px;
    left: -50px;
    z-index: 1;
	animation: rotateCounterClockwise 20s linear infinite;
}
@keyframes rotateClockwise {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes rotateCounterClockwise {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(-360deg);
	}
}
.questions .container .wrap .benefits .first .title {
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    z-index: 5;
}
.questions .container .wrap .benefits .first .desc {
    max-width: 375px;
    position: relative;
    z-index: 5;
}
.questions .container .wrap .benefits .sec {
    background: url(../img/circle.png) no-repeat, var(--buhtim-dark);
    background-position-x: calc(100% + 151px);
    background-position-y: calc(0% - 144px);
    border-radius: 12px;
    padding: 55px 35px 30px 35px;
    position: relative;
    width: 100%;
    height: 286px;
}
.questions .container .wrap .benefits .sec ul {
    max-width: 340px;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.questions .container .wrap .benefits .sec ul li {
    position: relative;
    padding-left: 30px;
}
.questions .container .wrap .benefits .sec ul li::before {
	content:'';
	width:15px;
	height:11px;
	display:block;
	position:absolute;
	background:url(../img/check.svg) center no-repeat;
	top: 8px;
	left:0;
}
.questions .container .wrap .benefits .sec ul li .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 6px;
}
.questions .container .wrap .benefits .sec ul li .desc {
    font-size: 20px;
}
.questions .container .wrap .benefits .sec .img {
    width: 272px;
    height: 337px;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 0 0 12px 0;
    z-index: 2;
}
.questions .container .wrap .benefits .sec .img img {
    position: absolute;
    width: 336px;
    max-width: none;
}
.questions .container .wrap .benefits .sec .person {
    position: absolute;
    background: #EAECF0;
    border-radius: 12px;
    color: #000;
    width: 290px;
    padding: 12px 20px;
    bottom: 30px;
    right: 20px;
    z-index: 2;
}
.questions .container .wrap .benefits .sec .person .name {
    font-weight: 600;
    margin-bottom: 4px;
}
.questions .container .wrap .benefits .sec .person .job {}
@media (max-width:1350px) {
	.questions .container h2 {
    margin: 0 auto;
    text-align: center;
	}
	.questions .container .wrap .benefits .sec {
    padding: 55px 316px 30px 35px;
    height: auto;
}
}
@media (max-width:1300px) {
	.questions .container .wrap .benefits  {
	flex: 0 0 100%;
	max-width:1040px;
	}
	.questions .container .wrap .chat {
    flex: 0 0 100%;
    background: url(../img/chat_bg.png) no-repeat, url(../img/chat_bg.png) no-repeat, #FFF;
    background-position-x: left, right, center;
	position:relative;
	max-width:1040px;
	}
	.questions .container .wrap .chat::before {
	content:'';
	display:block;
	position:absolute;
	width:100px;
	height:50px;
	background:#fff;
	left: 515px;
	top:0px;
	}
	.questions .container .wrap .chat .slides {
    width: calc(100% - 130px);
	}
	.questions .container .wrap .chat .static {
	width: calc(100% - 130px);
	}
	.questions .container .wrap .chat .static h3 {
    width: 100%;
	}
}
@media (max-width:1199px) {}
@media (max-width:1024px) {
	.questions .container h2 {
	text-align:left;
	margin: 0;
	}
}
@media (max-width:768px) {
	.questions {
    padding-top: 35px;
}
	.questions .container h2 {
    text-align: left;
    font-size: 24px;
    max-width: 565px;
    margin: 0;
	}
	.questions .container .wrap .chat {
    display: none;
	}
	.questions .container .wrap .benefits {
    min-width: auto;
	}
	.questions .container .wrap .benefits .first {
    font-size: 20px;
	}
	.questions .container .wrap .benefits .sec ul li {
    padding-left: 26px;
	}
	.questions .container .wrap .benefits .sec ul li::before {
    top: 4px;
	}
	.questions .container .wrap .benefits .sec ul li .title {
    font-size: 20px;
	}
	.questions .container .wrap .benefits .sec ul li .desc {
    font-size: 16px;
	}
}
@media (max-width:640px) {
	.questions .container .wrap .benefits .first {
    padding: 30px 25px;
	}
	.questions .container .wrap .benefits .sec {
    padding: 30px 25px 0 25px;
    height: auto;
    background-position-x: center;
    background-position-y: calc(100% + 144px);
	}
	.questions .container .wrap .benefits .sec ul {
    max-width: none;
	}
	.questions .container .wrap .benefits .sec .img {
    position: relative;
    max-width: 316px;
    width: 100%;
    height: auto;
    border-radius: 0;
    margin: 20px auto 0;
	}
	.questions .container .wrap .benefits .sec .img img {
    width: 100%;
    position: relative;
	}
	.questions .container .wrap .benefits .sec .person {
    right: auto;
    left: calc(50% - 145px);
    bottom: 20px;
	}
}


.reliable {}
.reliable .container {}
.reliable .container .wrap {
    border-radius: 12px;
    background: url(../img/reliable_bg.png) center no-repeat;
    background-size: cover;
    padding: 40px 40px 70px;
    color: #fff;
    display: flex;
    justify-content: space-between;
}
.reliable .container .proc {
    flex: 0 0 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.reliable .container .proc p {
    flex: 0 0 100%;
    text-align: center;
    font-size: 24px;
}
.reliable .container .proc p.num {
    font-size: 96px;
    font-weight: 600;
    line-height: 1;
}
.reliable .container .text {
    flex: 0 0 calc(50% - 40px);
    min-width: 610px;
}
.reliable .container .text p {
    font-size: 48px;
    font-weight: 600;
}
.reliable .container .text .link {
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    margin-top: 30px;
}
@media (max-width:1350px) {
	.reliable .container .text {
    min-width: auto;
    flex: 0 0 50%;
	}
	.reliable .container .text p {
    font-size: 40px;
	}
}
@media (max-width:1024px) {
	.reliable .container .proc {
    flex: 0 0 40%;
	}
	.reliable .container .proc p.num {
    font-size: 75px;
	}
	.reliable .container .text {
    flex: 0 0 60%;
	}
	.reliable .container .text p {
    font-size: 32px;
	}
}
@media (max-width:768px) {
	.reliable .container .proc {
    display: none;
	}
	.reliable .container .text {
    flex: 0 0 100%;
    text-align: center;
	}
	.reliable .container .text .link {
    justify-content: center;
	}
}
@media (max-width:640px) {
	.reliable .container .wrap {
    padding: 20px 20px 40px;
	}
	.reliable .container .text p {
    font-size: 24px;
	}
}

.numbers {}
.numbers .container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.numbers .container .item {
    flex: 0 0 calc((100% - 40px) / 3);
    border-radius: 12px;
    background: #fff;
    padding: 25px;
}
.numbers .container .item .num {
    font-size: 54px;
    color: var(--buhtim-blue);
    font-weight: 600;
}
.numbers .container .item .title {
    font-size: 20px;
    font-weight: 600;
    margin: 5px 0 15px;
    max-width: 300px;
}
.numbers .container .item .desc {
    line-height: 1.3;
}
.numbers .container .item:nth-child(3) {
    position: relative;
    background: url(../img/tg_bg.png) no-repeat, var(--buhtom-dark-blue);
    background-position-x: calc(100% + 90px);
    background-position-y: calc(0% - 65px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.numbers .container .item:nth-child(3) .title {
    color: #fff;
    margin-top: 20px;
    position: relative;
    z-index: 1;
}
.numbers .container .item:nth-child(3) .img {
    position: absolute;
    width: 238px;
    height: 337px;
    overflow: hidden;
    right: 0;
    bottom: 0;
    border-radius: 0 0 12px 0;
}
.numbers .container .item:nth-child(3) .img img {
    width: 305px;
    max-width: none;
}
.numbers .container .item:nth-child(3) .label {
    display: flex;
    border-radius: 12px;
    background: #ffffffdb;
    backdrop-filter: blur(7px);
    padding: 15px;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 350px;
}
.numbers .container .item:nth-child(3) .label .tg {
    flex: 0 0 47px;
}
.numbers .container .item:nth-child(3) .label .tg img {}
.numbers .container .item:nth-child(3) .label .text {
	flex: 0 0 calc(100% - 57px);
}
.numbers .container .item:nth-child(3) .label .name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px;
}
.numbers .container .item:nth-child(3) .label .info {
    color: #676767;
    font-size: 14px;
}
.numbers .container .item:nth-child(3) .label .link {
    color: var(--buhtim-blue);
    text-decoration: none;
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 500;
    margin-top: 10px;
}
.numbers .container .item:nth-child(3) .label .link .arr {
	width: 24px;
	height: 24px;
	display: block;
	mask-image: url(../img/icons/arr.svg);
	background: var(--buhtim-blue);
}
.numbers .container .item:nth-child(4) {
    flex: 0 0 100%;
    background: var(--buhtim-dark);
    display: flex;
    flex-wrap: wrap;
    padding: 15px 25px 0;
}
.numbers .container .item:nth-child(4) .text {
    color: #fff;
    flex: 0 0 50%;
    padding-bottom: 20px;
}
.numbers .container .item:nth-child(4) .text .title {
    font-size: 48px;
    max-width: none;
    margin-top: 15px;
}
.numbers .container .item:nth-child(4) .text .desc {
    font-size: 24px;
}
.numbers .container .item:nth-child(4) .screen {
    flex: 0 0 50%;
    background: linear-gradient(to top, #e9eff5 0%, #fff 100%);
    border-radius: 12px 12px 0 0;
    padding: 20px;
}
.numbers .container .item:nth-child(4) .screen .title {
    max-width: none;
    font-size: 36px;
}
.numbers .container .item:nth-child(4) .screen .info {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 25px;
    margin-bottom: 35px;
}
.numbers .container .item:nth-child(4) .screen .info .date {
    font-size: 14px;
    color: #7D899F;
}
.numbers .container .item:nth-child(4) .screen .info .note {
    font-size: 14px;
    color: var(--buhtim-blue);
    position: relative;
    padding-left: 27px;
}
.numbers .container .item:nth-child(4) .screen .info .note::before {
	content:'';
	display:block;
	position:absolute;
	width: 24px;
	height: 24px;
	background: url(../img/icons/eye.svg) center no-repeat;
	left: 0;
	top: -3px;
}
.numbers .container .item:nth-child(4) .screen .btn {
	width:fit-content;
	padding:0 20px;
}
@media (max-width:1199px) {
	.numbers .container {
    justify-content: center;
	}
	.numbers .container .item {
    flex: 0 0 calc((100% - 20px) / 2);
	}
	.numbers .container .item:nth-child(3) {
    margin-top: 30px;
    background-position-x: calc(100% + 20px);
    background-position-y: calc(0% - 90px);
    flex: 0 0 100%;
    max-width: 720px;
 }
	.numbers .container .item:nth-child(4) .text {
    flex: 0 0 40%;
    padding-right: 20px;
	}
	.numbers .container .item:nth-child(4) .text .title {
    font-size: 40px;
	}
	.numbers .container .item:nth-child(4) .screen {
    flex: 0 0 60%;
	}
}
@media (max-width:1024px) {
	.numbers .container .item:nth-child(4) .text {
		flex:0 0 100%;
		padding-right: 0;
	}
	.numbers .container .item:nth-child(4) .text .title {
    font-size: 34px;
	}
	.numbers .container .item:nth-child(4) .screen {
		flex:0 0 100%;
	}
	.numbers .container .item:nth-child(4) .screen .title {
		font-size:30px;
	}
}
@media (max-width:768px) {
	.numbers .container .item {
		flex:0 0 100%;
	}
	.numbers .container .item:nth-child(3) .label {
    max-width: 400px;
	}
	.numbers .container .item:nth-child(4) {
		padding:15px;
	}
	.numbers .container .item:nth-child(4) .text .title {
    font-size: 28px;
	}
	.numbers .container .item:nth-child(4) .text .desc {
    font-size: 18px;
	}
	.numbers .container .item:nth-child(4) .screen {
		display:none;
	}
}
@media (max-width:640px) {
	.numbers .container .item {
    padding: 15px;
	}
	.numbers .container .item .num {
    font-size: 40px;
	}
	.numbers .container .item .title {
    font-size: 16px;
    max-width: none;
	}
	.numbers .container .item .desc {
    font-size: 14px;
	}
	.numbers .container .item:nth-child(3) {
    margin-top: 0;
    background-position-x: calc(50% + 35px);
    background-position-y: calc(0% + 45px);
	}
	.numbers .container .item:nth-child(3) .title {
    font-size: 20px;
    text-align: center;
    max-width: 440px;
    margin: 0 auto 225px;
	}
	.numbers .container .item:nth-child(3) .img {right: auto;transform: translateX(-50%);width: 100%;max-width: 350px;left: 50%;display: flex;justify-content: center;}
	.numbers .container .item:nth-child(3) .label {
    max-width: 365px;
    transform: translateX(-50%);
    left: 50%;
    position: relative;
	}
	.numbers .container .item:nth-child(4) .text .title {
    font-size: 24px;
	}
	.numbers .container .item:nth-child(4) .text .desc {
    font-size: 16px;
	}
}

.helpful {}
.helpful .container {
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
}
.helpful .container .left {
    flex: 1 0 50%;
    padding-right: 40px;
}
.helpful .container .left h2 {
    font-size: 48px;
}
.helpful .container .right {
    max-width: 480px;
    flex: 0 0 50%;
    background: linear-gradient(-35deg, transparent 0%, #fff 100%);
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 20px #a1a1a152;
}
.helpful .container .right .img {
    width: 85px;
    height: 85px;
    margin: 0 auto;
    background: url(../img/el.png) center no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 85px;
}
.helpful .container .right .img .arrs {
    display: block;
    width: 45px;
    height: 45px;
    background: url(../img/icons/arrs.svg) center no-repeat;
	animation: rotateCounterClockwise 10s linear infinite;
}
.helpful .container .right p {
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
}
@media (max-width:1350px) {
	.helpful .container .left h2 {
    font-size: 42px;
	}
}
@media (max-width:1199px) {
	.helpful .container .left h2 {
    font-size: 36px;
	}
}
@media (max-width:1024px) {
	.helpful .container {
    flex-wrap: wrap;
    gap: 20px;
	}
	.helpful .container .left {
    flex: 0 0 100%;
    padding: 0;
	}
	.helpful .container .left h2 {
 }
	.helpful .container .right {
    display: flex;
    align-items: center;
    margin: 0 auto;
    flex-wrap: wrap;
 }
	.helpful .container .right .img {
 }
	.helpful .container .right .img .arrs {}
	.helpful .container .right p {
    flex: 0 0 100%;
 }
}
@media (max-width:768px) {
	.helpful .container .left h2 {
    font-size: 28px;
	}
	.helpful .container .right {
    gap: 20px;
    flex: 0 0 100%;
    max-width: 400px;
    border: 2px solid #fff;
	}
	.helpful .container .right .img {
    flex: 0 0 65px;
    background-size: cover;
	}
	.helpful .container .right p {
    font-size: 16px;
    text-align: left;
	}
}
@media (max-width:640px) {
	.helpful .container .left h2 {
    font-size: 24px;
	}
	.helpful .container .right {
    padding: 15px;
	}
}

.scroller {
    position: relative;
}
.scroller .gradient {
    position: absolute;
    background: linear-gradient(to bottom, transparent 0%, var(--buhtim-gray) 73%);
    width: 50%;
    height: 300px;
    bottom: 0;
    left: 0;
}
.scroller .container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 455px;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
	position:relative;
}
.scroller .container::-webkit-scrollbar {
    display: none;
}
.inner-aos {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.8s;
  transition-timing-function: ease;
}

.inner-aos-fade-up {
  transform: translate3d(0, 100px, 0);
}

.inner-aos.inner-aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.scroller .container .item {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
}
.scroller .container .item .title {
    flex: 0 0 calc(50% - 20px);
    font-size: 32px;
    font-weight: 600;
    max-width: 500px;
}
.scroller .container .item .screen {
    flex: 0 0 calc(50% - 20px);
    border-radius: 12px;
    background: url(../img/icons/likes.svg) no-repeat, #fff;
    background-position-x: 30px;
    background-position-y: calc(100% - 15px);
    padding: 25px 30px 55px;
    border: 2px solid #E9EFF5;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.scroller .container .item .screen .qwe {
    border-radius: 12px 6px 12px 12px;
    background: var(--buhtim-gray);
    padding: 15px 25px;
    max-width: 500px;
    margin-left: auto;
}
.scroller .container .item .screen .qwe p {}
.scroller .container .item .screen .ans {
    border-radius: 6px 12px 12px 12px;
    padding: 15px 25px;
    border: 1px solid var(--buhtim-gray);
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.scroller .container .item .screen .ans p {}
.scroller .container .btn {
	display:none;
}
@media (max-width:1199px) {
	.scroller .container .item .title {
    font-size: 28px;
	}
}
@media (max-width:1024px) {
	.scroller {
    padding-top: 0;
    padding-bottom: 0;
}
	.scroller .gradient {
    display: none;
	 }
	.scroller .container {
    height: auto;
 }
	.scroller .container .item {
    align-items: flex-start;
    flex-wrap: wrap;
 }
	.scroller .container .item .title {
    font-size: 21px;
    flex: 0 0 100%;
    max-width: none;
 }
	.scroller .container .item .screen {
    flex: 0 0 100%;
    margin-bottom: 40px;
 }
}
@media (max-width:768px) {
	.scroller .gradient {
	display:none;
	}
	.scroller .container {
    height: auto;
    padding-bottom: 20px;
	}
	.scroller .container .item .title {
    flex: 0 0 100%;
    max-width: none;
    position:relative;
    padding-left:30px;
    font-size:16px;
    background: linear-gradient(-35deg, transparent 0%, #fff 100%);
    border: 2px solid #fff;
    border-radius: 12px;
    padding: 15px 15px 15px 45px;
    box-shadow: 0 4px 20px #a1a1a152;
    margin: 0;
	}
	.scroller .container .item .title::before {
	content:'';
	width:15px;
	height:11px;
	display:block;
	position:absolute;
	background:url(../img/check.svg) center no-repeat;
	top: 17px;
	left: 15px;
	}
	.scroller .container .item .screen {
    display: none;
	}
	.scroller .container .btn {
	display:flex;
	}
}

.law {padding: 55px 10px;}
.law .container {
    background: url(../img/law_bg.png) center no-repeat;
    background-size: cover;
    border-radius: 12px;
    display: flex;
    gap: 40px;
    padding: 25px 25px 0;
    max-width: 1326px;
}
.law .container .text {
    flex: 0 0 calc(45% - 20px);
    display: flex;
    align-items: center;
    max-width: 365px;
}
.law .container .text h2 {
    font-size: 54px;
    color: #fff;
}
.law .container .screen {
    flex: 0 0 calc(55% - 20px);
    background: linear-gradient(to top, #e9eff5 0%, #fff 100%);
    border-radius: 12px 12px 0 0;
    padding: 20px 20px 50px;
}
.law .container .screen .title {
    max-width: none;
    font-size: 36px;
    font-weight: 600;
}
.law .container .screen .info {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 25px;
    margin-bottom: 35px;
}
.law .container .screen .info .date {
    font-size: 14px;
    color: #7D899F;
}
.law .container .screen .info .note {
    font-size: 14px;
    color: var(--buhtim-blue);
    position: relative;
    padding-left: 27px;
}
.law .container .screen .info .note::before {
	content:'';
	display:block;
	position:absolute;
	width: 24px;
	height: 24px;
	background: url(../img/icons/eye.svg) center no-repeat;
	left: 0;
	top: -3px;
}
.law .container .screen .btn {
	width:fit-content;
	padding:0 20px;
	min-width: 260px;
}
@media (max-width:1350px) {}
@media (max-width:1199px) {
	.law .container .screen {
    flex: 0 0 calc(60% - 20px);
	}
	.law .container .text {
    flex: 0 0 calc(40% - 20px);
	}
	.law .container .text h2 {
    font-size: 40px;
	}
}
@media (max-width:1024px) {
	.law {
	padding-top:0;
	padding-bottom: 0;
	}
	.law .container {
	flex-wrap:wrap;
	}
	.law .container .screen {
    flex: 0 0 100%;
	order:1;
	}
	.law .container .text {
    flex: 0 0 100%;
	max-width:none;
	}
	.law .container .text h2  {
	font-size:36px;
	}
}
@media (max-width:768px) {
	.law {
	display:none;
	}
}

.community {
    padding: 55px 0 95px;
}
.community .container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.community .container h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 50px;
    flex: 0 0 100%;
}
.community .container .best {
    background: url(../img/circle.png) no-repeat, var(--buhtom-dark-blue);
    background-position-x: calc(100% + 151px);
    background-position-y: calc(0% - 144px);
    border-radius: 12px;
    padding: 35px 35px 30px 35px;
    position: relative;
    width: 100%;
    height: 210px;
    flex: 0 0 calc(50% - 10px);
    display: flex;
    align-items: center;
}
.community .container .best .img {
    width: 270px;
    height: 262px;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 0 0 12px 0;
    z-index: 2;
}
.community .container .best .img img {
    position: absolute;
    width: 296px;
    max-width: none;
}
.community .container .best .person {
	color:#fff;
	max-width: 265px;
	position: relative;
	z-index: 3;
}
.community .container .best .person .name {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 24px;
}
.community .container .best .person .job {
    font-size: 20px;
    line-height: 1.3;
}
.community .container .nums {
    flex: 0 0 calc(50% - 10px);
    background: var(--buhtom-dark-blue);
    border-radius: 12px;
    color: #fff;
    display: flex;
    padding: 35px 35px 30px 35px;
}
.community .container .nums .item {
    flex: 0 0 50%;
}
.community .container .nums .item .num {
    font-size: 64px;
    font-weight: 600;
    margin-bottom: 6px;
}
.community .container .nums .item .desc {
    font-size: 20px;
    max-width: 210px;
    line-height: 1.3;
}
.community .container .wrap {
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}
.community .container .wrap .item {
    padding: 25px;
    background: #fff;
    border-radius: 12px;
    flex: 0 0 calc((100% - 40px) / 3);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.community .container .wrap .item .title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}
.community .container .wrap .item .person {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}
.community .container .wrap .item .person .img {
    flex: 0 0 72px;
}
.community .container .wrap .item .person .img img {}
.community .container .wrap .item .person .who {
    line-height: 1.3;
}
.community .container h3 {
    flex: 0 0 100%;
    font-size: 36px;
    text-align: center;
    margin: 50px 0 20px;
}
.community .container .btn {
    min-width: 320px;
    margin: 0 auto;
}
@media (max-width:1024px) {
	.community .container h2 {
    font-size: 30px;
	}
	.community .container .best {
    flex: 0 0 100%;
    max-width: 720px;
    margin: 0 auto;
 }
	.community .container .nums {
    flex: 0 0 100%;
    max-width: 720px;
    margin: 0 auto;
 }
	.community .container .nums .item .num {
    font-size: 48px;
	}
	.community .container .nums .item .desc {
    font-size: 16px;
	}
	.community .container .wrap .item {
    flex: 0 0 calc((100% - 20px) / 2);
	}
	.community .container .wrap .item .title {
    font-size: 16px;
	}
	.community .container .wrap .item .person .who {
    font-size: 14px;
	}
	.community .container h3 {
    font-size: 28px;
	}
}
@media (max-width:768px) {
	.community {
    padding: 30px 0 55px;
}
	.community .container .wrap {
    display: none;
	}
}
@media (max-width:640px) {
	.community {}
	.community .container {}
	.community .container h2 {
    font-size: 24px;
    margin-bottom: 10px;
	}
	.community .container .best {
    padding: 30px 25px 0 25px;
    height: auto;
    background-position-x: center;
    background-position-y: calc(100% + 144px);
    display: block;
	}
	.community .container .best .img {
    position: relative;
    max-width: 296px;
    width: 100%;
    height: auto;
    border-radius: 0;
    margin: 20px auto 0;
	}
	.community .container .best .img img {
    width: 100%;
    position: relative;
	}
	.community .container .best .person {
    max-width: none;
	}
	.community .container .nums {
    padding: 30px 25px 30px 25px;
    gap: 20px;
	}
	.community .container .nums .item {
    flex: 0 0 calc(50% - 10px);
	}
	.community .container h3 {
    display: none;
	}
	.community .container .btn {
    display: none;
	}
}

.knowledge {
    background: url(../img/knowledge_bg.png) center no-repeat;
    background-size: cover;
}
.knowledge .container {}
.knowledge .container h2 {
    color: #fff;
    font-size: 54px;
    font-weight: 600;
}
.knowledge .container .wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 90px;
}
.knowledge .container .wrap .item {
    display: flex;
    position: relative;
    justify-content: center;
}
.knowledge .container .wrap .item .title {
    flex: 0 0 50%;
    max-width: 540px;
    text-align: right;
    padding-right: 130px;
    font-size: 32px;
    font-weight: 500;
    color: #fff;
}
.knowledge .container .wrap .item .desc {
    flex: 0 0 50%;
    max-width: 540px;
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.knowledge .container .wrap .item .desc ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.knowledge .container .wrap .item .desc ul li {
    position: relative;
    padding-left: 15px;
}
.knowledge .container .wrap .item .desc ul li::before {
	content:'';
	display:block;
	width: 3px;
	height: 3px;
	background: #000;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	left: 0;
}
.knowledge .container .wrap .item .desc p {}
.knowledge .container .wrap .item .desc p a {
    color: var(--buhtim-blue);
}
.knowledge .container .wrap .item .line {
    position: absolute;
    width: 4px;
    background: #2F4965;
    height: calc(100% + 20px);
    top: 15px;
    left: calc(50% - 67px);
}
.knowledge .container .wrap .item .line::before {
	content:'';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: var(--buhtim-blue);
	top: 0;
	left: 0;
	max-height: 0px;
	transition: max-height 4s;
}
.knowledge .container .wrap .item.visible .line::before {
	max-height: 500px;
}
.knowledge .container .wrap .item .bullet {
    position: absolute;
    width: 26px;
    height: 26px;
    background: url(../img/icons/bullet.svg) center no-repeat;
    left: calc(50% - 78px);
    top: 5px;
    border-radius:50%
}
.knowledge .container .wrap .item.visible .bullet {
    box-shadow: 0 7px 17px 0px #007cff;
    background: url(../img/icons/bullet_v.png) center no-repeat;
}
@media (max-width:1199px) {
	.knowledge .container h2 {
    font-size: 42px;
	}
	.knowledge .container .wrap .item .title {
    font-size: 28px;
	}
}
@media (max-width:1024px) {
	.knowledge .container h2 {
    font-size: 36px;
	}
	.knowledge .container .wrap {
    margin-top: 30px;
    gap: 30px;
	}
	.knowledge .container .wrap .item {
	flex-wrap:wrap;
	justify-content: flex-start;
	}
	.knowledge .container .wrap .item .title {
    text-align: left;
    max-width: none;
    flex: 0 0 100%;
    padding-right: 0;
    padding-left: 53px;
    font-size: 24px;
	}
	.knowledge .container .wrap .item .desc {
    flex: 0 0 100%;
    margin-left: 50px;
    margin-top: 14px;
}
	.knowledge .container .wrap .item .line {
    left: 11px;
	}
	.knowledge .container .wrap .item .bullet {
    left: 0;
    top: 0;
	}
}
@media (max-width:768px) {
	.knowledge {
    background-position: left calc(0% - 290px);
    padding: 40px 0 50px;
    background-size: auto;
	}
	.knowledge .container h2 {
    font-size: 30px;
	}
	.knowledge .container .wrap .item .desc {
	display:none;
	}
}
@media (max-width:640px) {
	.knowledge .container h2 {
    font-size: 24px;
	}
}

.using {}
.using .container {}
.using .container .head {
    display: flex;
    margin-bottom: 50px;
}
.using .container .head h2 {
    font-size: 48px;
    font-weight: 600;
    padding-right: 20px;
}
.using .container .head .note {
    background: linear-gradient(-35deg, transparent 0%, #fff 100%);
    padding: 20px;
    border-radius: 12px;
    border: 2px solid #fff;
    box-shadow: 0 4px 20px #a1a1a152;
}
.using .container .head .img {
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
}
.using .container .head .img img {}
.using .container .head .text {
    text-align: center;
    font-size: 20px;
}
.using .container .scroll {
    background: url(../img/white_bg.svg) no-repeat;
    background-position: right top;
    height: 391px;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    position:relative;
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 1110px;
}
.using .container .scroll::-webkit-scrollbar {
    display: none;
}
.using .container .scroll .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.using .container .scroll .item .desc {
    flex: 0 0 413px;
    background: linear-gradient(-35deg, transparent 0%, #fff 100%);
    padding: 20px;
    border-radius: 12px;
    border: 2px solid #fff;
    display: flex;
    gap: 10px;
    box-shadow: 0 4px 20px #a1a1a152;
    margin-left: 10px;
}
.using .container .scroll .item.qwe .desc {
	opacity:0;
}
.using .container .scroll .item .desc .img {
    flex: 0 0 24px;
}
.using .container .scroll .item .desc .img img {}
.using .container .scroll .item .desc .img img.wait {
    animation: rotateClockwise 2s linear infinite;
}
.using .container .scroll .item .desc .text {
    font-size: 20px;
    line-height: 1.3;
}
.using .container .scroll .item .example {
    flex: 0 0 652px;
    padding: 20px;
    line-height: 1.3;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.using .container .scroll .item.qwe .example {
    background: var(--buhtim-gray);
    border-radius: 12px;
    max-width: 385px;
    margin-right: 20px;
    margin-top: 20px;
}
.using .container .scroll .item .example p {}
.using .container .scroll .item .example ol {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.using .container .scroll .item .example ol li {}
.using .container .btn {
	display:none;
}
@media (max-width:1350px) {
	.using .container .head h2 {
    font-size: 40px;
	}
}
@media (max-width:1199px) {
	.using .container .head h2 {
    font-size: 32px;
	}
	.using .container .scroll .item .desc {
    flex: 0 0 320px;
	}
	.using .container .scroll .item .desc .text {
    font-size: 16px;
	}
}
@media (max-width:1024px) {
	.using .container .head {
    flex-wrap: wrap;
    gap: 40px;
	}
	.using .container .head .note {
    margin:0 auto;
    max-width: 480px;
 }
	.using .container .scroll {
    height: auto;
    background: #fff;
    border-radius: 12px;
    padding: 0 0 30px;
}
	.using .container .scroll .item {
    flex-wrap: wrap;
    gap: 20px;
}
.using .container .scroll .item .desc {
    flex: 0 0 100%;
    max-width: 423px;
}
.using .container .scroll .item.qwe .desc {}
.using .container .scroll .item .desc .img {}
.using .container .scroll .item .desc .img img {}
.using .container .scroll .item .desc .img img.wait {}
.using .container .scroll .item .desc .text {}
.using .container .scroll .item .example {
    flex: 0 0 100%;
}
.using .container .scroll .item.qwe .example {
    max-width: 520px;
    margin-left: auto;
}
.using .container .scroll .item .example p {}
.using .container .scroll .item .example ol {}
.using .container .scroll .item .example ol li {}	
}
@media (max-width:768px) {
	.using {
    padding: 30px 0;
	}
	.using .container .head h2 {
    font-size: 24px;
	}
	.using .container .head .note {
    display: flex;
    gap: 20px;
	}
	.using .container .head .img {
    flex: 0 0 88px;
    width: 88px;
    height: 88px;
	}
	.using .container .head .text {
    text-align: left;
    margin-top: 10px;
	}
	.using .container .btn {
	display:flex;
	}
}
@media (max-width:640px) {
	.using .container .head {
    gap: 20px;
	}
	.using .container .head .note {
    padding: 10px;
	}
	.using .container .head .img {
    flex: 0 0 64px;
    height: 64px;
    width: 64px;
	}
	.using .container .head .text {
    font-size: 16px;
	}
}

.accurate {}
.accurate .container {
    display: flex;
    gap: 30px;
    align-items: center;
}
.accurate .container .mob {
	display:none;
}
.accurate .container .left {
    flex: 1 0 50%;
}
.accurate .container .left h2 {
    font-size: 48px;
    margin-bottom: 40px;
}
.accurate .container .left .note {
    background: linear-gradient(-35deg, transparent 0%, #fff 100%);
    padding: 20px;
    border-radius: 12px;
    border: 2px solid #fff;
    box-shadow: 0 4px 20px #a1a1a152;
    max-width: 480px;
}
.accurate .container .left .note .img {
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
}
.accurate .container .left .note .img img {}
.accurate .container .left .note .text {
    text-align: center;
    font-size: 20px;
}
.accurate .container .right {
    flex: 0 0 calc(50% - 30px);
    max-width: 540px;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.accurate .container .right .qwe {
    background: var(--buhtim-gray);
    border-radius: 12px;
    max-width: 385px;
    margin-right: 20px;
    margin-top: 20px;
    padding: 10px 20px;
    margin-left: auto;
}
.accurate .container .right p {
    display: flex;
    gap: 5px;
}
.accurate .container .right input {
    height: 60px;
    border-radius: 12px;
    border: 1px solid #E5E5E5;
    background: #fff;
    width: 100%;
    padding-left: 15px;
}
.accurate .container .right .btn {}
@media (max-width:1199px) {
	.accurate .container .left h2 {
    font-size: 40px;
	}
}
@media (max-width:1024px) {
	.accurate .container {
    flex-wrap: wrap;
	}
	.accurate .container .mob {
	display:block;
	font-size: 32px;
	}
	.accurate .container .left {
    flex: 0 0 100%;
    order: 1;
 }
	.accurate .container .left h2 {
    display:none;
	}
	.accurate .container .left .note {
    margin: 0 auto;
	}
	.accurate .container .right {
    flex: 0 0 100%;
    margin: 0 auto;
	}
}
@media (max-width:768px) {
	.accurate {
    padding: 50px 0;
	}
	.accurate .container .mob {
	font-size:28px;
	}
	.accurate .container .left .note {
    margin: 0 auto;
    max-width: 540px;
	}
	.accurate .container .left .note {
    display: flex;
    gap: 20px;
	}
	.accurate .container .left .note .img {
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
	}
	.accurate .container .left .note .text {
    text-align: left;
    margin-top: 10px;
	font-size:16px;
	}
}
@media (max-width:640px) {
	.accurate .container .mob {
	font-size:24px;
	}
}

.rate {
    background: #fff;
    padding-bottom: 155px;
}
.rate .container {
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
}
.rate .container h2 {
    font-size: 54px;
}
.rate .container .wrap {
    border-radius: 12px;
    background: var(--buhtim-gray);
    display: flex;
    gap: 40px;
    padding: 20px;
    position: relative;
    align-items: center;
    padding-right: 210px;
}
.rate .container .wrap .item {
    flex: 0 0 205px;
    z-index: 1;
    position: relative;
}
.rate .container .wrap .item:nth-child(4) {
    flex: 0 0 410px;
}
.rate .container .wrap .item .top {
    font-size: 48px;
    font-weight: 600;
    min-height: 65px;
    line-height: 1;
    display: flex;
    align-items: center;
}
.rate .container .wrap .item .bottom {
    min-height: 85px;
}
.rate .container .wrap .item p {}
.rate .container .wrap .item .chel {
    margin: 15px 0 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.rate .container .wrap .person {
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 0 0 12px 0;
    overflow: hidden;
}
.rate .container .wrap .person img {}
@media (max-width:1350px) {
	.rate .container {
	}
	.rate .container h2 {
    text-align: center;
	}
	.rate .container .wrap {
    flex-wrap: wrap;
    max-width: 940px;
	}
	.rate .container .wrap .item {
    flex: 0 0 calc((100% - 80px) / 3);
	}
	.rate .container .wrap .item:nth-child(4) {
    flex: 0 0 100%;
	}
}
@media (max-width:1199px) {
	.rate .container h2 {
    font-size: 40px;
	}
}
@media (max-width:1024px) {
	.rate .container h2 {
    font-size: 32px;
	}
	.rate .container .wrap {
    padding-right: 20px;
}
	.rate .container .wrap .item {}
	.rate .container .wrap .item:nth-child(4) {
    padding-right: 200px;
}
	.rate .container .wrap .item .bottom {
    font-size: 12px;
	}
	.rate .container .wrap .item .chel {
    font-size: 14px;
	}
}
@media (max-width:768px) {
	.rate {
    padding: 50px 0;
	}
	.rate .container {
    gap: 20px;
	}
	.rate .container .wrap {
    padding-right: 20px;
	}
	.rate .container .wrap .item:nth-child(4) {
    flex: 0 0 calc(100% - 210px);
    padding-right: 0;
 }
}
@media (max-width:640px) {
	.rate .container .wrap {
    gap: 0;
    padding-bottom: 40px;
	}
	.rate .container .wrap .item {
		flex: 0 0 50%;
		padding-right: 20px;
	}
	.rate .container .wrap .item:nth-child(1) {
		flex:0 0 60%;
	}
	.rate .container .wrap .item:nth-child(4) {
    flex: 0 0 100%;
	}
	.rate .container .wrap .item .chel {
    padding-left: 100px;
    margin-top: 35px;
	}
	.rate .container .wrap .person {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: #fff;
    padding: 10px 0 0 10px;
    right: auto;
    left: 20px;
    bottom: 20px;
	}
}

.footer {
    background: var(--buhtom-dark-blue);
    color: #fff;
}
.footer .container {
    position: relative;
}
.footer .container h2 {
    font-size: 54px;
}
.footer .container h2 span {
    display: block;
    font-style: italic;
    font-weight: 400;
}
.footer .container .gift {
    position: absolute;
    right: -135px;
    top: -205px;
}
.footer .container .gift img {}
.footer .container .wrap {
    display: flex;
    margin-top: 85px;
}
.footer .container .wrap .item {
    flex: 0 0 calc((100% - 733px)/ 2);
    border-radius: 12px;
    background: var(--buhtim-dark);
    padding: 20px;
    margin-right: 20px;
    height: 278px;
}
.footer .container .wrap .item:last-child {
    flex: 0 0 733px;
    background: url(../img/bg_gift.png) no-repeat;
    height: 323px;
    margin: 0;
    margin-left: -40px;
    padding: 20px 60px;
}
.footer .container .wrap .item .num {
    font-size: 64px;
    font-weight: 600;
}
.footer .container .wrap .item .text {
    font-size: 24px;
    max-width: 410px;
}
.footer .container .wrap .item .btn {
    max-width: 320px;
    background: #fff;
    color: #000;
    margin-top: 20px;
}
.footer .container .wrap .item .btn .arr {
    background: #000;
}
.footer .container .bottom {
    display: flex;
    gap: 60px;
    align-items: center;
    margin-top: 80px;
}
.footer .container .bottom .logo_wrap {}
.footer .container .bottom .logo_wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    position: relative;
}
.footer .container .bottom .logo_wrap .logo {}
.footer .container .bottom .logo_wrap .name {
    font-size: 24px;
    font-weight: 600;
    margin-right: 5px;
}
.footer .container .bottom .logo_wrap .desc {
    max-width: 190px;
    font-size: 14px;
    margin-left: 10px;
}
.footer .container .bottom .logo_wrap .desc::before {
	content:'';
	display:block;
	width: 1px;
	height: calc(100% - 2px);
	position: absolute;
	background: #fff;
	top: 1px;
	left: 156px;
}
.footer .container .bottom .copy {
    font-size: 14px;
}
.footer .container .bottom .copy p a {
    color: var(--buhtim-blue);
}
@media (max-width:1620px) {
	.footer .container h2 {
    padding-right: 360px;
    max-width: 1000px;
	}
	.footer .container .gift {
    right: 0;
	}
}
@media (max-width:1350px) {
	.footer .container .wrap .item {
    flex: 0 0 calc((100% - 570px)/ 2);
    height: 225px;
	}
	.footer .container .wrap .item:last-child {
    flex: 0 0 565px;
    background-size: contain;
    height: 260px;
    margin-left: -30px;
	}
	.footer .container .wrap .item .num {
    font-size: 48px;
	}
	.footer .container .wrap .item .text {
    font-size: 20px;
	}
}
@media (max-width:1199px) {
	.footer .container h2 {
    font-size: 46px;
	}
}
@media (max-width:1024px) {
	.footer {
    overflow: hidden;
	}
	.footer .container {}
	.footer .container h2 {
    padding: 0;
    font-size: 40px;
	}
	.footer .container .gift {
    display: none;
	}
	.footer .container .gift img {}
	.footer .container .wrap {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
	}
	.footer .container .wrap .item {
    flex: 0 0 calc(50% - 10px);
    margin: 0;
    max-width: 565px;
	}
	.footer .container .wrap .item:last-child {
    position: relative;
    margin-left: 0;
    flex: 0 0 100%;
    background: linear-gradient(180deg, #007CFF 0%, #8A08AB 100%);
    padding: 20px;
    max-width: none;
    box-shadow: 0 20px 20px #8a08ab;
    height: auto;
	}
	.footer .container .wrap .item:last-child::before {
		content:'';
		display: block;
		width: 350px;
		height: 403px;
		position: absolute;
		background: url(../img/gift.png) center no-repeat;
		background-size: contain;
		right: -50px;
		top: -65px;
	}
	.footer .container .wrap .item .num {
    margin-bottom: 10px;
	}
}
@media (max-width:768px) {
	.footer {
    padding: 50px 0;
	}
	.footer .container {}
	.footer .container h2 {
    font-size: 28px;
	}
	.footer .container .wrap .item:last-child {
	padding-right:200px;
	}
	.footer .container .wrap .item:last-child::before {
	width: 185px;
	height: 210px;
	right: 12px;
	}
	.footer .container .wrap .item .num {
	}
	.footer .container .bottom {
    flex-wrap: wrap;
	}
	.footer .container .bottom .copy {
    flex: 0 0 100%;
	}
}
@media (max-width:640px) {
	.footer .container h2 {
    font-size: 24px;
	}
	.footer .container .wrap .item {
    height: auto;
	flex:0 0 100%;
	}
	.footer .container .wrap .item:last-child {
	padding-right:20px;
	}
	.footer .container .wrap .item:last-child::before {
	width: 101px;
	height: 116px;
	right: 12px;
	top:-30px;
	}
}