*,
*::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: 'Graphik';
    src: url(../fonts/Graphik-Regular-Desktop.otf);
    font-weight: 400;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: 'Graphik';
    src: url(../fonts/Graphik-Medium-Desktop.otf);
    font-weight: 500;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: 'Graphik';
    src: url(../fonts/Graphik-Semibold-Desktop.otf);
    font-weight: 600;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: 'Graphik';
    src: url(../fonts/Graphik-Bold-Desktop.otf);
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

body {
    font-family: "Graphik";
    line-height: 1.2;
    margin: 0;
	min-width:1352px;
	--warm_gray: #FAF8F5;
	--red: #F1361D;
	--gray:#8E8E93;
}

section {
	padding:60px 15px;
}
section .container {
	max-width:1352px;
	margin:0 auto;
}
section .container .images {
    display: flex;
    gap: 40px;
    margin-bottom: 60px;
}
section .container .images div {
    flex: 0 0 calc(50% - 20px);
}
section .container .images div img {}
.btn {
	display:flex;
	justify-content:center;
	align-items:center;
	height:65px;
	cursor:pointer;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	background: var(--red);
	border-radius: 16px;
	max-width: fit-content;
	padding: 0 40px;
	margin: 50px auto 0;
}
h2 {
	font-size:48px;
	font-weight:500;
	line-height:1;
	text-align: center;
	margin-bottom: 50px;
}
h3 {
	font-size:24px;
	font-weight:500;
	line-height:112%;
	text-align: center;
	margin: 0 auto 45px;
}
.pre {
    font-size: 24px;
    color: #0000006e;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto 60px;
    font-weight: 500;
}

.forma_wrap {}
.forma_wrap .forma {
    width: 100%;
    display: flex;
	flex-direction:column;
	gap:10px;
}
.forma_wrap .forma .pre {
    font-size: 18px;
    margin-bottom: 10px;
}
.forma_wrap .forma label {
    position: relative;
}
.forma_wrap .forma label input {
    width: 100%;
    border: 1px solid #cdcdcd;
    height: 45px;
    padding-left: 15px;
    border-radius: 5px;
    background: #ffffff;
    font-size: 18px;
}
.forma_wrap .forma label input::placeholder {
  color:#c4c4c4
}
.forma_wrap .forma label input.error {
    border: 1px solid var(--red);
}
.forma_wrap .forma label .warning {
    background: var(--red);
    color: #fff;
    position: absolute;
    font-size: 13px;
    padding: 0 7px;
    bottom: -5px;
    right: 0;
}
.forma_wrap .forma label[for=policy] {
    display: flex;
    gap: 5px;
    padding: 5px;
    align-items: center;
    justify-content: center;
	max-width:fit-content;
}
.forma_wrap .forma label[for=policy] .warning {
	right:auto;
	left:0;
	bottom:-10px;
}
.forma_wrap .forma label[for=policy] input {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
}
.forma_wrap .forma label[for=policy] .label {
    line-height: 1;
    font-size: 12px;
    color: #7e7e7e;
}
.forma_wrap .forma label[for=policy] .label a {
    color: #7e7e7e;
}
.forma_wrap .forma .btn {
    margin-top: 0;
    max-width: none;
    width: 100%;
}
.forma_wrap .forma .btn:hover {
  opacity:0.8
}
.forma_wrap .forma .notice {
    font-size: 12px;
    flex: 0 0 100%;
    color: #b1b1b1;
    margin-top: 10px;
    line-height: 1;
    text-align: center;
}
.forma_wrap .forma .notice a {
    color: #b1b1b1;
}
.forma_wrap div.success {}
.forma_wrap div.success h2 {}
.forma_wrap div.success p {}
.forma_wrap div.error {
	color:var(--red);
}

.info_coockie {
    position: fixed;
    bottom: 16px;
    left: 50%;
    z-index: 100000;
    width: 100%;
    max-width: 480px;
    padding: 12px 16px 16px;
    border-radius: 12px;
    outline: 4px solid rgba(255, 255, 255, 0.25);
    background: rgba(26, 24, 20, 0.82);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    transform: translateX(-50%);
}

.info_coockie .content {
}

.info_coockie .content p {
    color: #fff;
    font-size: 15px;
}

.info_coockie .content p a {
    text-decoration: underline;
    color: #fff;
}

.info_coockie .content .coockie_close {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    padding: 9px 16px;
    border-radius: 4px;
    background-color: #FAF8F5;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    cursor: pointer;
    margin-top: 15px;
}

header {
    max-width: 1382px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}
header img {}
header #panelcontainer {}

.header {
    background: var(--warm_gray);
    padding: 50px 15px;
}
.header .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.header .container .land_links {
    position: relative;
}
.header .container .land_links .logo {
    font-size: 27px;
    font-weight: 600;
    color: var(--red);
    margin-bottom: 5px;
}
.header .container .land_links .logo span {
	color:#000;
}
.header .container .land_links .land_active {
    font-size: 21px;
    color: #000;
    opacity: 0.45;
    text-decoration: none;
    font-weight: 500;
    padding-right: 25px;
    position: relative;
    cursor: pointer;
}
.header .container .land_links .land_active::after {
	content:'';
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	top: 6px;
	right: 0;
	transform: rotate(135deg);
}
.header .container .land_links .menu {
    position: absolute;
    background: var(--warm_gray);
    border-radius: 24px;
    border: 1px solid #0000002b;
    padding: 40px;
    width: 360px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    left: -40px;
    top: 80px;
	opacity:0;
}
.header .container .land_links .menu.open {
	opacity:1;
}
.header .container .land_links .menu a {
    font-size: 21px;
    color: #000;
    opacity: 0.45;
    text-decoration: none;
    font-weight: 500;
}
.header .container .land_links .menu a:hover {
	opacity:1;
}
.header .container .land_links .menu a.active {
    opacity: 1;
}
.header .container .submenu {
    display: flex;
    gap: 25px;
}
.header .container .submenu a {
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    color: #000;
    opacity: 0.45;
}
.header .container .submenu a:hover {
	opacity: 1;
}
@media (max-width:1470px) {
	.header .container .land_links .menu {
		left:0;
	}
}

.hero {
    background: url(../img/hero_bg.png) center no-repeat;
    background-size: cover;
    overflow: hidden;
    padding-bottom: 0;
}
.hero .container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.hero .container h2 {
    color: #fff;
}
.hero .container .wrap {
    flex: 0 0 calc(50% - 20px);
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}
.hero .container .wrap .item {
    flex: 1 0 calc(50% - 20px);
    padding: 32px 40px 40px 40px;
    border-radius: 24px;
    background: #0000001A;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.hero .container .wrap .item .img {
    height: auto;
}
.hero .container .wrap .item .img img {
    position: inherit;
    width: auto;
}
.hero .container .wrap .item .title {
    font-size: 24px;
    line-height: 1.1;
}
.hero .container .wrap .item .desc {
    font-size: 18px;
}
.hero .container .img {
    flex: 0 0 calc(50% - 20px);
    position: relative;
    height: 640px;
}
.hero .container .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 767px;
    max-width: none;
}

.challenges {
    background: #000;
    color: #fff;
}
.challenges .container {}
.challenges .container h2 {
    color: var(--red);
    margin: 0 auto 50px;
    max-width: 1200px;
}
.challenges .container .wrap {
    display: flex;
    gap: 40px;
}
.challenges .container .wrap .item {
    background: #ffffff2A;
    border-radius: 24px;
    padding: 32px 40px 40px 40px;
    flex: 0 0 calc((100% - 80px) / 3);
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.challenges .container .wrap .item .title {
    font-size: 24px;
    line-height: 1.1;
    font-weight: 500;
}
.challenges .container .wrap .item .desc {
    font-size: 18px;
    font-weight: 500;
    color: #ffffffa6;
}
.challenges .container .wrap_2 {
    display: flex;
    gap: 40px;
    margin-top: 60px;
}
.challenges .container .wrap_2 .item {
    flex: 0 0 calc((100% - 80px) / 3);
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 40px;
}
.challenges .container .wrap_2 .item .num {
    font-size: 36px;
    color: var(--red);
    font-weight: 500;
}
.challenges .container .wrap_2 .item .desc {
    font-size: 24px;
    color: #ffffffa6;
    font-weight: 500;
}
.challenges .container .btn {
    max-width: none;
}

.solution {
    background: var(--warm_gray);
}
.solution .container {}
.solution .container h2 {
    max-width: 1200px;
    margin: 0 auto 40px;
}
.solution .container .pre {max-width: 1000px;}
.solution .container .ai_control {
    padding: 60px 40px 80px;
    background: #fff;
    margin: 50px 0;
    display: flex;
    gap: 40px;
}
.solution .container .ai_control .text {
    flex: 0 0 calc(50% - 20px);
}
.solution .container .ai_control .text h3 {
    font-size: 36px;
    line-height: 112%;
    text-align: left;
    margin-bottom: 25px;
}
.solution .container .ai_control .text p {
    font-size: 18px;
    font-weight: 500;
    color: var(--gray);
}
.solution .container .ai_control .text .btn {
    margin: 31px 0 0;
}
.solution .container .ai_control .img {
    flex: 0 0 calc(50% - 20px);
}
.solution .container .ai_control .img img {}
.solution .container .wrap {
    display: flex;
    gap: 40px;
}
.solution .container .wrap .item {
    background: #fff;
    border-radius: 24px;
    padding: 32px 40px 40px 40px;
    flex: 0 0 calc((100% - 80px) / 3);
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.solution .container .wrap .item .img {}
.solution .container .wrap .item .img img {}
.solution .container .wrap .item .title {
    font-size: 24px;
    line-height: 1.1;
    font-weight: 500;
}
.solution .container .wrap .item .desc {
    color: var(--gray);
    font-size: 18px;
}
.solution .container .wrap .item .link {
    color: var(--red);
    font-size: 18px;
    font-weight: 500;
    line-height: 126%;
    text-decoration: none;
    position: relative;
    display: block;
    width: fit-content;
    padding-right: 25px;
}
.solution .container .wrap .item .link:hover {
	padding-right: 30px;
}
.solution .container .wrap .item .link::after {
	content:'';
	display: block;
	position: absolute;
	background: url(../img/arrow.svg) center no-repeat;
	width: 16px;
	height: 16px;
	right: 0;
	top: 4px;
}
.solution .container .solution_details {
    background: #fff;
    border-radius: 24px;
    padding: 32px 40px 40px 40px;
    margin-top: 60px;
}
.solution .container .solution_details h3 {
    text-align: left;
    margin:  0;
    margin-bottom: 15px;
}
.solution .container .solution_details .pre {
    color: var(--gray);
    font-size: 18px;
    text-align: left;
    margin: 0;
    max-width: 775px;
    font-weight: 500;
}
.solution .container .solution_details .demo {
    margin-top: 50px;
    display: flex;
    gap: 40px;
}
.solution .container .solution_details .demo .nav {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-left: 25px;
    min-width: 350px;
}
.solution .container .solution_details .demo .nav .item {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    cursor: pointer;
}
.solution .container .solution_details .demo .nav .item.active {
    cursor: default;
}
.solution .container .solution_details .demo .nav .item .title {
    font-size: 16px;
    font-weight: 500;
}
.solution .container .solution_details .demo .nav .item .num {
    font-size: 16px;
    font-weight: 500;
    color: #9E9E9E;
}
.solution .container .solution_details .demo .nav .item.active .title {
    color:var(--red);
}
.solution .container .solution_details .demo .nav .item.active .num {
    color:var(--red);
}
.solution .container .solution_details .demo .details {
    position: relative;
}
.solution .container .solution_details .demo .details .table {display: none;background: var(--warm_gray);border-radius: 20px;padding: 25px;}
.solution .container .solution_details .demo .details .table.active {
    display: flex;
    flex-direction: column;
}
.solution .container .solution_details .demo .details .table .tr {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    border-bottom: 1px solid #0000001A;
    padding-left: 20px;
}
.solution .container .solution_details .demo .details .table .tr.table_head {
    border-bottom: none;
}
.solution .container .solution_details .demo .details .table .tr .td {
    flex: 0 0 calc((100% - 60px) / 3);
    padding: 25px 0;
    font-size: 16px;
}
.solution .container .solution_details .demo .details .table .tr:last-child {
	border-bottom: none;
}
.solution .container .solution_details .demo .details .table .tr .td:first-child {
	font-weight: 500;
}
.solution .container .solution_details .demo .details .table .tr.table_head .td {
    font-size: 12px;
    font-weight: 500;
    color: #9E9E9E;
    text-transform: uppercase;
    letter-spacing: 12%;
    padding: 15px 0;
}
.solution .container .solution_details .demo .details .notice {
    font-size: 12px;
    color: #9E9E9E;
    margin-top: 20px;
    margin-left: 15px;
    letter-spacing: 2%;
}
.solution .container .btn {}

.experts {
    background: var(--warm_gray);
}
.experts .container {}
.experts .container h3 {
    max-width: 700px;
}
.experts .container .swiper_wrap {
    position: relative;
}
.experts .container .swiper {
    margin-bottom: 60px;
    position: relative;
}
.experts .container .swiper .swiper-wrapper {}
.experts .container .swiper .swiper-wrapper .swiper-slide {background: #fff;border-radius: 24px;display: flex;flex-direction: column;align-items: center;padding: 30px 40px;text-align: center;height: auto;}
.experts .container .swiper .swiper-wrapper .swiper-slide .img {
    margin-bottom: 16px;
}
.experts .container .swiper .swiper-wrapper .swiper-slide .img img {}
.experts .container .swiper .swiper-wrapper .swiper-slide .title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}
.experts .container .swiper .swiper-wrapper .swiper-slide .desc {}
.experts .container .navs {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    z-index: 1;
    cursor: pointer;
    transform: translateY(-50%);
}
.experts .container .experts-button-prev {
    background: url(../img/right.svg) center no-repeat;
    left: -32px;
    transform: translateY(-50%) rotate(180deg);
    display: none;
}
.experts .container .experts-button-next {
    background: url(../img/right.svg) center no-repeat;
    right: -32px;
}
.experts .container .best-button-prev {
	background: url(../img/right.svg) center no-repeat;
	left: -32px;
	transform: translateY(-50%) rotate(180deg);
	display: none;
}
.experts .container .best-button-next {
	background: url(../img/right.svg) center no-repeat;
    right: -32px;
}
.experts .container .btn {}

.ai {}
.ai .container {}
.ai .container h2 {}
.ai .container h3 {
    margin: 60px 0;
}
.ai .container .pre {
    max-width: 1000px;
}
.ai .container .img {
    background: var(--warm_gray);
    border-radius: 24px;
    padding: 32px 40px 40px 40px;
}
.ai .container .img h3 {
    text-align: left;
    margin: 0;
    margin-bottom: 15px;
}
.ai .container .img p {
    color: var(--gray);
    font-size: 18px;
    text-align: left;
    margin: 0;
    max-width: 800px;
    font-weight: 500;
}
.ai .container .img img {
    margin-top: 30px;
}
.ai .container .wrap {
    display: flex;
    gap: 40px;
    margin-top: 60px;
}
.ai .container .wrap .item {
    background: var(--warm_gray);
    border-radius: 24px;
    padding: 32px 40px 40px 40px;
    flex: 0 0 calc((100% - 80px) / 3);
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.ai .container .wrap .item .img {
    padding: 0;
    border-radius: 0;
}
.ai .container .wrap .item .img img {
    margin-top: 0;
}
.ai .container .wrap .item .title {
    font-size: 24px;
    line-height: 1.1;
    font-weight: 500;
}
.ai .container .wrap .item .desc {
    color: var(--gray);
    font-size: 18px;
}
.ai .container .btn {
    background: #454341;
}

.case {}
.case.gray {
	background:var(--warm_gray);
}
.case .container .gray_bg {
	background: var(--warm_gray);
    border-radius: 24px;
    padding: 32px 40px 40px 40px;
}
.case .container .gray_bg.white {
    background: #fff;
}
.case .container .gray_bg .note {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--red);
    color: #fff;
    height: 32px;
    border-radius: 8px;
    width: fit-content;
    padding: 0 20px;
    margin-bottom: 20px;
}
.case .container .gray_bg h2 {
    font-size: 36px;
    text-align: left;
    line-height: 1.2;
}
.case .container .gray_bg .wrap_content {
    display: flex;
    gap: 40px;
    margin: 40px 0;
}
.case .container .gray_bg .img {
    flex: 0 0 calc(50% - 20px);
}  
.case .container .gray_bg .img img {}
.case .container .gray_bg .text {
	flex: 0 0 calc(50% - 20px);
	font-size: 18px;
	font-weight: 500;
	color: var(--gray);
	line-height: 146%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.case .container .gray_bg .text_wrap {
    display: flex;
    gap: 30px;
    font-size: 18px;
    font-weight: 500;
    color: var(--gray);
    line-height: 146%;
    margin: 40px 0;
}
.case .container .gray_bg .text_wrap div {
    flex: 0 0 calc(50% - 15px);
}
.case .container .gray_bg .info {
    display: flex;
    gap: 30px;
}
.case .container .gray_bg .info .text {
    padding: 32px 40px 40px 40px;
    background: #fff;
    border-radius: 24px;
    flex: 0 0 calc(50% - 15px);
}
.case .container .gray_bg .info .text h3 {
    font-size: 36px;
    text-align: left;
    margin: 0;
    margin-bottom: 15px;
    color: #000;
}
.case .container .gray_bg .info .text ul {
    font-size: 24px;
    color: var(--gray);
    font-weight: 500;
    line-height: 126%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.case .container .gray_bg .info .text ul li {
    position: relative;
    padding-left: 40px;
}
.case .container .gray_bg .info .text ul li::before {
	content:'';
	display:block;
	position:absolute;
	background:url(../img/check.svg) center no-repeat;
	width:24px;
	height:24px;
	left: 0;
	top: 0;
}
.case .container .gray_bg .info .nums {
    flex: 0 0 calc(50% - 15px);
}
.case .container .gray_bg .info .nums .item {
    border-bottom: 1px solid #cfcfcf;
    padding: 30px 0 20px;
}
.case .container .gray_bg .info .nums .item:first-child {
	padding-top:0;
}
.case .container .gray_bg .info .nums .item:last-child {
	border-bottom: none;
}
.case .container .gray_bg .info .nums .item .num {
    font-size: 48px;
    font-weight: 500;
}
.case .container .gray_bg .info .nums .item .desc {
    font-size: 18px;
    color: var(--gray);
    font-weight: 500;
}
.case .container .quote {
	position:relative;
	padding: 60px 80px 0;
	border-top: 1px solid #cfcfcf;
	margin-top: 60px;
}
.case .container .quote::before {
	content:'';
	display:block;
	position:absolute;
	background:url(../img/quote.svg) center no-repeat;
	width:86px;
	height:77px;
	left: 60px;
	top: 60px;
}
.case .container .quote::after {
	content:'';
	display:block;
	position:absolute;
	background:url(../img/quote.svg) center no-repeat;
	width:86px;
	height:77px;
	right: 140px;
	top: 60px;
	transform: rotate(180deg);
}
.case .container .quote .text {
    max-width: 925px;
    margin: 0 auto;
    font-size: 36px;
    line-height: 112%;
    font-weight: 500;
}
.case .container .quote .author {
    max-width: 925px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 35px;
}
.case .container .quote .author .pic {}
.case .container .quote .author .pic img {}
.case .container .quote .author .leg {}
.case .container .quote .author .leg .name {
    font-size: 24px;
    font-weight: 500;
    color: var(--red);
    margin-bottom: 4px;
}
.case .container .quote .author .leg .job {
    color: var(--gray);
}
.case .container .btn {}

.theme {}
.theme .container {}
.theme .container .prehead {
    color: var(--gray);
    text-align: center;
    margin-bottom: 35px;
}
.theme .container h2 {}
.theme .container h3 {
    margin: 60px 0;
}
.theme .container .pre {
    max-width: 1000px;
}
.theme .container .img {}
.theme .container .wrap {
    display: flex;
    gap: 40px;
    margin-top: 60px;
}
.theme .container .wrap .item {
    background: var(--warm_gray);
    border-radius: 24px;
    padding: 32px 40px 40px 40px;
    flex: 0 0 calc(50% - 20px);
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.theme .container .wrap .item .img {
    padding: 0;
    border-radius: 0;
}
.theme .container .wrap .item .img img {
    margin-top: 0;
}
.theme .container .wrap .item .title {
    font-size: 24px;
    line-height: 1.1;
    font-weight: 500;
}
.theme .container .wrap .item .desc {
    color: var(--gray);
    font-size: 18px;
}
.theme .container .wrap .item .type {
	position: relative;
	padding-left: 22px;
}
.theme .container .wrap .item .type::before {
	content:'';
	display: block;
	position: absolute;
	background: url(../img/pasta.svg) center no-repeat;
	width: 16px;
	height: 16px;
	top: 1px;
	left: 0;
}
.theme .container .wrap .item .link {
    color: var(--red);
    font-size: 18px;
    font-weight: 500;
    line-height: 126%;
    text-decoration: none;
    position: relative;
    display: block;
    width: fit-content;
    padding-right: 25px;
}
.theme .container .wrap .item .link:hover {
	padding-right: 30px;
}
.theme .container .wrap .item .link::after {
	content:'';
	display: block;
	position: absolute;
	background: url(../img/arrow.svg) center no-repeat;
	width: 16px;
	height: 16px;
	right: 0;
	top: 4px;
}
.theme .container .btn {}


.medicine {
    background: var(--warm_gray);
}
.medicine .container {}
.medicine .container h2 {
    max-width: 1200px;
    margin: 0 auto 40px;
}
.medicine .container .pre {max-width: 1000px;}
.medicine .container p {
    font-size: 18px;
    color: var(--gray);
    font-weight: 500;
    margin: 15px 0;
}
.medicine .container p b {
    color: #000;
    font-weight: 500;
}
.medicine .container .note {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--warm_gray);
    color: var(--gray);
    height: 32px;
    border-radius: 8px;
    width: fit-content;
    padding: 0 20px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
}
.medicine .container .notice {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.medicine .container h3 {
    text-align: left;
    margin-bottom: 30px;
}
.medicine .container .ai_tools {
	padding:33px 43px;
	background:#fff;
	border-radius:36px;
	margin:60px 0;
}
.medicine .container .ai_tools .wrap {
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.medicine .container .ai_tools .wrap .item {
    background: var(--warm_gray);
    border-radius: 24px;
    padding: 32px 40px 40px 40px;
    flex: 0 0 calc(50% - 20px);
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.medicine .container .ai_tools .wrap .item .img {}
.medicine .container .ai_tools .wrap .item .img img {}
.medicine .container .ai_tools .wrap .item .title {
    font-size: 24px;
    line-height: 1.1;
    font-weight: 500;
}
.medicine .container .ai_tools .wrap .item .desc {
    font-size: 18px;
}
.medicine .container .ai_tools .wrap .item .subdesc {
    font-size: 18px;
    color: var(--gray);
}
.medicine .container .edu {
	padding:33px 43px;
	background:#fff;
	border-radius:36px;
	margin:60px 0;
	display: flex;
	gap: 40px;
	align-items: flex-start;
}
.medicine .container .edu .text {
    flex: 0 0 calc(50% - 20px);
}
.medicine .container .edu .text ul {
    font-size: 18px;
    color: var(--gray);
    font-weight: 500;
    list-style: none;
    margin: 35px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.medicine .container .edu .text ul li {
	position:relative;
	padding-left: 30px;
}
.medicine .container .edu .text ul li b {
	color: #000;
}
.medicine .container .edu .text ul li::before {
	content:'';
	display:block;
	position:absolute;
	background:url(../img/check.svg) center no-repeat;
	background-size:contain;
	width:20px;
	height:20px;
	left: 0;
	top: 0;
}
.medicine .container .edu .img {
    flex: 0 0 calc(50% - 20px);
}
.medicine .container .edu .img img {}
.medicine .container .reference {
	padding:33px 43px;
	background:#fff;
	border-radius:36px;
	margin:60px 0;
}
.medicine .container .reference .wrap {
    display: flex;
    gap: 40px;
    margin: 60px 0 35px;
}
.medicine .container .reference .wrap .item {
    flex: 0 0 calc((100% - 80px) / 3);
}
.medicine .container .reference .wrap .item .num {
    font-size: 48px;
    font-weight: 500;
    position: relative;
    padding-left: 35px;
    margin-bottom: 5px;
}
.medicine .container .reference .wrap .item .num::before {
	content:'';
	display:block;
	position:absolute;
	background:url(../img/x.svg) center no-repeat;
	width: 30px;
	height: 30px;
	top: 13px;
	left: 0;
}
.medicine .container .reference .wrap .item .desc {
    font-size: 18px;
    color: var(--gray);
    font-weight: 500;
}

.clients {
    padding: 60px 0;
}
.clients .container {
    max-width: none;
}
.clients .container h2 {
    max-width: 1352px;
    margin: 0 auto;
}
.clients .marquee_sec {
    margin: 140px 0 110px;
}
.clients .marquee_sec .items-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  position:relative;
}
.clients .marquee_sec .marquee {
  margin-right: 10px;
  flex-shrink: 0;
  counter-reset: item;
  animation: scroll 100s linear infinite;
}
.clients .marquee_sec .items-wrap:hover .marquee {
  animation-play-state: paused;
}
.clients .marquee .images {
    display: flex;
    gap: 40px;
    margin-bottom: 10px;
    align-items: center;
}
.clients .marquee_sec .items-wrap::before {
	content:'';
	position: absolute;
	height: 100%;
	width: 100px;
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	top: 0;
	left: 0;
	z-index: 1;
}
.clients .marquee_sec .items-wrap::after {
	content:'';
	position: absolute;
	height: 100%;
	width: 100px;
	background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	top: 0;
	right: 0;
	z-index: 1;
}
.clients .marquee .images img {}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}

footer {
    padding: 60px 15px;
    background: #000;
}
footer .container {
    max-width: 1352px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
footer .container .left {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
footer .container .left img {
    width: fit-content;
}
footer .container .left p {
    font-size: 14px;
    color: var(--gray);
}
footer .container .right {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
footer .container .right .menu {
    display: flex;
    gap: 40px;
    justify-content: flex-end;
}
footer .container .right .menu a {
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
    color: var(--gray);
}
footer .container .right .links {
    display: flex;
    gap: 40px;
}
footer .container .right .links a {
    font-size: 14px;
    color: var(--gray);
}

.popup {
	display:none;
}
.popup.open {
	display:flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000a8;
	z-index: 10;
}
.popup .container {
	position:relative;
	max-width: 460px;
	width: 100%;
	background: #fff;
	border-radius: 24px;
	padding: 25px 20px 20px;
}
.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);
}
.popup .container h3 {
    margin-bottom: 10px;
}