* {
    box-sizing: border-box;
  }
  @font-face {
    font-family: "MontserratT";
    src: url("../fonts/Montserrat-Regular.ttf");
    font-weight: 200;
    font-style: normal;
  }
  @font-face {
    font-family: "MontserratT";
    src: url("../fonts/Montserrat-Medium.ttf");
    font-weight: 400;
    font-style: medium;
  }
  @font-face {
    font-family: "MontserratT";
    src: url("../fonts/Montserrat-ExtraBold.ttf");
    font-weight: 600;
    font-style: bold;
  }
  html {
    font-family: "MontserratT";
    font-weight: 400;  
    scroll-behavior: smooth;
  }
iframe {
  width: 100%;
  height: 100Vh;
  border: none;
  display: none;
}
  #splash {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255) center/cover no-repeat;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 1;
    transition: opacity 0.6s ease;
    z-index: 9999;
  }
  .splash {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    transform: translateY(-80px);
  }
  .splash-logo {
    width: 250px;
    opacity: 0;
    transform: scale(2) translateY(-50px);
    animation: logo-fly 1s ease forwards;
  }
  @keyframes logo-fly {
    to {
      opacity: 1;
      transform: scale(1) translateY(0);
    }
  }
  .splash-text {
    text-align: center;
    margin-top: 20px;
    opacity: 0;
    animation: text-appear 0.1s ease forwards;
    animation-delay: 1s;
  }
  @keyframes text-appear {
    to {
      opacity: 1;
    }
  }
  .splash .brand {
    font-weight: 800;
    font-size: 64px;
    margin: 10px 0 0;
    background: #0061FB;
    background-size: 200%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    animation: brand-gradient 0.5s ease forwards;
    animation-delay: 1s;
  }
  @keyframes brand-gradient {
    from { background-position: left; }
    to   { background-position: right; }
  }
  @keyframes logo-exit {
    to {
      opacity: 0;
      transform: translateY(-200%);
    }
  }
  @keyframes text-exit {
    to {
      opacity: 0;
      transform: translateY(200%);
    }
  }
  .splash.exit .splash-logo {
    animation: logo-exit 1s ease forwards;
  }
  .splash.exit .splash-text {
    animation: text-exit 1s ease forwards;
    animation-delay: 0.5s;
  }
  .container{
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
  }
  .header {
    position: sticky;
    top: 0;
    background: white;
    z-index: 100000;
    height: 115px;
    border-bottom: 1px solid #959595;
    margin-bottom: 15px;
    z-index: 500;
  }
  .navi-menu {
    padding: 45px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items:center;
  }
  .header-teleg {
    background-color: #2B2B2B;
    width: 150px;
    height: 25px;
    border-radius: 20px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin-right: 40px;
  }
  .header-teleg:hover{background: #0061FB;}
  .link-teleg{
    text-decoration: none;
  }
  .header-teleg-img {
    margin-right: 10px;
  }
  .socset {
    display: flex;
    flex-direction: row;
  }
  .nav-menu__list {
    display: flex;
    flex-direction: row;
  }
  .nav-menu__list-item {
    margin-right: 50px;
    font-size: 16px;
  }
  .nav-menu__list-item:last-child {
    margin-right: 0px;
  }
  .nav-menu__list-item a {
    text-decoration: none;
    color: #959595;
  }
  .nav-menu__list-item a:hover{
    color: #2B2B2B;
  }
  .main-section-logo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 80px;
  }
  .main-section-left-text {
    font-size: 96px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .blue {
    color: #0061FB;
  }
  .main-section-left-footnote{
    color: #959595;
    font-size: 24px;
    margin-bottom: 40px;
  }
  .myButton {
    width: 200px;
    height: 50px;
    background-color: #0061FB;
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0);
    font-size: 16px;
    cursor: pointer;
    transition: background 1.1s ease;
  }
  .myButton:hover {
    background-color: #2B2B2B;
  }
  .black-animation {
    margin-bottom: 80px;
    border-top: 1px solid #959595;
    border-bottom: 1px solid #959595;
  }
  .up-pat {
    display: flex;
    flex-direction: row;
  }
  .ch-b {
    width: 100%;
    height: 470px;
    font-size: 128px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.5s ease;
  }
  .ch-b:hover{
    background-color: #2B2B2B;
    color: #FFFFFF;
  }
  .bl-wh {
    width: 100%;
    height: 470px;
    font-size: 128px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0061FB;
    color: #FFFFFF;
    transition: background 0.5s ease;
  }
  .bl-wh:hover{
    background-color: #2B2B2B;
  }
  .many-icon{
    margin-bottom: 30px;
  }
  .title-icons{
    display: flex;
    justify-content: center;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 30px;
  }
  .big-icons{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .big-icons-first {
    width: 256px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
  }
  .big-icons-first svg {
    margin-bottom: 40px;
  }
  .big-icons-first svg:hover {
    color: #0061FB;
  }
  .icon-ocenka {
    width: 120px;
    height: 100px;
  }
  .description-text {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
  }
  .litle-icon{
    width: 750px;
    display: flex;
    flex-direction: row;
    justify-content: space-between  ;
    align-items: center;
    margin-bottom: 50px;
    padding: 20px;
  }
  .icon {
    height: 50px;
    opacity: 1;
  }
  .br-futer {
    border-top: 1px solid #959595;
    width: 100%;
    margin-bottom: 50px;
  }
  .icons-futer {
    margin-right: 20px;
    color: #003A95;
  }
  .futer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
  }
  .contacts {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .text-futer {
    font-size: 48px;
    font-weight: 400;
    color: #959595;
  }
  .contacts1 {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  .futer-menu {
    flex-direction: column;
    
  }
  .futer-item {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .futer-item:last-child {
    margin-bottom: 0px;
  }
  .scroll-up {
    position: absolute;
    right: -20%;
  }
  .futer-con {
    display: flex;
    flex-direction: row;
  }
  .color-loop {
    animation: hueCycle 3s ease-in-out infinite;
  }
  @keyframes hueCycle {
    0% { 
      filter: invert(27%) sepia(70%) saturate(3565%) hue-rotate(211deg) brightness(95%) contrast(109%);
    }
    50% { 
      filter: invert(0%) sepia(96%) saturate(0%) hue-rotate(227deg) brightness(104%) contrast(101%);
    }
    100% { 
      filter: invert(27%) sepia(70%) saturate(3565%) hue-rotate(211deg) brightness(95%) contrast(109%);
    }
  }
  .futer-rights {
    font-weight: 200;
    height: 40px;
    background-color: #0061FB;
    color: white;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-size: 14px;
  }
  .btn {
    width: 220px;
    height: 50px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    background: white;
    color: #0061FB;
    font-weight: 200;
    margin-bottom: 20px;
  }
  .muted {
    color: #6b7280;
  }
  .modalTitle-b {
    color: white;
    font-size: 36px;
    display: flex;
    text-align: center;
    margin-bottom: 45px;
  }
  .modal-backdrop {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1000;
  }
  .modal-backdrop.show {
    display: flex;
    animation: fadeIn 0.2s ease;
  }
  .modal {
    background: #0061FB;
    padding: 20px;
    width: 100%;
    max-width: 380px;
    position: relative;
    animation: popIn 0.3s ease;
  }
  @keyframes fadeIn {
    from { opacity: 0 }
    to { opacity: 1 }
  }
  @keyframes popIn {
    from { transform: translateY(10px) scale(0.98); opacity: 0; }
    to { transform: translateY(0) scale(1); opacity: 1; }
  }
  header {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .close-btn {
    position: absolute;
    background: none;
    border: none;
  }
  form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  input, textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 20px;
    background-color: #0061FB;
    font-size: 16px;
    color: white;
  }
  input:focus, textarea:focus {
    border-color: #2563eb;
    outline: none;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
    border: 1px solid #d1d5db;
  }
  .row {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .col {
    flex: 1;
    width: 220px;
    height: 50px;
  }
  .actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 6px;
  }
  .error {
    color: #dc2626;
    font-size: 0.85rem;
    display: none;
  }
  .toast {
    display: none;
    background: #10b981;
    color: #fff;
    padding: 10px 14px;
    border-radius: 8px;
    margin-top: 12px;
    text-align: center;
  }
  ::placeholder {
    color: rgba(255, 255, 255, 0.624);
    font-size: 14px;
 }
 .main-section-left-services {
  display: flex;
  flex-direction: column;
  margin-top: 90px;
}
.left-logo-service {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 30px;
}
.common-logo {
  display: flex;
  align-items: center;
}
.left-services-text {
  color: #959595;
  font-size: 24px;
  font-weight: 200;
  margin-bottom: 40px;
  line-height: 1.3;
}
.services-left-text {
  font-size: 128px;
  font-weight: 600;
}
.services-left-more {
  font-size: 96px;
}
.approval-left-text {
  font-size: 32px;
  margin: 0;
}
.approval-common-logo{ 
  display: flex;
  align-items: flex-start;
}
.left-logo-approval {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.approval-text {
  position: relative;
  border-left: 5px solid #0061FB;
  padding: 20px 10px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 200;
}
.big-logo-right-services {
  padding-top: 45px;
  position: absolute;
  z-index: -10;
  right: 0;
}
.second-service-info {
  background: linear-gradient( #EBEBEB, #EBEBEB, #d9dae2, #d9dae2, #eceef1, white);
}
.myButton-services {
  margin-bottom: 0;
}
.about-fon {
  background: linear-gradient( #EBEBEB, #EBEBEB, #d9dae2, #d9dae2, #eceef1, white);
}
.blue-about {
  font-weight: 600;
  font-size: 96px;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 140px;
}
.about-pole {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 50px;
  padding-top: 10px;
}
.text-about {
  background: white ;
  font-weight: 400;
  font-size: 40px;
  color: #2B2B2B;
  line-height: 1.3;
  border-radius: 10px;
  padding: 50px;
  margin-bottom: 50px;
}
.board {
  position: relative;
  width: 100px;
  height: 80px;
  background: #fff;
  margin-right: 30px;
}
.square {
  position: absolute;
  width: 50%;
  height: 50%;
  transition: transform 1.5s ease-in-out;
}
#sq1 { transform: translate(0, 0); }
#sq2 { transform: translate(100%, 0); }
#sq3 { transform: translate(0, 100%); }
#sq4 { transform: translate(100%, 100%); }
@keyframes fadeBlueToBlack {
  0% {
    background: linear-gradient(180deg, #003A95, #0061FB);
    filter: brightness(1);
  }
  15% {
    background: linear-gradient(180deg, #003A95, #0061FB);
    filter: brightness(0.9);
  }
  35% {
    background: linear-gradient(180deg, #003A95, #0061FB);
    filter: brightness(0.8);
    opacity: 0.9;
  }
  45% {
    background: linear-gradient(180deg, #003A95, #0061FB);
    filter: brightness(0.9);
    opacity: 0.9;
  }
  55% {
    background: linear-gradient(180deg, #2B2B2B, #565656);
    filter: brightness(0.9);
    opacity: 0.9;
  }
  65% {
    background: linear-gradient(180deg, #2B2B2B, #565656);
    filter: brightness (0.7);
    opacity: 0.9;
  }
  85% {
    background: linear-gradient(180deg, #2B2B2B, #565656);
    filter: brightness (0.9);
  }
  100% {
    background: linear-gradient(180deg, #2B2B2B, #565656);
    filter: brightness(1);
  }
}
@keyframes fadeBlackToBlue {
  0% {
    background: linear-gradient(180deg, #2B2B2B, #565656);
    filter: brightness(1);
  }
  15% {
    background: linear-gradient(180deg, #2B2B2B, #565656);
    filter: brightness(1.1);
  }
  35% {
    background: linear-gradient(180deg, #2B2B2B, #565656);
    filter: brightness(1.1);
    opacity: 0.9;
  }
  45% {
    background: linear-gradient(180deg, #2B2B2B, #565656);
    filter: brightness(1);
    opacity: 0.9;
  }
  55% {
    background: linear-gradient(180deg, #003A95, #0061FB);
    filter: brightness(0.9);
    opacity: 0.9;
  }
  65% {
    background: linear-gradient(180deg, #003A95, #0061FB);
    filter: brightness(0.8);
    opacity: 0.9;
  }
  85% {
    background: linear-gradient(180deg, #003A95, #0061FB);
    filter: brightness(0.9);
  }
  100% {
    background: linear-gradient(180deg, #003A95, #0061FB);
    filter: brightness(1);
  }
}
.fade-to-black {
  animation: fadeBlueToBlack 2s ease-in-out forwards;
}
.fade-to-blue {
  animation: fadeBlackToBlue 2s ease-in-out forwards;
}
.second-service-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 0 ;
}
.title-trigger-open,
.title-trigger-close {
  font-weight: 600;
  font-size: 96px;
  transition: opacity 0.4s, color 0.4s;
}
.title-trigger-open {
  opacity: 0;
  color: #ffffff;
}
.title-trigger-close {
  position: absolute;
  opacity: 1;
  color: #0061FB;
}
.trigger.active .title-trigger-open {
  opacity: 1;
}
.trigger.active .title-trigger-close {
  opacity: 0;
}
.trigger {
  background: white;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s ease;
  cursor: pointer;
  margin-bottom: 50px;
}
.trigger:last-child {
  margin-bottom: 0px;
}
.header-trigger {
  padding: 20px 30px;
}
.header-trigger-hidden {
  height: 66px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  padding: 0 20px;
}
.arrow {
  transition: transform 0.5s;
  color: #0061FB;
}
.trigger.active .arrow {
  transform: rotate(-180deg);
  color: white;
}
.inner-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s ease;
  padding: 0;
  color: #111827;
}
.services-more {
  text-decoration: none;
  background: #0061FB;
  color: white;
  font-weight: 400;
  font-size: 16px;
  padding: 7px;
  transition: background 1.1s ease;
}
.services-more:hover {
  background: #2B2B2B;
}
.inner-content-right {
  padding: 5px 0 10px 0 ;
}
.right-contour {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 187px;
  height: 173px;
  background: linear-gradient(180deg, #0061FB, #2B2B2B);
  color: white;
  font-weight: 200;
  border-radius: 20px;
}
.right-contour-days {
  font-size: 96px;
  font-weight: 400;
}
.trigger.active .inner-content {
  max-height: 200px;
  opacity: 1;
  padding: 0 30px 20px 30px;
}
.trigger.active .header-trigger-hidden {
  background: #000000;
}
.inner-content-left-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px;
}
.inner-content-left {
  width: 100%;
  margin-right: 40px;
  display: flex;
  flex-direction: column;
}
.inner-content-left-text {
  color: #2B2B2B;
  font-size: 16px;
  padding: 10px;
  margin-bottom: 20px;
}
.inner-content-left-price {
  font-size: 20px;
  padding: 10px;
  font-weight: 400;
  margin-bottom: 20px;
}
.inner-content-left-teleg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.link-teleg-text {
  color: #0061FB;
}
.left-more-text {
  font-size: 16px;
  font-weight: 200;
  gap: 50px;
  padding: 20px 10px;
  border-left: 5px solid #0060fb50;
  margin-bottom: 50px;
  line-height: 1.3;
}
.more-title {
  width: 100%;
  padding-bottom: 25px;
  background-color:#2B2B2B;
  line-height: 0.7;
  color: white;
  font-weight: 600;
  font-size: 92px;
}
.more-title-text {
  color: white;
  font-weight: 800;
  font-size: 92px;
}
.stage {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.stage-title {
  font-weight: 600;
  font-size: 48px;
  color: #2B2B2B;
  padding: 10px 0;
  width: 50%;
  display: flex;
  align-items: center;
  line-height: 1.3;
}
.stage-text {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  color: #2B2B2B;
  padding: 10px 0;
  line-height: 1.3;
}
.more-stage-blue {
  border-bottom: 1px solid #959595;
  transition: background 0.01s;
}
.more-stage-blue:hover {
  background-color: #0061FB;
}
.more-stage-blue:hover .stage-title,
.more-stage-blue:hover .stage-text {
  color: white;
  transition: color 0.01s;
}
.more-grafs {
  background-color: #2B2B2B;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 32px;
}
.grafs1 {
  padding: 10px 50px 10px 0;
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.grafs2 {
  padding: 10px 0;
  width: 50%;
}
.more-lines {
  background-color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 32px;
  padding: 10px 0;
  margin-bottom: 20px;
}
.grafs3 {
  position: relative;
  background: #0061FB;
  color: white;
  width: 50%;
  display: flex;
  justify-content: flex-end;
  padding: 10px 50px 10px 0;
}
.grafs4 {
  width: 50%;
}
.imminacia {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: rgb(255, 255, 255);
  width: 40px;
  color: white;
  padding: 10px 0;
}
.feedback-static {
  max-width: 800px;
  margin: 0 auto;
  background: linear-gradient(90deg, #0061FB, #2B2B2B );
  padding: 10px 10px 15px 10px;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 40px;
}
.feedback-content {
  padding-left: 20px;
  margin-right: 32px;
}
.feedback-static h2 {
  font-size: 32px;
  color: white;
  font-weight: 400;
  padding: 10px;
}
.feedback-text {
  color: white;
  font-size: 16px;
  font-weight: 200;
  padding: 0 10px;
  margin-bottom: 40px;
}
.feedback-static button {
  width: 250px;
  height: 51px;
  padding: 12px;
  background: #ffffff;
  color: #0061FB;
  border: 1px solid white;
  border-radius: 20px;
  font-size: 16px;
  cursor: pointer;
}
.modal-submit {
  padding: 0 10px;
}
.sova {
  padding: 20px;
}
.sova-modal {
  width: 130px;
}
.portfolio-element {
  background: #EBEBEB;
  border-bottom: 1px solid #959595;
}
.portfolio-example-left {
  width: 640px;
}
.photo-container {
  position: relative;
  width: 500px;
  height: 300px;
  background: #EBEBEB;
  overflow: hidden;
  cursor: pointer;
  transition: background 0.5s;
}
.photo-container:hover {
  background: #000;
}
.scroll-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  opacity: 0;
  pointer-events: none; 
  transition: opacity 0.6s ease-in-out;
}
.portfolio-element:hover .scroll-photo {
  opacity: 1;
  overflow-y: auto;
  pointer-events: auto;
}
.scroll-photo img {
  display: block;
  width: 100%;
}
.scroll-photo::-webkit-scrollbar {
  width: 0px;
}
.portfolio-icon{
  width: 250px;
  display: flex;
  flex-direction: row;
  justify-content: space-between  ;
  align-items: center;
  margin-bottom: 20px;
}
.icon-portfol {
  height: 24px;
}
.portfolio-site {
  color: #2B2B2B;
  text-decoration: none;
  font-size: 16px;
  font-weight: 200;
}
.portfolio-site:hover {
  color: #0061FB;
}
.portfolio-example {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 340px;
}
.example-title {
  font-size: 64px;
  font-weight: 400;
  color: #2B2B2B;
  margin-bottom: 70px;
}
.example-text {
  color: #959595;
  font-size: 40px;
  font-weight: 200;
  margin-bottom: 20px;
}
.second-portf {
  margin-bottom: 30px;
}
.about-title {
  display: flex;
  justify-content: center;
  padding: 10px;
  margin-bottom: 50px;
}
.about-tape {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-top: 1px solid #959595;
  border-bottom: 1px solid #959595;
  padding: 10px 80px;
  margin-bottom: 50px;
}
.tape-text {
  color: #0061FB;
  font-size: 14px;
  font-weight: 200;
}
.section-contact {
  background: linear-gradient( #EBEBEB, #EBEBEB, #d9dae2, #d9dae2, #eceef1, white);
  padding-top: 50px;
}
.contact-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 10px;
  margin-bottom: 30px;
}
.contact-card {
  background: white;
  padding: 50px;
  border-radius: 10px;
}
.contact-blue {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0061FB;
  font-weight: 400;
  font-size: 40px;
  margin-bottom: 30px;
  padding: 10px;
}
.contact-litle {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #959595;
  font-weight: 400;
  font-size: 16px;
  padding: 10px;
}
.contacts-title {
  font-weight: 400;
  font-size: 40px;
  margin-bottom: 30px;
}
.main-section-left-more {
  margin-top: 40px;
}
.second-more {
  background: #e4e4e4;
}
.element-blog {
  background: #95959515;
  margin-bottom: 50px;
  border-radius: 20px;
}
.blog-photo {
  width: 100%;
  height: 500px;
  margin-bottom: 20px;
}
.blog-title {
  font-size: 64px;
  color: #0061FB;
  font-weight: 600;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-text {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 200;
}

@media (max-width: 769px) {
    .header-m{
        position:fixed;
        top:0;
        left:0;
        right:0;
        height:56px;
        background:#2b2b2b;
        z-index:10;
        display: flex;
        justify-content: space-between;
    }
    .header-inner{
        display:flex;
        justify-content:space-between;
        align-items:center;
        height:100%;
        width: 80%;
    }
    .logo{
        font-weight:700
    }
    .burger{
      position: fixed;
      right: 0;
      font-size:28px;
      background:0;
      border:0;
      cursor:pointer;
      color: white;
      padding: 0 20px;
    }
    .menu-overlay{
        position:fixed;
        top:0;
        right:0;
        width:70%;
        height:100%;
        background:#2B2B2B;
        color: white;
        display:flex;
        flex-direction:column;
        gap:20px;
        transform:translateX(100%);
        transition:.6s;z-index:20
    }
    .menu-overlay ul{
      list-style:none;
      padding:0 50px;
      margin:0;
    }
    .menu-overlay li{
        font-size:20px;
        margin-bottom: 16px;
        cursor:pointer
    }
    .menu-footer{
        height: 100vh;
        width: 100%;
        margin-top:40px;
        color:#777;
        font-size:14px;
        border-radius: 20px 20px 0 0 ;
    }
    .menu-overlay.show{
        transform:translateX(0);
    }
    .menu-close-header {
        width: 100%;
        height: 56px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        border-bottom: 1px solid white;
    }
    .menu-close {
        background: none;
        border: 0;
        padding: 0 22px;
        cursor: pointer;
        z-index: 50;
    }
    .menu-close img {
        width: 28px;
        height: 28px;
        display: block;
    }
    #pages{
        padding-top:40px;
        padding-bottom:70px
    }
    .page{
        display:none;
        padding:20px 0;
        font-size:20px;
        text-align:center;
        padding-bottom: 150px;
    }
    .page.active{
        display:block;animation:fade .3s
    }
    @keyframes fade{
        from{opacity:0}to{opacity:1}
    }
    .footer{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background:#F1F3F6;
        display:flex;
        flex-direction: column;
        justify-content:center;
        align-items:center;
        border-radius: 20px 20px 0 0 ;
    }
    .footer-ob-m {
        width: 90%;
        display: flex;
        flex-direction: row;
        padding: 10px;
        margin-bottom: 10px;
    }
    .footer-ob-m img {
        width: 20px;
        margin-right: 5px;
    }
    .contacts-m {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 90%;
        padding: 0 10px;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .text-futer-m {
        font-size: 14px;
        font-weight: 400;
        color: black;
    }
    .icons-futer-m {
        width: 15px;
        margin-right: 5px;
    }
    .aproval-futer-m {
        font-size: 12px;
        color: #959595;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        width: 95%;
        padding: 40px 0 20px 0;
    }
    .m-header {
        width: 100%;
        height: 56px;
        background: #2b2b2b;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }
    .m-header-teleg {
        background-color: #2B2B2B;
        border-radius: 20px;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        font-size: 16px;
        margin-right: 40px;
        margin: 0;
        padding: 0 20px;
        width: 85vw;
        height: 50px;
        justify-content: start;
        font-size: 14px;
    }
    .m-header-teleg img {
        margin-right: 10px;
      }
    .m-menu {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
      .main-m {
        border-radius: 0 0 20px 20px;
        background: #F1F3F6;
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 10px;
      }
      .main-m div{
        padding-bottom: 10px;
      }
      .m-logo {
        width: 72px;
      }
      .main-m-dop {
        color: #959595;
        font-size: 12px;
      }
      .main-title-m {
        font-weight: 800;
        font-size: 16px;
      }
      .blue-m {
        font-weight: 800;
        font-size: 16px;
      }
      .stroces-m {
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
      }
      .main-stroc-m {
        width: 90vw;
        border-bottom: 1px solid;
        border-top: 1px solid;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .stroc-m {
        padding: 16px 12px;
        margin-right: auto;
        font-size: 11px;
        font-weight: 400;
      }
      .stroc-m:last-child {
        margin-right: 0;
      }
      .buttons-cont-m {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
      }
      .services-button-m {
        list-style: none;
        margin: 0;
        padding: 20px;
        width: 73vw;
        background: #2b2b2b;
        color: white;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 20px;
        font-family: "MontserratT";
      }
      .buttons-blue-m {
        font-family: "MontserratT";
        font-size: 16px;
        font-weight: 400;
        width: 73vw;
        height: 59px;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .services-list {
        padding: 0;
      }
      .services-list li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        padding: 10px;
        border-bottom: 1px solid #ccc;
        color: #0061FB;
        font-weight: 600;
        font-size: 26px;
      }
      .arrow {
        font-weight: bold;
        cursor: pointer;
        transition: transform 0.3s;
      }
      .arrow:hover {
        transform: translateX(3px);
      }
      .service-detail {
        display: none;
        padding: 10px;
        margin-top: 10px;
      }
      .service-detail:not(.hidden) {
        display: block;
      }
      .services-list.hidden {
        display: none;
      }
      .back-btn {
        position: absolute;
        top: 79px;
        right: 20px;
        padding: 4px 8px;
        background-color: #959595;
        border: none;
        color: white;
        border-radius: 4px;
        cursor: pointer;
        font-size: 12px;
        display: flex;
        align-items: center;
      }
      .menu-title-m {
        position: relative;
        left: 50%;
        right: 50%;
        width: 100vw;
        margin-left: -50vw;
        margin-top: -12px;
        padding-left: 22px;
        background: #F1F3F6;
        border-radius: 0 0 20px 20px
      }
      .title-serv-m {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 10px;
        padding-top: 16px;
      }
      .title-serv-m img {
        width: 65px;
      }
      .service-title-m {
        font-weight: 600;
        font-size: 20px;
      }
      .service-title-text-m {
        color: #959595;
        font-size: 12px;
        display: flex;
        padding-bottom: 16px;
      }
      .service-detail-title-m {
        font-size: 14px;
        color: #2B2B2B;
        text-align: left;
        background-color: #f0f0f0;
        border-radius: 20px;
        padding:20px 10px;
        margin-bottom: 20px;
      }
      .stages-title-m {
        background: #2B2B2B;
        margin:0 -20px ;
        color: white;
        font-weight: 600;
        font-size: 20px;
        line-height: 0.7;
        padding: 0 0 5px 0;
      }
      .expandable {
        position: relative;
        margin-bottom: 10px;
      }
      .expandable .header-rex-m {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        border-bottom: 1px solid #959595;
        margin-left: -20px;
        width: 100vw;
        padding: 10px 22px ;
      }
      .expandable-title-m {
        font-weight: 600;
        font-size: 14px;
      }
      .expandable .content {
        display: none;
        padding: 10px;
        border-radius: 4px;
        font-size: 12px;
        font-weight: 200;
        text-align: left;
      }
      .expandable.open .content {
        display: block;
      }
      .toggle-btn {
        background: none;
        border: none;
        font-size: 20px;
        cursor: pointer;
        width: 30px;
        height: 30px;
      }
      .sroc-m {
        display: flex;
        flex-direction: row;
      }
      .sroc-text-m {
        background: #2B2B2B;
        color: white;
        font-size: 14px;
        padding: 16px 4px;
        width: 65%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 16px;
      }
      .sroc-price-m {
        background: #7EA2AD;
        color: white;
        font-size: 14px;
        padding: 16px 4px;
        width: 35%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 16px;
      }
      .portfolio-title-m {
        padding-bottom: 16px;
      }
      .portfolio-element-title-m {
        text-align: start;
      }
      .portfolio-sites-m {
        text-decoration: none;
        color: #0061FB;
      }
      .portfolio-site-m {
        text-align: start;
        font-weight: 200;
        font-size: 12px;
        margin-bottom: 10px;
      }
      .photo-container {
        width: 100%;
        border-radius: 20px;
        margin-bottom: 20px;
      }
      .scroll-photo {
        opacity: 1 !important;
        overflow-y: auto !important;
        pointer-events: auto !important;
      }
      .portfolio-element:hover .scroll-photo {
        opacity: 1;
        overflow-y: auto;
        pointer-events: auto;
      }
      .about-logo-m {
        width: 100%;
        height: 300px;
        margin-bottom: 20px;
      }
      .about-logo-title-m {
        font-size: 20px;
      }
      .about-logo-text-m {
        font-weight: 400;
        font-size: 16px;
        text-align: start;
      }
      .contacts-number-m {
        font-size: 20px;
        color: #0061FB;
        padding: 20px 0;
      }
      .blog-photo-m {
        width: 100%;
        height: 300px;
        margin-bottom: 20px;
      }
      .blog-title-m {
        margin-bottom: 10px;
      }
      .blog-text-m {
        margin-bottom: 10px;
      }
}




























