<!DOCTYPE html><html lang="ru"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <title>{% block title %}Добро пожаловать{% endblock %}</title> {% block stylesheets %} <link href="{{ asset('assets/css/main.css') }}" rel="stylesheet"/> <style> .notifyjs-foo-base { background: #468847; padding: 5px; border-radius: 10px; display: flex; flex-direction: column; } @media (min-width: 455px) { .notifyjs-foo-base { width: 450px; } } .notifyjs-foo-base .title { margin: 10px; font-size: 12px; color: white; text-align: justify; font-weight: bold; } .notifyjs-foo-base .link { display: none; } .notifyjs-foo-base .buttons { display: flex; justify-content: space-between; width: 100%; padding: 5px; margin: 2px; } .notifyjs-foo-base .buttons .no { margin-left: auto; } .notifyjs-foo-base button { font-size: 12px; color: white; } .notifyjs-foo-error { background-color: #B94A48; } .notifyjs-foo-warning { background-color: #ff9200; } .notifyjs-foo-info { background-color: #3A87AD; } .notifyjs-foo-success { background-color: #468847; } .notifyjs-foo-base .buttons { justify-content: flex-end; } .notifyjs-foo-hide-yes .yes { display: none; } .notifyjs-foo-success .no { margin-left: auto; } .notification-count { position: absolute; top: -4px; right: -5px; padding: 0 5px; background-color: #f95000; color: white; border-radius: 50%; font-size: 14px; } </style> {% endblock %} {{ include('area/common/noScriptBanner.html.twig') }} {% if yandex_metrika_enabled == true %} <twig:YandexMetrika/> <twig:VkPixel/> {% endif %} </head> <body> <div class="wrapper"> <div class="page"> <header class="header auth" style="background-color: #132f3d"> <div class="header-inner"> <div class="header-block md-hidden"> <a href="/" class="logo-block"> {% if siteGlobals.globals.service.code.value == 'notary' %} <img src="{{ asset('assets/img/logo_brown.svg') }}" alt="" /> {% else %} <img src="{{ asset('assets/notaryLandingPage2/img/logo.svg') }}" alt="" /> {% endif %} </a> </div> <div class="header-block md-visible"> <a href="/" class="logo-block"> <img src="{{ asset('assets/img/logo-mobile.svg') }}" alt=""> </a> </div> </div> </header> <div class="page-content"> {% block body %}{% endblock %} </div> <div style="text-align: center"> {% include('area/common/paymentInfo.html.twig') %} </div> </div> </div> <script src="{{ asset('assets/js/jquery.min.js') }}"></script> <script src="{{ asset('assets/js/scripts.js') }}"></script> <script src="{{ asset('assets/js/sticky.min.js') }}"></script> {% block javascripts %}{% endblock %} </body></html>