.header__logo {
    height:40px;
}

.body {
  color:#363636;
}

.firstscreen__background {
    background-position:center;
    min-height: 90vh;
    background-repeat:no-repeat;
    background-size:cover;
}

/*Планшет:*/
@media (min-width: 768px) {
    .firstscreen__background {
    background-image:url("../assets/images/bg2.jpg");
}
}

.mainpage h1 {
  background: linear-gradient(279deg, #ff0053, #285eee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 35px;
}

/*Планшет:*/
@media (min-width: 768px) {
  .mainpage  h1 {
  font-size: 50px;
}
}

/*Ноут:*/
@media (min-width: 992px) {
  .mainpage  h1 {
  font-size: 95px;
}

.dropdown-menu {
    width:750px;
    border-radius: 24px;
    -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 20px 24px;
            box-shadow: rgba(149, 157, 165, 0.2) 0px 20px 24px;
            border:1px solid #fff;       
}
}

.firstscreen__topsubtitle {
    color: #285eee;
}

.firstscreen__bottomsubtitle {
    color: #705f6b;
}

.header__dropdown-menu__title {
    color:#363636;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
}

.header__dropdown-menu__subtitle {
    color: #723bcf;
    font-size: 16px;
    line-height: 1.3;
}

.header__dropdown-menu__item:hover {
    color: #8A2BF9;
    font-weight: 700;
}

.header__dropdown-menu__item {
    color: #363636;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 6px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header__dropdown-menu__subitem {
    line-height: 1.3;
    font-size: 13px;
    color: #363636;
    font-weight: 300;
}

.dropdown-menu {
    border:0px solid #fff;
    background-color: #ffffff84;
}

/*Ноут*/
@media (min-width: 992px) {
  .dropdown-menu {
    background-color: #ffffff;
}
}

@media (max-width: 991px) {
  .header__dropdown-menu__subitem {
    display: none;
  }

  .header__dropdown-menu__text {
    display: none;
  }
}

.light__btn {
    padding: 10px 20px;
    background-color: #D9BFFF;
    border:1px solid #d9bfff;
    font-weight: 400;
    text-decoration: none;
    border-radius: 25px;
}

.light__btn:hover {
    scale: 1.01;
    background-color: #D9BFFF;
    border:1px solid #d9bfff;
-webkit-box-shadow: 0px 0px 10px -5px rgba(66, 68, 90, 0.623);
        box-shadow: 0px 0px 10px -5px rgba(66, 68, 90, 0.623);
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

.dark__btn {
    padding: 10px 20px;
    background-color: #285eee;
    border:1px solid #285eee;
    color:#ffffff;
    font-weight: 400;
    text-decoration: none;
    border-radius: 25px;
}

.dark__btn:hover {
    scale: 1.01;
    background-color: #1f57f0;
    border:1px solid #285eee;
-webkit-box-shadow: 0px 0px 10px -5px rgba(66, 68, 90, 0.623);
        box-shadow: 0px 0px 10px -5px rgba(66, 68, 90, 0.623);
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

.dark__btn__outline {
    padding: 10px 20px;
    background-color: transparent;
    border: 1px solid #285eee;
    color:#285eee;
    font-weight: 400;
    text-decoration: none;
    border-radius: 25px;
}

.dark__btn__outline:hover {
    scale: 1.01;
    background-color: #1f57f0;
    color: #ffffff;
    border:1px solid #285eee;
-webkit-box-shadow: 0px 0px 10px -5px rgba(66, 68, 90, 0.623);
        box-shadow: 0px 0px 10px -5px rgba(66, 68, 90, 0.623);
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}


.light_bg {
   background-color: #fafafa;
}

.services__card {
border-radius: 24px;
background-color: #fff;
padding: 30px 10px 20px;
margin: 15px 5px;
text-decoration: none;
-webkit-box-shadow: 0px 3px 15px #0000001e;
        box-shadow: 0px 3px 15px #0000001e;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
}

.border__redius {
  border-radius: 24px;
}

.border__radius__card {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.services__card:hover {
-webkit-transform: scale(1.01);
        transform: scale(1.01);
-webkit-box-shadow: 0px 3px 15px #0000001e;
        box-shadow: 0px 3px 15px #0000001e;
}

.services__card__title {
font-size: 18px;
color: #363636;
font-weight: 700;
}

.highlight {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    color-stop(40%, #D9BFFF),   color-stop(transparent, /* высота плашки */)
  );
  background: linear-gradient(
    to top,
    #D9BFFF 40%,   /* высота плашки */
    transparent 40%
  );
}

.thirdscreen__background {
    background-size:cover;
    background-repeat:no-repeat;
}

.form_background {
    background-size:cover;
    background-repeat:no-repeat;
    background-image:url("../assets/images/b2.png");
}

.case__date {
  font-size: 10px;
  padding: 6px 7px;
  -webkit-box-shadow: 0 4px 20px rgba(var(--v-theme-primary),.2);
          box-shadow: 0 4px 20px rgba(var(--v-theme-primary),.2);
  background-color: #e8e8e83e;
  border-radius: 8px;
  display:inline-block;
  color:#363636;
}

.services__card a {
  text-decoration: none;
}

.case a {
  text-decoration: none;
}

.fw-500 {
  font-weight: 500;
}

.reviews__big__text {
  font-size: 26px;
  line-height: 1.3;
}

/*Планшет:*/
@media (min-width: 992px) {
  .reviews__big__text {
  font-size: 46px;
  line-height: 1.3;
}
}

.strategy__reviews__big__text {
   font-size: 20px;
  line-height: 1.3;
}

/*Планшет:*/
@media (min-width: 992px) {
  .strategy__reviews__big__text {
   font-size: 40px;
  line-height: 1.3;
}
}

.strategy__background {
    background-image:url("../assets/images/ws.webp");
    background-size:cover;
    background-repeat:no-repeat;
}

.steps__background {
    background-size:cover;
    background-repeat:no-repeat;
}

/*Монитор*/
@media (min-width: 1200px) {
  .steps__background {
    background-position:100%;
}
}


.blog a {
  text-decoration: none;
  color:#363636;
}

.form-control {
border-radius: 16px;
}

.footer a {
  color:#363636;
  text-decoration: none;
}

@media (min-width: 1400px) {

.header__dropdown-menu__item {
        line-height:0.9;
    }

.thirdscreen__background {
        background-image:url("../assets/images/b2.jpg");
    }
}

.header {
  background-color: transparent;
}

.footer__social {
  width:30px;
} 

ul {
margin-top: 0;
margin-bottom: 10px;
}

.thirdscreen__ic {
  width:35px;
}

.services_firstscreen_ic {
  width:25px;
}

.case__img {
  width:40px;
}

.case__in_number {
  font-size:34px;
  font-weight: 600;
}

.review__mark {
  width:26px;
}

.first_block h1 {
  background: linear-gradient(279deg, #ff0053, #285eee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 26px;
}

/*Планшет:*/
@media (min-width: 768px) {
  .first_block  h1 {
  font-size: 30px;
}
}

/*Ноут:*/
@media (min-width: 992px) {
  .first_block  h1 {
  font-size: 40px;
}
}

.case__in_text {
  font-size:30px;
  font-weight:400;
  line-height:1.2;
}

.case__in_numbers {
  font-size:40px;
  font-weight:800;
}

.violet__bg {
  background-color: #D9BFFF;
}

.case__card {
border-bottom-left-radius: 24px;
border-bottom-right-radius: 24px;
background-color: #fff;
text-decoration: none;
-webkit-box-shadow: 0px 3px 15px #0000001e;
        box-shadow: 0px 3px 15px #0000001e;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
}

.case__properties__card {
border-radius: 24px;
background-color: #fff;
padding: 30px 10px 20px;
text-decoration: none;
-webkit-box-shadow: 0px 3px 15px #0000001e;
        box-shadow: 0px 3px 15px #0000001e;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
}

.breadcrumbs a {
  text-decoration: none;
  color:#B2B7BB;
}

.gradient_text {
  background: linear-gradient(279deg, #ff0053, #285eee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.case__done_bg {
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    background-image:url("../assets/images/bg-spiral.jpg");
}

.glass {
  border-radius: 24px;
  border:1px solid #d9bfff;
background-color: #fff;
padding: 30px 10px 20px;
text-decoration: none;
-webkit-box-shadow: 0px 3px 15px #0000001e;
        box-shadow: 0px 3px 15px #0000001e;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
}

.glass-card {
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-radius: 24px;
  border:2px solid #d9bfff60;

  -webkit-box-shadow:
    0 20px 40px rgba(0,0,0,0.08),
    inset 0 1px 0 rgba(255,255,255,0.7);

          box-shadow:
    0 20px 40px rgba(0,0,0,0.08),
    inset 0 1px 0 rgba(255,255,255,0.7);

  padding: 30px 10px 20px;
  text-decoration: none;
}

.glass-card {
  position: relative;
  overflow: hidden;
  margin-top:45px;
  margin-bottom:45px;
}

.glass-card__number {
  min-width:70px;
}

.extra_small {
  font-size:10px;
}

.service__firstscreenbg {
    background-image:url("../assets/images/bg2.jpg");
    background-size:cover;
    background-repeat:no-repeat;
}

.service_price {
    font-size: 25px;
    font-weight: 700;
}

.service_about_img {
 min-height: 450px;
 background-image:url("../assets/images/g.jpg");
 background-size:cover;
}

.service_about_number {
 font-size: 50px;
 color: #d5d5d5;
}

.service__tariffs_p {
  line-height:1.3;
}

.service__tariffs img {
  width:20px;
  height:20px;
}

.blue_text {
  color: #285eee;
}

.dmxLightboxOverlay {
background: rgba(0, 0, 0, .8)!important;
}

.services_reviews_doc {
-webkit-box-shadow: 0px 3px 15px #0000001e;
        box-shadow: 0px 3px 15px #0000001e;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
}

.blog_expert_image {
  width:75px;
}

.blog_item_menu a{
text-decoration:none;
color:#252a2fe2;
}

.blog_item_menu a:hover{
text-decoration: none; 
border-bottom: 1px dashed #252a2f79;
color:#212529;
}

.slovnik_item_menu a{
text-decoration:none;
color:#252a2fe2;
margin-bottom:30px;
}

.slovnik_item_menu a:hover{
text-decoration: none; 
border-bottom: 1px dashed #252a2f79;
color:#212529;
}

.slovnik_item_menu ul { 
list-style-type: none; 
padding-left:0;
}

.slovnik_item_menu ul li { 
margin-bottom: 10px;
}

.nav-link:focus,
.nav-link:active,
.nav-link:focus-visible {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.ds-block {
    display:inline-block;
}

.forma a{
color:#252a2fe2;
}

.forma a:hover{
color:#212529;
}

.services a{
color:#252a2fe2;
text-decoration: none; 
}

.nav-pills .nav-link {
  color: #212529;
  border-radius: 25px;
  margin-bottom: 10px;
  text-align: left;
  padding: 12px 20px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.nav-pills .nav-link:hover {
  background: #f3f4f6;
  color: #212529;
  border-radius: 25px;
}

.nav-pills .nav-link.active {
  background: #FAFAFA;
  color: #111827;
}

.custom-pill {
  border: 1px solid #d1d5db;
  background: #f9fafb;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
background-color: transparent;
    border: 1px solid #285eee;
    color:#285eee;
    font-weight: 400;
    text-decoration: none;
    border-radius: 25px;
}

.about_me_img {
  border-radius: 500px;
}

.about_me_bg {
    background-repeat:no-repeat;
    background-size:cover;
    background-position:100%;
    background-image:url("../assets/images/bg-r.jpg");
}

.case-card {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

/* картинка */
.case-image {
    display: block;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

/* overlay */
.case-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: rgba(10, 15, 30, 0.85);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);

    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

/* цифры */
.stat-value {
    font-size: 42px;
    font-weight: 700;
    color:#ffffff;
}

.stat-text {
    font-size: 14px;
    opacity: 0.7;
    color:#ffffff;
}

/* анимация появления */
.stats {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

/* hover эффект */
.case-card:hover .case-overlay {
    opacity: 1;
}

.case-card:hover .stats {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

/* лёгкий zoom картинки */
.case-card:hover .case-image {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}

.contentn {
    min-height: 90vh;
}






