 body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            color: #333;
        }
        .wrapper {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }
        .head_row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px 0;
        }
        .logo {
            max-width: 200px;
        }
        .phone_block {
            text-align: right;
        }
        .tel {
            font-size: 18px;
            font-weight: bold;
            color: red;
            text-decoration: none;
        }
        .zakaz {
            display: block;
            color: #0066cc;
            font-size: 14px;
            text-decoration: underline;
            margin-top: 5px;
        }
        .hero {
            background: url('https://cruise-ruscruiz.fra1.cdn.digitaloceanspaces.com/shipplans/aroya/aroya1.jpg') no-repeat center center;
			linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3))
            background-size: cover;
            height: 500px;
            display: flex;
            align-items: center;
            position: relative;
            color: white;
	    }
        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,0.5);
        }
        .hero-content {
            position: relative;
            z-index: 1;
            max-width: 600px;
        }
        .hero h1 {
            font-size: 42px;
            margin-bottom: 20px;
        }
        .hero p {
            font-size: 18px;
            margin-bottom: 30px;
        }
        .btn {
            display: inline-block;
            background: red;
            color: white;
            padding: 12px 25px;
            border-radius: 5px;
            text-decoration: none;
            font-weight: bold;
            transition: background 0.3s;
        }
        .btn:hover {
            background: #0055aa;
        }
        .coming-soon {
            padding: 80px 0;
            text-align: center;
        }
        .coming-soon h2 {
            font-size: 36px;
            color: #0066cc;
            margin-bottom: 30px;
        }
        .coming-soon p {
            font-size: 18px;
            max-width: 800px;
            margin: 0 auto 40px;
        }
        .footer {
            background: #000;
            padding: 50px 0 20px;
        }
        .foot_row {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .foot_col1, .foot_col2, .foot_col4 {
            flex-basis: 30%;
            margin-bottom: 30px;
        }
        .logo-footer {
            max-width: 250px;
            margin-bottom: 20px;
        }
        .foot_ops {
		    color: #fff;
            font-size: 14px;
            line-height: 1.5;
        }
        .foot_zag {
		    color: #fff;
            font-weight: bold;
            margin-bottom: 15px;
            font-size: 18px;
        }
        .foot_list ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .foot_list li {
            margin-bottom: 10px;
        }
        .foot_list a {
            color: #fff;
            text-decoration: none;
        }
        .foot_list a:hover {
            color: #0066cc;
        }
        .foot_tel, .foot_mail, .foot_adr {
            display: block;
            margin-bottom: 15px;
            color: #fff;
            text-decoration: none;
        }
        .foot_tel {
            font-weight: bold;
            font-size: 18px;
        }
        .soc_row {
            display: flex;
            gap: 15px;
            margin-top: 20px;
        }
        .foot_soc_ico img {
            width: 30px;
            height: 30px;
        }
        .copy_line {
            border-top: 1px solid #ddd;
            padding-top: 20px;
            margin-top: 20px;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 10px;
            font-size: 12px;
            color: #fff;
        }
        .copy_line a {
            color: #fff;
            text-decoration: none;
        }
		.agent-text {
		    color: red; 
			font-weight: bold; 
			font-size: 1.5rpm; 
			text-align: center; 
			margin-top: 5px;
		}
		.admin-link {
		    margin-right: 20px; 
			color: #0066cc; 
			text-decoration: none; 
			font-weight: bold; 
			font-size: 0.8rem; 
		}