﻿@font-face {
font-family: "Proxima Nova";
src: url(../fonts/proximanova_regular.ttf);
font-weight:400;
}

@font-face {
font-family: "Proxima Nova";
src: url(../fonts/proximanova_bold.otf);
font-weight:700;
}

@font-face {
font-family: "Proxima Nova";
src: url(../fonts/ProximaNovaSB.ttf);
font-weight:600;
}

@font-face {
font-family: "SF Pro Text";
src: url(../fonts/SFProText-Semibold.ttf);
font-weight:600;
}





/*------------------------------------------------------------*
**Р“Р»Р°РІРЅР°СЏ
**------------------------------------------------------------*/

/* CSS Document */

.grecaptcha-badge {visibility: hidden;}
body {
margin:0px;
font-family: "Proxima Nova";
background:#fff;
color: var(--Black, #171717);
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 140%;
padding:145px 0 0 0;
}

a {
text-decoration:underline;
color: #171717;
cursor:pointer;
}

a:hover {
text-decoration:none;
}

a, button, .feedback, .btn {
transition: .5s;
}

.clear {
clear:both;
}

p, img {
margin:0px;
padding:0px;
border:0px;
}

p {
margin:0 0 20px 0;
}

p:last-child {
margin:0px !important;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
line-height: normal;
font-weight:normal;
position:relative;
font-family: "Proxima Nova";
padding:0;
margin:0px 0 20px 0;
font-weight:700;
}

h1, .h1 { font-size: 33px;}
h2, .h2 { 
color:#070707;
font-size: 27px;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 44.8px */
letter-spacing: -0.16px;
}
h3, .h3 { font-size: 20px;}
h4, .h4 { font-size: 16px;}

* {
box-sizing: border-box;
}

table {
border-spacing: 0px;
}

button {
margin:0px;
padding:0px;
border:0px;
cursor:pointer;
}

header, 
nav, 
section, 
article, 
aside, 
footer {
display: block
}

input, button, textarea, select {
font-size:16px;
outline:none;
font-family: "Proxima Nova";
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0;
}

input[type="number"] {
-moz-appearance: textfield;
}

button {
margin:0px;
padding:0px;
border:0px;
cursor:pointer;
}

img {
max-width:100%;
height:auto !important;
}

iframe {
max-width:100% !important;
max-height:100% !important;
}

.site-width {
width:100%;
max-width:1280px;
margin:0 auto;
padding:0 120px;
}

.header {
background: var(--White, #FFF);
box-shadow: 0px 1px 13.5px 0px rgba(0, 0, 0, 0.07);
margin:0 0 32px 0;
padding:24px 0;
position:fixed;
top:0px;
left:0px;
right:0px;
z-index:9;
}

.header .site-width {
display:flex;
align-items:center;
gap:22px;
padding:0px 20px;
max-width:1320px;
position:relative;
}

.header .menu-open {
cursor:pointer;
width:36px;
height:36px;
background:url(../images/menu.svg) no-repeat;
}

.header .menu-open.active {
background:url(../images/menu-close.svg) no-repeat;
}

.header .menu-block {
position:absolute;
top:calc(100% + 10px);
left:0px;
z-index:9;
border-radius: 12px;
background: var(--White, #FFF);
box-shadow: 0px 1px 13.5px 0px rgba(0, 0, 0, 0.07);
padding:24px;
min-width:247px;
display:none;
}

.header .menu-block ul {
list-style:none;
margin:0px;
padding:0px;
width:100%;
}

.header .menu-block li {
margin:0 0 18px 0;
padding:0 0 18px 0;
border-bottom:1px #F2F3F3 solid;
}

.header .menu-block li:last-child {
margin:0px;
padding:0px;
border:0px;
}

.header .menu-block a {
text-decoration:none;
color: var(--Black, #171717);
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 19.6px */
}

.header .menu-block a:hover {
color:#8787FA;
}

.header .logo {
padding:0 2px;
flex:1;
}

.header .logo a {
text-decoration:none;
font-family: "SF Pro Text";
color: var(--Black, #171717);
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 140%;
}

.header .phone {
display:flex;
align-items:center;
text-decoration:none;
gap:8px;
color: var(--Black, #171717);
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 19.6px */
}

.header .phone:before {
content:"";
width:16px;
height:16px;
background:url(../images/phone.svg) no-repeat;
}

.header .contacts {
position:relative;
font-size: 0px;
line-height: 0px;
}

.header .feedbacks {
display:flex;
align-items:center;
text-decoration:none;
gap:10px;
color: var(--Black, #171717);
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 140%;
cursor:pointer;
}

.header .contacts.active .feedbacks {
color: var(--Violet, #8787FA);
}

.header .contacts.active .feedbacks svg {
transform: rotate(180deg);
}

.header .contacts.active .feedbacks path {
stroke:#8787FA;
}

.header .hover {
position:absolute;
top:calc(100% + 2px);
right:0px;
border-radius: 12px;
background: var(--White, #FFF);
box-shadow: 0px 1px 13.5px 0px rgba(0, 0, 0, 0.07);
z-index:9;
padding:22px;
width:193px;
flex-direction:column;
gap:12px;
display:none;
}

.header .contacts.active .hover {
display:flex;
}

.header .hover .social {
margin:10px 0 0 0;
font-size:0px;
line-height:0px;
display:flex;
gap:17px;
}

.header .enter {
cursor:pointer;
text-decoration:none;
padding:10px 24px;
border-radius: 10px;
background: var(--Violet, #8787FA);
color: var(--White, #FFF);
font-family: "SF Pro Text";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 140%; /* 22.4px */
}

.section-1 {

}

.section-1 .site-width {
padding:0px;
}

.section-1 .block {
background:url(../images/section1-bg.jpg) no-repeat center center, #EAE6FF;
background-size:cover;
border-radius: 48px;
overflow:hidden;
display:flex;
align-items:center;
position:relative;
}

.section-1 .block:before {
content:"";
position:absolute;
bottom:0px;
right:0px;
z-index:3;
width:402px;
height:102px;
background:url(../images/section1-note.png) no-repeat;
}

.section-1 .col-left {
flex:1;
padding:40px 0 40px 120px;
}

.section-1 .title {
color: var(--Black, #171717);
font-size: 56px;
font-style: normal;
font-weight: 700;
line-height: 110%;
margin:0 0 16px 0;
}

.section-1 .title .anim {
margin:14px 0 0 0;
}

.typed-cursor{
    opacity: 1;
    font-weight: 200;
    animation: blink 0.7s infinite;
}

@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

.section-1 .desc {
color: var(--Grey, #747474);
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 25.2px */
margin:0 0 26px 0;
}

.section-1 .btn {
display:table;
text-decoration:none;
cursor:pointer;
padding:14px 34px;
border-radius: 10px;
background: var(--Black, #171717);
color: var(--White, #FFF);
text-align: center;
font-family: "SF Pro Text";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 140%; /* 22.4px */
}

.title-section {
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 57.6px */
margin:0 0 40px 0;
}

.section-2 {
padding:90px 0 0 0;
}

.section-2 .flex {
display:flex;
flex-wrap:wrap;
gap:20px;
}

.section-2 .item {
width:calc(33.333% - 14px);
color: var(--Grey, #747474);
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 25.2px */
padding:26px 26px 24px 26px;
display:flex;
flex-direction:column;
gap:10px;
border-radius: 32px;
background: var(--White, #FFF);
box-shadow: 0px 1px 13.5px 0px rgba(0, 0, 0, 0.07);
min-height:269px;
}

.section-2 .head {
flex:1;
display:flex;
gap:15px;
}

.section-2 .name {
flex:1;
color: var(--Black, #171717);
font-size: 26px;
font-style: normal;
font-weight: 700;
line-height: 140%; /* 36.4px */
}

.section-2 .icon {
font-size:0px;
line-height:0px;
flex-shrink:0;
}

.section-2 a {
color: var(--Violet, #8787FA);
}

.section-3 {
padding:90px 0 0 0;
margin:0 0 90px 0;
overflow:hidden;
}

.section-3 .slider {
width:100vw;
font-size:0px;
line-height:0px;
}

.section-3 .slide img {
max-height:485px;
}

.section-3 .slick-slide {
margin:0 28px 0 0;
}

.section-3 .slide img:last-child {
display:none;
}

.slick-dots {
list-style:none;
padding:0px;
font-size:0px;
line-height:0px;
display:flex;
align-items:center;
justify-content: center;
z-index:3;
margin:22px 0 0 0;
}

.slick-dots li {
margin:0 4px;
}

.slick-dots button {
width: 8px;
height: 8px;
font-size:0px;
line-height:0px;
border-radius: 12px;
background: var(--Grey_dark, #E9E9E9);
}

.slick-dots .slick-active button {
background: var(--Violet_dark, #6A6AF2);
}

.section-4 {
margin:0 0 91px 0;
}

.section-4 .block {
display:flex;
align-items:flex-end;
gap:28px;
position:relative;
}

.section-4 .col-left {
padding:0 1px 73px 0;
}

.section-4 .slider {
width:100%;
max-width:69%;
position:relative;
}

.section-4 .slider .slick-slide {
margin:0 28px 0 0;
}

.section-4 .slider .slick-slide .big {
transition: .5s;
}

.section-4 .slider .slick-current .big {
height:590px;
}

.section-4 .slider .slick-slide .big img {
width:100%;
height:100% !important;
object-fit:cover;
transition: .5s;
max-height:424px;
}

.section-4 .slider .slick-current .big img {
max-height:none;
}

.section-4 .slick-track {
display:flex !important;
align-items:flex-end;
}

.section-4 .cube {
width: 64px;
height: 64px;
border-radius: 16px;
margin:0 0 61px 0;
}

.section-4 .slide .cube {
display:none;
}

.section-4 .cube.green {
background: #6BB167;
}

.section-4 .cube.yellow {
background: #D1A92D;
}

.section-4 .cube.red {
background: #E47559;
}

.section-4 .cube.blue {
background: #5289AB;
}

.section-4 .title {
font-size: 38px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 45.6px */
margin:0 0 14px 0;
}

.section-4 .desc {
color: var(--Grey, #747474);
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 25.2px */
}

.section-5 {

}

.section-5 .flex {
display:flex;
align-items:center;
gap:120px;
padding:42px 44px;
border-radius: 32px;
background: linear-gradient(277deg, #8787FA -15.05%, #9747FF 130.28%);
}

.section-5 .col-left {
flex:1;
color: var(--White, #FFF);
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 25.2px */
}

.section-5 .name {
font-size: 26px;
font-style: normal;
font-weight: 700;
line-height: 140%; /* 36.4px */
margin:0 0 14px 0;
}

.section-5 .feedback {
text-decoration:none;
cursor:pointer;
padding:14px 34px;
border-radius: 10px;
background: var(--Black, #171717);
color: var(--White, #FFF);
text-align: center;
font-family: "SF Pro Text";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 140%; /* 22.4px */
}

.section-6 {
padding:90px 0 0 0;
margin:0 0 90px 0;
}

.section-6 .flex {
display:flex;
align-items:center;
gap:20px;
}

.section-6 .item {
flex:1;
font-size:0px;
line-height:0px;
display:flex;
align-items:center;
justify-content: center;
min-height:81px;
}

.section-7 {
border-radius: 32px;
background: var(--Grey_light, #F8F8F8);
padding:90px 0;
overflow:hidden;
margin:0 0 90px 0;
}

.section-7 .slider {
width:100vw;
margin:0 0 22px 0;
}

.section-7 .slick-slide {
width:932px;
margin:0 28px 0 0;
}

.section-7 .slide {
overflow:hidden;
font-size:0px;
line-height:0px;
border-radius: 44px;
height:466px;
padding:41px 48px;
position:relative;
}

.section-7 .slide .images {
font-size:0px;
line-height:0px;
position:absolute;
top:0px;
bottom:0px;
left:0px;
right:0px;
z-index:1;
}

.section-7 .slide .name {
color:#171717;
font-size: 38px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 45.6px */
margin:0 0 36px 0;
max-width:418px;
position:relative;
z-index:3;
}

.section-7 .slide .btn {
display:table;
text-decoration:none;
padding:10px 24px;
border-radius: 10px;
background:#8787FA;
color:#FFF;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 140%;
position:relative;
z-index:3;
}

.section-7 .slide img {
border-radius: 44px;
}

.section-7 .slide img:last-child {
display:none;
}

.navigator {
display:flex;
gap:12px;
}

.slick-arrow {
margin:0px;
padding:0px;
border:0px;
cursor:pointer;
width:36px;
height:36px;
font-size:0px;
line-height:0px;
flex-shrink:0;
transition:0s;
}

.slick-prev {
background:url(../images/section7-arrow.svg) no-repeat center center;
transform: rotate(180deg);
}

.slick-next {
background:url(../images/section7-arrow.svg) no-repeat center center;
}

.slick-disabled {
opacity:.5;
}

.section-8 {

}

.section-8 .block {
display:flex;
border-radius: 32px;
background: var(--Violet_2, #F3F3FE);
overflow:hidden;
}

.section-8 .col-left {
flex:1;
padding:42px 42px 66px 44px;
}

.section-8 .images {
font-size:0px;
line-height:0px;
border-radius: 32px;
overflow:hidden;
max-width:397px;
}

.section-8 .images img {
width:100%;
height:100% !important;
object-fit:cover;
}

.section-8 .title {
font-size: 26px;
font-style: normal;
font-weight: 700;
line-height: 140%; /* 36.4px */
margin:0 0 14px 0;
}

.section-8 .desc {
color: var(--Black, #171717);
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 25.2px */
margin:0 0 35px 0;
}

.section-8 .btn {
padding:14px 34px;
border-radius: 10px;
background: var(--Black, #171717);
display:table;
cursor:pointer;
text-decoration:none;
color: var(--White, #FFF);
text-align: center;
font-family: "SF Pro Text";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 140%; /* 22.4px */
}

.section-9 {
padding:90px 0 0 0;
margin:0 0 87px 0;
overflow:hidden;
}

.section-9 .slider {
width:100vw;
margin:0 0 22px 0;
}

.section-9 .slick-slide {
margin:0 20px 0 0;
width:100%;
max-width:429px;
}

.section-9 .slide {
border-radius: 32px;
background: var(--Grey_light, #F8F8F8);
padding:24px;
}

.section-9 .rating {
display:flex;
align-items:center;
gap:8px;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 140%;
margin:0 0 18px 0;
}

.section-9 .rating:before {
content:"";
width:32px;
height:32px;
background:url(../images/section9-star.svg) no-repeat;
}

.section-9 .text {
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 25.2px */
margin:0 0 38px 0;
}

.section-9 .bottom {
display:flex;
align-items:center;
gap:14px;
}

.section-9 .photo {
font-size:0px;
line-height:0px;
border-radius:555px;
overflow:hidden;
width:60px;
height:60px;
flex-shrink:0;
}

.section-9 .photo img {max-height:100%;}

.section-9 .name {
color: var(--Grey, #747474);
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 19.6px */
}

.section-9 .name span {
display:block;
margin:0 0 4px 0;
color: var(--Black, #171717);
font-family: "SF Pro Text";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 140%; /* 22.4px */
}

.section-10 {
margin:0 0 90px 0;
}

.section-10 .flex {
display:flex;
align-items:center;
background:url(../images/section10-bg.jpg) no-repeat center center;
background-size:cover;
border-radius:32px;
overflow:hidden;
}

.section-10 .images {
font-size:0px;
line-height:0px;
max-width:586px;
}

.section-10 .title {
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 57.6px */
margin:0 0 32px 0;
}

.section-10 .btn {
display:table;
text-decoration:none;
cursor:pointer;
padding:14px 34px;
border-radius: 10px;
background: var(--Violet, #8787FA);
color: var(--White, #FFF);
text-align: center;
font-family: "SF Pro Text";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 140%; /* 22.4px */
}

.footer .flex {
display:flex;
gap:197px;
border-top:1px #E9E9E9 solid;
padding:36px 0 48px 0;
}

.footer .col-left {
flex:1;
}

.footer .name {
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 140%; /* 25.2px */
margin:0 0 12px 0;
}

.footer .phone {
display:flex;
align-items:center;
gap:8px;
text-decoration:none;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 140%;
margin:0 0 12px 0;
}

.footer .phone:before {
content:"";
width:16px;
height:16px;
background:url(../images/phone.svg) no-repeat;
}

.footer .social {
display:flex;
margin:32px 0 0 0;
gap:17px;
font-size:0px;
line-height:0px;
}

.footer .social a {
text-decoration:none;
width: 38px;
height: 38px;
background:#E6E6E6;
border-radius:555px;
overflow:hidden;
}

.footer .apps {
margin:12px 0 0 0;
}
.footer ul {
list-style:none;
margin:0px 0 38px 0;
padding:0px;
display:flex;
flex-wrap:wrap;
gap:12px;
}

.footer ul li {
width:calc(33.333% - 8px);
}

.footer ul a {
text-decoration:none;
color: var(--Grey, #747474);
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 19.6px */
}

.footer ul a:hover {
color: var(--Violet, #8787FA);
}

.footer .info {
border-radius: 8px;
background: var(--Violet_2, #F3F3FE);
padding:14px;
color: #000;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 140%;
display:block;
text-decoration:none;
}

.footer .info p {
margin:0 0 10px 0;
}

.footer .info b {
color: var(--Black, #171717);
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 140%;
display:block;
}

#fixed-chat {
position:fixed;
bottom:50px;
right:50px;
z-index:9;
}

#fixed-chat .open-chat {
cursor:pointer;
width:56px;
height:56px;
background:url(../images/fixed-chat.svg) no-repeat center center, #8787FA;
border-radius: 100px;
box-shadow: 0px 1px 13.5px 0px rgba(0, 0, 0, 0.07);
transition: .5s;
}

#fixed-chat .open-chat:hover {
background:url(../images/fixed-chat.svg) no-repeat center center, #6A6AF2;
}

#fixed-chat.active .open-chat {
background:url(../images/fixed-chat-close.svg) no-repeat;
background-size:contain;
}

#fixed-chat .chat-block {
position:absolute;
bottom:calc(100% + 14px);
right:0px;
z-index:9;
width:474px;
border-radius: 32px;
background: var(--White, #FFF);
box-shadow: 0px 1px 13.5px 0px rgba(0, 0, 0, 0.07);
overflow:hidden;
display:none;
}

#fixed-chat.active .chat-block {
display:block;
}

#fixed-chat .title {
background: var(--Grey_light, #F8F8F8);
padding: 25px 26px 18px 26px;
color: var(--Black, #171717);
font-size: 26px;
font-style: normal;
font-weight: 700;
line-height: 140%; /* 36.4px */
}

#fixed-chat .window {
height:413px;
}

#fixed-chat .bottom {
display:flex;
align-items:center;
gap:10px;
padding: 23px 26px 26px 26px;
}

#fixed-chat .bottom input {
flex:1;
width:100%;
height:50px;
padding:0 16px;
border-radius: 10px;
border: 1.6px solid var(--Violet, #8787FA);
background: var(--White, #FFF);
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 19.6px */
}

#fixed-chat .bottom button {
width:50px;
height:50px;
background:url(../images/chat-send.svg) no-repeat center center, #8787FA; 
border-radius: 10px;
transition: .5s;
}

#fixed-chat .bottom button:hover {
background:url(../images/chat-send.svg) no-repeat center center, #6A6AF2; 
}

.header .enter:hover,
.section-10 .btn:hover {
background: var(--Violet_dark, #6A6AF2);
}

.section-1 .btn:hover,
.section-5 .feedback:hover,
.section-8 .btn:hover {
opacity: 0.88;
}

.popup-block {
display:none;
}

.popup-block .popup-bg {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(11, 11, 11, 0.38);
z-index: 99999999999999;
overflow: auto;
width:100%;
height:100%;
}

.popup-block .block {
background: #FFFFFF;
width:100%;
max-width:588px;
padding:22px;
position:fixed;
top:50%;
left:50%;
z-index:99999999999;
transform: translate(-50%, -50%);
border-radius: 22px;
max-height:90vh;
overflow-y:auto;
}

.popup-block .close {
width:24px;
height:24px;
background:url(../images/popup-close.svg) no-repeat;
cursor:pointer;
position:absolute;
top:22px;
right:22px;
}

.popup-block .icon {
font-size:0px;
line-height:0px;
text-align:center;
margin:0 0 8px 0;
}

.popup-block .title {
color: var(--Black, #171717);
text-align: center;
font-size: 26px;
font-style: normal;
font-weight: 700;
line-height: 140%; /* 36.4px */
margin:0 0 8px 0;
}

.popup-block .desc {
color: var(--Grey, #747474);
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 25.2px */
margin:0 0 12px 0;
}

.popup-block input {
width:100%;
height:50px;
margin:0 0 14px 0;
border-radius: 10px;
border: 1.6px solid var(--Grey, #F2F3F3);
background: var(--White, #FFF);
padding:0 16px;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 19.6px */
}

.popup-block button {
width:100%;
height:50px;
border-radius: 10px;
background: var(--Violet, #8787FA);
color: var(--White, #FFF);
text-align: center;
font-family: "SF Pro Text";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 140%; /* 22.4px */
}

.popup-block button:hover {
background: var(--Violet_dark, #6A6AF2);
}

.header .phone:hover, .footer .phone:hover {
color:#8787FA;
}

.mobile-block {
display:none;
}

.section-1 .images  {
max-width:624px !important;
}

.section-9 .text.hidden {
height:200px;
overflow:hidden;
}

.section-9 .show {
margin:-25px 0 20px 0;
cursor:pointer;
display:table;
font-weight:500;
color:#666;
}

.section-9 .show:hover {
text-decoration:underline;
}

.speedbar {
font-size:14px;
color:#666;
margin:0 0 30px 0;
}

.section-11 {
margin:0 0 90px 0;
}

.section-11 .flex {
display:flex;
flex-wrap:wrap;
gap:19px;
}

.section-11 .item {
flex:1;
border-radius: 22px;
background: var(--Grey_light, #F8F8F8);
display:flex;
align-items: flex-start;
justify-content: center;
flex-direction: column;
padding: 16px 49px 14px 16px;
gap: 13px;
color: var(--Black, #171717);
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 140%;
position:relative;
border: 2px solid #F8F8F8;
}

.section-11 .desc {
color: var(--Black, #171717);
font-size: 26px;
font-style: normal;
font-weight: 700;
line-height: 140%; /* 36.4px */
}

.section-11 .sale {
position:absolute;
top:16px;
right:16px;
z-index:3;
border-radius: 12px;
background: #8787FA;
padding:4px 6px;
color: #FFF;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 25.2px */
}

.section-11 .item.border {
border: 2px solid #8787FA;
}














@media screen and (max-width:1200px) {


.section-1 .col-left {
padding:40px 0 40px 40px;
}

.section-10 .flex {
align-items: inherit;
}

.section-10 .images {
max-width:50%;
display:flex;
align-items:flex-end;
}

.section-10 .col-right {
display:flex;
justify-content: center;
flex-direction:column;
}



}





@media screen and (max-width:1000px) {

.site-width {
padding:0 20px;
}

.section-2 .item {
width:calc(50% - 10px);
}

.section-10 .title {
font-size:26px;
margin:0 0 18px 0;
}

.footer .flex {
gap:40px;
}

.section-7 .slick-slide {
width:700px;
}





}





@media screen and (max-width:780px) {

.header {
padding:12px 0;
margin:0 0 24px 0;
}

.header .phone {
display:none;
}

.header .contacts {
display:none;
}

.header .logo {
padding:0px;
text-align:center;
}

.header .logo a {
font-size:16px;
}

.header .enter {
padding:0px;
color: var(--Violet, #8787FA);
text-align: center;
font-family: "SF Pro Text";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 140%;
background:none !important;
}

.section-1 .block {
align-items:flex-start;
flex-direction:column;
background: url(../images/section1-bg-mobile.jpg) no-repeat center center, #EAE6FF;
background-size: cover;
border-radius:32px;
}

.section-1 .col-left {
padding:32px 20px 15px 20px;
}

.section-1 .block:before {
display:none;
}

.section-1 .title {
font-size:38px;
}

.section-1 .title br {
display:none;
}

.section-1 .desc {
margin:0 0 17px 0;
}

.section-1 .images {
width:100%;
max-width:100%;
text-align:right;
}

.title-section {
font-size: 38px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 45.6px */
margin:0 0 40px 0;
}

.section-2 .item {
width:100%;
min-height:inherit;
padding:24px;
font-size:14px;
}

.section-2 .head {
margin:0 0 32px 0;
}

.section-3 .slide img:first-child {
display:none;
}

.section-3 .slide img:last-child {
display:table;
margin:0 auto;
}

.slick-dots {
width:100%;
}

.section-3 {
padding:72px 0 0 0;
margin:0 0 72px 0;
}

.section-3 .slider {
width:100%;
}

.section-3 .slick-slide {
margin:0px;
}

.section-4 .site-width {
padding:0 0 0 20px;
}

.section-4 .small {
display:none;
}

.section-4 .block {
align-items:flex-start;
flex-direction: column-reverse;
}

.section-4 .cube {
margin:0 0 33px 0;
}

.section-4 .col-left {
padding:0px;
}

.section-4 .title {
font-size:26px;
margin:0 0 15px 0;
}

.section-4 .desc {
font-size:14px;
}

.section-4 {
margin:0 0 72px 0;
}

.section-5 .flex {
flex-direction:column;
gap:32px;
padding:24px;
}

.section-5 .feedback {
width:100%;
}

.section-5 .col-left {
font-size:14px;
}

.section-6 {
padding:72px 0 0 0;
margin:0 0 72px 0;
}

.section-7 {
padding:54px 0;
margin:0 0 72px 0;
}

.section-7 .slider {
width:100%;
}

.navigator {
justify-content: center;
}

.section-7 .slide img:first-child {
display:none;
}

.section-7 .slide img:last-child {
display:table;
margin:0 auto;
}

.section-7 .slick-slide {
margin:0px;
}

.section-8 .block {
flex-direction: column-reverse;
}

.section-8 .images {
max-width:none;
height:162px;
}

.section-8 .col-left {
padding:24px;
}

.section-8 .desc {
font-size:14px;
margin:0 0 32px 0;
}

.section-8 .btn {
width:100%;
}

.section-9 {
padding:72px 0 0 0;
margin:0 0 72px 0;
}

.section-9 .slider {
width:100%;
}

.section-9 .slick-slide {
margin:0px;
max-width:none;
}

.section-9 .text {
font-size:14px;
margin:0 0 30px 0;
}

.section-10 .flex {
flex-direction: column-reverse;
background: url(../images/section10-bg-mobile.jpg) no-repeat center bottom;
background-size: cover;
min-height:560px;
}

.section-10 .images {
max-width:none;
text-align:center;
}

.section-10 .images img {
display:table;
margin:0 auto;
}

.section-10 .col-right {
padding: 24px 20px 0px 24px;
flex: 1;
justify-content: flex-start;
}

.section-10 {
margin:0 0 72px 0;
}

.footer .flex {
flex-direction:column;
gap:32px;
padding:20px 0 41px 0;
}

.footer ul {
margin:0px;
gap:14px;
}

.footer ul li {
width:calc(50% - 7px);
}

.popup-block .title {
font-size:18px;
}

.popup-block .desc {
font-size:14px;
margin:0 0 32px 0;
}

.popup-block .block {
top:5%;
left:20px;
right:20px;
width:calc(100% - 40px);
transform: translate(0%, 0%);
}

#fixed-chat .chat-block {
position:fixed;
top:0px;
bottom:0px;
left:0px;
right:0px;
width:100%;
display:none;
flex-direction:column;
border-radius:0px;
}

#fixed-chat .window {
height:auto;
flex:1;
}

#fixed-chat .bottom {
background: var(--White, #FFF);
box-shadow: 0px 1px 13.5px 0px rgba(0, 0, 0, 0.07);
padding:22px 20px 40px 20px;
}

#fixed-chat .title {
display:flex;
align-items:center;
justify-content: space-between;
gap:20px;
background:none;
padding:12px 20px;
}

#fixed-chat .close {
cursor:pointer;
width:36px;
height:36px;
background:url(../images/mobile-close-block.svg) no-repeat;
}

#fixed-chat.active .chat-block {
display:flex;
}

.mobile-block {
position:fixed;
top:0px;
bottom:0px;
left:0px;
right:0px;
z-index:999;
background: var(--White, #FFF);
padding:0 20px 20px 20px;
max-height:100h;
overflow-y:auto;
}

.mobile-block .head {
display:flex;
align-items:center;
justify-content: space-between;
gap:20px;
padding:12px 0px;
margin:0 0 32px 0;
}

.mobile-block .logo a {
text-decoration:none;
color: var(--Black, #171717);
font-family: "SF Pro Text";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 22.4px */
}

.mobile-block .close {
cursor:pointer;
width:36px;
height:36px;
background:url(../images/mobile-close-block.svg) no-repeat;
}

.mobile-block ul {
list-style:none;
padding:0px;
display:flex;
flex-direction:column;
margin:0 0 7px 0;
}

.mobile-block ul li {
margin:0 0 18px 0;
padding:0 0 18px 0;
border-bottom:1px #F2F3F3 solid;
}

.mobile-block ul li:last-child {
border:0px;
}

.mobile-block ul a {
text-decoration:none;
color: var(--Black, #171717);
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 19.6px */
}

.mobile-block .name {
color: var(--Black, #171717);
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 140%; /* 25.2px */
margin:0 0 18px 0;
}

.mobile-block .phone {
display:flex;
align-items:center;
text-decoration:none;
gap:8px;
color: var(--Black, #171717);
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 140%;
margin:0 0 32px 0;
}

.mobile-block .phone:before {
content:"";
width:16px;
height:16px;
background:url(../images/phone.svg) no-repeat;
}

.mobile-block .social {
display:flex;
gap:17px;
font-size:0px;
line-height:0px;
margin:0 0 76px 0;
}

.mobile-block .reg {
cursor:pointer;
text-decoration:none;
width:100%;
padding:14px;
border-radius: 10px;
background: var(--Violet, #8787FA);
color: var(--White, #FFF);
text-align: center;
font-family: "SF Pro Text";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 140%;
margin:0 0 24px 0;
}

.mobile-block .enter {
cursor:pointer;
display:table;
margin:0 auto;
text-decoration:none;
color: var(--Violet, #8787FA);
text-align: center;
font-family: "SF Pro Text";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 140%; /* 22.4px */
}

body {
padding:98px 0 0 0;
}

.section-4 .slider {
max-width:none;
}

.section-4 .site-width {
padding:0 20px;
}

.section-7 .slide {
width:100%;
max-width:335px;
height:580px;
margin:0 auto;
padding:24px;
}

.section-7 .slide .name {
font-size:26px;
margin:0 0 18px 0;
}

.section-11 {
margin:0 0 72px 0;
}

.section-11 .flex {
flex-direction:column;
gap:16px;
}










































}




