File: /var/www/html/wp-content/themes/polygant_2023/inc/css/style.css
@charset "UTF-8";
/* Указываем box sizing */
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
/* Убираем внутренние отступы */
ul,
ol {
padding: 0;
}
/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
margin: 0;
}
/* Выставляем основные настройки по-умолчанию для body */
body {
min-height: 100vh;
scroll-behavior: smooth;
text-rendering: optimizeSpeed;
line-height: 1.5;
font-size: 10px;
}
/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul,
ol {
list-style: none;
}
/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a {
text-decoration: none;
color: inherit;
}
/* Упрощаем работу с изображениями */
img {
max-width: 100%;
display: block;
}
/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
font: inherit;
}
*, html, body {
line-height: 130%;
font-weight: 400;
color: #29292D;
}
html {
font-size: 16px;
}
@media (max-width: 1500px) {
html {
font-size: 15px;
}
}
@media (max-width: 1250px) {
html {
font-size: 14px;
}
}
@media (max-width: 1050px) {
html {
font-size: 13px;
}
}
@media (max-width: 780px) {
html {
font-size: 12px;
}
}
@media (max-width: 500px) {
html {
font-size: 11px;
}
}
body {
min-height: 100vh;
position: relative;
background: #FFFFFF;
overflow-x: hidden;
}
body.lock {
overflow: hidden;
}
.container {
max-width: 1400px;
margin: 0 auto;
}
@media (max-width: 1500px) {
.container {
max-width: 1180px;
}
}
@media (max-width: 1250px) {
.container {
max-width: 960px;
}
}
@media (max-width: 1050px) {
.container {
max-width: 700px;
}
}
@media (max-width: 780px) {
.container {
max-width: 100%;
padding: 0 30px;
}
}
@media (max-width: 500px) {
.container {
max-width: 100%;
padding: 0 20px;
}
}
@-webkit-keyframes fade {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fade {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-webkit-keyframes pulse-purple {
0% {
-webkit-transform: scale(0.95);
transform: scale(0.95);
-webkit-box-shadow: 0 0 0 0 rgba(99, 82, 205, 0.7);
box-shadow: 0 0 0 0 rgba(99, 82, 205, 0.7);
}
70% {
-webkit-transform: scale(1.05);
transform: scale(1.05);
-webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
}
100% {
-webkit-transform: scale(0.95);
transform: scale(0.95);
-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
}
@keyframes pulse-purple {
0% {
-webkit-transform: scale(0.95);
transform: scale(0.95);
-webkit-box-shadow: 0 0 0 0 rgba(99, 82, 205, 0.7);
box-shadow: 0 0 0 0 rgba(99, 82, 205, 0.7);
}
70% {
-webkit-transform: scale(1.05);
transform: scale(1.05);
-webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
}
100% {
-webkit-transform: scale(0.95);
transform: scale(0.95);
-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
}
@-webkit-keyframes pulse-blue {
0% {
-webkit-transform: scale(0.95);
transform: scale(0.95);
-webkit-box-shadow: 0 0 0 0 rgba(76, 140, 237, 0.7);
box-shadow: 0 0 0 0 rgba(76, 140, 237, 0.7);
}
70% {
-webkit-transform: scale(1.05);
transform: scale(1.05);
-webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
}
100% {
-webkit-transform: scale(0.95);
transform: scale(0.95);
-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
}
@keyframes pulse-blue {
0% {
-webkit-transform: scale(0.95);
transform: scale(0.95);
-webkit-box-shadow: 0 0 0 0 rgba(76, 140, 237, 0.7);
box-shadow: 0 0 0 0 rgba(76, 140, 237, 0.7);
}
70% {
-webkit-transform: scale(1.05);
transform: scale(1.05);
-webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
}
100% {
-webkit-transform: scale(0.95);
transform: scale(0.95);
-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
}
.header {
padding: 2rem 0;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 101;
-webkit-transition: .2s ease;
transition: .2s ease;
}
.header.sticky {
-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
padding: 1rem 0;
}
@media (max-width: 1050px) {
.header {
-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
padding: 1rem 0;
}
.header.active .header__logo {
display: none;
}
.header.active .header__btn--blue {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.header.active .header__lang {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.header.active .header__main {
margin-left: 0;
}
.header.active .header__burger {
margin-left: auto;
}
.header.active .header__main {
-webkit-box-flex: 1;
-ms-flex: 1 0;
flex: 1 0;
}
}
.header::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #FFFFFF;
z-index: 101;
}
.header__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
z-index: 102;
}
@media (max-width: 1050px) {
.header__wrapper {
width: 100%;
}
}
.header__logo {
-webkit-box-flex: 0;
-ms-flex: 0 0 13.5rem;
flex: 0 0 13.5rem;
height: auto;
-webkit-transition: .2s ease;
transition: .2s ease;
}
.header__logo img, .header__logo svg {
height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
/* width: 100%; */
.header__main {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
margin-left: auto;
}
.header__btns {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
gap: 0.75rem;
margin-right: 3rem;
}
@media (max-width: 1050px) {
.header__btns {
margin-right: 1rem;
}
}
.header__btn {
padding: 0 1.5rem;
border-radius: 0.3125rem;
background: #6352CD;
height: 3.25rem;
font-size: 1rem;
font-weight: 600;
color: #FFFFFF;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
white-space: nowrap;
gap: 0.75rem;
-webkit-transition: .2s ease;
transition: .2s ease;
}
@media (max-width: 780px) {
.header__btn {
font-size: 1.25rem;
}
}
.header__btn img, .header__btn svg {
min-width: 1.5rem;
width: 1.5rem;
-webkit-box-flex: 0;
-ms-flex: 0 0 1.5rem;
flex: 0 0 1.5rem;
height: 1.5rem;
-o-object-fit: contain;
object-fit: contain;
}
.header__btn:hover {
background: #7D6CE8;
}
@media (max-width: 1050px) {
.header__btn {
display: none;
}
}
.header__btn--blue {
background: #4C8CED;
}
.header__btn--blue:hover {
background: #75ACFF;
}
.header__lang {
padding: 0 1rem;
font-size: 0.875rem;
font-weight: 400;
color: #29292D;
border-radius: 0.3125rem;
border: 1px solid #B4C0DB;
-webkit-box-flex: 0;
-ms-flex: 0 0 6.25rem;
flex: 0 0 6.25rem;
width: 6.25rem;
height: 3.25rem;
position: relative;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: #FFFFFF;
background-image: url(../img/lang-chevron.svg);
background-position: center right;
background-size: 10px 10px;
background-repeat: no-repeat;
background-position-x: calc(100% - 16px);
cursor: pointer;
margin-right: 0.75rem;
-webkit-transition: .2s ease;
transition: .2s ease;
}
.header__lang:hover {
border-color: #6352CD;
}
@media (max-width: 1050px) {
.header__lang {
display: none;
}
}
.header__burger {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 0.75rem;
padding: 0 1rem;
height: 3.25rem;
border-radius: 0.3125rem;
border: 1px solid #B4C0DB;
cursor: pointer;
-webkit-transition: .2s ease;
transition: .2s ease;
}
.header__burger:hover {
border-color: #6352CD;
}
.header__burger.active {
background: #6352CD;
}
@media (max-width: 1050px) {
.header__burger.active {
background: transparent;
}
}
.header__burger.active .header__burger-icon span {
-webkit-transform: scale(0);
transform: scale(0);
}
.header__burger.active .header__burger-text {
color: #FFFFFF;
}
.header__burger.active .header__burger-icon::before, .header__burger.active .header__burger-icon::after {
background: #FFFFFF;
}
@media (max-width: 1050px) {
.header__burger.active .header__burger-icon::before, .header__burger.active .header__burger-icon::after {
background: #6352CD;
}
}
.header__burger.active .header__burger-icon::before {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
top: .45rem;
}
@media (max-width: 1050px) {
.header__burger.active .header__burger-icon::before {
top: 9px;
}
}
.header__burger.active .header__burger-icon::after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
bottom: .45rem;
}
@media (max-width: 1050px) {
.header__burger.active .header__burger-icon::after {
bottom: 9px;
}
}
@media (max-width: 1050px) {
.header__burger {
border: none;
padding: 0;
height: auto;
}
}
.header__burger-icon {
-webkit-box-flex: 0;
-ms-flex: 0 0 1rem;
flex: 0 0 1rem;
width: 1rem;
height: 1rem;
position: relative;
}
@media (max-width: 1050px) {
.header__burger-icon {
width: 20px;
-webkit-box-flex: 0;
-ms-flex: 0 0 20px;
flex: 0 0 20px;
height: 20px;
}
}
.header__burger-icon span {
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
height: 2px;
background: #6352CD;
border-radius: 0.3125rem;
-webkit-transition: .2s ease;
transition: .2s ease;
}
.header__burger-icon::before, .header__burger-icon::after {
content: "";
position: absolute;
left: 0;
width: 100%;
height: 2px;
background: #6352CD;
border-radius: 0.3125rem;
-webkit-transition: .2s ease;
transition: .2s ease;
}
.header__burger-icon::before {
top: 0;
}
.header__burger-icon::after {
bottom: 0;
}
.header__burger-text {
font-size: 1rem;
}
@media (max-width: 1050px) {
.header__burger-text {
display: none;
}
}
.header-menu {
position: absolute;
top: 0;
left: 0;
width: 100%;
background: #FFFFFF;
-webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.25);
box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.25);
padding: 10rem 0 7.5rem;
-webkit-transform: translateY(-110%);
transform: translateY(-110%);
max-height: 100vh;
overflow-y: auto;
-webkit-transition: .2s ease;
transition: .2s ease;
z-index: 100;
}
@media (max-width: 1050px) {
.header-menu {
padding: 5.5rem 0 0;
}
}
.header-menu.active {
-webkit-transform: translateY(0);
transform: translateY(0);
}
@media (max-width: 1050px) {
.header-menu .container {
max-width: 100%;
padding: 0;
}
}
.header-menu__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 3rem;
position: relative;
}
@media (max-width: 1050px) {
.header-menu__wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 0;
}
}
@media (max-width: 780px) {
.header-menu__wrapper {
max-width: 100%;
}
}
.header-menu__controls {
display: none;
}
.header-menu__btn {
padding: 0 1.5rem;
border-radius: 0.3125rem;
background: #6352CD;
height: 3.25rem;
font-size: 1rem;
font-weight: 600;
color: #FFFFFF;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
white-space: nowrap;
gap: 0.75rem;
-webkit-transition: .2s ease;
transition: .2s ease;
background: #4C8CED;
}
@media (max-width: 780px) {
.header-menu__btn {
font-size: 1.25rem;
}
}
.header-menu__btn img, .header-menu__btn svg {
min-width: 1.5rem;
width: 1.5rem;
-webkit-box-flex: 0;
-ms-flex: 0 0 1.5rem;
flex: 0 0 1.5rem;
height: 1.5rem;
-o-object-fit: contain;
object-fit: contain;
}
.header-menu__btn:hover {
background: #7D6CE8;
}
.header-menu__btn:hover {
background: #75ACFF;
}
@media (max-width: 1050px) {
.header-menu__lang {
display: block;
}
}
.header-menu__left {
-webkit-box-flex: 0;
-ms-flex: 0 1 65%;
flex: 0 1 65%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media (max-width: 1050px) {
.header-menu__left {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
}
.header-menu__left > li {
-webkit-box-flex: 0;
-ms-flex: 0 0 48%;
flex: 0 0 48%;
margin-bottom: 2.5rem;
}
@media (max-width: 1050px) {
.header-menu__left > li {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
margin-bottom: 0;
padding: 1rem 0;
border-top: 1px solid #E3E7EF;
max-width: 700px;
margin: 0 auto;
}
.header-menu__left > li.active .header-menu__submenu {
opacity: 1;
}
.header-menu__left > li.active a::after {
-webkit-transform: translateY(-50%) rotate(90deg);
transform: translateY(-50%) rotate(90deg);
}
}
@media (max-width: 780px) {
.header-menu__left > li {
max-width: 100%;
padding: 1.5rem 30px;
}
}
@media (max-width: 500px) {
.header-menu__left > li {
max-width: 100%;
padding: 1.5rem 20px;
}
}
.header-menu__left > li > a {
font-size: 1.125rem;
font-weight: 400;
color: #000000;
}
@media (max-width: 1050px) {
.header-menu__left > li > a {
display: block;
font-size: 16px;
padding-right: 3rem;
position: relative;
}
.header-menu__left > li > a::after {
content: "";
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%) rotate(0);
transform: translateY(-50%) rotate(0);
right: 0;
background-image: url(../img/mob-menu-chevron.svg);
background-size: 15px 15px;
background-repeat: no-repeat;
background-position: center;
height: 15px;
width: 15px;
}
}
.header-menu__submenu {
margin-top: 1.25rem;
}
@media (max-width: 1050px) {
.header-menu__submenu {
max-height: 0;
overflow: hidden;
will-change: max-height;
-webkit-transition: .2s ease;
transition: .2s ease;
opacity: 0;
margin-top: 0;
}
}
@media (max-width: 1050px) {
.header-menu__submenu > li {
margin-top: 1rem;
}
}
.header-menu__submenu > li:not(:last-child) {
margin-bottom: 0.75rem;
}
@media (max-width: 1050px) {
.header-menu__submenu > li:not(:last-child) {
margin-bottom: 0;
}
}
.header-menu__submenu > li > a {
font-size: 0.875rem;
line-height: 120%;
color: #9CA1AB;
-webkit-transition: .2s ease;
transition: .2s ease;
}
.header-menu__submenu > li > a:hover {
color: #6352CD;
}
@media (max-width: 1050px) {
.header-menu__submenu > li > a {
font-size: 12px;
}
}
.header-menu__right {
-webkit-box-flex: 1;
-ms-flex: 1 0;
flex: 1 0;
z-index: 100;
}
.header-menu__right > li {
margin-bottom: 1.25rem;
}
@media (max-width: 1050px) {
.header-menu__right > li {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
margin-bottom: 0;
padding: 1rem 0;
border-top: 1px solid #E3E7EF;
max-width: 700px;
margin: 0 auto;
}
}
@media (max-width: 780px) {
.header-menu__right > li {
max-width: 100%;
padding: 1.5rem 30px;
}
}
@media (max-width: 500px) {
.header-menu__right > li {
max-width: 100%;
padding: 1.5rem 20px;
}
}
.header-menu__right > li > a {
font-size: 1.125rem;
font-weight: 400;
color: #000000;
}
@media (max-width: 1050px) {
.header-menu__right > li > a {
font-size: 16px;
}
}
.hero {
padding-top: 11.25rem;
}
@media (max-width: 1050px) {
.hero {
padding-top: 8rem;
}
}
.hero__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
@media (max-width: 1050px) {
.hero__wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
}
.hero__main {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
max-width: 36.25rem;
}
@media (max-width: 1050px) {
.hero__main {
max-width: 100%;
}
}
.hero__title {
font-weight: 700;
font-size: 3.625rem;
color: #29292D;
line-height: 105%;
margin-bottom: 2rem;
}
@media (max-width: 780px) {
.hero__title {
font-size: 3rem;
}
}
.hero__text {
font-size: 1.5rem;
margin-bottom: 2.5rem;
}
.hero__features {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 1.5rem;
}
@media (max-width: 1050px) {
.hero__features {
width: 100%;
}
}
@media (max-width: 500px) {
.hero__features {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.hero__footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 1.25rem;
margin-top: 2.5rem;
font-size: 1rem;
}
.hero__footer-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 0.5rem;
}
.hero__btn {
padding: 0 1.5rem;
border-radius: 0.3125rem;
background: #6352CD;
height: 3.25rem;
font-size: 1rem;
font-weight: 600;
color: #FFFFFF;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
white-space: nowrap;
gap: 0.75rem;
-webkit-transition: .2s ease;
transition: .2s ease;
}
@media (max-width: 780px) {
.hero__btn {
font-size: 1.25rem;
}
}
.hero__btn img, .hero__btn svg {
min-width: 1.5rem;
width: 1.5rem;
-webkit-box-flex: 0;
-ms-flex: 0 0 1.5rem;
flex: 0 0 1.5rem;
height: 1.5rem;
-o-object-fit: contain;
object-fit: contain;
}
.hero__btn:hover {
background: #7D6CE8;
}
.hero__link {
font-size: 1rem;
font-weight: 400;
color: #4C8CED;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
white-space: nowrap;
gap: 0.25rem;
-webkit-transition: .2s ease;
transition: .2s ease;
}
.hero__link img, .hero__link svg {
min-width: 1.25rem;
width: 1.25rem;
-webkit-box-flex: 0;
-ms-flex: 0 0 1.25rem;
flex: 0 0 1.25rem;
height: 1.25rem;
-o-object-fit: contain;
object-fit: contain;
}
.hero__link img path, .hero__link svg path {
fill: #4C8CED;
-webkit-transition: .2s ease;
transition: .2s ease;
}
.hero__link:hover {
color: #75ACFF;
}
.hero__link:hover svg path {
fill: #75ACFF;
}
.hero__img {
-webkit-box-flex: 1;
-ms-flex: 1 0;
flex: 1 0;
max-width: 43.75rem;
}
@media (max-width: 1050px) {
.hero__img {
max-width: 25rem;
margin-right: 0;
margin-bottom: 3rem;
}
}
@media (max-width: 1050px) {
.hero__img {
max-width: 100%;
}
}
@media (max-width: 1050px) {
.hero-list {
-webkit-box-flex: 1;
-ms-flex: 1 0;
flex: 1 0;
}
}
.hero-list:first-child {
-webkit-box-flex: 0;
-ms-flex: 0 0 51%;
flex: 0 0 51%;
}
@media (max-width: 1050px) {
.hero-list:first-child {
-webkit-box-flex: 1;
-ms-flex: 1 0;
flex: 1 0;
}
}
.hero-list__item {
padding-left: 2.25rem;
font-size: 1.125rem;
font-weight: 400;
color: #29292D;
color: #29292D;
position: relative;
}
@media (max-width: 500px) {
.hero-list__item {
font-size: 1.25rem;
}
}
.hero-list__item:not(:last-child) {
margin-bottom: 1.5rem;
}
@media (max-width: 500px) {
.hero-list__item {
padding-left: 3rem;
}
}
.hero-list__item::before {
content: "";
position: absolute;
top: -10%;
left: 0;
width: 1.5rem;
height: 1.5rem;
background-image: url(../img/hero-list-item-icon.svg);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
@media (max-width: 500px) {
.hero-list__item::before {
width: 2rem;
height: 2rem;
}
}
.services {
padding: 6.25rem 0;
}
.services__wrapper {
display: -ms-grid;
display: grid;
-ms-grid-columns: (1fr)[3];
grid-template-columns: repeat(3, 1fr);
-ms-grid-rows: (auto)[2];
grid-template-rows: repeat(2, auto);
gap: 1.25rem;
}
@media (max-width: 1050px) {
.services__wrapper {
-ms-grid-columns: (1fr)[2];
grid-template-columns: repeat(2, 1fr);
-ms-grid-rows: (auto)[3];
grid-template-rows: repeat(3, auto);
}
}
@media (max-width: 500px) {
.services__wrapper {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
-ms-grid-rows: auto;
grid-template-rows: auto;
}
}
.services__main {
-ms-grid-column: 1;
-ms-grid-column-span: 2;
grid-column: 1/3;
-ms-grid-row: 1;
-ms-grid-row-span: 1;
grid-row: 1/2;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
padding: 0 3rem 3rem 0;
}
@media (max-width: 1050px) {
.services__main {
-ms-grid-column: 1;
-ms-grid-column-span: 2;
grid-column: 1/3;
-ms-grid-row: 1;
-ms-grid-row-span: 1;
grid-row: 1/2;
}
}
@media (max-width: 500px) {
.services__main {
grid-column: auto;
grid-row: auto;
}
}
.services__heading {
font-size: 1.5rem;
position: relative;
margin-bottom: 3.25rem;
}
.services__heading::after {
content: "";
position: absolute;
left: 0;
bottom: -1rem;
width: 2.25rem;
height: 2px;
background: #6352CD;
}
.services__title {
font-weight: 700;
font-size: 3.625rem;
color: #29292D;
margin-bottom: 1rem;
}
@media (max-width: 780px) {
.services__title {
font-size: 3rem;
}
}
.services__text {
font-size: 1.25rem;
}
.services__link {
font-size: 1.25rem;
font-weight: 400;
color: #6352CD;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
white-space: nowrap;
gap: 0.25rem;
-webkit-transition: .2s ease;
transition: .2s ease;
margin-top: 2rem;
}
.services__link img, .services__link svg {
min-width: 0.75rem;
width: 0.75rem;
-webkit-box-flex: 0;
-ms-flex: 0 0 0.75rem;
flex: 0 0 0.75rem;
height: 0.75rem;
-o-object-fit: contain;
object-fit: contain;
}
.services__link img path, .services__link svg path {
fill: #6352CD;
-webkit-transition: .2s ease;
transition: .2s ease;
}
.services__link:hover {
color: #7D6CE8;
}
.services__link:hover svg path {
fill: #7D6CE8;
}
.services-item {
padding: 3rem;
border-radius: 1.25rem;
background: #EDF1FA;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-transition: .2s ease;
transition: .2s ease;
}
.services-item:nth-child(2) {
-ms-grid-column: 3;
-ms-grid-column-span: 1;
grid-column: 3/4;
-ms-grid-row: 1;
-ms-grid-row-span: 1;
grid-row: 1/2;
}
@media (max-width: 1050px) {
.services-item:nth-child(2) {
-ms-grid-column: 1;
-ms-grid-column-span: 1;
grid-column: 1/2;
-ms-grid-row: 2;
-ms-grid-row-span: 1;
grid-row: 2/3;
}
}
.services-item:nth-child(3) {
-ms-grid-column: 1;
-ms-grid-column-span: 1;
grid-column: 1/2;
-ms-grid-row: 2;
-ms-grid-row-span: 1;
grid-row: 2/3;
}
@media (max-width: 1050px) {
.services-item:nth-child(3) {
-ms-grid-column: 2;
-ms-grid-column-span: 1;
grid-column: 2/3;
-ms-grid-row: 2;
-ms-grid-row-span: 1;
grid-row: 2/3;
}
}
.services-item:nth-child(4) {
-ms-grid-column: 2;
-ms-grid-column-span: 1;
grid-column: 2/3;
-ms-grid-row: 2;
-ms-grid-row-span: 1;
grid-row: 2/3;
}
@media (max-width: 1050px) {
.services-item:nth-child(4) {
-ms-grid-column: 1;
-ms-grid-column-span: 1;
grid-column: 1/2;
-ms-grid-row: 3;
-ms-grid-row-span: 1;
grid-row: 3/4;
}
}
.services-item:nth-child(5) {
-ms-grid-column: 3;
-ms-grid-column-span: 1;
grid-column: 3/4;
-ms-grid-row: 2;
-ms-grid-row-span: 1;
grid-row: 2/3;
}
@media (max-width: 1050px) {
.services-item:nth-child(5) {
-ms-grid-column: 2;
-ms-grid-column-span: 1;
grid-column: 2/3;
-ms-grid-row: 3;
-ms-grid-row-span: 1;
grid-row: 3/4;
}
}
@media (max-width: 780px) {
.services-item {
padding: 2rem;
}
}
@media (max-width: 500px) {
.services-item {
grid-column: auto !important;
grid-row: auto !important;
}
}
.services-item:hover {
background: #6352CD;
}
.services-item:hover .services-item__icon svg path {
fill: #FFFFFF;
}
.services-item:hover .services-item__title {
color: #FFFFFF;
}
.services-item:hover .services-item__text {
color: #FFFFFF;
}
.services-item:hover .services-item__link {
color: #FFFFFF;
}
.services-item:hover .services-item__link svg path {
fill: #FFFFFF;
}
.services-item__icon {
width: 3rem;
height: 3rem;
margin-bottom: 1.75rem;
}
.services-item__icon svg {
width: 100%;
height: 100%;
}
.services-item__icon svg path {
fill: #6352CD;
-webkit-transition: .2s ease;
transition: .2s ease;
}
.services-item__title {
font-weight: 400;
font-size: 1.5rem;
color: #29292D;
margin-bottom: 0.75rem;
-webkit-transition: .2s ease;
transition: .2s ease;
}
.services-item__text {
font-size: 1rem;
line-height: 150%;
color: #9CA1AB;
margin-bottom: 1.75rem;
-webkit-transition: .2s ease;
transition: .2s ease;
}
@media (max-width: 500px) {
.services-item__text {
font-size: 1.125rem;
}
}
.services-item__link {
font-size: 1.25rem;
font-weight: 400;
color: #6352CD;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
white-space: nowrap;
gap: 0.25rem;
-webkit-transition: .2s ease;
transition: .2s ease;
font-size: 1rem;
margin-top: auto;
}
.services-item__link img, .services-item__link svg {
min-width: 0.75rem;
width: 0.75rem;
-webkit-box-flex: 0;
-ms-flex: 0 0 0.75rem;
flex: 0 0 0.75rem;
height: 0.75rem;
-o-object-fit: contain;
object-fit: contain;
}
.services-item__link img path, .services-item__link svg path {
fill: #6352CD;
-webkit-transition: .2s ease;
transition: .2s ease;
}
.services-item__link:hover {
color: #7D6CE8;
}
.services-item__link:hover svg path {
fill: #7D6CE8;
}
@media (max-width: 500px) {
.services-item__link {
font-size: 1.125rem;
}
}
.cases {
padding: 5rem 0;
}
.cases__wrapper {
position: relative;
}
@media (max-width: 1050px) {
.cases__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
}
.cases__title {
font-size: 1.5rem;
position: relative;
position: absolute;
top: 0;
left: 0;
}
.cases__title::after {
content: "";
position: absolute;
left: 0;
bottom: -1rem;
width: 2.25rem;
height: 2px;
background: #6352CD;
}
@media (max-width: 1050px) {
.cases__title {
top: -5rem;
}
}
@media (max-width: 1050px) {
.cases__slider {
width: 100%;
}
}
.cases__controls {
position: absolute;
left: 0;
bottom: 0;
}
@media (max-width: 1050px) {
.cases__controls {
position: relative;
margin-top: 3rem;
}
}
.cases-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 6.25rem;
}
@media (max-width: 1250px) {
.cases-item {
gap: 3rem;
}
}
@media (max-width: 1050px) {
.cases-item {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
}
.cases-item__main {
-webkit-box-flex: 1;
-ms-flex: 1 0;
flex: 1 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.cases-item__title {
font-weight: 700;
font-size: 3.625rem;
color: #29292D;
margin-bottom: 0.75rem;
}
@media (max-width: 780px) {
.cases-item__title {
font-size: 3rem;
}
}
.cases-item__label {
padding: 0.5rem 1rem;
border-radius: 0.3125rem;
font-size: 0.875rem;
background: #FFF9E3;
}
.cases-item__text {
margin-top: 2rem;
}
.cases-item__text p {
font-size: 1.25rem;
}
.cases-item__btn {
padding: 0 1.5rem;
border-radius: 0.3125rem;
background: #6352CD;
height: 3.25rem;
font-size: 1rem;
font-weight: 600;
color: #FFFFFF;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
white-space: nowrap;
gap: 0.75rem;
-webkit-transition: .2s ease;
transition: .2s ease;
margin-top: 2.5rem;
}
@media (max-width: 780px) {
.cases-item__btn {
font-size: 1.25rem;
}
}
.cases-item__btn img, .cases-item__btn svg {
min-width: 1.5rem;
width: 1.5rem;
-webkit-box-flex: 0;
-ms-flex: 0 0 1.5rem;
flex: 0 0 1.5rem;
height: 1.5rem;
-o-object-fit: contain;
object-fit: contain;
}
.cases-item__btn:hover {
background: #7D6CE8;
}
.cases-item__img {
-webkit-box-flex: 0;
-ms-flex: 0 0 50rem;
flex: 0 0 50rem;
height: 35rem;
border-radius: 1.5rem;
overflow: hidden;
}
@media (max-width: 1500px) {
.cases-item__img {
-webkit-box-flex: 0;
-ms-flex: 0 0 40rem;
flex: 0 0 40rem;
}
}
@media (max-width: 1250px) {
.cases-item__img {
-webkit-box-flex: 0;
-ms-flex: 0 0 35rem;
flex: 0 0 35rem;
}
}
@media (max-width: 1050px) {
.cases-item__img {
-webkit-box-flex: 1;
-ms-flex: 1 0;
flex: 1 0;
width: 100%;
height: auto;
}
}
.cases-item__img img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.slider-controls {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 1rem;
z-index: 99;
}
.slider-controls__arrow {
-webkit-box-flex: 0;
-ms-flex: 0 0 2rem;
flex: 0 0 2rem;
width: 2rem;
height: 2rem;
cursor: pointer;
}
.slider-controls__arrow svg {
width: 100%;
height: 100%;
}
.slider-controls__arrow svg path {
fill: #6352CD;
-webkit-transition: .2s ease;
transition: .2s ease;
}
.slider-controls__arrow_prev svg {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.slider-controls__arrow_next svg path {
fill: #CED0D3;
}
.slider-controls__arrow_next:hover svg path {
fill: #6352CD;
}
.slider-controls__pagination {
font-size: 1.25rem;
font-weight: 400;
color: #CED0D3;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 0.75rem;
}
.slider-controls__pagination span {
font: inherit;
color: #6352CD;
}
.slider-controls__divider {
height: 2px;
width: 1.25rem;
background: #CED0D3;
}
.res {
padding: 5rem 0;
}
.res__title {
font-weight: 700;
font-size: 3.625rem;
color: #29292D;
text-align: center;
margin-bottom: 3.75rem;
}
@media (max-width: 780px) {
.res__title {
font-size: 3rem;
}
}
.res__block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.res__block:not(:last-child) {
margin-bottom: 3.75rem;
}
.res__suptitle {
font-size: 1.25rem;
position: relative;
margin-bottom: 2.5rem;
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 1rem;
}
.res__suptitle::before, .res__suptitle::after {
content: "";
width: 6.25rem;
height: 1px;
background: #CED0D3;
}
.res__wrapper {
width: 100%;
}
.res__item {
border: 1px solid #D7DEEC;
border-radius: 1.25rem;
}
.res__pagination {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 1.5rem;
}
.res__pagination .swiper-pagination-bullet-active {
background: #6352CD;
}
.res-big-item {
padding: 1.75rem 2.5rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.res-big-item__logo {
width: 100%;
height: 3.75rem;
margin-bottom: 0.75rem;
}
.res-big-item__logo img {
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
.res-big-item__title {
font-size: 1.25rem;
margin-bottom: 0.75rem;
}
.res-big-item__desc {
font-size: 0.875rem;
color: #9CA1AB;
}
.res-small-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 1rem;
padding: 1.5rem;
}
@media (max-width: 500px) {
.res-small-item {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.res-small-item__img {
-webkit-box-flex: 0;
-ms-flex: 0 0 4rem;
flex: 0 0 4rem;
width: 4rem;
height: 4rem;
position: relative;
}
.res-small-item__img > img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
border-radius: 100%;
overflow: hidden;
}
.res-small-item__icon {
position: absolute;
right: 0;
bottom: 0;
width: 1.5rem;
height: 1.5rem;
}
.res-small-item__icon img, .res-small-item__icon svg {
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
.res-small-item__info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
@media (max-width: 500px) {
.res-small-item__info {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
}
.res-small-item__title {
font-size: 1.125rem;
margin-bottom: 0.5rem;
}
.res-small-item__desc {
font-size: 0.75rem;
color: #9CA1AB;
}
.reviews {
padding: 5rem 0;
}
@media (max-width: 1050px) {
.reviews .container {
position: relative;
}
}
.reviews__head {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
gap: 2.5rem;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
margin-bottom: 3rem;
}
.reviews__title {
font-weight: 700;
font-size: 3.625rem;
color: #29292D;
}
@media (max-width: 780px) {
.reviews__title {
font-size: 3rem;
}
}
@media (max-width: 780px) {
.reviews__title {
text-align: center;
}
}
.reviews__slider {
width: 100%;
}
@media (max-width: 1050px) {
.reviews__controls {
position: absolute;
bottom: -5rem;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
}
.reviews-item {
padding: 4rem;
background: #EDF1FA;
border-radius: 1.25rem;
position: relative;
}
@media (max-width: 1050px) {
.reviews-item {
padding: 3rem;
}
}
.reviews-item__text {
margin-bottom: 2.75rem;
}
.reviews-item__text p {
font-size: 1.125rem;
font-weight: 400;
color: #29292D;
}
@media (max-width: 500px) {
.reviews-item__text p {
font-size: 1.25rem;
}
}
.reviews-item__text p:not(:last-child) {
margin-bottom: 0.5rem;
}
.reviews-item__icon {
position: absolute;
top: 1.25rem;
right: 1.25rem;
width: 1.75rem;
height: 1.75rem;
}
@media (max-width: 1050px) {
.reviews-item__icon {
top: 1rem;
right: 1rem;
}
}
.reviews-author {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 1rem;
}
.reviews-author__img {
-webkit-box-flex: 0;
-ms-flex: 0 0 3rem;
flex: 0 0 3rem;
width: 3rem;
height: 3rem;
overflow: hidden;
border-radius: 100%;
}
.reviews-author__img img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.reviews-author__info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.reviews-author__name {
font-size: 1.125rem;
font-weight: 700;
margin-bottom: 0.25rem;
}
.reviews-author__desc {
font-size: 0.875rem;
color: #9CA1AB;
}
.contact-us {
padding: 5rem 0;
}
.contact-us__wrapper {
width: 100%;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
@media (max-width: 1050px) {
.contact-us__wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.contact-us__form {
margin-top: 5rem;
}
@media (max-width: 1050px) {
.contact-us__form {
margin-top: 0;
width: 100%;
max-width: 100% !important;
}
}
.contact-us__map {
position: absolute;
top: 0;
left: 0;
width: 43.75rem;
height: auto;
}
.contact-us__map img, .contact-us__map svg {
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
@media (max-width: 1050px) {
.contact-us__map {
position: relative;
width: 100%;
}
}
.contact-form {
max-width: 58rem;
width: 100%;
position: relative;
z-index: 2;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media (max-width: 1500px) {
.contact-form {
max-width: 50rem;
}
}
.contact-form__inner {
border-radius: 1.5rem;
background: #6352CD;
padding: 2.5rem 3.75rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media (max-width: 780px) {
.contact-form__inner {
padding: 4rem 3rem;
}
}
.contact-form__title {
font-weight: 700;
font-size: 2.625rem;
color: #29292D;
color: #FFFFFF;
text-align: center;
margin-bottom: 1.75rem;
}
@media (max-width: 780px) {
.contact-form__title {
font-size: 2.375rem;
}
}
.contact-form__form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 1.5rem;
}
@media (max-width: 780px) {
.contact-form__form {
gap: 2rem;
}
}
.contact-form__input {
-webkit-box-flex: 1;
-ms-flex: 1 0;
flex: 1 0;
height: 2.75rem;
position: relative;
}
@media (max-width: 780px) {
.contact-form__input {
-webkit-box-flex: 1;
-ms-flex: 1 0 100%;
flex: 1 0 100%;
}
}
.contact-form__input:hover label {
color: #9D8FEF;
}
.contact-form__input:hover input {
border-color: #FFFFFF;
}
.contact-form__input label {
font-size: 1rem;
color: #FFFFFF;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
left: 0;
-webkit-transition: .1s ease;
transition: .1s ease;
}
.contact-form__input input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: transparent;
border: none;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
color: #FFFFFF;
font-size: 1rem;
width: 100%;
height: 100%;
-webkit-transition: .1s ease;
transition: .1s ease;
padding: 0;
border-radius: 0 !important;
}
.contact-form__input input::-webkit-input-placeholder {
color: #FFFFFF;
}
.contact-form__input input:-ms-input-placeholder {
color: #FFFFFF;
}
.contact-form__input input::-ms-input-placeholder {
color: #FFFFFF;
}
.contact-form__input input::placeholder {
color: #FFFFFF;
}
.contact-form__input input:focus, .contact-form__input input.active {
outline: none;
border-color: #FFFFFF;
}
.contact-form__input input:focus + label, .contact-form__input input.active + label {
-webkit-transform: translateY(-200%);
transform: translateY(-200%);
font-size: 0.75rem;
color: #9D8FEF;
}
.contact-form__textarea {
-webkit-box-flex: 1;
-ms-flex: 1 0 100%;
flex: 1 0 100%;
height: 2.75rem;
position: relative;
}
@media (max-width: 780px) {
.contact-form__textarea {
height: 4rem;
}
}
.contact-form button {
padding: 0 1.5rem;
border-radius: 0.3125rem;
background: #6352CD;
height: 3.25rem;
font-size: 1rem;
font-weight: 600;
color: #FFFFFF;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
white-space: nowrap;
gap: 0.75rem;
-webkit-transition: .2s ease;
transition: .2s ease;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none;
background: #FFFFFF;
color: #6352CD;
margin: 1.75rem auto 0 auto;
cursor: pointer;
}
@media (max-width: 780px) {
.contact-form button {
font-size: 1.25rem;
}
}
.contact-form button img, .contact-form button svg {
min-width: 1.5rem;
width: 1.5rem;
-webkit-box-flex: 0;
-ms-flex: 0 0 1.5rem;
flex: 0 0 1.5rem;
height: 1.5rem;
-o-object-fit: contain;
object-fit: contain;
}
.contact-form button:hover {
background: #7D6CE8;
}
.contact-form button:hover {
background: #EDF1FA;
}
.contact-form__message {
font-size: 1.125rem;
font-weight: 400;
color: #29292D;
color: #29292D;
margin-top: 2rem;
}
@media (max-width: 500px) {
.contact-form__message {
font-size: 1.25rem;
}
}
.contact-form__message.hide {
display: none;
}
.contact-form__message.error {
color: red;
}
.contact-form__text {
font-size: 1rem;
margin-top: 1.25rem;
}
.blog {
padding: 5rem 0;
}
.blog .container {
position: relative;
}
.blog__title {
font-weight: 700;
font-size: 3.625rem;
color: #29292D;
text-align: center;
margin-bottom: 3.5rem;
}
@media (max-width: 780px) {
.blog__title {
font-size: 3rem;
}
}
.blog__wrapper {
display: -ms-grid;
display: grid;
-ms-grid-columns: (1fr)[3];
grid-template-columns: repeat(3, 1fr);
gap: 1.25rem;
}
@media (max-width: 1050px) {
.blog__wrapper {
-ms-grid-columns: (1fr)[2];
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 500px) {
.blog__wrapper {
-ms-grid-columns: (1fr)[1];
grid-template-columns: repeat(1, 1fr);
}
}
.blog__link {
position: absolute;
top: 2rem;
right: 0;
font-size: 1.25rem;
font-weight: 400;
color: #6352CD;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
white-space: nowrap;
gap: 0.25rem;
-webkit-transition: .2s ease;
transition: .2s ease;
font-size: 1rem;
}
.blog__link img, .blog__link svg {
min-width: 0.75rem;
width: 0.75rem;
-webkit-box-flex: 0;
-ms-flex: 0 0 0.75rem;
flex: 0 0 0.75rem;
height: 0.75rem;
-o-object-fit: contain;
object-fit: contain;
}
.blog__link img path, .blog__link svg path {
fill: #6352CD;
-webkit-transition: .2s ease;
transition: .2s ease;
}
.blog__link:hover {
color: #7D6CE8;
}
.blog__link:hover svg path {
fill: #7D6CE8;
}
@media (max-width: 780px) {
.blog__link {
top: unset;
right: unset;
bottom: -4rem;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
}
@media (max-width: 500px) {
.blog__link {
font-size: 1.125rem;
}
}
.blog-item {
padding: 3rem;
border: 1px solid #D7DEEC;
border-radius: 1.25rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
background: #FFFFFF;
-webkit-transition: .2s ease;
transition: .2s ease;
}
@media (max-width: 780px) {
.blog-item {
padding: 1.5rem;
}
}
.blog-item:hover {
background: #6352CD;
}
.blog-item:hover .blog-item__title {
color: #FFFFFF;
}
.blog-item:hover .blog-item__el-icon svg path {
fill: #FFFFFF;
}
.blog-item:hover .blog-item__el-value {
color: #FFFFFF;
}
.blog-item:hover .blog-item__el-value span {
color: #FFFFFF;
}
.blog-item__title {
font-weight: 400;
font-size: 1.5rem;
color: #29292D;
margin-bottom: 1.75rem;
-webkit-transition: .2s ease;
transition: .2s ease;
}
.blog-item__meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 2rem;
margin-top: auto;
}
.blog-item__el {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 0.5rem;
}
.blog-item__el-icon {
-webkit-box-flex: 0;
-ms-flex: 0 0 1rem;
flex: 0 0 1rem;
width: 1rem;
height: 1rem;
}
.blog-item__el-icon img, .blog-item__el-icon svg {
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
.blog-item__el-icon img path, .blog-item__el-icon svg path {
fill: #9CA1AB;
-webkit-transition: .2s ease;
transition: .2s ease;
}
.blog-item__el-value {
font-size: 0.875rem;
color: #9CA1AB;
-webkit-transition: .2s ease;
transition: .2s ease;
}
.blog-item__el-value span {
font-size: 0.875rem;
color: #9CA1AB;
-webkit-transition: .2s ease;
transition: .2s ease;
}
.page-pagination {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: .5rem;
margin-top: 3rem;
}
.page-pagination .page-numbers {
font-size: 1.125rem;
font-weight: 400;
color: #29292D;
-webkit-box-flex: 0;
-ms-flex: 0 0 2.5rem;
flex: 0 0 2.5rem;
height: 2.5rem;
border: 1px solid #D7DEEC;
border-radius: 0.3125rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transition: .2s ease;
transition: .2s ease;
}
@media (max-width: 500px) {
.page-pagination .page-numbers {
font-size: 1.25rem;
}
}
.page-pagination .page-numbers:not(.current):hover {
background: #6352CD;
color: #FFFFFF;
}
.page-pagination .page-numbers.current {
border-color: #6352CD;
}
.footer {
padding: 3.75rem 0;
margin-top: 5rem;
border-top: 1px solid #9CA1AB;
}
.footer-menu__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 3rem;
position: relative;
}
@media (max-width: 780px) {
.footer-menu__wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
@media (max-width: 780px) {
.footer-menu__wrapper {
gap: 0;
}
}
.footer-menu__btn {
padding: 0 1.5rem;
border-radius: 0.3125rem;
background: #6352CD;
height: 3.25rem;
font-size: 1rem;
font-weight: 600;
color: #FFFFFF;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
white-space: nowrap;
gap: 0.75rem;
-webkit-transition: .2s ease;
transition: .2s ease;
background: #4C8CED;
}
@media (max-width: 780px) {
.footer-menu__btn {
font-size: 1.25rem;
}
}
.footer-menu__btn img, .footer-menu__btn svg {
min-width: 1.5rem;
width: 1.5rem;
-webkit-box-flex: 0;
-ms-flex: 0 0 1.5rem;
flex: 0 0 1.5rem;
height: 1.5rem;
-o-object-fit: contain;
object-fit: contain;
}
.footer-menu__btn:hover {
background: #7D6CE8;
}
.footer-menu__btn:hover {
background: #75ACFF;
}
.footer-menu__left {
-webkit-box-flex: 0;
-ms-flex: 0 1 65%;
flex: 0 1 65%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.footer-menu__left > li {
-webkit-box-flex: 0;
-ms-flex: 0 0 48%;
flex: 0 0 48%;
margin-bottom: 2.5rem;
}
.footer-menu__left > li > a {
font-size: 1.125rem;
font-weight: 400;
color: #000000;
}
@media (max-width: 780px) {
.footer-menu__left > li > a {
font-size: 16px;
}
}
@media (max-width: 780px) {
.footer-menu__left {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.footer-menu__submenu {
margin-top: 1.25rem;
}
.footer-menu__submenu > li:not(:last-child) {
margin-bottom: 0.75rem;
}
.footer-menu__submenu > li > a {
font-size: 0.875rem;
line-height: 120%;
color: #9CA1AB;
-webkit-transition: .2s ease;
transition: .2s ease;
}
.footer-menu__submenu > li > a:hover {
color: #6352CD;
}
@media (max-width: 780px) {
.footer-menu__submenu > li > a {
font-size: 12px;
}
}
.footer-menu__right {
-webkit-box-flex: 1;
-ms-flex: 1 0;
flex: 1 0;
z-index: 100;
}
.footer-menu__right > ul > li {
margin-bottom: 1.25rem;
}
.footer-menu__right > ul > li > a {
font-size: 1.125rem;
font-weight: 400;
color: #000000;
}
.footer-menu__lang {
margin-top: 2.5rem;
}
.footer-menu__socials {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 0.5rem;
margin-top: 3rem;
}
.footer-menu__socials a {
-webkit-box-flex: 0;
-ms-flex: 0 0 1.5rem;
flex: 0 0 1.5rem;
height: 1.5rem;
width: 1.5rem;
}
@media (max-width: 780px) {
.footer-menu__socials a {
-webkit-box-flex: 0;
-ms-flex: 0 0 2rem;
flex: 0 0 2rem;
width: 2rem;
height: 2rem;
}
}
.footer-menu__socials a img, .footer-menu__socials a svg {
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
.footer-menu__socials a img path, .footer-menu__socials a svg path {
fill: #9CA1AB;
-webkit-transition: .2s ease;
transition: .2s ease;
}
.footer-menu__socials a:hover svg path {
fill: #6352CD;
}
.footer-menu__copyright {
font-size: 0.75rem;
color: #000000;
margin-top: 0.75rem;
}
@media (max-width: 780px) {
.footer-menu__copyright {
margin-top: 2rem;
font-size: 12px;
}
}
.popup {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #1c173e;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
z-index: 200;
display: none;
-webkit-animation: fade .2s ease;
animation: fade .2s ease;
}
.popup.active {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.popup__wrapper {
position: relative;
}
@media (max-width: 780px) {
.popup__wrapper {
max-width: 90%;
}
}
.popup__close {
position: absolute;
top: 1.5rem;
right: 1.5rem;
width: 1rem;
height: 1rem;
z-index: 201;
cursor: pointer;
}
.info {
max-width: 58rem;
background: #FFFFFF;
border-radius: 1.5rem;
padding: 3.75rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media (max-width: 500px) {
.info {
padding: 4rem 3rem;
}
}
.info__title {
font-weight: 700;
font-size: 2.625rem;
color: #29292D;
text-align: center;
margin-bottom: 1.5rem;
}
@media (max-width: 780px) {
.info__title {
font-size: 2.375rem;
}
}
.info__text {
margin-bottom: 2.5rem;
}
.info__text p {
font-size: 1.25rem;
line-height: 160%;
text-align: center;
}
.info__btn {
padding: 0 1.5rem;
border-radius: 0.3125rem;
background: #6352CD;
height: 3.25rem;
font-size: 1rem;
font-weight: 600;
color: #FFFFFF;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
white-space: nowrap;
gap: 0.75rem;
-webkit-transition: .2s ease;
transition: .2s ease;
}
@media (max-width: 780px) {
.info__btn {
font-size: 1.25rem;
}
}
.info__btn img, .info__btn svg {
min-width: 1.5rem;
width: 1.5rem;
-webkit-box-flex: 0;
-ms-flex: 0 0 1.5rem;
flex: 0 0 1.5rem;
height: 1.5rem;
-o-object-fit: contain;
object-fit: contain;
}
.info__btn:hover {
background: #7D6CE8;
}
.sticky-btns {
position: fixed;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
right: 3.75rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
gap: 1.25rem;
z-index: 100;
}
@media (max-width: 1500px) {
.sticky-btns {
right: 20px;
}
}
.sticky-btns__item {
display: block;
width: 4.5rem;
height: 4.5rem;
padding: 1.25rem;
border-radius: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transition: .1s ease;
transition: .1s ease;
border: 1px solid transparent;
-webkit-box-shadow: 0 0 0 0 black;
box-shadow: 0 0 0 0 black;
-webkit-transform: scale(1);
transform: scale(1);
}
@media (max-width: 1050px) {
.sticky-btns__item {
width: 4rem;
height: 4rem;
padding: 1rem;
}
}
.sticky-btns__item--purple {
background: #6352CD;
}
.sticky-btns__item--purple:hover {
border-color: #6352CD;
}
.sticky-btns__item--blue {
background: #4C8CED;
-webkit-animation: pulse-purple 2s infinite;
animation: pulse-purple 2s infinite;
}
.sticky-btns__item--blue:hover {
border-color: #4C8CED;
}
.sticky-btns__item img, .sticky-btns__item svg {
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
.info-page {
padding-top: 11.25rem;
}
@media (max-width: 1050px) {
.info-page {
padding-top: 8rem;
}
}
@media (max-width: 780px) {
.info-page {
padding-top: 6rem;
}
}
.info-page__wrapper {
display: -ms-grid;
display: grid;
-ms-grid-columns: 25rem 1fr;
grid-template-columns: 25rem 1fr;
gap: 3.75rem;
}
@media (max-width: 1250px) {
.info-page__wrapper {
-ms-grid-columns: 20rem 1fr;
grid-template-columns: 20rem 1fr;
}
}
@media (max-width: 1050px) {
.info-page__wrapper {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
}
}
@media (max-width: 1050px) {
.info-page__sidebar {
display: none;
}
}
.info-page__sidebar-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.info-page__category {
font-weight: 400;
font-size: 1.5rem;
color: #29292D;
margin-bottom: 1.25rem;
}
.info-page__nav li {
padding-left: 1.25rem;
position: relative;
}
.info-page__nav li::before {
content: "";
position: absolute;
top: .6rem;
left: 0;
width: 0.375rem;
height: 0.375rem;
border-radius: 100%;
background: #6352CD;
}
.info-page__nav li:not(:last-child) {
margin-bottom: 1rem;
}
.info-page__nav li a {
font-size: 1.125rem;
font-weight: 400;
color: #29292D;
color: #6352CD;
}
@media (max-width: 500px) {
.info-page__nav li a {
font-size: 1.25rem;
}
}
.info-page__nav li a.current_page {
font-weight: 700;
color: #29292D;
}
.info-page__main {
width: 100%;
overflow-x: hidden;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.info-page__title {
font-weight: 700;
font-size: 3.5rem;
color: #29292D;
margin-bottom: 1.5rem;
}
@media (max-width: 780px) {
.info-page__title {
font-size: 3rem;
}
}
.info-page__label {
padding: 0.5rem 1rem;
background: #FFF9E3;
display: inline-block;
font-size: 0.875rem;
border-radius: 0.3125rem;
}
@media (max-width: 500px) {
.info-page__label {
font-size: 12px;
}
}
.info-page__content {
margin-top: 2rem;
}
.info-page__reviews {
width: 100%;
position: relative;
}
@media (max-width: 1050px) {
.info-page__reviews .reviews__controls {
bottom: 0rem;
left: 0;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.info-page__slider {
width: 100%;
}
.info-page__case {
width: 100%;
padding: 5rem 0 0;
}
.info-page__case .cases-item {
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
gap: 2.5rem;
}
@media (max-width: 1250px) {
.info-page__case .cases-item {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.info-page__case .cases-item__img {
-webkit-box-flex: 0;
-ms-flex: 0 0 25rem;
flex: 0 0 25rem;
height: auto;
}
.info-page__case .cases-item__img img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
margin: 0;
}
.info-page__case .cases-item__title {
font-weight: 700;
font-size: 2rem;
color: #29292D;
margin: 0 0 1rem 0 !important;
}
.info-page__case-title {
font-weight: 700;
font-size: 3.625rem;
color: #29292D;
margin: 0 0 2.5rem 0 !important;
}
@media (max-width: 780px) {
.info-page__case-title {
font-size: 3rem;
}
}
.info-page-author {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 1rem;
margin-top: 2.5rem;
}
.info-page-author_mob {
display: none;
}
@media (max-width: 780px) {
.info-page-author {
display: none;
}
.info-page-author_mob {
background: #EDF1FA;
margin-top: 0;
display: block;
padding: 1rem 0;
margin-bottom: 1.5rem;
}
.info-page-author_mob .info-page-author__info {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.info-page-author_mob .info-page-author__date {
margin-left: 0;
}
}
.info-page-author__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 1rem;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.info-page-author__img {
-webkit-box-flex: 0;
-ms-flex: 0 0 2.75rem;
flex: 0 0 2.75rem;
width: 2.75rem;
height: 2.75rem;
border-radius: 100%;
overflow: hidden;
}
.info-page-author__img img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.info-page-author__info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.info-page-author__text {
font-size: 1rem;
}
.info-page-author__text span {
font-weight: 700;
color: #6352CD;
}
.info-page-author__date {
font-size: 0.875rem;
color: #9CA1AB;
margin-left: 2.5rem;
}
.info-page-contact {
padding: 5rem 0;
}
.bread {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 0.5rem;
margin-bottom: 1.25rem;
}
.bread a {
font-size: 0.875rem;
color: #6352CD;
}
.bread a:hover {
color: #7D6CE8;
}
.bread span {
font-size: 0.875rem;
color: #29292D;
}
.content p {
font-size: 1.125rem;
font-weight: 400;
color: #29292D;
margin: 1em 0;
}
@media (max-width: 500px) {
.content p {
font-size: 1.25rem;
}
}
.content blockquote {
padding-left: 3.25rem;
position: relative;
margin: 2rem 0;
}
@media (max-width: 780px) {
.content blockquote {
padding-left: 2rem;
}
}
.content blockquote::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 0.25rem;
height: 100%;
background: #6352CD;
}
.content blockquote p {
font-weight: 600;
color: #000000;
}
.content blockquote a {
color: #6352CD;
font-weight: inherit;
text-decoration: underline;
}
.content > img {
max-width: 100%;
width: auto;
height: auto;
margin: 2.5rem 0;
}
.content h2 {
font-weight: 700;
font-size: 2.625rem;
color: #29292D;
margin: 3rem 0 0;
}
@media (max-width: 780px) {
.content h2 {
font-size: 2.375rem;
}
}
.content h3 {
font-weight: 600;
font-size: 2rem;
color: #29292D;
margin: 3rem 0 0;
}
.content h4 {
font-weight: 500;
font-size: 1.5rem;
color: #29292D;
margin: 3rem 0 0;
}
.content strong {
font-weight: 600;
}
.content img.alignright {
display: inline-block;
max-width: 100%;
width: auto;
height: auto;
border: none;
float: right;
margin: 0 0 1em 1em;
}
.content ol, .content ul {
margin: 1.25rem 0 2rem;
}
.content ol li, .content ul li {
font-size: 1.125rem;
font-weight: 400;
color: #29292D;
position: relative;
padding-left: 2rem;
}
@media (max-width: 500px) {
.content ol li, .content ul li {
font-size: 1.25rem;
}
}
.content ol li:not(:last-child), .content ul li:not(:last-child) {
margin-bottom: 0.75rem;
}
.content ul li {
padding-left: 1.25rem;
position: relative;
}
.content ul li::before {
content: "";
position: absolute;
top: .6rem;
left: 0;
width: 0.375rem;
height: 0.375rem;
border-radius: 100%;
background: #6352CD;
}
.content ol {
counter-reset: section;
}
.content ol li::before {
counter-increment: section;
content: counters(section, ".") ".";
position: absolute;
top: .1rem;
left: 0;
font-size: 1.125rem;
font-weight: 400;
color: #29292D;
color: #6352CD;
font-weight: 600;
}
@media (max-width: 500px) {
.content ol li::before {
font-size: 1.25rem;
}
}
.content table {
border-radius: 1.25rem;
overflow: hidden;
width: 100%;
margin: 1.25rem 0 2.5rem;
}
.content table th, .content table td {
background: #EDF1FA;
padding: 1rem 1.25rem;
font-size: 1.125rem;
font-weight: 400;
color: #29292D;
color: #29292D;
vertical-align: top;
}
@media (max-width: 500px) {
.content table th, .content table td {
font-size: 1.25rem;
}
}
@media (max-width: 500px) {
.content table th, .content table td {
padding: .5rem;
font-size: 1rem;
}
}
.content table th {
color: #FFFFFF;
background: #6352CD;
}
.hourlyRate {
margin: 2rem 0;
padding: 1.25rem;
border: 1px solid #6352CD;
border-radius: 0.3125rem;
font-size: 1.125rem;
font-weight: 400;
color: #29292D;
color: #29292D;
display: inline-block;
}
@media (max-width: 500px) {
.hourlyRate {
font-size: 1.25rem;
}
}
.hourlyRate span {
color: #6352CD;
font-weight: 700;
}
.developers {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 2rem;
}
.developers-item {
width: 100%;
padding: 1.75rem 2.5rem;
border-radius: 0.3125rem;
border: 1px solid #6352CD;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 2rem;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media (max-width: 780px) {
.developers-item {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
}
.developers-item__img {
width: 12.5rem;
-webkit-box-flex: 0;
-ms-flex: 0 0 12.5rem;
flex: 0 0 12.5rem;
}
@media (max-width: 780px) {
.developers-item__img {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
}
.developers-item__img img {
margin: 0;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.developers-item__info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 1rem;
}
.developers-item__title {
font-weight: 400;
font-size: 1.5rem;
color: #29292D;
}
.developers-item__title span {
color: #6352CD;
font-weight: 600;
}
.developers-item__skills ul {
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: .5rem;
list-style-type: none;
}
.developers-item__skills ul li {
padding: .5rem 1rem;
background: #EDF1FA;
margin: 0 !important;
font-size: 1rem;
}
.developers-item__skills ul li::before {
display: none;
}
.developers-item__content {
font-size: 1.125rem;
font-weight: 400;
color: #29292D;
font-size: 1rem;
}
@media (max-width: 500px) {
.developers-item__content {
font-size: 1.25rem;
}
}
.developers-item__btn {
padding: 0 1.5rem;
border-radius: 0.3125rem;
background: #6352CD;
height: 3.25rem;
font-size: 1rem;
font-weight: 600;
color: #FFFFFF;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
white-space: nowrap;
gap: 0.75rem;
-webkit-transition: .2s ease;
transition: .2s ease;
}
@media (max-width: 780px) {
.developers-item__btn {
font-size: 1.25rem;
}
}
.developers-item__btn img, .developers-item__btn svg {
min-width: 1.5rem;
width: 1.5rem;
-webkit-box-flex: 0;
-ms-flex: 0 0 1.5rem;
flex: 0 0 1.5rem;
height: 1.5rem;
-o-object-fit: contain;
object-fit: contain;
}
.developers-item__btn:hover {
background: #7D6CE8;
}
.table-works {
width: 100%;
}
.table-works__row {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
gap: 3rem;
}
.table-works__col {
font-size: 1.125rem;
font-weight: 400;
color: #29292D;
font-size: 1rem;
color: #29292D;
padding: 1rem 0;
border-bottom: 1px solid #D7DEEC;
}
@media (max-width: 500px) {
.table-works__col {
font-size: 1.25rem;
}
}
.table-works__col:first-child {
text-align: left;
-webkit-box-flex: 1;
-ms-flex: 1 0;
flex: 1 0;
}
.table-works__col:last-child {
text-align: right;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
font-weight: 600;
}
.table-works__col:last-child span {
color: #6352CD;
font-weight: inherit;
}
@media (max-width: 500px) {
.table-works__col:last-child {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: .5rem;
}
}
.social-share {
margin-top: 2rem;
}
.devSlider {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
width: 100%;
gap: 2rem;
}
.devSlider .col-xs-9 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.developer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 2rem;
padding: 2rem;
border: 1px solid #D7DEEC;
border-radius: 0.3125rem;
}
@media (max-width: 780px) {
.developer {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.devImage {
-webkit-box-flex: 0;
-ms-flex: 0 0 15rem;
flex: 0 0 15rem;
width: 15rem;
height: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media (max-width: 780px) {
.devImage {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
}
.devImage a {
width: 100%;
height: 100%;
display: block;
}
.devImage a img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
margin: 0;
}
.devImage strong {
font-size: 1.125rem;
font-weight: 400;
color: #29292D;
font-size: 1rem;
font-weight: 600;
color: #6352CD;
}
@media (max-width: 500px) {
.devImage strong {
font-size: 1.25rem;
}
}
.devTitle {
font-weight: 400;
font-size: 1.5rem;
color: #29292D;
margin-bottom: 1rem;
}
.devContent {
font-size: 1.125rem;
font-weight: 400;
color: #29292D;
font-size: 1rem;
}
@media (max-width: 500px) {
.devContent {
font-size: 1.25rem;
}
}
.devHire {
margin-top: 2rem;
}
.devHirebutton {
padding: 0 1.5rem;
border-radius: 0.3125rem;
background: #6352CD;
height: 3.25rem;
font-size: 1rem;
font-weight: 600;
color: #FFFFFF;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
white-space: nowrap;
gap: 0.75rem;
-webkit-transition: .2s ease;
transition: .2s ease;
}
@media (max-width: 780px) {
.devHirebutton {
font-size: 1.25rem;
}
}
.devHirebutton img, .devHirebutton svg {
min-width: 1.5rem;
width: 1.5rem;
-webkit-box-flex: 0;
-ms-flex: 0 0 1.5rem;
flex: 0 0 1.5rem;
height: 1.5rem;
-o-object-fit: contain;
object-fit: contain;
}
.devHirebutton:hover {
background: #7D6CE8;
}
.category-page {
padding-top: 11.25rem;
}
@media (max-width: 1050px) {
.category-page {
padding-top: 8rem;
}
}
.category-page .bread {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.category-page__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.category-page__title {
font-weight: 700;
font-size: 3.5rem;
color: #29292D;
line-height: 110%;
text-align: center;
margin-bottom: 1.5rem;
max-width: 50rem;
margin: 0 auto 1.75rem auto;
}
@media (max-width: 780px) {
.category-page__title {
font-size: 3rem;
}
}
.category-page__suptitle {
font-size: 1.25rem;
text-align: center;
max-width: 50rem;
margin: 0 auto;
}
.category-page__list {
margin-top: 3.75rem;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr;
gap: 1.25rem;
}
@media (max-width: 1050px) {
.category-page__list {
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 780px) {
.category-page__list {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
}
}
.category-item {
border-radius: 1.25rem;
background: #EDF1FA;
padding: 2.5rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 1.5rem;
}
.category-item__title {
font-weight: 400;
font-size: 1.5rem;
color: #29292D;
}
.category-item__text {
font-size: 1rem;
color: #9CA1AB;
}
@media (max-width: 500px) {
.category-item__text {
font-size: 12px;
}
}
.category-item__link {
margin-top: auto;
font-size: 1.25rem;
font-weight: 400;
color: #6352CD;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
white-space: nowrap;
gap: 0.25rem;
-webkit-transition: .2s ease;
transition: .2s ease;
font-size: 1rem;
}
.category-item__link img, .category-item__link svg {
min-width: 0.75rem;
width: 0.75rem;
-webkit-box-flex: 0;
-ms-flex: 0 0 0.75rem;
flex: 0 0 0.75rem;
height: 0.75rem;
-o-object-fit: contain;
object-fit: contain;
}
.category-item__link img path, .category-item__link svg path {
fill: #6352CD;
-webkit-transition: .2s ease;
transition: .2s ease;
}
.category-item__link:hover {
color: #7D6CE8;
}
.category-item__link:hover svg path {
fill: #7D6CE8;
}
@media (max-width: 500px) {
.category-item__link {
font-size: 14px;
}
}
/*# sourceMappingURL=style.css.map */