@charset "UTF-8";
/* CSS Document */

/*
Theme Name: AlexMade
Author: Alex Made
Author URI: http://alexmade.ru/
*/


/*
Для заглушки 

<style>
body {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    text-align: center;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    color: #000 !important;  
}

h1 {
    color: #000 !important;  
}

a {
    color: #3cb6f5;
}

a:hover {
    color: #3cb6f5;
    opacity: 0.9;
}

.content {
    width: 100%;
    margin: 0;
    display:flex;
    flex-direction:column;
    justify-content: flex-start;
    align-items: center;
}
    
#header .content span.logo {
    width: 170px;
}

#intro {
    padding: 0 !important;
}
</style>
*/

html {
    background: #f8f8f8;
}

.body {
    width: 100%;
    max-width: 1920px;
    min-height: 100vh;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #333;
    background: #fff;
    -webkit-box-shadow: 0px 0px 128px -30px rgba(0,0,0,0.29);
    -moz-box-shadow: 0px 0px 128px -30px rgba(0,0,0,0.29);
    box-shadow: 0px 0px 128px -30px rgba(0,0,0,0.29);
    overflow-x: hidden;
}

section {
    width: 100%;  
}

.container {
    width: 100%;
    height: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box; 
}

a:hover {
    opacity: 0.8;
}

.page-title {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    text-align: center;
}

