@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
  outline: none;
}
@media (hover: hover) {
  .with-fancybox header {
    padding-right: 17px;
  }
}
.fancybox__container {
  max-width: 100%;
}
a {
  text-decoration: none;
  transition: 0.4s;
  color: inherit;
  cursor: pointer;
  &:hover {
    color: inherit;
  }
}

ul,
ol,
li,
p {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

img {
  vertical-align: top;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
}

body {
  height: 100%;
  line-height: 125%;
  color: black;
  font-family: "Onest";
  background: #F5F5F5;

  b,
  strong {
    font-weight: 700;
  }

  nobr {
    display: contents;
  }
}

button {
  border: none;
  background: transparent;
  transition: 0.4s;
  font-family: inherit;
  cursor: pointer;

  &:disabled {
    opacity: 0.8;
    pointer-events: none;
  }
}


input {
  cursor: pointer !important;
}

a {
  cursor: pointer !important;
}

label {
  cursor: pointer !important;
}

.tooltip-horizontal-scroll-icon_hand {
  animation: tooltip-horizontal-scroll-icon_anim-scroll-hand 2s infinite;
}
.invisible {
  display: none;
}
.tooltip-horizontal-scroll-icon_card {
  animation: tooltip-horizontal-scroll-icon_anim-scroll-card 2s infinite;
}
._coursor {
  display: none;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  @media (max-width: $mobile) {
    margin-bottom: 0;
  }
}

@keyframes tooltip-horizontal-scroll-icon_anim-scroll-hand {
  0% {
    transform: translateX(80px) scale(1);
    opacity: 0;
  }

  10% {
    transform: translateX(80px) scale(1);
    opacity: 1;
  }

  20%,
  60% {
    transform: translateX(175px) scale(0.6);
    opacity: 1;
  }

  80% {
    transform: translateX(5px) scale(0.6);
    opacity: 1;
  }

  to {
    transform: translateX(5px) scale(0.6);
    opacity: 0;
  }
}

@keyframes tooltip-horizontal-scroll-icon_anim-scroll-card {
  0%,
  60% {
    transform: translateX(0);
  }

  80%,
  to {
    transform: translateX(-240px);
  }
}


.container {
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: 10px;
}
@media(max-width: 1200px){
.container {
    max-width: 992px;
}
}

@media(max-width: 992px){
.container {
    max-width: 767px;
}
}
@media(max-width: 767px){
.container {
    max-width: 575px;
}
}
@media(max-width: 575px){
.container {
    max-width: 425px;
}
}
@media(max-width: 425px){
.container {
    max-width: 375px;
}
}

.header {
    margin-inline: 20px;
    padding-top: 16px;
    background-color: white;
    border-radius: 22px;
    margin-top: 10px;
    margin-bottom: 10px;

}

.header-top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #0A172610;
}
.header-left {
    display: flex;
}
.logo {
    margin-right: 20px;
}
.header-city {
    margin-right: 95px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.header-city-text {
font-weight: 400;
font-size: 14px;
line-height: 130%;
letter-spacing: 0%;
color: #0A1726;
}
.header-city-location {
font-weight: 600;
font-size: 14px;
line-height: 100%;
letter-spacing: 0%;
color: #0A1726;
}
.header-reviews {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.header-text {
font-weight: 400;
font-size: 14px;
line-height: 110.00000000000001%;
letter-spacing: 0%;
color: #0A1726;
opacity: 40%;
}
.avito {
}
.header-right {
    display: flex;
}
.header-networks {
margin-bottom: 6px;
}
.header-networks-imgs {
    margin-top: 6px;
    display: flex;
    gap: 6px;
    a {
      border-radius: 8px;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      img {
        object-fit: contain;
        width: 50%;
        height: 50%;
      }
    }
}
.header-messangers {
    margin-left: 49px;
}
.header-phone {
    margin-left: 53px;
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    align-items: end;
}
.header-phone-number {
    display: flex;
    gap: 10px;
font-weight: 400;
font-size: 18px;
line-height: 26px;
letter-spacing: 0%;
color: #0A1726;
margin-bottom: 5px;
a {
  text-wrap: nowrap;
}
}
.header-callback {
font-weight: 400;
font-size: 14px;
line-height: 22px;
letter-spacing: 0%;
text-decoration: underline;
text-decoration-style: solid;
text-decoration-offset: 0%;
text-decoration-thickness: 0%;
color: #143254;
}
.header-bottom {
    display: flex;
    justify-content: space-between;
    padding: 7px 0px;
    align-items: center;
}
.menu {
display: flex;
gap: 20px;
}
.has-submenu {
  position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
}
.menu-item {
font-weight: 400;
font-size: 14px;
line-height: 18px;
letter-spacing: 0%;
color: #312638;
}

.menu-item.current-menu-item {
color: #C52E1E;
}
.btn {
  transition: all 0.3s ease-in-out;
background: #C52E1E;
box-shadow: 0px 20px 40px 0px #804DD226, 0px 4px 10px 0px #FFFFFF4D inset;
border-radius: 8px;
color: white;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
font-weight: 400;
font-size: 10px;
line-height: 20px;
letter-spacing: 0%;
text-align: center;
text-transform: uppercase;
}

.btn:hover {
  background: #FF5846 !important;
box-shadow: 0px 4px 10px 0px #FFFFFF4D inset !important;
color: white !important;
}
.header-btn {
max-width: 200px;
height: 40px;
}



.sec-main {
  margin-inline: 20px;
  background: url(../img/main-block-bg.png) no-repeat center/cover;
  border-radius: 40px;
}
.sec-main-block {
  padding-top: 76px;
  padding-bottom: 61px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.sec-main-block-left {
  max-width: 585px;
}
.sec-main-title {
font-weight: 400;
font-style: Regular;
font-size: 48px;
line-height: 110%;
letter-spacing: 0%;
span {
color: #143254;
}
margin-bottom: 30px;
}
.sec-main-subtitle {
font-weight: 400;
font-style: Regular;
font-size: 24px;
line-height: 120%;
letter-spacing: 0%;
margin-bottom: 30px;
}
.sec-main-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sec-main-list-item {
  display: flex;
  gap: 22px;
  align-items: center;
}
.sec-main-list-item-text {
font-weight: 400;
font-style: Regular;
font-size: 24px;
line-height: 120%;
letter-spacing: 0%;
b {
  font-weight: 700;
}
}
.sec-main-form-block {
  margin-top: 67px;
  border-radius: 16px;
  position: relative;
  background-color: white;
  padding: 30px;
}
.sec-main-form-block-img {
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
  max-width: 261px;
}
.sec-main-form-title {
font-weight: 400;
font-style: Regular;
font-size: 24px;
line-height: 130%;
letter-spacing: 0%;
b {
  font-weight: 700;
}
margin-bottom: 10px;
}
.sec-main-form-subtitle {
font-weight: 400;
font-style: Regular;
font-size: 16px;
line-height: 120%;
letter-spacing: 0%;
}
.sec-main-form {
  z-index: 1;
  position: relative;
  margin-top: 15px;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.sec-main-input-block {
  display: flex;
  gap: 5px;
  width: 100%;
}
.sec-main-input {
  width: 100%;
  max-width: 219px;
  height: 60px;
  border-radius: 8px;
  border: 1px solid #c0c0c0;
  padding: 20px 17px;
}
.sec-main-input::placeholder {
font-weight: 400;
font-style: Regular;
font-size: 18px;
line-height: 26px;
letter-spacing: 0%;
opacity: 50%;
}
.sec-main-form-button {
  background:  #C52E1E;
  border-radius: 8px;
  width: 100%;
  max-width: 301px;
  align-items: center;
  justify-content: center;
  display: flex;
  color: white;
font-weight: 600;
font-style: SemiBold;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
text-align: center;
text-transform: uppercase;
}
.policy-check {
  margin-top: 15px;
  display: flex;
  align-items: center;
  
  input {
  border: 1px solid #2b31385c;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  color: #0A1726;
  margin-right: 7.5px;
  appearance: none;
  position: relative;
  }
  input:checked{
    background: url('data:image/svg+xml,<svg width="11" height="8" viewBox="0 0 11 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill="black" fill-rule="evenodd" clip-rule="evenodd" d="M9.74334 2.50072L5.50034 6.74572C5.10934 7.13672 4.47634 7.13672 4.08634 6.74572L1.25734 3.91372C0.867344 3.52372 0.867344 2.89672 1.25734 2.50072C1.64834 2.10672 2.28134 2.10672 2.67234 2.50072L4.79334 4.62372L8.32834 1.08772C8.71934 0.694719 9.35234 0.694719 9.74334 1.08772C10.1333 1.48372 10.1333 2.10672 9.74334 2.50072Z"/></svg>') no-repeat center center;
  }
  p {
font-weight: 400;
font-style: Regular;
font-size: 11px;
line-height: 20px;
letter-spacing: 0%;
color: #939393;
  }
  a {
font-weight: 400;
font-style: Regular;
font-size: 12px;
line-height: 20px;
letter-spacing: 0%;
text-decoration: underline;
text-decoration-style: solid;
color: #143254;

  }
}
.before-after {
.policy-check {
  a {
    color: #ffffff;
  }
}
}
.sec-main-block-right {
  border-radius: 22px;
  overflow: hidden;
  max-width: 500px;
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.section-uslugi {
  margin-top: 100px;
}
.title {
font-weight: 500;
font-style: Medium;
font-size: 52px;
line-height: 60px;
letter-spacing: 0%;
text-align: center;
 span {
  color: #143254;
 }
}
.section-uslugi-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.section-uslugi-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  border-radius: 22px;
  background: white;
  padding: 30px;
}
.section-uslugi-item-top {
  display: flex;
  justify-content: space-between;
}
.section-uslugi-item-left {
  
}
.section-uslugi-item-title {
font-weight: 400;
font-style: Regular;
font-size: 32px;
line-height: 110%;
letter-spacing: 0%;
margin-bottom: 20px;
}
.section-uslugi-item-list {
  color:#143254;
font-weight: 600;
font-style: SemiBold;
font-size: 18px;
line-height: 100%;
letter-spacing: 0%;
  margin-bottom: 12px;
  list-style-position: inside;
    gap: 9px;
    display: flex;
    flex-direction: column;
  li {
            padding-left: 15px;
    color: black;
    list-style-type:disc;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  }
}
.section-uslugi-vanna {
  width: 100%;
}
.section-uslugi-item-right {
  flex-shrink: 0;
  width: 100%;
  max-width: 234px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.section-uslugi-img {
  overflow: hidden;
  border-radius: 24px;
  width: 100%;;
}
.section-uslugi-item-bot {
  margin-top: 29px;
  display: flex;
  gap: 12px;
}
.section-uslugi-info-btn {
font-weight: 500;
font-style: Medium;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
text-transform: uppercase;
max-width: 194px;
width: 100%;
height: 65px;
}
.section-uslugi-button {
  border-radius: 12px;
  height: 65px;
  width: 100%;
  border: 1px solid #F1F1F1;
font-weight: 400;
font-style: Regular;
font-size: 16px;
line-height: 110%;
letter-spacing: 0%;
text-align: center;
color: black;
display: flex;
align-items: center;
justify-content: center;
padding-inline: 20px;
b {
  font-weight: 700;
  color: #143254;
}
}




/* Variables */
:root {
  --color-black: rgba(40, 40, 40, 1);
  --color-primary: rgba(20, 50, 84, 1);
  --color-text-black: rgba(10, 23, 38, 1);
  --color-text-white: rgba(255, 255, 255, 1);
  --color-text-primary: rgba(20, 50, 84, 1);
  --color-bg-grey: rgba(245, 245, 245, 1);
  --color-bg-white: rgba(255, 255, 255, 1);
  --color-black-alt: rgba(38, 50, 56, 1);
  --color-red: rgba(219, 76, 64, 1);
  --color-red-alt: rgba(229, 58, 54, 1);
  --color-white: rgba(255, 255, 255, 1);
  --color-fill-white: rgba(255, 255, 255, 1);
  --color-dark-grey: rgba(147, 147, 147, 1);
  --color-whatsapp: #25d366;
  --color-telegram: #35a9e5;
  
  --shadow-primary: 0px 15px 40px rgba(106, 67, 169, 0.15);
  --shadow-card: 5px 2px 12px rgba(110, 110, 110, 0.06), 
                 20px 10px 22px rgba(110, 110, 110, 0.05), 
                 45px 22px 30px rgba(110, 110, 110, 0.03), 
                 80px 39px 36px rgba(110, 110, 110, 0.01), 
                 125px 61px 39px transparent;
  --shadow-form: 0px 30px 70px rgba(70, 70, 70, 0.07);
  
  --border-radius-small: 8px;
  --border-radius-medium: 12px;
  --border-radius-large: 16px;
  --border-radius-xl: 22px;
  --border-radius-xxl: 30px;
  --border-radius-round: 50%;
}


.page {
  width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}



/* Button Styles */
button {
  cursor: pointer;
}

/* Hero Section */
.hero {
  margin-top: 100px;
  margin-inline: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
    flex-direction: column;
}

.hero__title {
  font-size: 52px;
  font-weight: 500;
  line-height: 60px;
  text-align: center;
  color: var(--color-text-black);
  margin-bottom: 50px;
}

.hero__image {
  border-radius: 40px;
  overflow: hidden;
  width: 100%;
  height: auto;
   img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
   }
}

/* Reviews Section */
.reviews {
  padding-top: 100px;
  .container{
    position: relative;
  } 
}

.reviews__content {
  width: 1450px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reviews__title {
  font-size: 52px;
  font-weight: 500;
  line-height: 60px;
  text-align: center;
  color: var(--color-text-black);
  margin-bottom: 15px;
}

.reviews__subtitle {
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  color: var(--color-text-black);
  margin-bottom: 50px;
}

.reviews__slider {
  position: relative;
  width: 100%;

}

.reviews__slider-container {
  align-items: stretch
}

.reviews__slide {
  width: 100%;
  background-color: var(--color-white);
  border-radius: var(--border-radius-xl);
  border: 2px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 20px;
  height: auto !important;
  display: flex !important;
  align-items: center;
}

.reviews__controls {
  position: absolute;
  width: 120%;
  left: -10%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
}

.reviews__button {
  width: 64px;
  height: 64px;
  background-color: var(--color-primary);
  border-radius: 32px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
}

.reviews__button-icon {
  width: 9px;
  height: 16px;
}

.reviews__button-icon--prev {
  background-image: url(https://c.animaapp.com/mcs11ev2NxYwcd/img/slider-prev-svg.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.reviews__button-icon--next {
  background-image: url(https://c.animaapp.com/mcs11ev2NxYwcd/img/slider-next-svg.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/* Video Reviews Section */
.video-reviews {
  padding-top: 100px;
border: 1px solid linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 47%, rgba(0, 0, 0, 0) 100%);
}

.video-reviews__content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.video-reviews__title {
  font-size: 52px;
  font-weight: 500;
  line-height: 60px;
  text-align: center;
  color: var(--color-text-black);
  margin-bottom: 15px;
}

.video-reviews__subtitle {
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  color: var(--color-text-black);
  margin-bottom: 50px;
}

.video-reviews__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 50px;
}

.video-review {
  flex-direction: column;
  display: flex;
}

.video-review__thumbnail {
  max-width: 285px;
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.video-review__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-color: #ff4433;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 15px 40px rgba(27, 135, 25, 0.15);
}

.video-review__play-icon {
  width: 60px;
  height: 62px;
}

.video-review__name {
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: var(--color-text-black);
  margin-top: 10px;
}

.video-review__occupation {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: var(--color-text-black);
  opacity: 0.5;
}

.video-reviews__button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  margin-inline: auto;
  height: 96px;
  background-color: var(--color-primary);
  border-radius: var(--border-radius-medium);
  color: var(--color-white);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  box-shadow: inset 0px 4px 10px rgba(255, 255, 255, 0.3);
  border: none;
}

/* Demo Video Section */
.demo-video {
  margin-top: 100px;
  border-radius: 40px;
  overflow: hidden;
  background: url(../img/demo-video-bg.jpg) no-repeat center/cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.demo-video__content {
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.demo-video__title {
  margin-top: 100px;
  color: var(--color-white);
  margin-bottom: 11px;
}

.demo-video__subtitle {
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  color: var(--color-white);
  margin-bottom: 50px;
}

.demo-video__container {
  background: url(../img/demo-video-block.jpg) no-repeat center/cover;
  overflow: hidden;
  border-radius: 30px;
  margin-bottom: 100px;
  max-width: 1200px;
  width: 100%;
  height: 600px;
  position: relative;
  display: flex;
}

.demo-video__play-button {
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 99px;
  height: 99px;
  background-color: rgba(215, 215, 215, 0.5);
  border-radius: 49.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 6px solid var(--color-white);
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.4);
}

.demo-video__container:hover{
  .demo-video__play-button {
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.877);
  
  }
}

.demo-video__play-icon {
  width: 60px;
  height: 62px;
}

/* Benefits Section */
.benefits {
  margin-top: 100px;
}

.benefits__content {
  width: 1250px;
  margin: 0 auto;
}

.benefits__title {
  font-size: 52px;
  font-weight: 500;
  line-height: 60px;
  text-align: center;
  color: var(--color-text-black);
  margin-bottom: 50px;
}

.benefits__grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.benefit {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.benefit__image {
  width: 100%;
  border-radius: 30px;
  background-size: cover;
  background-position: center;
  margin-bottom: 12px;
  overflow: hidden;
}

.benefit__text {
  padding: 0 12px;
}

.benefit__heading {
  font-size: 18px;
  font-weight: 500;
  line-height: 16.8px;
  color: var(--color-text-black);
  margin-bottom: 8px;
}

.benefit__description {
  font-size: 14px;
  font-weight: 400;
  line-height: 15.6px;
  color: var(--color-text-black);
  opacity: 0.6;
}

.benefits__highlight {
  width: 100%px;
  height: 170px;
  background: linear-gradient(1deg, rgba(20, 50, 84, 1) 0%, rgba(44, 111, 186, 1) 100%);
  border-radius: 24px;
  padding: 25px 0;
  position: relative;
}

.benefits__highlight-text {
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
  color: var(--color-white);
  text-align: center;
  margin-bottom: 29px;
}

.benefits__highlight-accent {
  text-transform: uppercase;
  font-weight: 700;
}

.benefits__features {
  display: flex;
  justify-content: space-between;
  max-width: 996px;
  width: 100%;
  margin: 0 auto;
}

.benefits__feature {
  display: flex;
  align-items: center;
  gap: 10px;
}

.benefits__feature-icon {
  width: 40px;
  height: 40px;
  background-color: var(--color-white);
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefits__feature-img {
  width: 24px;
  height: 24px;
}

.benefits__feature-text {
  font-size: 24px;
  font-weight: 400;
  line-height: 28.8px;
  color: var(--color-white);
  letter-spacing: -0.72px;
}

/* Services Section */
.services {
  margin-top: 100px;
}

.services__header {
  text-align: center;
  margin-bottom: 76px;
}

.services__title {
  font-size: 52px;
  font-weight: 500;
  line-height: 60px;
  color: var(--color-text-black);
  margin-bottom: 15px;
}

.services__subtitle {
  font-size: 26px;
  font-weight: 400;
  line-height: 34px;
  color: var(--color-text-black);
}

.services__accent {
  font-family: 'Onest', sans-serif;
  color: var(--color-primary);
}

.services__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-bottom: 50px;
}

.service-card {
  min-height: auto;
  width: 100%;
  background-color: var(--color-fill-white);
  border-radius: var(--border-radius-xl);
  position: relative;
  box-shadow: var(--shadow-card);
  display: flex;
  overflow: hidden;
  flex-direction: column;
}

.service-card__image {
  max-height: 250px;
  min-height: 250px;
  overflow: hidden;
  width: 100%;
  border-radius: var(--border-radius-xl);
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.service-card__badge {

  background-color: rgba(0, 0, 0, 0.5);
  color: var(--color-fill-white);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  padding: 10px 16px;
  border-radius: 52px;
  backdrop-filter: blur(4.5px);
}

.service-card__badge-container {
    top: 9px;
  left: 10px;
  position: absolute;
gap: 5px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.service-card__badge--right {
  left: auto;
  right: 10px;
}

.service-card__content {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}

.service-card__header {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.service-card__title {
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  color: var(--color-text-black);
}

.service-card__price {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.service-card__price-icon {
  width: 31px;
  height: 16px;
  background-image: url(path-to-ruble-icon);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.service-card__price-text {
  font-size: 19.5px;
  font-weight: 500;
  line-height: 28px;
  color: var(--color-primary);
}

.service-card__pros,
.service-card__cons {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.service-card__list-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-text-black);
}

.service-card__list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.service-card__list-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.service-card__list-marker {
  width: 5px;
  height: 5px;
  border-radius: 2.5px;
  flex-shrink: 0;
}

.service-card__list-marker--positive {
  background-color: #51b84f;
}

.service-card__list-marker--negative {
  background-color: var(--color-red-alt);
}

.service-card__list-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: var(--color-text-black);
}

.service-card__cta {
  width: 100%;
  height: 56px;
  background-color: var(--color-whatsapp);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

.service-card__cta-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: var(--color-fill-white);
}

.service-card__cta-icon-wrapper {
  width: 40px;
  height: 40px;
  background-color: var(--color-fill-white);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-card__cta-icon {
  width: 20px;
  height: 20px;
}

.service-card__more {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
      justify-content: center;
}

.service-card__more-text {

  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: var(--color-text-black);
  letter-spacing: -0.28px;
}

.service-card__more-icon {
  width: 25.86px;
  height: 7.74px;
}

.services__button {
  max-width: 512px;
  width: 100%;
  height: 80px;
  border-radius: var(--border-radius-medium);
  border: 1px solid rgba(9, 22, 38, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
}

.services__button-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: var(--color-text-black);
  opacity: 0.4;
}

.services__button-icon {
  width: 22px;
  height: 22px;
}

/* Quiz Section */
.quiz {
  margin-top: 100px;
}

.quiz__header {
  text-align: center;
}

.quiz__title {
  font-size: 52px;
  font-weight: 500;
  line-height: 60px;
  color: var(--color-text-black);
  margin-bottom: 15px;
}

.quiz__subtitle {
  font-size: 26px;
  font-weight: 400;
  line-height: 34px;
  color: var(--color-text-black);
  margin-bottom: 30px;
}

.quiz__benefits {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

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

.quiz__benefit-icon {
}

.quiz__benefit-text {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: var(--color-text-black);
}

.quiz__container {
  width: 1400px;
  height: 962px;
  background-color: var(--color-fill-white);
  border-radius: 20px;
  margin: 0 auto;
  padding: 60px 100px;
  position: relative;
}

.quiz__progress {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}

.quiz__progress-text {
  font-size: 16px;
  font-weight: 400;
  color: #909090;
  margin-bottom: 10px;
}

.quiz__progress-bar {
  max-width: 672px;
  width: 100%;
  height: 20px;
  background-color: #eff1f0;
  border-radius: 27px;
  overflow: hidden;
}

.quiz__progress-fill {
  width: 126px;
  height: 100%;
  background-color: var(--color-primary);
}

.quiz__question {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  color: var(--color-text-black);
  text-align: center;
  margin-bottom: 40px;
}

.quiz__options {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  max-width: 795px;
  width: 100%;
  margin-bottom: 55px;
  margin-right: 43px;
}

.quiz__option {
  position: relative;
  max-width: 255px;
  height: 255px;
  background-color: var(--color-white);
  border-radius: 30px;
  box-shadow: 0px 10px 60px rgba(163, 169, 183, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  input {
    appearance: none;
  }
  transition: all 0.3s ease-in-out;
  .check {
    transition: all 0.3s ease-in-out;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin-inline: auto;
    display: flex;
    background: white;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0px 3px 12px #7b7b7b;
  }
}

.quiz__option:hover {
      .check {
        background: #143254;
        path {
        fill : white;
        }
      }
}

.quiz__option:has(input:checked)  {
         .check {
        background: #143254;
        path {
        fill : white;
        }
      }
}

.quiz__option-image {
  margin-top: auto;
  margin-bottom: 29px;
}

.quiz__option-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
  color: var(--color-text-black);
  text-align: center;
}

.quiz__navigation {
  margin-top: 10px;
  display: flex;
  gap: 8px;
  margin-bottom: 50px;
  margin-inline: auto;
      justify-content: center;
}

.quiz__button {
  width: 268px;
  height: 72px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  letter-spacing: 0.8px;
  color: var(--color-white);
  border: none;
    background-color: rgba(197, 46, 30, 0.2);
  opacity: 0.2;
}

.quiz__button--prev {

}

.quiz__button--next {

}

.quiz__button.active {
background: rgba(197, 46, 30, 1);
  box-shadow: 0px 20px 40px rgba(128, 77, 210, 0.15), inset 0px 4px 10px rgba(255, 255, 255, 0.3);
  opacity: 1;
}

.quiz__master {
  cursor: auto;
  width: 380px;
  background-color: var(--color-text-black);
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 40px 34px;
  color: var(--color-white);
}

.quiz__main-block{
  display: flex;
}
.quiz__master-photo {
  overflow: hidden;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  img {
    height: 100%;
    width: 100%;
  }
}

.quiz__master-info {
}
.quiz__master-top{
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.quiz__master-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.quiz__master-position {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.6;
}

.quiz__master-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 40px;
}

.quiz__master-video {
  display: flex;
  align-items: center;
  gap: 15px;
}

.quiz__master-video-button {
  width: 70px;
  height: 70px;
  background-color: #ff4433;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 15px 40px rgba(27, 135, 25, 0.15);
}

.quiz__master-video-icon {
  width: 15px;
  height: 16px;
}

.quiz__master-video-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
}

.quiz__master-contact {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 15px;
}

.quiz__master-phone {
  width: 316px;
  height: 130px;
  background-color: var(--color-white);
  border-radius: 30px;
  padding: 20px;
  margin-bottom: 25px;
}

.quiz__master-phone-label {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: var(--color-primary);
  margin-bottom: 10px;
}

.quiz__master-phone-number {
  font-size: 16px;
  font-weight: 500;
  line-height: 28.8px;
  color: var(--color-primary);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.quiz__master-phone-button {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: var(--color-primary);
  text-decoration: underline;
  background: none;
  border: none;
  padding: 0;
margin-left: 54px;
}

.quiz__master-phone-button:hover {
  color: rgb(255, 102, 0);
}

/* Work Process Section */
.work-process {
  padding-top: 100px;
}

.work-process__title {
  font-size: 52px;
  font-weight: 500;
  line-height: 60px;
  color: var(--color-text-black);
  text-align: center;
  margin-bottom: 17px;
}

.work-process__subtitle {
  font-size: 26px;
  font-weight: 400;
  line-height: 31.2px;
  color: var(--color-text-black);
  text-align: center;
  margin: 0 auto 40px;
}

.work-process__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-bottom: 40px;
}

.work-process__item {
  width:100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.work-process__image {
  width: 100%;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.work-process__fake-label {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 52px;
  background-color: #ff4433;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26.3px;
  font-weight: 500;
  color: var(--color-white);
  letter-spacing: -0.26px;
}

.work-process__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 25.4px;
  color: #131313;
  text-align: center;
}

.work-process__warning {
  max-width: 920px;
  width: 100%;
  height: 112px;
  background-color: #ff4433;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  box-shadow: 14px 26px 60px rgba(4, 103, 62, 0.2);
}

.work-process__warning-text {
  font-family: 'Manrope', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  color: var(--color-white);
  text-align: center;
}

.work-process-block-bg{
  border-radius: 16px;
  width: 100%;
  padding-top: 246px;
  padding-bottom: 70px;
  background: url(../img/work-process/4.jpg) no-repeat center/cover;
}
/* Correct Process Section */
.correct-process {
  padding-top: 100px;
  padding-bottom: 100px;
}

.correct-process__title {
  font-size: 52px;
  font-weight: 500;
  line-height: 60px;
  color: var(--color-text-black);
  text-align: center;
  margin-bottom: 50px;
}

.correct-process__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.correct-process__item {
  width: 100%;
  height: 410px;
  border-radius: 20.51px;
  overflow: hidden;
  position: relative;
}

.correct-process__image {
  width: 585px;
  height: 389px;
  background-size: cover;
  background-position: center;
}

.correct-process__text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 94px;
  background-color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 84px;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  color: var(--color-white);
  text-align: center;
}

/* Guarantee Section */
.guarantee {
  background-color: white;
  position: relative;
  background: url(../img/guarantee-bg.jpg) no-repeat center/cover;
  border-radius: 40px;
  margin-inline: 20px;
  padding-top: 110px;
  padding-bottom:110px;
}


.guarantee__title {
  font-size: 52px;
  font-weight: 400;
  line-height: 60px;
  color: #1d1d1b;
  margin-bottom: 50px;
  margin-left: 35px;
}

.guarantee__title-accent {
  font-weight: 600;
  color: var(--color-primary);
}

.guarantee__items {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 50px;

}

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

.guarantee__item-icon {
  width: 80px;
  height: 80px;
  background-color: var(--color-primary);
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 15px 40px rgba(106, 67, 169, 0.15);
}

.guarantee__item-img {
    width: 50%;
    height: auto;
}

.guarantee__item-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #1d1d1b;
  width: 429px;
}

.guarantee__item-bold {
  font-weight: 700;
}

.guarantee__certificate {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
}

.guarantee__certificate-image {
  width: 100%;
  height: 100%;
}

/* FAQ Section */
.faq {
  padding-top: 100px;
}

.faq__title {
  font-size: 52px;
  font-weight: 500;
  line-height: 60px;
  color: var(--color-text-black);
  text-align: center;
  margin-bottom: 46px;
}

.faq__content {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}

.faq__image {
  max-height: 710px;
    border-radius: 40px;
  overflow: hidden;
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.faq-grid{
  display: grid;
  grid-template-columns: 500px 660px;
  gap: 40px;
  margin-bottom: 46px;
}

.faq__questions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq__item {
  width: 100%;
  height: auto;
  min-height: 70px;
  background-color: var(--color-primary);
  border-radius: 12px;
  padding: 0 30px;
    display: flex;
  align-items: center;
  justify-content: space-between;
  svg {
    transition: all 0.3s ease-in-out;
  }

}

.faq-details:open{
  svg {
    transform: rotate(180deg);
  }
}
.faq__item::marker {
  display: none;
   content: "";
}
.faq__item::-webkit-details-marker { 
  display: none;
   content: "";
}

.faq-details{
  transition: all 0.3s ease-in-out;
    p {
    padding: 20px;
  }
  pre {
    padding: 15px 0;
    text-wrap: auto;
      font-size: 16px;
    font-weight: 400;
  line-height: 26px;
  font-family: inherit;
  }
}
.faq__question {


  height: 100%;
}

.faq__question-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: var(--color-white);
}

.faq__question-icon {
  width: 12px;
  height: 7px;
}

.faq__button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 430px;
  width: 100%;
  height: 90px;
background: #143254;
  border-radius: 12px;
  font-family: 'NT Somic', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: var(--color-white);
  border: none;
  margin: 0 auto;
  box-shadow: 0px 15px 30px rgba(106, 67, 169, 0.15), inset 0px 15px 30px rgba(255, 255, 255, 0.1);
}

/* Blog Section */
.blog {
  padding-top: 100px;
}

.blog__header {
  text-align: center;
  margin-bottom: 50px;
}

.blog__title {
  font-size: 52px;
  font-weight: 500;
  line-height: 60px;
  color: var(--color-text-black);
  margin-bottom: 15px;
}

.blog__subtitle {
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
  color: var(--color-text-black);
}

.blog__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-bottom: 50px;
}

.blog__item {
  background-color: var(--color-white);
  border-radius: 30px;
  gap: 18px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog__image {
  max-width: 100%;
      border-radius: 30px;
      overflow: hidden;
  max-height: 260px;
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.blog__item-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: var(--color-text-black);
  padding: 35px;
  padding-bottom: 0;
}

.blog__item-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 35px;
  padding-inline: 35px;
}

.blog__item-link-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: var(--color-primary);
  text-decoration: underline;
}

.blog__item-link-icon {
  width: 26px;
  height: 9px;
}

.blog__button {
  max-width: 366px;
  width: 100%;
  height: 96px;
  background-color: var(--color-primary);
  border-radius: 22px;
  box-shadow: 0px 15px 40px rgba(106, 67, 169, 0.15);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-inline: auto;
}

.blog__button-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: var(--color-white);
}

.blog__button-icon {
  width: 22px;
  height: 22px;
}

/* Contact Section */
.contact {
  padding-bottom: 87px;
  padding-top: 100px;
}

.contact__content {
  display: flex;
  align-items: center;
  gap: 50px;
}

.contact__text {
  flex: 1;
}

.contact__title {
  font-size: 52px;
  font-weight: 500;
  line-height: 60px;
  color: var(--color-text-black);
  margin-bottom: 30px;
  text-align: center;
}

.contact__buttons {
  display: flex;
  gap: 20px;
  margin-inline: auto;
      justify-content: center;
}

.contact__button {
  max-width: 300px;
  width: 100%;
  height: 80px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 0 20px;
  text-decoration: none;
}

.contact__button--whatsapp {
  background-color: var(--color-whatsapp);
}

.contact__button--telegram {
  background-color: var(--color-telegram);
}

.contact__button-icon {
  width: 32px;
  height: 32px;
}

.contact__button-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
  color: var(--color-white);
}

.contact__image {
  height: 666px;
  background-size: cover;
  background-position: center;
}

/* Before-After Section */
.before-after {
}


.before-after__title {
  font-size: 52px;
  font-weight: 500;
  line-height: 60px;
  text-align: center;
  color: var(--color-text-black);
  margin-bottom: 15px;
}

.before-after__subtitle {
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  color: var(--color-text-black);
  margin-bottom: 50px;
}

.before-after__gallery {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.before-after__item {
  width: 100%;
}

.before-after__image {
  border-radius: var(--border-radius-large);
  overflow: hidden;
  position: relative;
  img {
    width: 100%;
  }
}

.before-after__label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 121px;
  height: 72px;
  background-color: var(--color-text-primary);
  border-radius: 0 var(--border-radius-large) 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  color: var(--color-text-white);
}

.before-after__form {
  width: 100%;
background: #0A1726;


  border-radius: var(--border-radius-large);
  padding: 70px;
  padding-top: 65px;
  box-shadow: var(--shadow-form);
  .policy-check{
    margin-top: 20px;
    margin-inline: auto;
        justify-content: center;
        align-items: start;
        input {
          margin-top: 3px;
    border:1px solid #d2d6dad2;
        }
        input:checked{
          background: url('data:image/svg+xml,<svg width="11" height="8" viewBox="0 0 11 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill="white" fill-rule="evenodd" clip-rule="evenodd" d="M9.74334 2.50072L5.50034 6.74572C5.10934 7.13672 4.47634 7.13672 4.08634 6.74572L1.25734 3.91372C0.867344 3.52372 0.867344 2.89672 1.25734 2.50072C1.64834 2.10672 2.28134 2.10672 2.67234 2.50072L4.79334 4.62372L8.32834 1.08772C8.71934 0.694719 9.35234 0.694719 9.74334 1.08772C10.1333 1.48372 10.1333 2.10672 9.74334 2.50072Z"/></svg>') no-repeat center center;
        }
  }
}

.before-after__form-title {
  font-size: 30px;
  font-weight: 800;
  line-height: 39.9px;
  color: white;
  margin-bottom: 10px;
}

.before-after__form-subtitle {
  font-size: 19px;
  font-weight: 400;
  line-height: 28px;
  color: white;
  margin-bottom: 19px;
}

.before-after__form-label {
  font-size: 13px;
  font-weight: 800;
  line-height: 20px;
  color: white;
  letter-spacing: 0.65px;
  margin-bottom: 16px;
}

.before-after__form-options {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 11px;
  margin-bottom: 35px;
}

.before-after__form-option {
  height: 49px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: white;
  border: 1px solid transparent;
  border: 1px solid rgba(255, 255, 255, 0.377);
  input {
      appearance: none;
  }
}

.before-after__form-option:has(input:checked) {
  background-color: var(--color-white);
  color: #393838;
}





.before-after__form-input {
  width: 100%;
  height: 102px;
  background-color: rgba(20, 50, 84, 0.4);
  border-radius: 12px;
  border: 1px solid rgba(235, 236, 237, 0.2);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}

.before-after__form-field {
  width: 100%;
  height: 100%;
  background:  #FAFBFC;
  border: none;
  border-radius: 12px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
  color: #282828;
}

.before-after__form-field::placeholder {
  color: #282828;
  opacity: 30%;
}

.before-after__form-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.before-after__form-checkbox-box {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.before-after__form-checkbox-mark {
  width: 9px;
  height: 6px;
  background-image: url(https://c.animaapp.com/mcs11ev2NxYwcd/img/checkbox-svg.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.before-after__form-checkbox-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #aaaaaa;
}

.before-after__form-link {
  color: var(--color-primary);
  text-decoration: underline;
}

.before-after__form-button {
  text-transform: uppercase;
  width: 100%;
  height: 102px;
  background-color: var(--color-primary);
  border-radius: 12px;
  font-size: 14px;
  font-weight: 800;
  line-height: 23px;
  letter-spacing: 0.7px;
  color: var(--color-white);
  border: none;
  box-shadow: inset 0px 15px 30px rgba(255, 255, 255, 0.1), 0px 15px 30px rgba(106, 67, 169, 0.15);
}

/* Case Studies Section */
.case-studies {
  margin-top: 100px;
  position: relative;
  .container {
    position: relative;
  }
}
.case-studies-swiper{
  width: 100%;
  overflow: hidden;
  display: flex;
}


.case-studies__title {
  font-size: 52px;
  font-weight: 500;
  line-height: 60px;
  text-align: center;
  color: var(--color-text-black);
  margin-bottom: 60px;
}

.case-studies__content {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}

.case-study {
}

.case-study-grid{
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 32px;
  position: relative;
  gap: 40px;
}

.case-study__image {
  max-height: 275px;
  margin-bottom: 25px;
      overflow: hidden;
    border-radius: 30px;
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
}

.case-study__text {
  padding-left: 30px;
}

.case-study__heading {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  color: var(--color-text-black);
  margin-bottom: 10px;
}

.case-study__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-text-black);
}

.case-study__video {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.case-study__video-button {
  width: 48px;
  height: 48px;
  background-color: #f10101;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 10px 20px rgba(227, 6, 19, 0.15);
}

.case-study__video-icon {
  width: 10px;
  height: 11px;
}

.case-study__video-text {
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #1d1d1b;
  text-decoration: underline;
}

.case-studies__controls {
  position: absolute;
    width: 120%;
    left: -10%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
}

.case-studies__button {
  width: 64px;
  height: 64px;
  background-color: var(--color-primary);
  border-radius: 32px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
}

.case-studies__button-icon {
  width: 9px;
  height: 16px;
}

.case-studies__button-icon--prev {
  background-image: url(https://c.animaapp.com/mcs11ev2NxYwcd/img/slider-prev-svg.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.case-studies__button-icon--next {
  background-image: url(https://c.animaapp.com/mcs11ev2NxYwcd/img/slider-next-svg.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.case-studies__more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 52px;
  max-width: 430px;
  width: 100%;
  height: 90px;
  margin-inline: auto;
background: #143254;
  border-radius: 12px;
  font-family: 'NT Somic', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: var(--color-white);
  border: none;
  box-shadow: inset 0px 15px 30px rgba(255, 255, 255, 0.1), 0px 15px 30px rgba(106, 67, 169, 0.15);
}

.case-studies__dots {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #484848 !important;
}
.swiper-pagination-bullet-active {
  background-color: var(--color-text-primary) !important;
}

/* Consultation Section */

.consultation {
  margin-top: 100px;
}
.consultation-block {
  border-radius: 22px;
  background: url(../img/consultbg.jpg) no-repeat center/cover;
  padding: 50px;
}


.consultation__title {
  font-size: 34px;
  line-height: 42px;
  color: #272727;
    font-weight: 400;
}



.consultation__title-bold {
  font-weight: 600;
}

.consultation__form {
}

.consultation__form-label {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-dark-grey);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.consultation__form-options {
  display: flex;
  gap: 6px;

  label:has(input:checked){
      opacity: 100%;
  }
  label {
    transition: all 0.3s ease-in-out;
    opacity: 40%;
    input {
      appearance: none;
    }
  }
  label:hover {
    opacity: 40%;
  }
}

.consultation__form-option-icon {
  width: 30px;
  height: 30px;
}

.consultation__form-input {
  max-width: 370px;
  width: 100%;
  height: 96px;
  background-color: #fafbfc;
  border-radius: 12px;
  border: 1px solid #f1f1f1;
  display: flex;
  align-items: center;
  padding: 0 34px;
  margin-bottom: 20px;
}

.consultation__form-input::placeholder{
  font-size: 16px;
}
.consultation__form-block{
  display: flex;
  gap: 10px;
}

.consultation__form-field {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  font-size: 18px;
  font-weight: 400;
  color: var(--color-black-alt);
  opacity: 0.5;
}

.consultation__form-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
}

.consultation__form-checkbox-icon {
  width: 17px;
  height: 17px;
}

.consultation__form-checkbox-text {
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-dark-grey);
}

.consultation__form-link {
  color: var(--color-primary);
  text-decoration: underline;
}

.consultation__form-button {
  max-width: 400px;
  width: 100%;
  height: 96px;
  background-color: var(--color-primary);
  border-radius: 12px;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-white);
  border: none;
  box-shadow: 0px 20px 40px rgba(128, 77, 210, 0.15), inset 0px 4px 10px rgba(255, 255, 255, 0.3);
}

/* Portfolio Section */
.portfolio {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.portfolio__title {
  font-size: 52px;
  font-weight: 500;
  line-height: 60px;
  text-align: center;
  color: var(--color-text-black);
  margin-bottom: 50px;
}

.portfolio__gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  min-height: 400px;
  margin-bottom: 50px;
}

.portfolio__item {
  width: 588px;
  height: 400px;
  background-color: var(--color-white);
  border-radius: 24px;
  overflow: hidden;
}

.portfolio__image {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
}

.portfolio__compare-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 37px;
  height: 37px;
}

.portfolio__button {
  max-width: 512px;
  width: 100%;
  margin-inline: auto;
  height: 80px;
  background-color: var(--color-bg-white);
  border-radius: 12px;
  border: 1px solid rgba(9, 22, 38, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.portfolio__button-text {
  font-family: 'NT Somic', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: var(--color-text-black);
  opacity: 0.4;
}

.portfolio__button-icon {
  width: 22px;
  height: 22px;
}

/* CTA Section */
.cta {
  margin-top: 100px;
  padding-top: 657px;
  border-radius: 60px 60px 0 0;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  background: url(../img/cta-bg.jpg) no-repeat center/cover;
  padding-bottom: 44px;
  .sec-main-form-button{
    height: 60px;
  }
  .sec-main-input{
        height: 60px;
  }
  .sec-main-form-block{
    margin-top: 0px;
  }
}

.cta-grid{
  max-width: 1200px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  width: 100%;
}

.cta__left {
  background-color: var(--color-fill-white);
  border-radius: 16px;
  padding: 30px;
  position: relative;
}

.cta__title {
  font-size: 24px;
  line-height: 31.2px;
  color: var(--color-text-black);
  margin-bottom: 10px;
}

.cta__title-regular {
  font-weight: 400;
}

.cta__title-bold {
  font-weight: 600;
}

.cta__subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  color: var(--color-text-black);
  margin-bottom: 35px;
}

.cta__form {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}

.cta__input {
  width: 219px;
  height: 60px;
  background-color: #fafbfc;
  border-radius: 8px;
  border: 1px solid #f1f1f1;
  padding: 0 19px;
  font-size: 18px;
  font-weight: 400;
  color: var(--color-text-black);
  opacity: 0.5;
}

.cta__button {
  width: 301px;
  height: 60px;
  background-color: var(--color-primary);
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--color-white);
  border: none;
  box-shadow: 0px 20px 40px rgba(128, 77, 210, 0.15), inset 0px 4px 10px rgba(255, 255, 255, 0.3);
}

.cta__checkbox {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 7px;
}

.cta__checkbox-text {
  font-family: 'NT Somic', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-dark-grey);
}

.cta__checkbox-link {
  color: var(--color-primary);
  text-decoration: underline;
}

.cta__right {
  background: url(../img/cta-right-bg.jpg) no-repeat center/cover;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  padding: 30px;
}

.cta__right-content {
  text-align: left;
}

.cta__right-title {
  font-size: 24px;
  line-height: 31.2px;
  color: var(--color-white);
  margin-bottom: 10px;
}

.cta__right-title-regular {
  font-weight: 400;
}

.cta__right-title-bold {
  font-weight: 700;
}

.cta__right-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  color: var(--color-white);
  margin-bottom: 14px;
}

.cta__right-button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 271px;
  width: 100%;
  height: 66px;
  background-color: var(--color-white);
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--color-text-black);
  border: none;
}

/* Footer */
.footer {
  margin-top: 50px;
  background-color: var(--color-text-black);
  color: var(--color-white);
}

.footer__top {
  padding-top: 50px;
  padding-bottom: 43px;
}

.footer__columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer__column {
      display: flex;
    flex-direction: column;
}

.footer__column-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 10px;
}

.footer__list {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.footer__list-item {
  position: relative;
  padding-left: 14px;
  a {
font-weight: 400;
font-size: 16px;
line-height: 28px;
letter-spacing: 0%;
color: white;
  }
}

.footer__list-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 4px;
  height: 4px;
  background-color: var(--color-primary);
  border-radius: 2px;
}

.footer__subtitle {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 10px;
}

.footer__messengers {
  display: flex;
  gap: 8px;
  margin-bottom: 30px;
  a {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    img {
      width: 50%;
      height: 50%;
      object-fit: contain;
    }
  }
}

.footer__messenger {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__messenger--whatsapp {
  background-color: var(--color-whatsapp);
}

.footer__messenger--telegram {
  background-color: var(--color-telegram);
}

.footer__socials {
  display: flex;
  gap: 8px;
  margin-bottom: 48px;
   a {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    img {
      width: 50%;
      height: 50%;
      object-fit: contain;
    }
  }
}



.footer__phone {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 5px;
}

.footer__callback {
  font-family: 'NT Somic', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #fc4c02;
  text-decoration: underline;
  display: block;
}

.footer__disclaimer {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
    margin-top: auto;
    br {
      display: none;
    }
}

.footer__bottom {
  height: 130px;
  background-color: #000000;
  padding: 0 360px;
  position: relative;
  padding: 24px 0;
}

.footer__logo {
  display: flex;
  align-items: center;
  gap: 36px;
}

.footer__logo-image {
  border-radius: 50%;
  overflow: hidden;
  width: 82px;
  height: 82px;
  img {
    width: 100%;
    height: 100%;
  }
}

.footer__logo-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer__logo-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  color: var(--color-white);
}

.footer__logo-location {
  display: flex;
  align-items: center;
  gap: 2px;
}

.footer__logo-icon {
  width: 24px;
  height: 24px;
}

.footer__logo-city {
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  color: var(--color-white);
}

.footer__copyright {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: var(--color-white);
}

.footer__company {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: var(--color-white);
}

.footer__policy {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: var(--color-white);
  opacity: 0.6;
  text-decoration: underline;
}

.footer__developer {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: var(--color-white);
  opacity: 0.2;
  text-decoration: underline;
  align-self: flex-end;
}


.video-reviews{
}

.video-reviews2{
  overflow: hidden;
   padding-top: 100px;
}
.video-reviews-slider{
  overflow: visible !important;
  display: flex;
  max-width: 1000px;
  margin-inline: auto;

}
.video-reviews-slide{
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
    img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

}

.video-reviews-buttons{
  margin-top: 50px;
  display: flex;
  background: #4F4F4F10;
  border-radius: 13px;
  padding: 5px;
  max-width: 170px;
  margin-inline: auto;
  align-items: center;
  justify-content: space-between;
}

.video-review-prev{
background: #143254;
flex-shrink: 0;
width: 50px;
height: 50px;
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
}

.video-review-pagination{
font-weight: 400;
font-style: Medium;
font-size: 18px;
line-height: 26px;
letter-spacing: 0%;
text-align: center;
}

.video-review-next{
  flex-shrink: 0;
background: #143254;
width: 50px;
height: 50px;
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
}

.before-after{
  padding-top: 100px;
}

.before-after-grid{
  display: grid;
  grid-template-columns: 650px 525px;
  gap: 25px;
}


.portfolio__item{
  position: relative;
  width: 100%;
  height: 100%;
}

.portfolio__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  pointer-events: none;
}

.after-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  width: 100%;/* начальное положение линии */
}

.slider-line {
  position: absolute;
  top: 0;
  left: 50%; /* начальная позиция */
  width: 7px;
  height: 100%;
  background: #fff;
  cursor: ew-resize;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.slider-line-icon{
  height: 37px;
  width: 37px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-bottom-wrapper{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}


.whyme {
  overflow: hidden;
  margin-inline: 20px;
  border-radius: 40px;
  padding-top: 50px;
  margin-top: 126px;
  padding-bottom: 215px;
background: radial-gradient(#070707d4, #00000000) 289px 0px;
  position: relative;
}

@media(max-width: 575px){
  .whyme {
background: radial-gradient(#070707d4, #00000000) 0px 0px;

  }
}

.whyme-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -2;
  top: 0;
  left: 0;
  object-fit: cover;
}

.whyme-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.whyme-central {
  margin-inline: auto;
  background: url(../img/whyme-flag.png) no-repeat center/contain;
  height: 305px;
  width: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  gap: 10px;
  padding-top: 82px;
  padding-bottom: 100px;
}
.whyme-right {
  text-align: left;
  color: white;
}
.whyme-title {
font-weight: 400;
font-style: Regular;
font-size: 50px;
line-height: 62px;
letter-spacing: 0%;
    text-align: left;
    b {
      font-weight: 600;
    }
}

.whyme-subtitle {
    text-align: left;
font-weight: 400;
font-style: Regular;
font-size: 28px;
line-height: 36px;
letter-spacing: 0%;
margin-top: 24px;
}
.whyme-block {
  display: flex;
  gap: 20px;
  margin-top: 24px;
}
.whyme-icon {
  border-radius: 20px;
  background: #143254;
  width: 76px;
  height: 76px;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }
.whyme-text {
font-weight: 400;
font-style: Regular;
font-size: 18px;
line-height: 26px;
letter-spacing: 0%;
  b {
    font-weight: 600;
  }
}
.whyme-imgs {
  margin-top: 24px;
  display: flex;
  gap: 24px;
  img {
    max-width: 161px;
    width: 100%;
    max-height: 241px;
  }
}

.map{
  margin-inline: 20px;
  margin-top: 24px;
  border-radius: 40px;
  overflow: hidden;
}




@media(max-width: 1440px){
  .reviews__controls{
        width: 100%;
        left: 0;
  }
  .case-studies__controls{
     z-index: 50;
        width: 100%;
        left: 0;
        top: 80%;
  }
  .reviews__slider {
    max-width: 85%;
  }
}

@media(max-width: 1230px){
  .faq-grid {
        grid-template-columns: 1fr 1fr;
  }
  .before-after-grid{
    grid-template-columns: 60% auto;
  }
  .menu {
    display: none;
  }
    .header-city{
      margin-right: 20px;
    }
    .header-messangers{
      margin-left: 20px;
    }
    .header-phone{
      margin-left: 20px;
    }
    .section-uslugi-item-bot{
      flex-direction: column;
    }
    .section-uslugi-info-btn{
      max-width: 100%;
    }
    .benefits__feature-text{
      font-size: 20px;
    }
    .benefits__highlight{
      padding-inline: 20px;
    }
    .service-card__price-text{
      font-size: 17px;
    }
    .service-card__badge-container{
      flex-direction: column;
      max-width: fit-content;
    }
    .quiz__benefits {
          flex-direction: column;
    max-width: 50%;
    gap: 20px;
    align-items: center;
    margin-bottom: 30px;
    }
    .title{
      br {
        display: none;
      }
    }
    .before-after-grid{
      grid-template-columns: 1fr 1fr;
    }
    .whyme-grid{
      grid-template-columns: 1fr 1fr;
      .block-size{
        display: none;
      }
    }
.header-btn{
  margin-left: auto;
}
  .header-bottom {
    flex-direction: row-reverse;
  }
  .header-btn{
    margin-left: 0;
    margin-right: auto;
  }
  .hero__image {
    height: 720px;
  }
      .case-study__image{
        max-height: 180px;
      }
      .case-study-grid {
        gap: 10px;
      }

      .section-uslugi-item-title { 
        font-size: 24px;
      }
      .section-uslugi-item-right {
        max-width: 150px;
      }
}



@media(max-width: 992px){
.quiz__main-block {
    flex-direction: column-reverse;
    gap: 10px;
}
.quiz__master {
  width: 100%;
}
.header-networks{
  display: none;
}
.header-messangers{
  display: none;
}
.header-reviews{
  display: none;
}
.sec-main-block {
  flex-direction: column;
}
.sec-main-block{
  padding-top: 30px;
  padding-bottom: 30px;
}
.sec-main-form-block{
  margin-top: 10px;
}
.section-uslugi-grid{
  display: flex;
  overflow-x: scroll;
  gap: 15px;
}
.section-uslugi-item{
  min-width: 450px;
}
.demo-video__container{
  margin-bottom: 10px;
  height: 400px;
}
.demo-video__title{
  margin-top: 50px;
}.services__grid {
      grid-template-columns: 1fr 1fr;
}
.hero__title{
  br {
    display: none;
  }
}
.consultation-block {
      background: url(../img/consultbg.jpg) no-repeat left / cover;
}
.portfolio__gallery{
  display: flex;
  flex-direction: column;
}
.cta{
  padding-top: 150px;
  padding-inline: 20px;
}
.cta-grid {
  grid-template-columns: 1fr;
}
.video-review__play-button {
  height: 50px;
  width: 50px;
}
.before-after-grid{
  flex-direction: column;
  display: flex;
}
.correct-process__text{
  padding: 20px;
      font-size: 16px;
}
    .faq-grid {
        grid-template-columns: 1fr;
    }
    .faq__image {

      display: none;
    }
    .blog__grid {
      display: flex;
      overflow-x: scroll;
    }
    .blog__item {
        min-width: 300px;
    }
    .footer__bottom{
      height: auto;
    }
    .footer-bottom-wrapper {
      gap: 10px;
    }
    .quiz__master{
      display: none;
    }
      .hero__image {
    height: 512px;
  }
}

@media(max-width: 767px){
  .reviews__button {
    width: 40px;
    height: 40px;
  }
  .whyme-grid{
    display: flex;
    gap: 20px;
    flex-direction: column;
  }

  .sec-main-title,
  .title,
  .benefits__title,
  .benefits__highlight-text,
  .demo-video__title,
  .services__title,
  .quiz__title,
  .quiz__question,
  .hero__title,
  .case-studies__title,
  .portfolio__title,
  .reviews__title,
  .video-reviews__title,
  .before-after__title,
  .work-process__title,
  .correct-process__title,
  .guarantee__title,
  .whyme-title,
  .faq__title,
  .blog__title,
  .contact__title
  {
    font-size: 35px;
    line-height: 100%;
    br {
      display: none;
    }
  }
  .sec-main-title{
    margin-bottom: 10px;
  }
  .sec-main-subtitle{
    margin-bottom: 15px;
  }
  .sec-main-block-right{
    max-width: 100%;
    width: 100%;
     img {
      width: 100%;
     }
  }
  .benefits__grid{
    display: flex;
    overflow-x: scroll;
  }
  .benefit {
    min-width: 250px;
  }
  .benefits__features{
    flex-direction: column;
    gap: 20px;
  }
  .benefits__highlight{
    height: auto;
  }
  .services__grid{
    display: flex;
    overflow-x: scroll;
  }
  .service-card{
    min-width: 300px;
  }
      .quiz__benefits {
        max-width: 100%;
      }
      .quiz__benefit{
        img {
          width: 15%;
        }
      }
    .case-study-grid {
      grid-template-columns: 1fr;
    }
    .case-study{
      display: flex;
      align-items: start;
    }
    .case-study__image{
      min-width: 30%;
      max-width: 30%;
      max-height: 100px;
    }
        .case-studies__controls {
          top: inherit;
          bottom: 10%;
        }
        .case-study__text{
          padding-left: 10px;
        }
        .video-reviews__grid{
          display: flex;
          overflow-x: scroll;
        }
        .video-review{
          min-width: 200px;
        }
        .before-after__gallery{
          display: none;
        }
        .whyme{
          padding-bottom: 50px;
        }
        .correct-process__grid{
          display: flex;
          overflow-x: scroll;
        }
        .correct-process__item{
          min-width: 400px;
        }
        .contact__buttons {
          flex-direction: column;
     align-items: center;
        }
}

@media(max-width: 575px){
        .hero__image {
    height: 320px;
  }
      .quiz__benefits {
        margin-inline: 15px;
        gap: 5px;
      }
  .header-left {
    flex-direction: column;
  }
.logo {
  width: 50px;
  margin-right: 10px;
}
.header-city {
  flex-direction: column;
  margin-right: 0px;
}
.header-phone{
  margin-left: 0;
}
.header-city-location{
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: -40px;
}

  .sec-main-title,
  .title,
  .benefits__title,
  .benefits__highlight-text,
  .demo-video__title,
  .services__title,
  .quiz__title,
  .quiz__question,
  .hero__title,
  .case-studies__title,
  .portfolio__title,
  .reviews__title,
  .video-reviews__title,
  .before-after__title,
  .work-process__title,
  .correct-process__title,
  .guarantee__title,
  .whyme-title,
  .faq__title,
  .blog__title,
  .contact__title
  {
    font-size: 25px;
    line-height: 100%;
    br {
      display: none;
    }
  }
  .sec-main-form-block-img{
    display: none;
  }
  .sec-main-input-block{
    flex-direction: column;
  }
  .sec-main-subtitle{
    font-size: 20px;
  }
  .sec-main-list-item-text{
    font-size: 18px;
  }
  .sec-main-list-item{
    svg {
      flex-shrink: 0;
    }
  }
  .sec-main-input{
    max-width: 100%;
  }
  .sec-main-form-button{
    height: 60px;
    max-width: 100%;
  }
  .section-uslugi,
  .benefits,
  .demo-video,
  .services,
  .quiz,
  .hero,
  .case-studies,
  .consultation,
  .whyme,
  .portfolio,
  .cta
  {
    margin-top: 50px;
  }

  .cta,
  .reviews,
  .video-reviews,
  .video-reviews2,
  .before-after,
  .work-process,
  .correct-process,
  .whyme,
  .faq,
  .blog,
  .contact
  {
    padding-top: 50px;
    
  }

    .contact{
      padding-bottom: 50px;
    }
  .guarantee{
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .section-uslugi-grid{
    margin-top: 20px;
  }
  .section-uslugi-item-title{
    font-size: 20px;
  }
  .section-uslugi-item-top{
    gap: 10px;
  }
.section-uslugi-item-list {
    li {
      padding-left: 0px;
    }
  }
  .section-uslugi-item-right{
    max-width: 40%;
  }
  .section-uslugi-item{
    padding: 15px;
  }
  .benefits__title{
    margin-bottom: 20px;
  }
  .benefits__grid{
    margin-bottom: 20px;
  }
  .demo-video__subtitle{
    font-size: 20px;
    line-height: 110%;
    margin-bottom: 20px;
  }
  .demo-video__title {
    margin-top: 20px;
  }
  .services__subtitle{
    font-size: 20px;
    line-height: 110%;
  }
  .services__header{
    margin-bottom: 20px;
  }
  .service-card__title{
    font-size: 20px;
    line-height: 110%;
  }
  .service-card__header{
    gap: 0px;
  }
  .service-card{
    min-height: auto;
  }
  .service-card__list-title{
    font-size: 20px;
  }
  .service-card__cta-icon-wrapper{
    flex-shrink: 0;
  }
  .services__button{
    max-width: 100%;
  }
  .quiz__subtitle{
    line-height: 110%;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .quiz__options{
    gap: 5px;
  }
  .quiz__option{
    max-height: 150px;
  }
  .quiz__options{
    margin: 0;
  }
  .quiz__option{
    max-width: 100%;
    width: 100%;
    padding: 15px;
  }
  .quiz__option-image{
    margin-bottom: 0px;
  }
  .quiz__button{
    font-size: 14px;
  }
  .hero__title,
  .case-studies__title{
    margin-bottom: 20px;
  }
  .case-study-grid{
    gap: 10px;
  }
  .case-study__image{
    min-width: 40%;
    max-width: 40%;
  }
  .case-study__heading{
    margin-bottom: 0px;
    font-size: 20px;
  }
  .case-study__video{
    margin-top: 5px;
  }
  .case-studies__controls{
    bottom: 11%;
  }
  .consultation-block{
    padding: 15px;
  }
  .consultation__form-block{
    flex-direction: column;
    gap: 5px;
  }
  .consultation__form-input{
    margin-bottom: 0px;
  }
  .consultation__title{
    font-size: 25px;
    line-height: 110%;
  }
  .policy-check{
    margin-top: 10px;
  }
  .portfolio__gallery{
  }
  .portfolio__title{
    margin-bottom: 20px;
  }
  .portfolio__gallery{
    margin-bottom: 10px;
    gap: 5px;
  }
  .portfolio__button{
    gap: 10px;
    padding-inline: 20px;
  }
  .portfolio{
    padding-bottom: 0px;
  }
  .cta-grid{
    gap: 10px;
  }
  .cta__right-button{
    max-width: 100%;
    width: 100%;
  }
  .sec-main-form-title{
    font-size: 20px;
  }
  .cta__right-title{
    font-size: 20px;
    line-height: 110%;
  }
  .reviews__subtitle{
    margin-bottom: 20px;
    font-size: 20px;
  }
  .video-reviews__subtitle{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .video-reviews__grid{
    margin-bottom: 20px;
  }
  .before-after__subtitle{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .video-reviews-buttons{
    margin-top: 20px;
  }
  .before-after__form{
    padding: 20px;
  }
  .before-after__form-subtitle{
    br {
      display: none;
    }
  }
  .before-after__form-title{
    font-size: 25px;
    line-height: 110%;
  }
  .before-after__form-input{
    height: 60px;
  }
  .before-after__form-button{
    height: 60px;
  }
  .work-process__subtitle{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .work-process__grid{
    display: flex;
    overflow-x: scroll;
    gap: 20px;
  }
  .work-process__item{
    min-width: 250px;
    gap: 10px;
  }
  .work-process__image{
    img {
      width: 100%;
    }
  }
  .work-process__warning-text{
    font-size: 20px;
    line-height: 110%;
  }
  .work-process__warning{
    height: 80px;
  }
  .correct-process__title{
    margin-bottom: 20px;
  }
  .guarantee__title{
    margin-left: 0px;
    margin-bottom: 20px;
  }
  .guarantee__item-icon{
    flex-shrink: 0;
  }
  .correct-process{
    padding-bottom: 50px;
  }
  .whyme-central {
    padding-top: 40px;
    padding-bottom: 40px;
    height: 220px;
    width: 240px;
    gap: 5px;
    img {
      width: 50%;
    }
  }
  .whyme-subtitle{
    margin-top: 10px;
    font-size: 20px;
    line-height: 110%;
  }
  .whyme-block{
    margin-top: 10px;
  }
  .faq__title{
    margin-bottom: 20px;
  }
  .faq__item{
  }
  .faq__button {
    height: 60px;
  }
  .blog__subtitle{
    font-size: 20px;
  }
  .blog__header{
    margin-bottom: 20px;
  }
  .blog__item-title{
    padding: 10px;
    font-size: 18px;
    line-height: 110%;
  }
  .blog__grid{
    margin-bottom: 20px;
    gap: 10px;
  }
  .blog__button{
    height: 60px;
  }
  .contact__buttons{
    gap: 10px;
  }
  .contact__button {
    height: 60px;
}
.footer__columns{
  grid-template-columns: 1fr;
  gap: 20px;
}
.footer__disclaimer{
  br {
    display: none;
  }
}
.work-process-block-bg {
      padding-top: 120px;
    padding-bottom: 20px;
}
.map{
  height: 300px;
}
          .header-left {
        flex-direction: row;
        margin-bottom: 10px;
        margin-top: 10px;
    }
}
@media(max-width: 475px){

  .quiz__options{
    grid-template-columns: 1fr 1fr;
    
  }
}

@media(max-width: 425px){


  .quiz__option{
    max-width: 100%;
    max-height: none;
    height: auto;
  }
  .quiz__button{
    padding: 10px;
  }
      .header-city {
        gap: 20px;
        flex-direction: column;
      }

.sec-main-list-item {
  gap: 10px;
}
.sec-main-list {
  gap: 15px;
}
.sec-main-form-block {
  padding: 15px;
}
.section-uslugi-item{
  min-width: 300px;
}
    .section-uslugi-item-top {
      flex-direction: column-reverse;
    }
    .section-uslugi-vanna{
      max-height: 100px;
    }
    .section-uslugi-item-list{
      gap: 5px;
      margin-bottom: 0px;
    }
    .section-uslugi-item-title{
      margin-bottom: 10px;
    }
    .section-uslugi-item-right{
      flex-direction: row;
      max-width: 100%;
    }
    .section-uslugi-item-bot{
      margin-top: 10px;
    }
        .correct-process__item {
        min-width: 300px;
    }
    .correct-process__text {
      height: 120px;
    }
    .correct-process__grid{
      gap: 10px;
    }
    .guarantee__item{
      align-items: start;
    }
    .whyme-imgs{
      gap: 10px;
      img {
        max-width: 150px;
      }
    }
    .whyme-text{
      font-size: 16px;
    }
    .faq__question{
      padding-inline: 10px;
    }
    .contact__button{
      max-width: 100%;
      gap: 15px;
    }
}


.quiz-step-last{
  margin-top: 20px;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
}

.quiz-step-last-left{
  color: white;
  padding-bottom: 134px;
  padding: 80px;
  padding-bottom: 134px;
max-width: 790px;
width: 100%;
background: url(../img/quiz/last-bg.jpg) no-repeat center/cover;
.quiz__master-name {
  font-size: 22px;
}
}
.quiz-last-hero{
  display: flex;
  gap: 20px;
  align-items: center;
}

.quiz-last-hero-img{
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
  img {
    width: 100%;
    height: 100%;
  }
}

.quiz-step-last-title{  
font-weight: 600;
font-size: 45px;
line-height: 130%;
letter-spacing: 0%;
color: white;
  margin-top: 40px;
  margin-bottom: 44px;
}
.quiz-step-last-subtitle{
font-weight: 300;
font-size: 24px;
line-height: 140%;
letter-spacing: 0%;
color: white;
margin-bottom: 49px;
}

.quiz-step-last-items{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.quiz-step-last-item{
  display: flex;
  gap: 16px;
  align-items: center;
}
 
.quiz-step-last-check{
  flex-shrink: 0;
  background: #143254;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quiz-step-last-right{
  max-width: 610px;
  padding-top: 80px;
  padding-inline: 100px;
  width: 100%;
  position: relative;
  background-color: white;
}
.quiz-step-last-abs-img{
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin-inline: auto;
}

.container-quiz{
  max-width: 1400px;
  margin-inline: auto;
}

.quiz-step-container {
  border-radius: 20px;
  width: 100%;
  padding-inline: 90px;
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 34px;
}


.quiz-step--error {
  border: 1px solid rgb(145, 67, 67);
}
@media(max-width: 992px){
  .quiz-step-last{
    flex-direction: column;
  }
  .quiz-step-last-abs-img{
    display: none !important;
  }
  .quiz-step-last-left{
    width: 100%;
    max-width: 100%;
  }
  .quiz-step-last-right{
    width: 100%;
    max-width: 100%;
    padding-bottom: 50px;
  }
  .quiz-step-last-title{
    font-size: 25px;
  }
  .quiz-step-container{
    padding: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .quiz__options{
    margin-left: 0px;
  }
  .quiz__option{
    max-height: none;
  }
  .quiz-step-last-left{
    padding-bottom: 50px;
  }
  .quiz-step-last-subtitle{
    font-size: 18px;
  }
}

@media(max-width: 767px){
    .quiz-step-last-left{
      padding: 30px;
    }
    .quiz-step-last-right{
      padding: 30px;
    }
    .quiz-step-last-title{
      margin-top: 20px;
      margin-bottom: 20px;
    }
      .quiz-step-last-subtitle{
        margin-bottom: 20px;
      }
}

.section-thankyou {
  margin-inline: 20px;
  background: url(../img/main-block-bg.png) no-repeat center/cover;
  border-radius: 40px;
  padding-top: 69px;
  padding-bottom: 68px;
  .container {
    display: flex;
    gap: 82px;
  }
}
.thankyou-left {
  margin-top: 162px;
  margin-bottom: 161px;
  max-width: 720px;
  width: 100%;
}
.thankyou-title {
font-weight: 400;
font-size: 65px;
line-height: 110.00000000000001%;
letter-spacing: 0%;
margin-bottom: 30px;
 span {
  color: #143254;
 }
}
.thankyou-subtitle {
font-weight: 400;
font-size: 24px;
line-height: 120%;
letter-spacing: 0%;

}
.check-phone {
  display: flex;
  gap: 15px;
  align-items: start;
  margin-top: 30px; 
  margin-bottom: 20px;
  p{
font-weight: 400;
font-size: 22px;
line-height: 30px;
letter-spacing: 0%;
opacity: 40%;
  }
}
.check-phone-form {
  display: flex;
  gap: 10px;
  .consultation__form-input{
    max-width: 330px;
    height: 90px;
  }
}
.thankyou-btn {
  width: 100%;
  flex-direction: column;
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
text-align: center;
text-transform: uppercase;
max-width: 380px;
height: 90px;
  span {
font-weight: 400;
font-size: 14px;
line-height: 24px;
letter-spacing: 0%;
text-align: center;

  }
}
.thankyou-right {
max-width: 400px;
border-radius: 22px;
overflow: hidden;
img {
  width: 100%;
  height: 100%;
}
}

.section-wa-tg {
  margin-top: 100px;
}
.section-wa-tg-itmes {
  margin-inline: 103px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-top: 50px;
}
.wa-tg-phone {
  display: flex;
  justify-content: center;
  gap: 16px;
  align-items: center;
  p {
font-weight: 400;
font-size: 25px;
line-height: 42px;
letter-spacing: 0%;
  }
  height: 86px;
}
.wa-tg-whatsapp {
  height: 86px;

    display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  background: #25D366;
  font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
text-transform: uppercase;
color: white;
border-radius: 12px;

}
.wa-tg-telegram {
  height: 86px;

    display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;

  background: #35A9E5;
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
text-transform: uppercase;
color: white;
border-radius: 12px;
}

.section-wa-tg-subtitle{
    margin-bottom: 20px;
font-weight: 400;
font-size: 32px;
line-height: 40px;
letter-spacing: 0%;
text-align: center;
margin-top: 20px;
}

.section-wa-tg-title{
 span {
  color: #143254;
 }
}

.section-vk {
  margin-top: 100px;
}
.section-vk-block {
  background: url(../img/vk-bg.jpg) no-repeat center/cover;
  border-radius: 22px;
  width: 100%;
  padding:  94px  79px 94px  60px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.section-vk-block-left {

}
.section-vk-title {
  text-align: left;
font-weight: 600;
font-size: 54px;
line-height: 42px;
letter-spacing: 0%;
color: white;

}
.section-vk-subtitle {
font-weight: 400;
font-size: 24px;
line-height: 130%;
letter-spacing: 0%;
color: white;
margin-top: 20px;
}
.section-vk-block-right {
  gap: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #0077FF;
font-weight: 500;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
text-align: center;
text-transform: uppercase;
color: white;
max-width: 320px;
width: 100%;
height: 86px;
}

.section-more-info {
  margin-top: 100px;
}
.section-more-info-title {

}
.section-more-info-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.section-more-info-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 35px;
  border-radius: 22px;
  overflow: hidden;
  max-width: 380px;
  width: 100%;
  height: 380px;
  img {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
  }
}
.section-more-info-item-text-top {
font-weight: 600;
font-size: 20px;
line-height: 28px;
letter-spacing: 0%;
color: white;
}
.section-more-info-item-text-bottom {
  background: #143254;
border-radius: 4px;
padding: 7px 15px;
display: flex;
align-items: center;
gap: 11px;
color: white;
width: fit-content;
}

.section-more-info  ~  .footer {
  margin-top: 100px;
}


.section-block-first{
  margin-bottom: 40px;
  border-radius: 40px  ;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-inline: 20px;
  padding-top: 15px;
  padding-bottom: 111px;
} 

.breadcrumbs{
font-weight: 400;
font-size: 14px;
line-height: 22px;
letter-spacing: 0%;
color: white;

}

.section-first-block-title{
font-weight: 400;
font-size: 68px;
line-height: 78px;
letter-spacing: 0%;
text-align: center;
color: white;
margin-top: 75px;
}

.section-first-block-subtitle{
  margin-top: 15px;
font-weight: 400;
font-size: 24px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
color: white;

}

.section-block-first-buttons{
  margin-top: 50px;
  max-width: 810px;
  margin-inline: auto;
  display: flex;
  gap: 10px;
}
.section-block-first-button-left{
background: #143254;
box-shadow: 0px 15px 30px 0px #FFFFFF1A inset;
box-shadow: 0px 15px 30px 0px #6A43A926;
  border-radius: 12px;
  height: 90px;
  max-width: 400px;
  width: 100%;
    display: flex;
  align-items: center;
  justify-content: center;
font-weight: 600;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
text-align: center;
text-transform: uppercase;
  color: white;
}
.section-block-first-button-right{
  background: white;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
    max-width: 400px;
  width: 100%;
font-weight: 600;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
text-align: center;
text-transform: uppercase;
color: black;
}


.section-type-of{
  margin-top: 100px;
}

.section-type-of-subtitle{
  margin-top: 15px;
font-weight: 400;
font-size: 26px;
line-height: 34px;
letter-spacing: 0%;
text-align: center;

}

.section-type-of-title {

}

.section-type-of-item{
  margin-top: 50px;
  display: flex;
  gap: 20px;
  min-height: 664px;
  .service-card {
    width: auto;
    max-width: 380px;
    min-height: 510px;
    height: fit-content;
  }
}

.type-of-before-after{
  max-width: 801px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 23px;
  justify-content: space-between;
  background-color:white;
  padding: 40px;
  border-radius: 22px;
  max-height: 664px;
  .portfolio__item{
    max-height: 402px;
  }
}

.type-of-before-after-header{
  display: flex;
  gap: 40px;
}

.section-compare-table{
  margin-top: 100px;
  padding: 100px 0px ;
  background: white;
  border-radius: 60px;
} 
.section-compare-table-title{

}

.section-compare-table-subtitle{
font-weight: 400;
font-size: 26px;
line-height: 34px;
letter-spacing: 0%;
text-align: center;
margin-top: 15px;
}

.compare-grid{
  margin-top: 50px;
  box-shadow: 5px 2px 12px 0px #6E6E6E0F, 20px 10px 22px 0px #6E6E6E0D, 45px 22px 30px 0px #6E6E6E08, 80px 39px 36px 0px #6E6E6E03, 125px 61px 39px 0px #6E6E6E00;
  border-radius: 22px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 1px;
  background-color: #FFFFFF10;
}
.compare-top-item{
background: #6A43A9;
display: flex;
align-items: center;
justify-content: center;
height: 160px;
text-align: center;
color: white;
font-weight: 600;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
padding: 25px;
}
.compare-color-item{
background: #F8F4FF;
display: flex;
align-items: center;
justify-content: center;
height: 120px;
text-align: center;
font-weight: 400;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;

}

.compare-white-item{
background: white;
display: flex;
align-items: center;
justify-content: center;
height: 120px;
text-align: center;
font-weight: 400;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;

}


.section-what-is-it {
  margin-top: 100px;
}
.section-what-is-it-title {
}
.section-what-is-it-subtitle {
  margin-top: 15px;
font-weight: 400;
font-size: 26px;
line-height: 34px;
letter-spacing: 0%;
text-align: center;

}
.section-what-is-it-block {
  margin-top: 50px;
  display: flex;
  gap: 37px;
  align-items: center;
}
.section-what-is-it-block-left {
  max-width: 463px;
}
.section-what-is-it-block-left-text-big {
font-weight: 400;
font-size: 24px;
line-height: 34px;
letter-spacing: 0%;

}
.section-what-is-it-block-left-text-small {
  margin-top: 10px;
font-weight: 400;
font-size: 18px;
line-height: 140%;
letter-spacing: 0%;

}
.section-what-is-it-block-right {
  max-width: 700px;
  width: 100%;
  max-height: 420px;
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}


.section-akrill {
  margin-top: 100px;
}
.section-akrill-title {

}
.section-akrill-subtitle {
font-weight: 400;
font-size: 26px;
line-height: 34px;
letter-spacing: 0%;
text-align: center;

  margin-top: 15px;
}
.section-akrill-block {
  display: flex;
  margin-top: 50px;
  gap: 20px;
  flex-direction: column;
}
.section-akrill-item {
  border-radius: 20px;
  padding-left: 40px;
  height: 285px;
  display: flex;
  justify-content: space-between;
  align-items: center;
background: #0A1726;
  width: 100%;
}
.section-akrill-item-left {
  width: fit-content;
}
.section-akrill-item-title {
font-weight: 600;
font-size: 24px;
line-height: 130%;
letter-spacing: 0%;
color: white;
}
.section-akrill-list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.section-akrill-list-item {
  display: flex;
  gap: 10px;
  align-items: center;
}
.section-akrill-list-item-circle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #143254;
  flex-shrink: 0;
}
.section-akrill-list-text {
font-weight: 300;
font-size: 16px;
line-height: 135%;
letter-spacing: 0%;
  color: white;
}
.section-akrill-img {
  width: 100%;
    border-radius: 20px;
    overflow: hidden;
    max-width: 456px;
    max-height: 285px;
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
}

.section-gurantee-table{
  margin-top: 100px;
}

.section-gurantee-table-title{

}

.section-gurantee-table-block{
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  .compare-grid{
    margin-top: 0;
    max-width: 960px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
  }
  .compare-top-item{
    height: 160px;
  }
  .compare-color-item{
    height: 184px;
  }
  .compare-white-item{
    height: 184px;

  }
}

.section-gurantee-table-block-left{

}

.section-gurantee-table-text-first{
  margin-top: 180px;
font-weight: 600;
font-size: 26px;
line-height: 34px;
letter-spacing: 0%;
color: #143254;
}

.section-gurantee-table-text-second{
  margin-top: 150px;
font-weight: 600;
font-size: 26px;
line-height: 34px;
letter-spacing: 0%;
color: #143254;

}


.section-plus-minus {
}
.section-plus-minus-title {
margin-top: 100px;

}
.section-plus-minus-items {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-bottom: 50px;
}
.section-plus-minus-item {
  position: relative;
  min-height: 580px;
  border-radius: 20px;
  overflow: hidden;
  padding: 35px 30px;

  img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }

}
.section-plus-minus-item-title {
  margin-bottom: 20px;
font-weight: 700;
font-size: 24px;
line-height: 28px;
letter-spacing: 0%;
color: white;
}
.section-plus-minus-item-subtitle {
font-weight: 400;
font-size: 16px;
line-height: 120%;
letter-spacing: 0%;
color: white;
}

.submenu-dropdown{
  z-index: 1000;
    width: max-content;
  gap: 10px;
  display: none;
  position: absolute;
top: 17px;
  flex-direction: column;
  background-color: white;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 4px 11px 50px #00000054;
}
.has-submenu:hover > .submenu-dropdown, .menu-item-wrapper:focus-within > .submenu-dropdown {
        display: flex;
}

.menu-mobile-open{
    display: none;
}
  .menu-mobile{
    position: fixed;
    top: 0;
    left: 0;
    width: 260px;
    height: 100%;
    background: #fff;
    box-shadow: 2px 0 8px rgba(0,0,0,0.3);
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 9999;
    padding: 20px;
    .menu{
      flex-direction: column;
    }
  }

    .menu-mobile-close{
      position: absolute;
      top: 10px;
      right: 10px;
    }

    .menu-mobile.active {
    transform: translateX(0);
    }

.section-type-of-items {
  display: flex;
  flex-direction: column;
}

@media(max-width: 1230px){

  .menu-mobile-open{
    display: flex;
  }
  .menu-mobile{
    .menu{
      display: flex;
    }
  }
        .section-akrill-list-text{
    br {
      display: none;
    }
  }
  .thankyou-left {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .thankyou-subtitle{
    br {
      display: none;
    }
  }
  .wa-tg-phone {
    p { font-size: 20px;}
  }
  .section-vk-title {
    font-size: 40px;
    text-align: left;
  }
}



@media (max-width: 992px){
  .type-of-before-after {
    .portfolio__item {
        max-height: 200px;
    }
  }
  .type-of-before-after {
    max-height: fit-content;
  }
    .section-type-of-item{
      min-height: auto;
    }

    .compare-grid-wrapper{
      overflow-x: scroll;
    }
    .compare-grid {
      min-width: 992px;
    }
    .compare-top-item {
      padding: 5px;
    }
    .compare-color-item {
      padding: 5px;
    }
     .compare-white-item {
      padding: 5px;
    }
    .section-what-is-it-block{
      flex-direction: column;
    }
    .section-what-is-it-block-left{
      max-width: none;
    }
    .section-plus-minus-item{
          min-height: 100%;
              padding: 15px 15px;
              padding-bottom: 100px;
    }
    .section-plus-minus-items{
      gap: 10px;
    }
    .section-akrill-item{
      padding-left: 20px;
    }
    .section-akrill-img {
      max-height: none;
      height: 100%;
    }
    .check-phone-form{
      display: flex;
      flex-direction: column;
      gap: 10px;
      .consultation__form-input{
        margin-bottom: 0px;
        width: 100%;
        max-width: 100%;
      }
      
    }
    .thankyou-btn{
      max-width: 100%;
    }
    .section-thankyou {
    .container {
        display: flex;
        gap: 22px;
    }
    }
.section-wa-tg-itmes{
  grid-template-columns: 1fr;
}
.section-wa-tg-subtitle {
  br {
    display: none;
  }
}
.section-vk-block{
  flex-direction: column;
  gap: 10px;
  align-items: start;
  padding: 30px;
}
.section-more-info-item {
  height: 250px;
  padding: 20px;
}
.section-more-info-grid{
  gap: 15px;
}

.section-gurantee-table-block{
  overflow-x: scroll;
  gap: 20px;
}
}

@media(max-width: 767px){
  .section-block-first-buttons{
    display: flex;
    flex-direction: column;
    margin-inline: auto;
    align-items: center;
  }
  .section-block-first{
    border-radius: 22px;
    padding-bottom: 50px;
  }
  .section-first-block-title {
    font-size: 35px;
    line-height: 42px;
  }
  .type-of-before-after{
    display: none;
  }
  .section-type-of-item{
    width: 100%;
    margin-top: 10px;
  }
  .section-type-of-items {
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    gap: 15px;
  }
  .section-type-of-subtitle{
    font-size: 18px;
    margin-top: 5px;
    line-height: 22px;
  }
  .section-type-of,
  .section-compare-table,
  .section-what-is-it,
  .section-akrill,
  .section-wa-tg,
  .section-vk,
  .section-more-info
  {
    margin-top: 50px;
  }
  .section-compare-table-subtitle{
    font-size: 18px;
    line-height: 22px;
  }
  .compare-grid{
    margin-top: 20px;
  }
  .section-compare-table{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-what-is-it-subtitle{
    font-size: 18px;
    line-height: 22px;
  }
  .section-what-is-it-block{
    margin-top: 20px;
  }
  .section-what-is-it-block-left-text-big {
        font-size: 22px;
    line-height: 28px;
  }
  .section-plus-minus-items{
    overflow-x: scroll;
    display: flex;
    margin-top: 20px;
  }
  .section-plus-minus-item{
    min-width: 300px;
    height: 350px;
    min-height: auto;
  }
  .section-plus-minus-title{
    margin-top: 50px;
  }
  .section-akrill-item {
    gap: 10px;
  }
  .section-akrill-list-item {
        align-items: start;
  }
  .section-akrill-subtitle {
    font-size: 18px;
    line-height: 22px;
  }
  .thankyou-title{
   font-size: 40px;
  }
  .section-wa-tg-subtitle {
    font-size: 20px;
    line-height: 26px;
  }
  .section-wa-tg-itmes{
    margin-top: 20px;
  }
  .section-more-info-grid{
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width: 575px){
  .section-plus-minus-item-title{
    font-size: 20px;
    line-height: 24px;
  }
  .section-akrill-item{
    flex-direction: column;
  }
  .section-akrill-item-left{
    padding-left: 20px;
    padding-top: 20px;
  }
  .section-akrill-item{
    padding-left: 0px;
  }
  .section-akrill-item{
    height: auto;
  }
  .section-akrill-block{
    margin-top: 20px;
  }
  .quiz__navigation{
    flex-direction: column-reverse;
    margin-bottom: 0px;
  }
  .quiz__button {
    width: 100%;
    max-width: 100%;
  }
  .thankyou-right {
    display: none;
  }
  .section-wa-tg-itmes{
    a {
      width: 95%;
    margin-inline: auto;
    }
  }
  .section-wa-tg-itmes{
    margin-inline: 0;
  }
  .section-vk-title{
    font-size: 30px;
  }
  .section-vk-subtitle {
    font-size: 20px;
    br {
      display: none;
    }
  }
    .section-more-info-grid{
    grid-template-columns: 1fr;
  }
   .section-first-block-title {
    font-size: 30px;
    line-height: 35px;
   }
}

@media(max-width: 425px){
    .section-vk-title{
    font-size: 27px;
  }
  .section-thankyou{
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 22px;
  }
  .thankyou-title{
    margin-bottom: 10px;
  }
  .check-phone{
    margin-top: 5px;
    margin-bottom: 10px;
    p {
        font-size: 18px;
        line-height: 22px;
  }
}
}

  .section-akcii {
    margin-top: 100px;
    ;
}

.section-akcii-title {

}

.section-akcii-block {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-bottom: 100px
}
.section-akcii-item {
  background-color: white;
  max-width: 31%;
  width: 100%;
  display: flex;
  border-radius: 22px;
  flex-direction: column;
  max-height: 572px;
  height: 572px;
}
.section-akcii-item-img {
  width: 100%;
  border-radius: 22px;
  overflow: hidden;
  max-height: 243px;
  height: 100%;
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.section-akcii-item-title {
font-weight: 600;
font-size: 28px;
line-height: 36px;
letter-spacing: 0%;
color:#143254;

}
.section-akcii-item-subtitle {
  margin-top: 20px;
font-weight: 400;
font-size: 14px;
line-height: 140%;
letter-spacing: 0%;

  b {
font-weight: 700;
  }
}
.section-akcii-item-button {
  display: flex;
  margin-inline: auto;
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
  color: white;
  border-radius: 12px;
background: #143254;
  align-items: center;
  justify-content: center;
font-weight: 700;
font-size: 16px;
line-height: 120%;
letter-spacing: 0%;
text-align: center;
  box-shadow: 0px 15px 30px 0px #FFFFFF1A inset, 0px 15px 30px 0px #6A43A926;
  height: 56px;
}
.section-akcii-item-pad{
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}


.section-vakansii {
  margin-top: 100px;
}
.section-vakansii-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.section-vakansii-item {
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
    height: 489px;
  padding: 40px 50px 30px 50px;
  border-radius: 20px;
  box-shadow: 0px 15px 30px 0px #6A6A6A26;

}
.section-vakansii-item-wrap {

}
.section-vakasii-item-title {
font-weight: 700;
font-size: 32px;
line-height: 120%;
letter-spacing: 0px;
vertical-align: middle;
}
.section-vakansii-list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  li {
    position: relative;
  padding-left: 20px;

  }

  li::before {
  content: '';
  position: absolute;
  left: 0;
        top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color-primary);
  transform: translateY(-50%);
  }
}
.section-vakansii-button {
    display: flex;
  margin-inline: auto;

  width: 100%;
  color: white;
  border-radius: 12px;
  background-color: var(--color-primary);
  align-items: center;
  justify-content: center;
font-weight: 700;
font-size: 16px;
line-height: 120%;
letter-spacing: 0%;
text-align: center;
  box-shadow: 0px 15px 30px 0px #FFFFFF1A inset, 0px 15px 30px 0px #6A43A926;
  height: 56px;
}

.section-main-hero{
  margin-inline: 20px;
  height: 750px; 
  overflow: hidden;
  border-radius: 40px;
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.section-certs{
  margin-top: 100px;
      .container {
  position: relative;
      }
}
.certs-swiper{
  margin-top: 50px;
}
.certs__controls{
    position: absolute;
    width: 112%;
    left: -6%;
    top: 54%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
}
.certs-pagination{
  margin-top: 50px;

}
.certs-slide{
  max-height: 391px;
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}


.section-contacts {
  margin-top: 100px;
  .container {
    display: flex;
    gap: 80px;
  }
}
.section-contacts-left {
  max-width: 585px;
  width: 100%;
}
.section-contacts-item {
  background: white;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 20px 30px;
  margin-bottom: 20px;
}
.section-contacts-text {
font-weight: 600;
font-size: 32px;
line-height: 120%;
letter-spacing: 0px;
vertical-align: middle;
}
.section-contacts-icons {
  a {
    border-radius: 12.8px;
    display: flex;
    align-items: center;
    justify-content: center;
    img{
    }
  }
  display: flex;
  gap: 8px;
font-weight: 400;
font-size: 32px;
line-height: 100%;
letter-spacing: 0%;
  align-items: center;

}


  .wa {
        width: 64px;
    height: 64px;
      background: #25D366;
  }
  .tg {
        width: 64px;
    height: 64px;
background: #35A9E5;

  }
  .vk{
        width: 64px;
    height: 64px;
background: #0077FF;

  }
  .youtube {
        width: 64px;
    height: 64px;
background: #F40000;

  }

  .odn {
        width: 64px;
    height: 64px;
background: #F79A38;

  }
.section-contacts-item-else {
  padding: 30px;
  background: white;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}
.section-contacts-text-else {
  margin-top: 20px;
font-weight: 400;
font-size: 18px;
line-height: 120%;
letter-spacing: 0%;
a {
text-decoration-thickness: 0%;
text-decoration-offset: 0%;
text-decoration-style: solid;
text-decoration: underline;
color: #143254;
}
}
.section-contacts-button {
      display: flex;
  width: 100%;
  color: white;
  border-radius: 22px;
  background: #143254;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
font-weight: 700;
font-size: 16px;
line-height: 120%;
letter-spacing: 0%;
text-align: center;
  box-shadow: 0px 15px 30px 0px #FFFFFF1A inset, 0px 15px 30px 0px #6A43A926;
  height: 96px;
}
.section-contacts-right {
  max-width: 520px;
  width: 100%;
  height: 780px;
  border-radius: 22px;
  overflow: hidden;
   img {
    object-fit: cover;
    width: 100%;
    height: 100%;
   }
}

.section-privacy{
  background-color: white;
  border-radius: 40px;
  margin-inline: 20px;
  padding-top: 60px;
  padding-bottom: 100px;
}
.section-privacy-block{
  margin-inline: 300px;
}
.section-privacy-title{
font-weight: 600;
font-size: 24px;
line-height: 22px;
letter-spacing: 0%;
}
.section-privacy-text{
  margin-top: 18px;
font-weight: 400;
font-size: 18px;
line-height: 22px;
letter-spacing: 0%;
}

.section-get-comm{
  margin-top: 50px;
  .container {
    border-radius: 16px;
    background-color: #143254;
    padding-inline: 140px;
    padding-top: 82px;
    padding-bottom: 70px;
  }
}
.section-get-com-items{
  display: flex;
  justify-content: space-around;
}
.section-get-com-item{
  max-width: 250px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  color: white;
  p {
font-weight: 400;
font-size: 18px;
line-height: 140%;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
  }
}
.section-get-com-item-icon{
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-get-comm-button{
background-color: white;
width: 100%;
height: 112px;
display: flex;
align-items: center;
justify-content: center;
font-weight: 700;
font-size: 40px;
line-height: 110.00000000000001%;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
color: #143254;
border-radius: 12px;
margin-top: 35px;
}

.section-get-comm-button:hover{
      box-shadow: 0px 10px 10px black;
}

.section-for{
  margin-top: 100px;
}
.section-for-title{

}
.section-for-items{
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.section-for-item{
min-width: 373px;
  height: 380px;
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  padding: 20px;
  padding-top: 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: brightness(75%);
  }
}
.section-for-item-text{
  margin-left: 20px;
font-weight: 600;
font-size: 20px;
line-height: 28px;
letter-spacing: 0%;
  color: white;
}
.section-for-item-button{
  background:  #C52E1E -8.17%;
box-shadow: 0px 20px 40px 0px #804DD226, 0px 4px 10px 0px #FFFFFF4D inset;
  border-radius: 12px;
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
font-weight: 600;
font-size: 20px;
line-height: 28px;
letter-spacing: 0%;

}

.cooperation{
  overflow: hidden;
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  background: url(../img/coop-bg.jpg) no-repeat center/cover;
  border-radius: 40px;
}

.cooperation-swiper{
  margin-top: 50px;
.swiper-wrapper {
  align-items: stretch
}
}
.cooperetion-slide{
  border-radius: 22px;
  max-width: 380px;
  background-color: white;
  position: relative;
height: auto !important;
}


.cooperation-title{
  color: white;
}
.cooperation-slide-img{
  height: 325px;
  width: 100%;
  border-radius: 22px;
  overflow: hidden;
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.cooperation-number{
  position: absolute;
  z-index: 2;
  top: 303px;
  left: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
font-weight: 400;
font-size: 14px;
line-height: 14px;
letter-spacing: 0%;
text-align: center;
text-transform: uppercase;
color: #143254;
box-shadow: 0px 10px 20px 0px #35383C33;
}

.cooperation-text-title{
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 25px;
font-weight: 400;
font-size: 26px;
line-height: 130%;
letter-spacing: 0%;
  text-align: left;
}

.cooperation-text{
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 25px;
font-weight: 400;
font-size: 16px;
line-height: 130%;
letter-spacing: 0%;
  text-align: left;
  padding-bottom: 20px;
}

.cooperation-buttons{
  margin-top: 50px;
  display: flex;
  background: #4F4F4F10;
  border-radius: 13px;
  padding: 5px;
  max-width: 170px;
  margin-inline: auto;
  align-items: center;
  justify-content: space-between;
    border: 1px solid #ffffff47;
}


.cooperation-prev{
background: #143254;
flex-shrink: 0;
width: 50px;
height: 50px;
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
}

.cooperation-pagination{
font-weight: 400;
font-style: Medium;
font-size: 18px;
line-height: 26px;
letter-spacing: 0%;
text-align: center;
color: white !important;
.swiper-pagination-current{
color: white !important;

}
.swiper-pagination-total{
color: white !important;

}
}

.cooperation-next{
flex-shrink: 0;
background: #143254;
width: 50px;
height: 50px;
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
}

.statia{
  margin-top: 100px;
}

.statia-title{

}
.statia-block{
  margin-top: 50px;
  display: flex;
  gap: 115px;
}
.statia-left{

}
.statia-left-list{
font-weight: 700;
font-size: 26px;
line-height: 34px;
letter-spacing: 0%;

  display: flex;
  flex-direction: column;
  gap: 15px;
  li {
    position: relative;
  padding-left: 20px;
font-weight: 400;
font-size: 18px;
line-height: 120%;
letter-spacing: 0%;
vertical-align: middle;
  .descript{
    z-index: 2;
    position: absolute;
    display: none;
    border-radius: 22px;
    background: white;
    padding: 20px;
    flex-direction: column;
    gap: 10px;
    max-width: 330px;
p {
font-weight: 400;
font-size: 14px;
line-height: 120%;
letter-spacing: 0%;
}
  }
      span {
    cursor: pointer;

        position: relative;
        color: #143254;
text-decoration: underline;
text-decoration-style: solid;
text-decoration-offset: 0%;
text-decoration-thickness: 0%;
      }
      span:hover ~ .descript{
          display: flex;
         }  
  }

  li::before {
    
  content: '';
  position: absolute;
  left: 0;
        top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color-primary);
  transform: translateY(-50%);
  }


}
.statia-right{
  max-width: 700px;
  width: 100%;
  max-height: 420px;
  border-radius: 22px;
  overflow: hidden;
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.calc{
  margin-top: 100px;
}
.calc-title{

}
.calc-block {
  margin-top: 50px;
  display: flex;
  gap: 100px;
}
.calc-left{
  display: grid;
  grid-template-columns: 100px 253px 147px;
  border-radius: 20px;
  background-color:#0A172610;
  column-gap: 1px;
  overflow: hidden;
  width: max-content;
  box-shadow: 0px 15px 30px 0px #6A6A6A26;
  div {
font-weight: 400;
font-size: 18px;
line-height: 100%;
letter-spacing: 0%;

  }
}


.calc-left > :nth-child(3n + 3) { 
  text-align: right;
  padding-right: 22px;
  justify-content: end;
 } 
 .calc-left > :nth-child(3n + 2) { 
  padding-left: 32px;
 } 

 .calc-left > :nth-child(3n + 1) { 
  justify-content: center;
  align-items: center;
 } 

.calc-left-color{
  display: flex;
  align-items: center;
  height: 50px;
background-color:#F8F4FF;
}

.calc-left-white{
  background-color: white;
  height: 50px;
  display: flex;
  align-items: center;
}

.calc-left-last{
  grid-column: span 3;
  background-color: white;
  height: 50px;
  padding-left: 47px;
  padding-right: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between !important;
  p {
font-weight: 600;
font-size: 18px;
line-height: 100%;
letter-spacing: 0%;
  }


}

.calc-right{
  
}
.calc-right-title{
font-weight: 600;
font-size: 32px;
line-height: 130%;
letter-spacing: 0%;

}
.calc-right-grid{
  margin-top: 23px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 20px;
}
.calc-right-item{
  width: 200px;
  display: flex;
  gap: 12px;
  align-items: center;
   p {
font-weight: 400;
font-size: 18px;
line-height: 120%;
letter-spacing: 0%;

   }
}
.calc-right-icon{
  display: flex;
  align-items: center;
  justify-content: center;
border-radius: 8px;
width: 32px;
height: 32px;
background-color: #143254;
}

.factors {
margin-top: 100px;
}

.factors-title{

}

.factors-grid{
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.factors-warning{
  margin-inline: auto;
  margin-top: 50px;
  width: 100%;
  max-width: 920px;
  height: 112px;
background: #FF4433;
  align-items: center;
  display: flex;
  justify-content: center;
  color: white;
  border-radius: 12px;
font-weight: 700;
font-style: Bold;
font-size: 24px;
line-height: 120%;
letter-spacing: 0%;
text-align: center;
   span {
    font-weight: 900;
   }
}

.products {
  margin-top: 100px;
}

.products-title {
}

.products-subtitle {
font-weight: 400;
font-size: 26px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
}
.products-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 50px;
}
.products-item {
  background: white;
  border-radius: 30px;
  max-height: 398px;
  display: flex;
  flex-direction: column;
}

.products-item-padding{
  padding: 25px;
  padding-bottom: 21px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
      height: 100%;
}
.products-item-img {
  width: 100%;
  height: 100%;
  max-height: 200px;
  overflow: hidden;
  border-radius: 22px;
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.products-item-text{
font-weight: 500;
font-size: 24px;
line-height: 100%;
letter-spacing: 0%;
}
.products-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: linear-gradient(80.34deg, #C52E1E -8.17%, #C52E1E 79.07%);
box-shadow: 0px 20px 40px 0px #804DD226, 0px 4px 10px 0px #FFFFFF4D inset;
  border-radius: 12px;
  height: 70px;
  color: white;
font-weight: 700;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
text-align: center;
text-transform: uppercase;

}



.technology {
  margin-top: 100px;
}
.technology-title {
}
.technology-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.technology-item {
  overflow: hidden;
  border-radius: 30px;
  padding-left: 40px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  height: 320px;
  background-color: white;
}
.technology-item-left {
  max-width: 274px;
}
.technology-number {
  margin-top: 58px;
  height: 30px;
  width: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #143254;
  color: white;
font-weight: 400;
font-size: 14px;
line-height: 20px;
letter-spacing: 5%;
text-align: center;
text-transform: uppercase;
}
.technology-item-title {
  margin-top: 10px;
font-weight: 400;
font-size: 22px;
line-height: 30px;
letter-spacing: 0%;

}
.technology-item-text {
  margin-top: 10px;
font-weight: 400;
font-size: 16px;
line-height: 120%;
letter-spacing: 0%;
}
.technology-item-right {
  max-width: 260px;
  height: 100%;
  width: 100%;
  flex-shrink: 0;
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}


.audio {
  margin-top: 100px;
}
.audio-title {
}
.audio-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-top: 50px;
}
.audio-item {
  background: white;
  border-radius: 22px;
  padding: 20px;
  height: 100%;
}
.audio-item-audio {
background: #F2F3F5;
border-radius: 24px;
height: 48px;
padding: 8px;
display: flex;
width: 100%;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.audio-item-button {
  background-color: #143254;
  color: white;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.audio-item-wave {
  display: flex;
  align-items: center;
}
.audio-item-time {
  width: 35px;
}
.audio-item-sound {
  align-items: center;
    display: flex;
}
.audio-item-text {
font-weight: 400;
font-size: 16px;
line-height: 120%;
letter-spacing: 0%;
}


.post-review {
  margin-top: 100px;
}
.post-review-block {
  background: url(../img/post-review-bg.jpg) no-repeat center/cover;
  border-radius: 22px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 110px 80px 102px 60px;
}
.post-review-title {
  color: white;
}
.post-review-subtitle {
  color: white;
font-weight: 400;
font-size: 24px;
line-height: 130%;
letter-spacing: 0%;
  margin-top: 20px;
}
.post-review-button {
  height: 86px;
  border-radius: 12px;
background: #143254;

  color: white;
  width: 320px;
  box-shadow: 0px 15px 30px 0px #FFFFFF1A inset, 0px 15px 30px 0px #6A43A926;
  display: flex;
  align-items: center;
  justify-content: center;
font-weight: 500;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
text-align: center;
text-transform: uppercase;

}

@media(max-width: 1345px){
.certs-swiper {
  max-width: 80%;
}
.certs__controls {
  width: 92%;
    left: 4%;
}
}

@media(max-width: 1230px){
  .section-akcii-item {
    min-width: 32%;
    max-width: 32%;
  }
  .section-contacts {
  .container {
    gap: 30px;
  }
}
.section-contacts-text {
    font-size: 24px;
}
.section-privacy-block{
  margin-inline: 100px;
}
.statia-block {
  gap: 50px;
}
.calc-block {
  gap: 50px;
}
.products-item-img {
  max-height: 150px;
}
.products-item-padding{
  gap: 10px;
}
.technology-item-right{
  max-width: 170px;
}
.technology-item {
  padding-left: 20px;
}
.technology-number {
    margin-top: 30px;
}
.audio-grid {
  grid-template-columns: 1fr 1fr;

}
.post-review-block {
  padding-right: 60px;
}
}

@media(max-width: 992px) {
  .section-akcii-block {
    flex-wrap: nowrap;
    overflow-x: scroll;
    justify-content: start;
  }
  .section-akcii-item { 
    min-width: 380px;
  }
      .certs-swiper {
        max-width: 34%;
    }
      .section-contacts {
  .container {
    flex-direction: column;
  }
}
.section-contacts-left {
  max-width: 100%;
}
.section-contacts-right{
max-width: 100%;
height: 350px;
}
.section-for-items{
  overflow-x: scroll;
  flex-wrap: nowrap;
  justify-content: start;
}
.section-get-comm{
  .container {
    padding-inline: 30px;
  }
}
.section-get-comm-button{
  font-size: 32px;
}
.calc-block{
  flex-direction: column;
  align-items: center;
}
.products-grid{
  display: flex;
  overflow-x: scroll;
}
.products-item{
  min-width: 250px;
}
.technology-grid{
  display: flex;
  overflow-x: scroll;

}
.technology-item{
  min-width: 460px;
}
.post-review-block{
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
}
@media (max-width: 767px) {
  .section-vakansii-items {
    grid-template-columns: 1fr;
  }
    .section-vakansii-item {
      margin-inline: auto;
    }
    .section-privacy-block{
  margin-inline: 20px;
}
.section-get-com-items{
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.section-get-com-item{
  flex-direction: row;
  p {
    br {
      display: none;
    }
  }
}
.statia-block{
  flex-direction: column;
  margin-top: 20px;
  gap: 20px;
}
.statia-right{
  max-width: 100%;
}
.factors-grid{
  display: flex;
  flex-direction: column;
  gap: 0px;
  margin-top: 20px;
}
.factors-warning{
  font-size: 18px;
  margin-top: 10px;
}
.factors{
  margin-top: 50px;
}
.calc {
  margin-top: 50px;
}
.statia{
  margin-top: 50px;
}
.products{
  margin-top: 50px;
}
.technology{
  margin-top: 50px;
}
.calc-block{
  margin-top: 20px;
  gap: 20px;
}
.products-grid{
  margin-top: 20px;
}
.technology-grid{
  margin-top: 20px;
}
.products-subtitle{
  font-size: 20px;
}
.audio-grid {
  grid-template-columns: 1fr ;

}
}
  
@media (max-width: 575px) {
  .section-akcii-item-title {
    font-size: 22px;
    line-height: 26px;
  }
  .section-akcii-item {
    height: 526px;
  }
  .section-akcii-block {
    margin-top: 20px;
  }
  .section-vakansii-item{
    padding: 25px;
    height: 415px;
  }
  .section-vakasii-item-title {
    font-size: 25px;
  }
  .section-vakansii{
    margin-top: 50px;
  }
  .section-akcii{
    margin-top: 50px;
  }
        .certs-swiper {
        max-width: 50%
    }
    .section-main-hero{
      margin-top: 50px;
      height: 350px;
    }
    .section-certs{
      margin-top: 50px;

    }
    .section-contacts-text{
      font-size: 22px;
    }
    .section-contacts-icons{
      font-size: 20px;
      a {
        img {
        width: 40px;
        height: 40px;
      }
    }
    }
    .section-contacts-item{
      margin-bottom: 10px;
    }
    .section-contacts-button{
      margin-top: 15px;
      height: 60px;
    }
    .section-contacts{
      margin-top: 50px;
    }
        .section-privacy-block{
  margin-inline: 10px;
}
.section-privacy{
  border-radius: 20px;
  padding-top: 20px;
  padding-bottom: 50px;
}
.section-get-comm-button{
  font-size: 22px;
}
.section-get-comm{
  .container {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.section-for{
  margin-top: 50px;
}
.cooperation{
  padding-top: 50px;
  margin-top: 50px;
  padding-bottom: 20px;
}
.cooperation-buttons{
  margin-top: 20px;
}
.cooperation-slide-img {
    height: 195px;
  }
  .cooperation-text-title {
    margin-top: 10px;
  }
  .cooperation-swiper{
    margin-top: 20px;
  }
  .cooperation-number {
    top: 165px;
  }
  .section-get-comm-button{
    height: 70px;
  }  
  .section-block-first{
    margin-inline: 0px;
    border-radius: 0px;
  }
  .section-for-items{
    margin-top: 20px;
  }
  .calc-left {
    grid-template-columns: 70px 150px 100px;
  }
  .calc-left > :nth-child(3n + 2) {
    padding-left: 10px;
  }
  .calc-left-color {
    height: 60px;
}
.calc-left-white {
  height: 60px;
}
.calc-left-last {
padding-left: 15px;
    padding-right: 15px;
}
.calc-left > :nth-child(3n + 3) {
    padding-right: 5px;
}
.calc-right-item {
    width: 160px;
  }
  .calc-right-title{
    font-size: 25px;
  }
  .factors-grid{
    .case-study__image{
      min-width: 32%;
        max-width: 32%;
            border-radius: 15px;
    }
  } 
  .factors-warning{
    br {
      display: none;
    }
  }
  .products-grid{
    gap: 15px;
  }
  .products-item-text{
    font-size: 18px;
  }
  .audio-grid {
    margin-top: 20px;
    gap: 15px;
  }
  .post-review-subtitle{
    font-size: 18px;
  }
  .post-review-block{
    padding: 30px;
  }
  .post-review{
    margin-top: 50px;
  }
}


.blog-pagination{
  display: flex;
  gap: 5px;
    margin-inline: auto;
}


.page-numbers{
  display: flex;
      align-items: center;
    justify-content: center;
  gap: 5px;
  a.page-numbers {
    border: 1px solid #000000;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
width:40px;
height: 40px;
color:  #000000;
border-radius: 8px;
  opacity: 10%;
  }
  a.page-numbers:hover {
      background-color: #143254;
  color: white;
  border: 1px solid #143254;
   opacity: 100%;

  }
  .current {
      background-color: #143254;
  color: white;
  border: 1px solid #143254;
   opacity: 100%;
   display: flex;
align-items: center;
justify-content: center;
gap: 10px;
width:40px;
height: 40px;
border-radius: 8px;

  }



a.prev{
border: 1px solid #000000;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
width: 120px;
height: 40px;
color:  #000000;
border-radius: 8px;
  opacity: 10%;
}
a.prev:hover{
  background-color: #143254;
  color: white;
  opacity: 100%;
  border: 1px solid #143254;
}
a.next{
border: 1px solid #000000;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
width: 120px;
height: 40px;
color:  #000000;
border-radius: 8px;
  opacity: 10%;
}

a.next:hover{
  background-color: #143254;
  color: white;
  border: 1px solid #143254;
   opacity: 100%;
}
}


.post-content-left{
  h2 {
font-weight: 700;
font-size: 24px;
line-height: 120%;
letter-spacing: 0%;

  }
   p{
    margin-top: 20px;
font-weight: 400;
font-size: 18px;
line-height: 120%;
letter-spacing: 0%;
margin-bottom: 50px;
   }
     ul {
padding-left: 15px;

     }
}

.table-of-contents{
  margin-bottom: 90px;
  h3 {
font-weight: 500;
font-size: 52px;
line-height: 60px;
letter-spacing: 0%;
  }
  ul {
margin-top: 20px;
    color: black !important;
font-weight: 500;
font-size: 24px;
line-height: 120%;
letter-spacing: 0%;
text-decoration: underline;
text-decoration-style: solid;
display: flex;
flex-direction: column;
gap: 10px;
 li {
font-weight: 500;
font-size: 24px;
line-height: 120%;
letter-spacing: 0%;
text-decoration: underline;
text-decoration-style: solid;
    color: black !important;
  a {
    color: black !important;
    
 }
  }
}
}

.post-content{
  margin-top: 100px;
  .container{
    display: flex;
  }
}

.post-content-left{
  max-width: 800px;
  padding-right: 50px;
}

.post-content-right{
  min-width: 400px;
  .before-after__form{
    padding: 40px;
  }
}

.phone-call-form{
font-weight: 400;
font-size: 22px;
line-height: 30px;
letter-spacing: 0%;
text-align: center;
  padding-top: 20px;
  border-top: 1px solid #FFFFFF20;
  color: white;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

@media(max-width: 992px){
  .post-content{
    .container{
      flex-direction: column;
      .before-after__form{
        margin-inline: auto;
      }
    }
  }
  .post-content-right{
    min-width: auto;
  }
}

@media(max-width: 767px){
.table-of-contents{
  margin-bottom: 50px;
  h3 {
    font-size: 32px;
  }
}
}

.modal{
  padding: 0px !important;
  display: none;
}

.modal-left{
  position: relative;
  background: url(../img/modal-bg.jpg) no-repeat center/cover;
  width: 50%;
  padding-top: 60px;
  padding-inline: 50px;
  .quiz__master-name {
    color: white;
  }
  .quiz__master-top {
    align-items: center;
  }
}
.modal-right{
  width: 50%;
}

.abs-img-modal{
  position: absolute;
  bottom: 0px;
  margin-inline: auto;
  left: 0;
  right: 0;
  max-width: 320px;
}

@media(max-width: 1200px) {
  .abs-img-modal{ 
    max-width: 200px;
  }
}

.modal-title{
font-weight: 400;
font-size: 36px;
line-height: 44px;
letter-spacing: 0%;
color: white;
  margin-top: 20px;
}

.modal-subtitle{
font-weight: 400;
font-size: 22px;
line-height: 30px;
letter-spacing: 0%;
color: white;
margin-top: 10px;
}

.modal-callback{
  max-width: 915px;
  width: 100%;
  border-radius: 22px;
  .before-after__form{
    border-radius: 0px;
    padding: 60px;
    color: black;
    background-color: white;

    .policy-check{
    margin-top: 20px;
    margin-inline: auto;
        justify-content: center;
        align-items: start;
        input {
          margin-top: 3px;
        border:1px solid #2b31385c;
        }
        input:checked{
          background: url('data:image/svg+xml,<svg width="11" height="8" viewBox="0 0 11 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill="black" fill-rule="evenodd" clip-rule="evenodd" d="M9.74334 2.50072L5.50034 6.74572C5.10934 7.13672 4.47634 7.13672 4.08634 6.74572L1.25734 3.91372C0.867344 3.52372 0.867344 2.89672 1.25734 2.50072C1.64834 2.10672 2.28134 2.10672 2.67234 2.50072L4.79334 4.62372L8.32834 1.08772C8.71934 0.694719 9.35234 0.694719 9.74334 1.08772C10.1333 1.48372 10.1333 2.10672 9.74334 2.50072Z"/></svg>') no-repeat center center;
        }
  }


  }

    .before-after__form-option {
  background-color: var(--color-white);

  height: 49px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #393838;
  border: 1px solid rgba(15, 15, 15, 0.377);
    
  input {
      appearance: none;
  }
}

.before-after__form-option:has(input:checked) {
  color: white;
      background-color: var(--color-primary);

}
.before-after__form-label{
  color: #282828;
  opacity: 40%;
font-weight: 500;
font-size: 13px;
line-height: 22px;
letter-spacing: 0%;
text-transform: uppercase;
margin-bottom: 10px;
margin-top: 20px;

}
.before-after__form-subtitle{
  color: #000000;
}
.before-after__form-title{
  color: #000000;
}
.before-after__form-input{
  height: 86px;
  margin-bottom: 0px;
}
.before-after__form-field{
  border: 0px;
  padding: 30px;
  background: #FAFBFC;
}
.before-after__form-field::placeholder{
  color: #282828;
  opacity: 30%;
}
.before-after__form-button{
  height: 86px;
  margin-top: 10px;
}
.before-after__form-options{
  margin-bottom: 0px;
  margin-top: 0px;
}
}

.modal-quiz, .quiz {
    .before-after__form{
    border-radius: 0px;
    padding: 60px;
    color: black;
    background-color: white;

    .policy-check{
    margin-top: 20px;
    margin-inline: auto;
        justify-content: center;
        align-items: start;
        input {
          margin-top: 3px;
    border: 1px solid #00000059;
        }
        input:checked{
          background: url('data:image/svg+xml,<svg width="11" height="8" viewBox="0 0 11 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill="black" fill-rule="evenodd" clip-rule="evenodd" d="M9.74334 2.50072L5.50034 6.74572C5.10934 7.13672 4.47634 7.13672 4.08634 6.74572L1.25734 3.91372C0.867344 3.52372 0.867344 2.89672 1.25734 2.50072C1.64834 2.10672 2.28134 2.10672 2.67234 2.50072L4.79334 4.62372L8.32834 1.08772C8.71934 0.694719 9.35234 0.694719 9.74334 1.08772C10.1333 1.48372 10.1333 2.10672 9.74334 2.50072Z"/></svg>') no-repeat center center;
        }
  }


  }

    .before-after__form-option {
  background-color: var(--color-white);

  height: 49px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #393838;
  border: 1px solid rgba(15, 15, 15, 0.377);
    
  input {
      appearance: none;
  }
}

@media (max-width: 575px){
      .before-after__form-option {
        font-size: 12px;
      }
}

.before-after__form-option:has(input:checked) {
  color: white;
      background-color: var(--color-primary);

}
.before-after__form-label{
  color: #282828;
  opacity: 40%;
font-weight: 500;
font-size: 13px;
line-height: 22px;
letter-spacing: 0%;
text-transform: uppercase;
margin-bottom: 10px;
margin-top: 20px;

}
.before-after__form-subtitle{
  color: #000000;
}
.before-after__form-title{
  color: #000000;
}
.before-after__form-input{
  height: 86px;
  margin-bottom: 0px;
}
.before-after__form-field{
  border: 0px;
  padding: 30px;
  background: #FAFBFC;
}
.before-after__form-field::placeholder{
  color: #282828;
  opacity: 30%;
}
.before-after__form-button{
  height: 86px;
  margin-top: 10px;
}
.before-after__form-options{
  margin-bottom: 10px;
  margin-top: 0px;
}
}

.label {
  cursor: pointer;
}

.time-field.disabled{
  background: #E8E9EB;
  color: #28282830;
}
.f-html {
  background: none !important; 
}

@media(max-width: 992px){
  .modal-left{
    display: none;
  }
  .modal-right{
    width: 100%;
  }
  .modal-callback {
    max-width: fit-content;
  }
  .section-uslugi{
    ._coursor {
      display: flex;
    }
  }
  .blog{
        ._coursor {
      display: flex;
    }
  }
  .section-compare-table{
            ._coursor {
      display: flex;
    }
  }
  .section-akcii{
                ._coursor {
      display: flex;
    }
  }
  .section-for{
                    ._coursor {
      display: flex;
    }
  }
}


@media(max-width: 767px) {
.benefits{
      ._coursor {
      display: flex;
    }
}
.services{
        ._coursor {
      display: flex;
    }
}
.video-reviews{
          ._coursor {
      display: flex;
    }
}
.correct-process{
            ._coursor {
      display: flex;
    }
}
.section-type-of{
              ._coursor {
      display: flex;
    }
}
.section-plus-minus {
                ._coursor {
      display: flex;
    }
}
}


@media(max-width: 575px) {
  .modal-quiz {
    max-width: 475px;
    .container-quiz {
      max-width: 100%;
    }
  }
  .work-process{
              ._coursor {
      display: flex;
    }
  }
  .before-after__form-options{
    gap: 5px;
  }
    .before-after__form-option{
      font-size: 12px;
    }
}

@media(max-width: 475px){
    .modal-right{
  .before-after__form{
    padding: 20px;
  }
  }
    .modal-quiz {
    max-width: 375px;

  }
      .reviews__slider {
        max-width: 80%;
      }
            .demo-video__container {
        height: 200px;
      }
}

.btn-green {
    transition: all 0.3s ease-in-out;
}

.btn-green:hover{
  background: #159444;
  color: white;
}

.show-more-btn {
  transition: all 0.3s ease-in-out;
}

.show-more-btn:hover {
  border-color: #000000;
}


.blue-btn {
  transition: all 0.3s ease-in-out;

}

.blue-btn:hover {
  background: #0A1726;
  box-shadow: 0px 15px 30px 0px #FFFFFF1A inset, 0px 15px 30px 0px #6A43A926;
  color: white;
}

.modal-review {
  flex-direction: column;
  background-color: white !important;
  padding: 60px !important;
  border-radius: 22px;
  max-width: 915px;
  .before-after__form-button {
    max-width: 344px;
    margin-inline: auto;
  }
}

.modal-review-title{
font-weight: 400;
font-size: 36px;
line-height: 44px;
letter-spacing: 0%;
text-align: center;

}

.modal-review-form{
  display: flex;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 30px;
  .before-after__form-label{
    color: #282828;
    opacity: 40%;
    text-transform: uppercase;
  }
  .before-after__form-input:nth-last-child(1) {
    margin-bottom: 0px;
  }
}

.modal-review-left{
  max-width: 344px;
  width: 100%;
}

.modal-review-right{
max-width: 431px;
width: 100%;
textarea{
  height: 100%;
      border: 1px solid rgba(20, 50, 84, 0.4);
  resize: none;
  padding-top: 20px;
  padding-bottom: 20px;
font-weight: 500;
font-size: 18px;
line-height: 26px;
letter-spacing: 0%;

}

}


.modal-avito {
  display: none;
  flex-direction: column;
  border-radius: 20px !important;
    background: #F5F5F5 !important;
    width: 95%;
    .container {
      position: relative;
    }
    padding-top: 160px !important;
    padding-bottom: 160px !important;
}

@media(max-width: 767px) {
  .modal-review-form{
    flex-direction: column;
    .before-after__form-input {
      width: 100%;
    }
    .modal-review-left {
      max-width: 100%;
    }
    .modal-review-right {
      max-width: 100%;
    }
  }
  .modal-review-title {
    font-size: 22px;
    line-height: 26px;
  }
  .modal-avito {
        padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

@media(max-width: 475px) {
.modal-review {
  padding: 22px !important;
}
.modal-review-form {
  margin-top: 20px;
}
}

.section-plus-minus-block-img {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: 240px;
  border-radius: 20px;
  overflow: hidden;
}

.section-plus-minus-item.second {
  padding: 0px;
  min-height: auto;
  .section-plus-minus-item-title {
    margin-left: 30px;
    margin-top: 25px;
    color: black;
font-weight: 500;
font-size: 22px;
line-height: 30px;
letter-spacing: 0%;
    margin-bottom: 0px;
  }
  .section-plus-minus-item-subtitle {
    margin-left: 30px;
    color: black;
    margin-top: 10px;
  }
}


@media (max-width: 1200px) {
  .section-plus-minus-item.second {
    min-height: inherit;
    height: auto;
    border-radius: 0px;
  .section-plus-minus-item-title {
    margin-left: 0px;
  }
  .section-plus-minus-item-subtitle {
    margin-left: 0px;
  }
  }

}

.faq-hidden {
  display: none;
}

.menu-item:hover {
    color: black;
text-shadow: 0px 0px 1px black;
}
.submenu-dropdown{
  .menu-item{
    text-shadow: none;
  }
  .menu-item:hover {
    color: black;
text-shadow: 0px 0px 1px black;
}
}


.time-field:disabled {
  opacity: 50%;
}

.quiz__option {
  cursor: pointer !important;
}

.faq-details {
  cursor: pointer;
}


.fancybox__viewport.is-draggable {
    cursor: auto !important;
}


.max {
    background: linear-gradient(60deg, #5a8cff -16.1%, #43d6ff 8.36%, #8f3fff 76.63%);
}

.section-contacts-icons {
  .max {
    width: 64px;
    height: 64px;
  }
}