@media(max-width:480px){

        html, body {
            margin: 0;
            padding: 0;
            width: 100%;
            height: 100%;
            font-family: 'Gilroy', Arial, sans-serif;
			font-size:20px;
			font-weight:300;
			line-height: 28px;
        }
		a{color:#26619b;}
		*{font-family: 'Gilroy', Arial, sans-serif;}
        
        /* Основной контейнер с синим фоном */
        .full-size-block {
            width: 100%;
            height: 100%;
            background-color: #2a639b;
            position: relative;
            overflow: hidden;
        }
        
        /* Фоновое изображение (справа снизу) */
        .image-background {
            width: 100%;
            height: 100%;
            background-image:  linear-gradient(to right, rgba(42, 99, 155, 0.6) 0 100%),url('https://optim.tildacdn.pub/tild3536-6365-4936-a566-313232363232/-/format/webp/849__.png.webp');
            background-position: right bottom;
            background-repeat: no-repeat;
            background-size: cover;
			 
        }
		
		 #map{filter: grayscale(1);}
        
        /* Центрированный блок 1120px с левым выравниванием */
        .centered-content {
            width: 320px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: white;
            padding-left:  0px;
            box-sizing: border-box; text-align:center;
        }
        
        /* Логотип 400px */
        .logo {
            width: 280px;
            margin-bottom: 40px;
            display: block;
		margin:0 auto;
		margin-bottom: 40px;
        }
        
        /* Текстовый блок с левым выравниванием */
        .text-block {
            max-width: 300px;
            margin-bottom: 40px;
            text-align: center;
        }
        
        .text-block h1 {
            font-size: 28px;
            margin-bottom: 20px;
            font-weight: 700; line-height: 36px;
        }
        
        .text-block p {
            font-size: 18px;
            line-height: 1.6;
            font-weight: 400;
		text-align:center;
        }
        
        /* Кнопка */
        .button {
            display: inline-block;
            padding: 15px 30px;
            background-color: #ffffff;
            color: #2a639b;
            text-decoration: none;
            font-weight: 700;
            border-radius: 10px;
            transition: all 0.3s ease;
            font-size: 18px;
			border:1px solid white;
        }
        
        .button:hover {
            background-color: rgba(0,0,0,0);
            transform: translateY(-4px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
			border:1px solid white;
			color:white;
        }
		
		.button-r {
            display: inline-block;
            padding: 15px 30px;
            background-color: #2a639b;
            color: white;
            text-decoration: none;
            font-weight: 700;
            border-radius: 10px;
            transition: all 0.3s ease;
            font-size: 18px;
			border:1px solid white;
        }
        
        .button-r:hover {
            background-color: rgba(0,0,0,0);
            transform: translateY(-4px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
			border:1px solid #2a639b;
			color:#2a639b;
        }
		
		.tb{font-size:28px; font-weight:bold; font-family:'GilroyBold'}
		.ts{font-size:18px; font-weight:400}
		.pad-big{padding-bottom:30px;}
		.pad-sm{padding-bottom:15px; line-height: 38px;}  
		        .about-container {
            width: 100%;
            padding: 100px 0;
            font-family: Arial, sans-serif;
        }
        
        .about-inner-container {
            width: 320px;
            margin: 0 auto;
            display: block;
            justify-content: space-between;
        }
		.about-inner-container-text {
            width: 280px;
            margin: 0 auto; text-align:center;
            
        }
        
        .about-card {
            width: 80%;
            text-align: center;
		margin:0 auto;
		margin-bottom: 40px;
        }
		.about-xcard {
            width: 15%;
            text-align: center;
		display:none;
        }
        
        .about-avatar {
            width: 100%;
            height: auto;
            border-radius: 50%;
            object-fit: cover;
            margin-bottom: 20px;
        }
        
        .about-name {
            font-weight: bold;
            margin-bottom: 5px;
            font-size: 18px;
        }
        
        .about-greeting {
            font-weight: normal;
            color: #555;font-size: 18px;
		 
        }
	 .need-outer-block {
            width: 100%;
            background-color: #26619b;
            padding: 60px 0; display:block;
        }
        
        .need-inner-block {
            width: 80%;
            margin: 0 auto;
            display: block;
        }
        
        .need-text-block {
            width: 100%;
            padding-right: 20px;color: white;
  font-size: 28px;
  line-height: 42px; text-align:center;
        }
        
        .need-hello-block {
            width: 100%;
           
            padding: 20px;
            box-sizing: border-box;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            color: white;
        }
		.strong{font-weight:bold;}
		        .advantages-container {
            width: 100%;
            padding: 100px 0;
            font-family: Arial, sans-serif;
			background:#26619b;
        }
        
        .advantages-inner-container {
            width: 320px;
            margin: 0 auto;
            display: block;
            justify-content: space-between;
        }
		.advantages-inner-container-text {
            width: 320px;
            margin: 0 auto;
            
        }
        
        .advantages-card {
            width: 80%;
            text-align: center; margin:0 auto;
        }
		.advantages-xcard {
		display:none;
            width: 5%;
            
        }
        
        .advantages-name {
            font-weight: bold;
            margin-bottom: 5px;
            font-size: 22px;
			color:white;
			padding-left:36px;
        }
        
        .advantages-greeting {
            font-weight: normal;
            color: #555;
			color:white;font-size: 18px; padding-bottom:20px;
        }
	 .video-container {
            width: 320px;
            margin: 0 auto;
            overflow: hidden; text-align:center;
           
        }
        
        .video-block-60 {
            width: 80%;
            float: none;
            margin: 0 auto;
            padding:0px;
            box-sizing: border-box;
        }
        .video-block-60 img{display:none;}
        .video-block-40 {
            width: 80%;
            float: none;
            margin: 0 auto; font-size:18px;
             padding:0px;
            box-sizing: border-box;
        }
        
        /* Очистка float после блоков */
        .clearfix::after {
            content: "";
            display: table;
            clear: both;
        }
		        .payment-container {
            width: 100%;
            display: block;
        }
        
        .payment-block {
            width: 100%;
            padding: 100px 0;
            color: white;
            box-sizing: border-box; /* Чтобы padding не влиял на общую ширину */
        }
        
        .payment-block-left {
            background-color: #316ca6;
            text-align: center;
            padding-right: 0px; /* Отступ справа 30px */
        }
        
        .payment-block-right {
            background-color: #26619b;
            text-align: center;
            padding-left: 0px; /* Отступ слева 30px */
        }
	


	.portfolio-container {
            width: 100%;
            display: block;
            justify-content: space-between;
            padding: 20px 0;
           
        }
        
        .portfolio-image-block {
            width: 100%;
            display: block;
            justify-content: center;
            transition: transform 0.3s ease;
        }
        
        .portfolio-image-block img {
             width: 100%;
            height: auto;
            display: block;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
			opacity:0.6
        }
        
        .portfolio-image-block:hover img {
            transform: translateY(-10px);
            box-shadow: 0 14px 18px rgba(0, 0, 0, 0.15);
        }
		        .map-container {
            width: 100%;
            overflow: hidden; /* Создает контекст для float */
        }
        
        .map-half {
            width: 100%;
            float: none;
            box-sizing: border-box; /* Учитывает padding и border в ширине */
        }
        
        /* Стили для наглядности */
        .map-half:first-child {
             
        }
        
        .map-half:last-child {
            background-color: #f2f6fc;
            padding: 20px;
        }
		#req-form *{box-sizing:border-box;  }
			#req-form input[type=text], #req-form textarea{font-family:'Gilroy';margin-bottom:20px;resize: none; display:block; width:100%; background:white; padding:15px; border:1px solid #fff; border-radius:10px; font-size:16px; font-weight:300; outline:none;}

			#req-form input[type=text]:hover, #req-form textarea:hover{ border:1px solid #ececec;}
			#req-form input[type=text]:focus, #req-form textarea:focus{ border:1px solid #ececec;}


			.upload-div{margin-bottom:20px; display:block; width:100%; text-align:center; background:white; padding:13px;font-family:'Roboto'; border:2px dashed #ccc; border-radius:10px; font-size:20px; font-weight:300; outline:none;}

  .footer-main-block {
            width: 100%;
            background-color: #26619b;
            padding:70px 0; text-align:center;
        }
		.footer-main-block *{color:white;}
        
        /* Внутренний контейнер 1000px */
        .footer-inner-container {
            width: 320px;
            margin: 0 auto;
        }
        
        /* Блок с контактами */
        .footer-contacts-block {
            display: block;
            align-items: center;
            padding-bottom: 30px;
            
        }
        
        /* Логотип */
        .footer-logo {
            width: 80%;
            padding-right: 0px;
            margin-right: 30px;
            border-right: 0; margin:0 auto;
        }
        
        .footer-logo img {
            width: 100%;
            height: auto;
            display: block;
        }
        
        /* Контактная информация */
        .footer-contact-info {
            display: block;
            flex-direction: column;
            gap: 10px;
        }
        
        .footer-phone, .footer-email {
            display: block;
            align-items: center;
            font-size: 18px;  opacity:0.6;
				text-align:center;
        }
        .footer-phone{font-size: 22px;}
        /* Блок с приветствием */
        .footer-greeting {
            width: 100%;
            padding: 30px 0;
            font-size: 18px; opacity:0.6
        }
        
        /* Блок с кнопкой */
        .footer-button-block {
            width: 100%;
            position: relative;
          
           
            border-radius: 8px;
            overflow: hidden;
        }
        
        .footer-button-block a {
            display:  block;
            color: white;
            text-decoration: none;
            font-size: 12px;
             text-decoration:underline;
            z-index: 2;
            position: relative; padding-right:15px;
        }
        
        .footer-button-bg {
            position: auto;
             display:none;
            transform: translateY(-50%);
            height: 100%;
            opacity: 0.7;
        }


.snoska{font-size:14px; opacity:0.6; line-height:12px;}

}