@font-face {
font-family: 'TT Fors Trial';
src: url(//ewin.codes/wp-content/themes/ewin/assets/fonts/TTForsTrial-Regular.eot);
src: url(//ewin.codes/wp-content/themes/ewin/assets/fonts/TTForsTrial-Regular.eot?#iefix) format('embedded-opentype'),
url(//ewin.codes/wp-content/themes/ewin/assets/fonts/TTForsTrial-Regular.woff2) format('woff2'),
url(//ewin.codes/wp-content/themes/ewin/assets/fonts/TTForsTrial-Regular.woff) format('woff'),
url(//ewin.codes/wp-content/themes/ewin/assets/fonts/TTForsTrial-Regular.ttf) format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'TT Fors Trial';
src: url(//ewin.codes/wp-content/themes/ewin/assets/fonts/TTForsTrial-Medium.eot);
src: url(//ewin.codes/wp-content/themes/ewin/assets/fonts/TTForsTrial-Medium.eot?#iefix) format('embedded-opentype'),
url(//ewin.codes/wp-content/themes/ewin/assets/fonts/TTForsTrial-Medium.woff2) format('woff2'),
url(//ewin.codes/wp-content/themes/ewin/assets/fonts/TTForsTrial-Medium.woff) format('woff'),
url(//ewin.codes/wp-content/themes/ewin/assets/fonts/TTForsTrial-Medium.ttf) format('truetype');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'TT Fors Trial';
src: url(//ewin.codes/wp-content/themes/ewin/assets/fonts/TTForsTrial-DemiBold.eot);
src: url(//ewin.codes/wp-content/themes/ewin/assets/fonts/TTForsTrial-DemiBold.eot?#iefix) format('embedded-opentype'),
url(//ewin.codes/wp-content/themes/ewin/assets/fonts/TTForsTrial-DemiBold.woff2) format('woff2'),
url(//ewin.codes/wp-content/themes/ewin/assets/fonts/TTForsTrial-DemiBold.woff) format('woff'),
url(//ewin.codes/wp-content/themes/ewin/assets/fonts/TTForsTrial-DemiBold.ttf) format('truetype');
font-weight: 600;
font-style: normal;
font-display: swap;
} :root {
--fg-orange: #EB4C27;
--fg-black: #1B1918;
--fg-bg: #F2EEED;
--fg-gray: #9C9796;
--fg-gray-100: #CECBCA;
--fg-black-90: #514B48;
--br-primary: 1rem;
--br-secondary: 2rem;
--ff-regular: 'TT Fors Trial', sans-serif;
--fg-regular: var(--fg-black);
--fz-regular: 1rem;
--fg-button-primary: var(--fg-bg);
--bg-button-primary: var(--fg-orange);
--bg-button-hover-primary: #D03F1D;
--bs-input-shadow: #1B19181;
--w-container: 80rem;
}
* {
outline: none;
padding: 0;
margin: 0;
}
*, ::after, ::before {
box-sizing: border-box;
}
html {
font-size: 16px;
}
body {
font-family: var(--ff-regular);
font-size: var(--fz-regular);
color: var(--fg-regular);
font-weight: normal;
background-color: var(--fg-bg);
}
a {
text-decoration: none;
transition: all .3s;
}
img {
max-width: 100%;
height: auto;
}
input, button, textarea  {
transition: all .3s;
}
button {
cursor: pointer;
}
.container {
max-width: var(--w-container);
margin: 0 auto;
}
.item--center {
position: relative;
}
.item--center > * {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.item--cover {
position: relative;
}
.item--cover > * {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
border-radius: 15px;
} .header {
padding: 1.5rem 0;
background-color: var(--fg-black);
border-bottom: 1px solid var(--fg-black-90);
position: relative;
z-index: 15;
}
.header__container {
display: flex;
align-items: center;
justify-content: space-between;
} .menu {
display: flex;
align-items: center;
list-style: none;
padding: 0;
margin: 0;
}
.menu li:not(:last-child) {
margin-right: 2.5rem;
}
.menu li a {
display: block;
color: var(--fg-bg);
}
.menu li a:hover {
color: var(--fg-orange);
} .lang {
position: relative;
}
.lang__button {
width: 3rem;
height: 3rem;
border: 1px solid var(--fg-black-90);
color: var(--fg-bg);
border-radius: 50%;
cursor: pointer;
text-transform: uppercase;
transition: all .3s;
position: relative;
z-index: 30;
}
.lang__button:hover {
background-color: var(--fg-orange);
color: var(--fg-bg);
}
.lang__select {
position: absolute;
top: 0;
left: 0;
width: 100%;
border-radius: 6rem;
border: 1px solid var(--fg-black-90);
background-color: var(--fg-black);
z-index: -1;
opacity: 0;
transition: all .3s;
}
.lang__select._active {
top: calc(100% + .4rem);
opacity: 1;
visibility: visible;
z-index: 25;
}
.lang__item {
display: block;
width: 3rem;
height: 3rem;
color: #fff;
border: 1px solid var(--fg-black-90);
margin-bottom: .75rem;
border-radius: 50%;
text-transform: uppercase;
}
.lang__item:last-child {
margin-bottom: 0;
}
.lang__item:hover {
background-color: var(--fg-orange);
color: var(--fg-bg);
} .btn {
display: inline-block;
padding: 1.31rem 2rem;
font-size: 1rem;
border: none;
background-color: var(--bg-button-primary);
color: var(--fg-button-primary);
border-radius: var(--br-primary);
font-weight: 600;
text-transform: uppercase;
}
.btn:hover {
background-color: var(--bg-button-hover-primary);
} .hero {
background-color: var(--fg-black);
color: var(--fg-bg);
}
.hero__container {
position: relative;
padding: 19rem 0 5.375rem;
}
.hero__media {
position: absolute;
right: 0;
bottom: 1rem;
}
.hero__media-img {
width: 46.06rem;
}
.hero__title {
text-transform: uppercase;
font-size: 7.5rem;
max-width: 51rem;
font-weight: 600;
line-height: 1;
letter-spacing: -6px;
margin-bottom: 3rem;
position: relative;
z-index: 10;
}
.hero__title strong {
font-weight: 600;
color: var(--fg-orange);
}
.hero__title span {
position: relative;
padding: 0 3.56rem;
}
.hero__title span:before,
.hero__title span:after {
content: '';
position: absolute;
left: 0;
top: 50%;
transform: translate(0, -50%);
width: 2.56rem;
height: 6.93rem;
background: url(//ewin.codes/wp-content/themes/ewin/assets/img/icons/icon-hero.svg) center center no-repeat;
background-size: cover;
}
.hero__title span:after {
left: auto;
right: 0;
transform: translate(0, -50%) rotate(-180deg);
}
.hero__content {
display: flex;
align-items: center;
position: relative;
z-index: 10;
}
.hero__text {
font-size: 1.25rem;
margin-right: 2rem;
max-width: 27.87rem;
}
.hero__button {
position: relative;
z-index: 15;
}
.services__button {
display: block;
text-align: center;
} .section {
padding: 3.75rem 0;
} .advantages {
padding: 2.5rem 0;
border-top: 1px solid var(--fg-black-90);
background-color: var(--fg-black);
color: var(--fg-bg);
}
.advantages__container {
display: flex;
align-items: center;
justify-content: space-between;
}
.advantages__item {
display: flex;
align-items: center;
}
.advantages__item span {
font-weight: 500;
font-size: 4rem;
}
.advantages__item p {
font-size: 1.5rem;
margin-left: 1rem;
} .block__title {
display: flex;
align-items: center;
font-size: 5rem;
margin-bottom: 3rem;
line-height: 5rem;
text-transform: uppercase;
font-weight: 600;
letter-spacing: -6px;
}
.block__title img {
position: relative;
top: 0.35rem;
margin: 0 1.15rem;
}
.block__header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 3rem;
}
.block__header .block__title {
display: block;
margin-bottom: 0;
} .navigation {
display: flex;
align-items: center;
}
.navigation__arrow {
width: 3rem;
height: 3rem;
border-radius: 50%;
border: 1px solid var(--fg-gray-100);
margin-right: 0.375rem;
position: relative;
cursor: pointer;
background: none;
}
.navigation__arrow:last-child {
margin-right: 0;
}
.navigation__arrow > svg {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.navigation__arrow path {
transition: all .3s;
}
.navigation__arrow:hover {
background-color: var(--fg-orange);
border-color: var(--fg-orange);
}
.navigation__arrow:hover path {
stroke: var(--fg-bg);
} .swiper__dots {
position: relative;
display: flex;
align-items: center;
justify-content: center;
margin-top: 3.25rem;
}
.swiper__dots .swiper-pagination-bullet {
width: 0.375rem;
height: 0.375rem;
border-radius: 50%;
background-color: var(--fg-gray-100);
margin-right: 0.75rem;
opacity: 1;
transition: all .3s;
}
.swiper__dots .swiper-pagination-bullet-active {
width: 1.5rem;
background-color: var(--fg-orange);
border-radius: 4px;
} .projects {
padding-top: 7.5rem;
}
.projects__header {
margin-bottom: 2.5rem;
}
.projects__slider .swiper-slide {
width: 61rem;
}
.project-item {
padding: 1rem 1.5rem 1rem 1rem;
border-radius: 24px;
background-color: #FDFBFB;
display: flex;
}
.project-item__image {
width: 36.25rem;
}
.project-item__image > img {
border-radius: 16px;
width: 100%;
height: auto;
object-position: center;
object-fit: cover;
}
.project-item__content {
width: calc(100% - 36.25rem);
padding-left: 2rem;
}
.project-item__title {
margin: .5rem 0 1rem;
font-weight: 500;
font-size: 2rem;
line-height: 2.37rem;
letter-spacing: -1px;
}
.project-item__text {
margin-bottom: 1rem;
line-height: 1.375rem;
}
.project-item__tags {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.project-item__tags div {
color: var(--fg-gray);
margin-right: 0.8rem;
margin-bottom: 0.25rem;
border-radius: 30px;
font-weight: 600;
text-transform: uppercase;
font-size: 0.8rem;
}
.project-item__tags div:last-child {
margin-right: 0;
}
.project-item__links {
margin-top: 2.6rem;
display: flex;
align-items: center;
justify-content: flex-start;
flex-wrap: wrap;
}
.project-item__links a {
display: flex;
align-items: center;
padding: .5rem 0.5rem 0.5rem 0.75rem;
border-radius: 38px;
border: 1px solid var(--fg-orange);
color: var(--fg-orange);
font-size: 0.75rem;
font-weight: 600;
margin-right: 6px;
margin-bottom: 4px;
line-height: 100%;
}
.project-item__links a svg {
margin-left: .2rem;
}
.project-item__links a:last-child {
margin-right: 0;
}
.project-item__links a path {
transition: all .3s;
}
.project-item__links a:hover {
background-color: var(--fg-orange);
color: var(--fg-bg);
}
.project-item__links a:hover path {
stroke: var(--fg-bg)
} .offer__title {
display: block;
}
.offer__title img {
margin-left: 0;
}
.offer__grid {
display: grid;
grid-template-columns: 7fr 5fr;
gap: 1.5rem;
}
.offer-item--title {
padding-top: 4.18rem;
}
.offer-item__content {
padding: 1.5rem 4rem 1.5rem 1.5rem;
border-radius: 32px;
border: 1px solid var(--fg-black);
max-width: 32.43rem;
margin-left: auto;
}
.offer-item__title {
margin: 1.187rem 0 .5rem;
font-weight: 500;
font-size: 2rem;
letter-spacing: -1px;
line-height: 38px;
} .ceo__block {
padding: 5rem 11rem 5rem 6.81rem;
background-color: var(--fg-black);
color: var(--fg-bg);
border-radius: 32px;
display: flex;
align-items: flex-start;
justify-content: space-between;
}
.ceo__content {
min-width: 28.25rem;
max-width: 28.25rem;
}
.ceo__title {
display: block;
margin-bottom: 2rem;
}
.ceo__title span {
display: inline-block;
vertical-align: middle;
padding: 0.81rem 0.75rem 0.81rem 2rem;
border-radius: 16px;
font-weight: 500;
font-size: 1rem;
letter-spacing: normal;
border: 1px solid var(--fg-orange);
line-height: 1;
position: relative;
margin-bottom: 10px;
}
.ceo__title span:before {
content: '';
position: absolute;
top: 50%;
transform: translate(0, -50%);
width: .5rem;
height: .5rem;
border-radius: 50%;
background-color: var(--fg-orange);
left: 0.75rem;
}
.ceo__text {
margin-bottom: 2rem;
}
.ceo__link {
display: inline-flex;
align-items: center;
padding: 0.75rem 0.75rem 0.75rem 1rem;
font-size: 0.75rem;
font-weight: 600;
color: var(--fg-orange);
border-radius: 38px;
border: 1px solid var(--fg-orange);
max-width: 9.18rem;
text-transform: uppercase;
}
.ceo__link img {
margin-left: .75rem;
transition: all .3s;
}
.ceo__link:hover {
background-color: var(--fg-orange);
color: var(--fg-bg);
}
.ceo__link:hover img {
filter: grayscale(1) brightness(1000%);
} .services {
padding-bottom: 7.5rem;
}
.services__tabs {
display: flex;
align-items: center;
margin-bottom: 3rem;
flex-wrap: wrap;
gap: 10px;
}
.services__tabs-button {
padding: .7rem 1rem;
border-radius: 38px;
font-size: .75rem;
background: none;
color: var(--fg-orange);
border: 1px solid var(--fg-orange);
font-weight: 600;
text-transform: uppercase;
}
.services__tabs-button._active {
background-color: var(--fg-orange);
border-color:  var(--fg-orange);;
color: var(--fg-bg)
}
.services__tabs-button:not(._active):hover {
background-color: var(--fg-orange);
border-color:  var(--fg-orange);;
color: var(--fg-bg)
}
.services-item {
padding: 1rem 1rem 1.5rem;
border-radius: 24px;
background-color: #FDFBFB;
display: flex;
justify-content: space-between;
}
.services-item__image {
width: 42.81rem;
text-align: center;
}
.services-item__content {
width: calc(100% - 42.81rem);
padding: 1rem;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.services-item__title {
font-size: 2rem;
margin-bottom: 1rem;
font-weight: 500;
}
.services-item__text {
margin-bottom: 1rem;
}
.services-item__list {
margin-bottom: 1rem;
}
.services-item__list p {
font-size: 1.125rem;
margin-bottom: 0.75rem;
padding-left: 1.25rem;
position: relative;
font-weight: 500;
}
.services-item__list p:last-child {
margin-bottom: 0;
}
.services-item__list p:before {
content: '';
position: absolute;
left: 0;
top: 50%;
transform: translate(0, -50%);
width: .5rem;
height: .5rem;
background-color: var(--fg-orange);
border-radius: 50%;
}
.services-item__tech {
display: flex;
align-items: center;
}
.services-item__tech-item {
margin-right: 0.25rem;
width: 2.5rem;
height: 2.5rem;
border: 1px solid #F2EEED;
border-radius: 8px;
} .how {
padding: 5rem 0;
background-color: #E9E5E4;
}
.how__header {
display: flex;
align-items: flex-end;
justify-content: space-between;
max-width: 65.5rem;
margin-bottom: 3rem;
}
.how__title {
display: block;
margin-bottom: 0;
}
.how__header-text {
position: relative;
font-size: 1.5rem;
line-height: 1.3;
max-width: 23.06rem;
}
.how__header-text svg {
position: absolute;
top: -1.5rem;
left: -1.5rem;
}
.how__grid {
display: grid;
gap: 1.5rem;
grid-template-columns: repeat(3, 1fr);
align-items: baseline;
}
.how-item {
background-color: #FDFBFB;
border-radius: 24px;
padding: 1.5rem;
}
.how-item__header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 1.5rem;
}
.how-item__title {
font-size: 2rem;
font-weight: 500;
line-height: 1.18;
}
.how-item__list-item {
display: flex;
align-items: center;
margin-bottom: 1rem;
}
.how-item__list-item:last-child {
margin-bottom: 0;
}
.how-item__list-item span {
width: 2.5rem;
height: 2.5rem;
border-radius: 50%;
font-size: 0.875rem;
background-color: var(--fg-bg);
text-align: center;
line-height: 2.5rem;
font-weight: 500;
}
.how-item__list-item p {
padding-left: 1.25rem;
font-size: 1.125rem;
}
.how__bottom {
margin-top: 3rem;
display: flex;
align-items: center;
justify-content: space-between;
}
.how__bottom p {
font-size: 2rem;
line-height: 1.25;
} .reviews {
padding-top: 7.5rem;
padding-bottom: 7.5rem;
overflow: hidden;
}
.reviews__slider { }
.reviews__header {
margin-bottom: 3.5rem;
}
.reviews__dots {
margin-top: 4.25rem;
}
.reviews-item {
padding: 1.5rem;
border-radius: 24px;
background-color: #FDFBFB;
}
.reviews-item__info {
display: flex;
align-items: center;
justify-content: space-between;
}
.reviews-item__name {
font-size: 1.5rem;
font-weight: 500;
line-height: 1.25;
}
.reviews-item__post {
margin-top: .5rem;
font-size: 0.875rem;
}
.reviews-item__avatar {
width: 5rem;
height: 5rem;
border-radius: 50%;
overflow: hidden;
flex-shrink: 0;
}
.reviews-item__player {
margin-top: 1.5rem;
}
.reviews-item__text {
margin-top: 1.5rem;
overflow-y: auto;
position: relative;
padding-left: 3rem;
}
.reviews-item__text > svg {
position: absolute;
left: 0;
top: 0;
}
.reviews-item__text p:not(:last-child) {
margin-bottom: 1.5rem;
}
.reviews-item__text--full {
display: none;
margin-top: 1rem;
}
.reviews-item__text--more {
display: inline-block;
color: var(--fg-orange);
margin-top: .5rem;
text-transform: uppercase;
}
.reviews-item__text--more:hover {
opacity: .7;
}  .player {
display: flex;
align-items: center;
}
.player__play {
min-width: 3rem;
min-height: 3rem;
border-radius: 50%;
background-color: var(--fg-orange);
border: none;
}
.player__play:hover {
background-color: var(--bg-button-hover-primary);
}
.player__play > * {
transition: all .3s;
}
.player__play ._stop {
opacity: 0;
}
.player._played ._play {
opacity: 0;
}
.player._played ._stop {
opacity: 1;
}
.player__time {
font-size: .75rem;
margin-left: .5rem;
}
.player__progress {
background-color: var(--fg-gray-100);
position: relative;
height: 0.375rem;
border-radius: 10px;
overflow: hidden;
width: calc(100% - 3rem - 2rem);
margin-left: 1rem;
margin-right: .5rem;
}
.player__progress > div {
position: absolute;
left: 0;
top: 0;
height: 100%;
background-color: var(--fg-orange);
} .footer {
padding-top: 5rem;
padding-bottom: 5rem;
background-color: var(--fg-black);
color: var(--fg-bg);
}
.footer__grid {
display: grid;
align-items: baseline;
grid-template-columns: 6fr 6fr;
gap: 1.5rem
}
.footer__content {
max-width: 36.5rem;
}
.footer__title {
font-size: 5rem;
line-height: 1;
letter-spacing: -6px;
margin-bottom: 3rem;
text-transform: uppercase;
font-weight: 600;
}
.footer__contact {
display: flex;
align-items: center;
margin-bottom: 2rem;
}
.footer__contact a {
margin-right: 1rem;
display: flex;
align-items: center;
padding: .7rem 1rem .7rem 1.2rem;
font-size: .75rem;
font-weight: 500;
color: var(--fg-orange);
border-radius: 38px;
border: 1px solid var(--fg-orange);
text-transform: uppercase;
}
.footer__contact a img {
margin-left: .5rem;
transition: all .3s;
}
.footer__contact a:hover {
background-color: var(--fg-orange);
color: var(--fg-bg);
}
.footer__contact a:hover img {
filter: grayscale(1) brightness(1000%);
}
.footer__email {
margin-bottom: 2rem;
}
.footer__email a {
display: inline-block;
text-decoration: underline;
color: var(--fg-bg);
}
.footer__email a:hover {
opacity: .7;
}
.footer__address {
margin-bottom: 2rem;
}
.footer__copyright {
margin-top: 5.75rem;
font-size: 0.875rem;
color: var(--fg-black-90);
}
.footer__copyright._mobile {
display: none;
}
.footer__form {
padding: 4rem 3rem;
border-radius: 24px;
background-color: #282524;
}
.footer__form-title {
font-size: 2rem;
font-weight: 500;
margin-bottom: 3rem;
line-height: 1;
} .socials {
display: flex;
align-items: center;
}
.socials a {
margin-right: 1rem;
width: 3rem;
height: 3rem;
border-radius: 50%;
border: 1px solid var(--fg-black-90)
}
.socials a:last-child {
margin-right: 0;
}
.socials a:hover {
background-color: var(--fg-orange);
border-color: var(--fg-orange);
}
.socials a img {
transition: all .3s;
}
.socials a:hover img {
filter: grayscale(1) brightness(1000%);
} .form__row {
margin-bottom: 1rem;
position: relative;
}
.form__row input {
height: 4rem;
border: none;
background: none;
border-bottom: 1px solid var(--fg-black-90);
color: var(--fg-bg);
width: 100%;
}
.form__row textarea {
height: 5.625rem;
border: none;
background: none;
border-bottom: 1px solid var(--fg-black-90);
color: var(--fg-bg);
width: 100%;
resize: none;
padding-top: 1.375rem;
}
.form__row input::placeholder,
.form__row textarea::placeholder {
color: var(--fg-gray);
}
.form__button {
margin-top: 1rem;
}
.form__row input._error,
.form__row textarea._error {
border-color: #eb2727;
}
.form__error {
margin-top: 0.3125rem;
font-size: .75rem;
color: #eb2727;
}
.form__message {
display: none;
margin-top: 1rem;
padding: .8rem;
text-align: center;
background-color: #eb2727;
color: #fff;
border-radius: 16px;
}
.form__message._success {
background-color: #0e7b17;
}
.burger {
display: none;
width: 3rem;
height: 3rem;
border-radius: 50%;
background-color: var(--fg-bg);
border: 1px solid var(--fg-gray-100)
}
.header__right {
display: flex;
align-items: center;
} .page__error {
padding: 10rem 0;
text-align: center;
}
.page__error-title {
text-align: center;
} .go--top {
display: none;
position: fixed;
bottom: 1.5rem;
right: 1.5rem;
min-width: 3.125rem;
min-height: 3.125rem;
border-radius: 50%;
background: var(--fg-orange);
border: none;
z-index: 99;
transition: background .3s;
}
.go--top path {
stroke: #fff;
transition: all .3s;
}
.go--top:hover {
background: #fff;
}
.go--top:hover path {
stroke: var(--fg-orange);
} .popup {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999;
display: none;
}
.popup__content {
max-width: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 15;
}
.review__popup--content {
width: 750px;
max-width: 100%;
margin: 0 auto;
background: #fff;
padding: 2rem;
max-height: calc(100vh - 10rem);
overflow-y: auto;
}
.reviews-item__info {
margin-bottom: 20px;
}
.popup__title {
font-size: 2rem;
font-weight: 600;
line-height: 128.5%;
margin-bottom: 1.06rem;
}
.popup__text p:not(:last-child) {
margin-bottom: 1.25rem;
}
.popup__close {
position: absolute;
top: 2.5rem;
right: 2.5rem;
cursor: pointer;
z-index: 15;
transition: all .3s;
}
.popup__close:hover {
opacity: .6;
}
.popup__close svg {
width: 30px;
height: 30px;
}
.popup__bg {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, .5);
} .ai-assistant__title {
margin-bottom: 0;
}
.ai-assistant__info_box {
display: flex;
gap: 48px;
margin-bottom: 44px;
}
.ai-assistant__info_box div {
margin-bottom: 0;
}
.ai-assistant__info_box p {
padding-top: 5px;
font-size: 1.5rem;
}
.ai-assistant__content {
display: flex;
gap: 24px;
}
.ai-assistant__content__left {
position: relative;
width: 520px;
min-height: 550px;
flex-shrink: 0;
}
.ai-assistant__content__right {
display: flex;
flex-direction: column;
width: 100%;
}
.ai-assistant__chats {
position: absolute;
display: flex;
flex-direction: column;
justify-content: space-between;
width: 100%;
height: 100%;
padding: 16px;
border-radius: 24px;
background: white;
padding-top: 16px;
padding-left: 16px;
padding-right: 0;
padding-bottom: 16px;
}
.ai-assistant__chats__wrapper {
position: relative;
display: flex;
flex-direction: column;
gap: 16px;
height: 100%;
overflow: hidden;
}
.ai-assistant__chats__content {
position: relative;
height: calc(100% - 64px);
padding-right: 2px;
}
.ai-assistant__chats__no-info {
display: flex;
flex-direction: column;
align-items: center;
gap: 16px;
padding: 8px;
text-align: center;
padding-right: 20px;
}
.ai-assistant__chats__messages {
display: flex;
flex-direction: column;
padding-bottom: 100px;
height: 100%;
}
.ai-assistant__chats__messages-wrapper {
display: flex;
flex-direction: column;
gap: 16px;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
padding-right: 14px;
}
.ai-assistant__chats__messages .message {
display: flex;
flex-direction: column;
gap: 8px;
max-width: 90%;
border-radius: 8px;
padding: 8px 12px;
}
.ai-assistant__chats__messages .message.owner-user {
align-self: flex-end;
color: var(--fg-black-90);
background: var(--fg-bg);
}
.ai-assistant__chats__messages .message.owner-ai {
align-self: flex-start;
color: white;
background: var(--fg-black);
}
.ai-assistant__chats__messages .file {
display: flex;
align-items: center;
gap: 8px;
}
.ai-assistant__chats__messages .file span:last-child {
word-break: break-all;
}
.ai-assistant__chats__header {
display: flex;
align-items: center;
gap: 16px;
padding: 8px;
}
.ai-assistant__chats__header span {
font-size: 1.125rem;
font-weight: 500;
}
.ai-assistant__chats__bottom {
position: absolute;
bottom: 16px;
left: 16px;
right: 16px;
}
.ai-assistant__chats__bottom__form {
display: flex;
align-items: center;
width: 100%;
padding: 8px;
border-radius: 16px;
border: 1px solid var(--fg-bg);
box-shadow: 0px 6px 8px 0px var(--bs-input-shadow);
background: white;
}
.ai-assistant__chats__uploadFile {
flex-shrink: 0;
}
.ai-assistant__chats__uploadFile button {
border: 0px;
padding: 12px;
background: transparent;
position: relative;
}
.ai-assistant__chats__uploadFile .loader--spinner {
display: none;
width: 24px;
padding: 4px;
}
.ai-assistant__chats__uploadFile.file-selected img {
filter: brightness(0.5);
}
.ai-assistant__chats__uploadFile.file-loaded img {
display: none;
}
.ai-assistant__chats__uploadFile.file-loaded .loader--spinner {
display: block;
}
.ai-assistant__chats__textarea {
width: 100%;
border: 0px;
padding-top: 15px;
font-size: 1rem;
resize: none;
caret-color: var(--fg-orange);
overflow: hidden;
height: 100%;
line-height: 1.2;
}
.ai-assistant__chats__bottom__form._end {
align-items: flex-end;
}
.ai-assistant__chats__messages .message.owner-ai.is-loader {
flex-direction: row;
justify-content: flex-start;
align-items: flex-end;
gap: 6px;
}
.ai-assistant__chats__messages .message.owner-ai .loader-in-text {
margin-top: 0;
margin-bottom: 3px;
}
.ai-assistant__chats__textarea._scollable {
overflow: auto;
}
.ai-assistant__chats__bottom__form {
min-height: 71px;
}
.ai-assistant__chats__textarea::placeholder {
color: var(--fg-gray);
white-space: nowrap;
overflow: hidden;
}
.ai-assistant__chats__textarea:disabled {
background: transparent;
}
.ai-assistant__chats__send {
position: relative;
width: 50px;
height: 50px;
flex-shrink: 0;
padding: 14px;
margin-left: 6px;
border: 0px;
background: transparent;
z-index: 0;
}
.ai-assistant__chats__send:disabled .ai-assistant__chats__send__bg {
background-color: var(--fg-gray-100);
}
.ai-assistant__chats__send:disabled img {
filter: grayscale(1);
}
.ai-assistant__chats__send__bg {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
border-radius: 8px;
background: var(--fg-bg);
}
@media (max-width: 767px) {
.ai-assistant__chats__no-info div br {
display: none;
}
}
.ai-assistant__chats__send:disabled {
cursor: auto;
}
.ai-assistant__chats__send:not(:disabled):hover .ai-assistant__chats__send__bg {
opacity: 0.6;
}
.ai-assistant_chats_icon--file-text {
display: inline-block;
min-width: 24px;
height: 24px;
background-image: url(//ewin.codes/wp-content/themes/ewin/assets/img/ai-assistant/file-text.svg);
}
.ai-assistant__costs__head {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
gap: 16px;
margin-bottom: 26px;
}
.ai-assistant__costs__title {
font-size: 1.125rem;
font-weight: 500;
}
.ai-assistant__costs__download_btn {
display: flex;
align-items: center;
padding: .7rem 1rem .7rem 1.2rem;
font-size: .75rem;
font-weight: 600;
color: var(--fg-orange);
border-radius: 38px;
border: 1px solid var(--fg-orange);
text-transform: uppercase;
}
.ai-assistant__costs__download_btn img {
position: relative;
top: -1px;
width: 16px;
height: 16px;
flex-shrink: 0;
margin-left: .5rem;
transition: all .3s;
}
.ai-assistant__costs__download_btn:hover {
background-color: var(--fg-orange);
color: var(--fg-bg);
}
.ai-assistant__costs__download_btn:hover img {
filter: grayscale(1) brightness(1000%);
}
.ai-assistant__table table {
width: 100%;
text-align: left;
border-collapse: collapse;
} 
.ai-assistant__table th {
color: var(--fg-gray);
font-size: 0.75rem;
font-weight: 500;
text-transform: uppercase;
}
.ai-assistant__table th,
.ai-assistant__table td {
padding: 10px 8px;
border-bottom: 1px solid var(--fg-gray);
}
.ai-assistant__table tr.no-bottom-border th,
.ai-assistant__table tr.no-bottom-border td {
border-bottom: 0px;
}
.ai-assistant__table tr.total {
color: var(--fg-black);
font-weight: 600;
font-size: 0.875rem;
background: white;
}
.ai-assistant__costs__no_info,
.ai-assistant__table__no_info {
display: flex;
flex-direction: column;
align-items: center;
gap: 24px;
}
.ai-assistant__costs__no_info span,
.ai-assistant__table__no_info span {
color: var(--fg-black-90);
text-align: center;
}
.ai-assistant__costs__no_info {
display: none;
padding-top: 18px;
padding-bottom: 18px;
}
.ai-assistant__table__no_info {
padding-top: 100px;
padding-bottom: 100px;
}
.ai-assistant__table .data .cost {
font-weight: 600;
}
.ai-assistant__table table tr.data .name {
display: none;
}
.ai-assistant__costs__bottom {
display: flex;
align-items: center;
gap: 24px;
padding-top: 24px;
margin-top: auto;
}
.ai-assistant__costs__bottom .btn {
margin-top: 0;
}
.ai-assistant__costs__bottom__text span {
font-size: 1.125rem;
font-weight: 500;
}
.ai-assistant__costs__bottom__text p {
font-size: 0.875rem;
}
.current-lang--ru .services__button {
min-width: fit-content;
} .ai-assistant__chats__textarea::-webkit-scrollbar,
.ai-assistant__chats__messages-wrapper::-webkit-scrollbar {
width: 12px; height: 12px; } .ai-assistant__chats__textarea::-webkit-scrollbar-track,
.ai-assistant__chats__messages-wrapper::-webkit-scrollbar-track {
background: #f1f1f1; }
.ai-assistant__chats__messages-wrapper::-webkit-scrollbar-track {
background: #fff !important;
} .ai-assistant__chats__textarea::-webkit-scrollbar-thumb,
.ai-assistant__chats__messages-wrapper::-webkit-scrollbar-thumb {
background-color: #888; border-radius: 10px; border: 3px solid #f1f1f1; } .ai-assistant__chats__textarea::-webkit-scrollbar-thumb:hover,
.ai-assistant__chats__messages-wrapper::-webkit-scrollbar-thumb:hover {
background-color: #555; } .loader {
width: 15px;
aspect-ratio: 1;
border-radius: 50%;
animation: l5 1s infinite linear alternate;
}
@keyframes l5 {
0%  {box-shadow: 20px 0 #000, -20px 0 #0002;background: #000 }
33% {box-shadow: 20px 0 #000, -20px 0 #0002;background: #0002}
66% {box-shadow: 20px 0 #0002,-20px 0 #000; background: #0002}
100%{box-shadow: 20px 0 #0002,-20px 0 #000; background: #000 }
} .loader-in-text {
width: 11px;
height: 8px;
margin-top: 13px;
aspect-ratio: 4;
background: radial-gradient(circle closest-side,#fff 90%,var(--fg-black)) 0/calc(100%/3) 100% space;
clip-path: inset(0 100% 0 0);
animation: l1 1s steps(4) infinite;
}
@keyframes l1 {to{clip-path: inset(0 -34% 0 0)}} .loader--spinner {
width: 50px;
padding: 8px;
aspect-ratio: 1;
border-radius: 50%;
background: #737373;
--_m: 
conic-gradient(#0000 10%,#000),
linear-gradient(#000 0 0) content-box;
-webkit-mask: var(--_m);
mask: var(--_m);
-webkit-mask-composite: source-out;
mask-composite: subtract;
animation: l3 1s infinite linear;
}
@keyframes l3 {to{transform: rotate(1turn)}} .modal__overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,0.6);
display: flex;
justify-content: center;
align-items: center;
z-index: 999999;
}
.modal__container {
position: relative;
background-color: #FDFBFB;
padding: 48px;
width: 100%;
max-width: 600px;
max-height: 100vh;
border-radius: 26px;
overflow-y: auto;
box-sizing: border-box;
}
.modal__header {
font-size: 2rem;
font-weight: 500;
text-align: center;
}
.modal__close {
position: absolute;
right: 16px;
top: 16px;
border: 0;
background: transparent;
} @keyframes mmfadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
@keyframes mmfadeOut {
from { opacity: 1; }
to { opacity: 0; }
}
@keyframes mmslideIn {
from { transform: translateY(15%); }
to { transform: translateY(0); }
}
@keyframes mmslideOut {
from { transform: translateY(0); }
to { transform: translateY(-10%); }
}
.micromodal-slide {
display: none;
}
.micromodal-slide.is-open {
display: block;
}
.micromodal-slide[aria-hidden="false"] .modal__overlay {
animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}
.micromodal-slide[aria-hidden="false"] .modal__container {
animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__overlay {
animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__container {
animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}
.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
will-change: transform;
}
.ai-assistant__chats__uploadFile {
position: relative;
}
.ai-assistant__chats__uploadFile.file-selected .assistant__chats__uploadFile-remove {
opacity: 1;
z-index: 15;
}
.assistant__chats__uploadFile-remove {
position: absolute;
top: 0;
right: 0;
width: 1rem;
height: 1rem;
border-radius: 50%;
border: 1px solid var(--fg-orange);
display: flex;
align-items: center;
justify-content: center;
z-index: -1;
opacity: 0;
cursor: pointer;
transition: all .3s;
}
.success-sendForm {
display: flex;
flex-direction: column;
align-items: center;
padding: 146px 0;
}
.success-sendForm__image {
margin-bottom: 32px;
}
.success-sendForm__content {
text-align: center;
}
.success-sendForm__title {
font-size: 2rem;
font-weight: 500;
}
#modal-get_consultation .form__row input,
#modal-get_consultation .modal__content .form__row textarea {
color: var(--fg-black);
}
#modal-get_consultation .modal__content .form__button {
width: 100%;
} @media screen and (max-width: 1360px) {
:root {
--w-container: 100%;
}
.container {
padding-left: 1.875rem;
padding-right: 1.875rem;
}
}
.services__button {
margin-top: 1.6rem;
}
@media screen and (max-width: 1240px) {
.ceo__block {
padding: 5rem;
}
.ceo__image {
width: 40%;
}
.ceo__content {
width: 60%;
}
.ai-assistant__content__left {
width: 420px;
}
}
@media screen and (max-width: 1099px) {
.services-item__image {
width: 55%;
}
.services-item__content {
width: calc(100% - 55%);
}
.services__button {
margin-top: 1.6rem;
}
.how__bottom {
flex-direction: column;
align-items: flex-start;
}
.how__bottom p {
max-width: 32.18rem;
margin-bottom: 1.5rem;
}
.project-item__image {
width: 45%;
}
.project-item__content {
width: 55%;
}
.offer-item--title {
padding-top: 0;
}
.offer__grid {
grid-template-columns: 6fr 6fr;
}
}
@media screen and (max-width: 1025px) {
.container {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.hero__container {
padding-top: 5rem;
padding-bottom: 6.81rem;
}
.hero__title {
font-size: 4rem;
max-width: 27.93rem;
}
.hero__title span {
padding: 0 2.3rem;
}
.hero__title span:before, .hero__title span:after {
width: 1.75rem;
height: 4rem;
background-size: cover;
background-repeat: no-repeat;
}
.hero__content {
flex-direction: column;
align-items: flex-start;
}
.hero__text {
margin-bottom: 2rem;
}
.hero__media-img {
width: 29.5rem;
}
.hero__media {
right: 1.5rem;
}
.advantages__container {
flex-wrap: wrap;
}
.advantages__item {
width: 50%;
}
.offer__grid {
grid-template-columns: 6fr 6fr;
}
.offer__title {
max-width: 22.81rem;
margin-bottom: 0;
}
.offer__title br {
display: none;
}
.offer-item--title {
padding-top: 0;
}
.offer-item__content {
height: 100%;
max-width: 100%;
}
.ceo__image {
width: 19.56rem;
}
.ceo__content {
min-width: auto;
max-width: 100%;
width: calc(100% - 19.56rem);
padding-left: 3.18rem;
}
.ceo__block {
padding-left: 5rem;
padding-right: 5rem;
}
.services-item__image {
width: 33.93rem;
}
.services-item__content {
width: calc(100% - 33.93rem);
}
.services__button {
margin-top: 1.6rem;
}
.footer__copyright {
margin-top: 2.5rem;
}
.how__title {
max-width: 33.43rem;
}
.ai-assistant__content {
flex-wrap: wrap;
}
.ai-assistant__content__left {
width: 100%;
}
.ai-assistant__info_box p br {
display: none;
}
}
.header__menu-close {
display: none;
}
@media screen and (max-width: 993px) {
.how__header-text {
max-width: 100%;
}
.burger {
display: block;
margin-left: 1rem;
}
.header__menu {
position: fixed;
right: -100%;
top: 0;
opacity: 0;
height: 100%;
padding: 8.875rem 2rem;
width: 31.25rem;
background-color: var(--fg-orange);
z-index: 999;
}
.header__menu .menu {
display: block;
}
.header__menu .menu li {
margin-right: 0 !important;
margin-bottom: 2rem;
}
.header__menu .menu li:last-child {
margin-bottom: 0;
}
.header__menu .menu li a {
padding: 0.56rem 0;
font-size: 2rem;
letter-spacing: -1px;
line-height: 1.18;
font-weight: 600;
}
.header__menu .menu li a:hover {
color: inherit;
}
.header__menu-close {
position: absolute;
display: block;
width: 3rem;
height: 3rem;
border-radius: 50%;
background-color: var(--fg-bg);
top: 1.5rem;
right: 1.5rem;
transition: all .3s;
}
.header__menu-close path {
transition: all .3s;
}
.header__menu-close:hover {
background-color: var(--fg-black-90);
}
.header__menu-close:hover path {
stroke: var(--fg-bg);
}
.hero__title {
max-width: 19.81rem;
}
.hero__title span {
display: block;
}
.hero__title span:after {
right: 1rem;
}
.hero__text {
max-width: 25.37rem;
}
.hero__container {
padding-bottom: 2rem;
}
.project-item {
flex-direction: column;
}
.project-item > * {
width: 100%;
}
.project-item__content {
padding: 2.5rem .8rem .8rem;
}
.project-item__title {
margin: 0 0 1rem;
}
.navigation {
display: none;
}
.offer__grid {
grid-template-columns: 1fr;
}
.offer__title {
max-width: 100%;
margin-bottom: 1.5rem;
}
.offer__title br {
display: block;
}
.offer-item__content {
display: flex;
align-items: center;
}
.offer-item__mobile {
padding-left: 1.5rem;
}
.offer-item__title {
margin-top: 0;
}
.offer-item__icon img {
min-width: 6.25rem;
height: auto;
}
.ceo__block {
padding-left: 3.875rem;
flex-direction: column;
align-items: center;
}
.ceo__content {
padding-left: 0;
padding-top: 3.5rem;
width: 100%;
}
.services-item {
flex-direction: column;
align-items: flex-start;
}
.services-item > * {
width: 100%;
}
.services__button {
margin-top: 3rem;
}
.how__header {
flex-direction: column;
align-items: flex-start;
}
.how__title {
max-width: 33.43rem;
}
.how__header-text {
margin-top: 3.25rem;
padding-left: 1.68rem;
}
.how__header-text svg {
left: 0;
top: -1rem;
}
.how__grid {
grid-template-columns: 1fr;
gap: 3rem;
}
.how-item__list-item {
width: 100%;
}
.how-item__list-item br {
display: none;
}
.how__bottom {
margin-top: 4.5rem;
}
.reviews__title {
max-width: 30rem;
}
.footer__grid {
grid-template-columns: 1fr;
gap: 3rem;
}
.footer {
padding-bottom: 3rem;
}
.footer__content {
max-width: 100%;
position: relative;
}
.footer__title {
max-width: 36.5rem;
}
.footer__copyright {
margin-top: 0;
position: absolute;
right: 0;
bottom: 0.85rem;
}
}
@media screen and (max-width: 767px) {
.container {
padding-left: 0.625rem;
padding-right: 0.625rem;
}
.header .logo svg {
max-width: 12rem;
}
.hero__media {
position: relative;
right: 0;
bottom: 0;
}
.hero__container {
padding-top: 2rem;
}
.hero__title {
max-width: 100%;
margin-top: 1.5rem;
text-align: center;
font-size: 3rem;
padding: 0 0.75rem;
letter-spacing: -1px;
margin-bottom: 1.5rem;
}
.hero__title span {
display: inline-block;
padding: 0 1.75rem !important;
}
.hero__title span:before, .hero__title span:after {
width: 1.25rem;
height: 3rem;
}
.hero__title span:after {
right: 0;
}
.hero__content {
align-items: center;
text-align: center;
}
.hero__text {
max-width: 100%;
margin-right: 0;
font-size: 1.125rem;
}
.btn {
width: 100%;
text-align: center;
padding: 1.25rem 2rem
}
.advantages__container {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1.5rem;
}
.advantages__item {
flex-direction: column;
text-align: center;
width: 100%;
}
.advantages__item p {
margin-left: 0;
font-size: 1.125rem;
}
.section {
padding-top: 1.75rem;
padding-bottom: 1.75rem;
}
.projects {
padding-top: 3.5rem;
}
.block__title {
font-size: 2.5rem;
letter-spacing: -4px;
margin-bottom: 2rem;
line-height: 1;
}
.block__title img {
margin: 0 .8rem;
width: 3rem;
height: auto;
}
.projects__slider {
padding: 0 0.625rem;
}
.project-item__content {
padding: 2rem 0 0;
}
.project-item {
padding: 1rem 1rem 1.5rem;
}
.project-item__links {
margin-top: 2.125rem;
}
.block__title {
margin-bottom: 0.625rem;
}
.offer-item__content {
align-items: flex-start;
padding: 1.5rem;
}
.offer-item__mobile {
padding-left: 1rem;
}
.ceo__block {
padding: 0.93rem 1rem 2rem;
}
.ceo__content {
padding-top: 2rem;
}
.ceo__title {
letter-spacing: -4px;
margin-bottom: 2rem;
}
.ceo__title span {
display: block;
max-width: 8rem;
margin-bottom: 1rem;
}
.services__tabs {
margin-right: -0.625rem;
margin-bottom: 2rem;
}
.services__tabs-button {
white-space: nowrap;
}
.block__header {
margin-bottom: 2rem;
}
.services-item__content {
padding: 2rem 0 0;
}
.services-item {
padding-bottom: 1rem;
}
.services-item__tech {
flex-wrap: wrap;
max-width: 13.75rem;
}
.services-item__tech-item {
margin-bottom: 0.25rem;
}
.services__button {
margin-top: 2rem;
}
.services {
padding-bottom: 3.5rem;
}
.how {
padding: 2.93rem 0 3.5rem
}
.how__title {
max-width: 17.75rem;
margin-bottom: 0;
}
.how__header-text {
margin-top: 2.25rem;
padding-left: 0;
}
.how__header-text svg {
left: auto;
right: 0;
top: -1.2rem;
}
.how__header {
max-width: 100%;
margin-bottom: 2rem;
}
.how__bottom {
text-align: center;
margin-top: 3.5rem;
}
.reviews {
padding: 3.5rem 0;
}
.reviews__title {
max-width: 13.75rem;
}
.reviews-item {
padding: 1rem;
}
.reviews-item__player {
margin-top: 4.5rem;
}
.footer {
padding-top: 3rem;
}
.footer__title {
font-size: 2.5rem;
letter-spacing: -2px;
margin-bottom: 2rem;
}
.footer__copyright {
position: relative;
bottom: 0;
margin-top: 2rem;
}
.footer__form {
padding: 2rem 1rem;
}
.footer__form-title {
margin-bottom: 2rem;
}
.header__menu {
width: calc(100% - 3.43rem);
}
.footer__copyright {
display: none;
}
.footer__copyright._mobile {
display: block;
}
.ai-assistant__info_box {
flex-wrap: wrap;
gap: 9px;
margin-bottom: 24px;
}
.ai-assistant__costs__bottom {
flex-direction: column-reverse;
}
.ai-assistant__costs__bottom__text {
text-align: center;
}
.ai-assistant__costs__no_info {
display: flex;
}
.ai-assistant__costs__table {
display: none;
}
.ai-assistant__costs__table.data-loaded {
display: block;
}
}
.ai-assistant__table .total .name {
display: none;
}
@media screen and (max-width: 600px) {
.ai-assistant__content__left {
min-height: 450px;
}
.ai-assistant__costs__head {
justify-content: center;
flex-direction: column;
}
.ai-assistant__costs__title {
text-align: center;
}
.ai-assistant__costs__download_btn {
justify-content: center;
} .ai-assistant__table table,
.ai-assistant__table tbody,
.ai-assistant__table table tr,
.ai-assistant__table table tr.data .name {
display: block;
}
.ai-assistant__table table .head,
.ai-assistant__table table tr.data td.direction .name {
display: none;
}
.ai-assistant__table table tr.data {
border-bottom: 1px solid var(--fg-gray);
}
.ai-assistant__table table tr.data td {
display: flex;
justify-content: space-between;
align-items: center;
gap: 8px;
border: 0;
}
.ai-assistant__table table tr.data td.direction .value {
font-weight: 600;
}
.ai-assistant__table table tr.data td .name {
color: var(--fg-gray);
font-size: 0.75rem;
font-weight: 500;
text-transform: uppercase;
}
.ai-assistant__table table tr.data td .value {
text-align: right;
font-size: 0.875rem;
}
.ai-assistant__table .total .name {
display: block;
}
.ai-assistant__table .total .hours,
.ai-assistant__table .total .cost {
display: flex;
align-items: center;
justify-content: space-between;
}
.ai-assistant__table .total td:nth-child(2),
.ai-assistant__table .total td:nth-child(4) {
display: none;
}
}
@media screen and (max-height: 600px) {
.success-sendForm {
padding: 0;
}
}
.reviews-item__text--mini {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4; 
overflow: hidden;
text-overflow: ellipsis;
line-height: 1.5; 
max-height: calc(1.5em * 4); 
}.wrapper {
overflow-x: hidden;
}