body {
    margin: 0;
}
.footertext1 {

font-family: 'Amatic SC';
font-style: normal;
font-weight: 700;
font-size: 34px;
line-height: 43px;
color: #000000;
}
.footerphone {

font-family: 'Inter';
font-style: normal;
font-weight: 200;
font-size: 26px;
line-height: 31px;
letter-spacing: 0.02em;

color: #424242;
}
.footeraddress {

font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 22px;
letter-spacing: 0.02em;

color: #424242;
}
.footertext2 {

font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
font-size: 26px;
line-height: 35px;
letter-spacing: 0.02em;
color: #000000;
}
.quotation {

font-family: 'Inter';
font-style: italic;
font-weight: 200;
font-size: 36px;
line-height: 44px;
text-align: center;

color: #000000;


}
h1 {

font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 46px;
line-height: 56px;
text-align: center;
color: #000000;
}
.mainblocktext {

font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 40px;
line-height: 48px;
text-align: center;
color: #000000;

}
li {

    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    text-align: center;

    color: #000000;
    margin-top: 20px;

}
.container {
    max-width: 1440px;
    margin: auto;
}

header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    padding: 20px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

nav ul li a {
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    color: #000;
    padding: 10px 20px;
    background: #D9D9D9;
    border-radius: 15px;
    transition: background 0.3s, color 0.3s;
}

nav ul li a:hover {
    background: rgba(27, 26, 26, 0.73);
    color: #fff;
}

.myflex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    background-image: url("../img/logo.png");
    height: 100px;
    width: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

nav {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}

nav ul {
    display: flex;
    gap: 130px;
    list-style: none;
    padding: 0;
    margin: 0;
}

li a {
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    color: #000000;
    padding: 10px 25px;
    height: 30px;
    line-height: 90px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50px;
    transition: background 0.3s, color 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

li a:hover {
    background: #424242;
    color: #fff;
}
.text-block {
    background-color: #D9D9D9;
    border-radius: 20px;
    padding: 20px;
    margin: 30px auto;
    max-width: 800px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.mainblocktext, .quotation {
    color: #000000;
    font-family: 'Inter', sans-serif;
}

.text-block {
    background-color: #D9D9D9;
    border-radius: 20px;
    padding: 20px;
    margin: 30px auto;
    max-width: 1000px;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    gap: 20px;
}

.text-content {
    flex: 1.5;
}

.image-content {
    flex: 1;
    display: flex;
    justify-content: center;
}

.nikolay-photo {
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
}

.text-block {
    background-color: #D9D9D9;
    border-radius: 20px;
    padding: 20px;
    margin: 30px auto;
    max-width: 1000px;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    gap: 20px;
}

.text-content {
    flex: 1.5;
}

.image-content {
    flex: 1;
    display: flex;
    justify-content: center;
}

.nikolay-photo {
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
}


.quotation-block {
    background-color: #D9D9D9;
    border-radius: 20px;
    padding: 20px;
    margin: 20px auto;
    max-width: 800px;
    text-align: center;
}

.quotation {
    font-family: 'Inter', sans-serif;
    font-style: italic;
    font-weight: 200;
    font-size: 24px;
    line-height: 1.5;
    color: #000000;
}


.articles-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin: 30px auto;
    max-width: 1200px;
}

.article-block {
    background-color: #D9D9D9;
    border-radius: 20px;
    padding: 20px;
    margin: 0;
    flex: 0 0 calc(50% - 20px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.article-block h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.article-block p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
}


.article-image {
    width: 100%;
    height: auto;
    border-radius: 20px 20px 0 0;
    margin-bottom: 15px;
}
.footer-logo-text {
    display: flex;
    align-items: center;
}

.footer-logo {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

footer {
    background: rgba(255, 255, 255, 0.7);
    padding: 20px 0;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
}


.footertext1, .footerphone, .footeraddress, .footertext2 {
    font-family: 'Inter', sans-serif;
    color: #000000;
    margin: 0;
}

.footertext1 {
    font-weight: 700;
    font-size: 24px;
}

.footerphone {
    font-weight: 300;
    font-size: 18px;
}

.footeraddress {
    font-weight: 300;
    font-size: 18px;
}

.footertext2 {
    font-weight: 300;
    font-size: 18px;
}

.social-icons {
    display: flex;
    gap: 10px;
    margin-top: 5px;
}

.social-icon {
    width: 40px;
    height: 40px;
}

.centered-block {
    background-color: rgba(211, 211, 211, 0.7);
    border-radius: 20px;
    padding: 20px;
    margin: 30px auto;
    max-width: 1100px;
    text-align: left;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.centered-block img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
}

.centered-block p {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #000;
}
.image-text-container {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
}

.image-text-container img {
    max-width: 300px;
    border-radius: 10px;
}

.image-text-container article {
    flex: 1;
    font-family: 'Inter';
    font-size: 18px;
    line-height: 1.6;
    color: #000;
}

.image-caption {
    font-family: 'Inter';
    font-size: 14px;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
}

.image-text-container2 {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
    margin-top: 40px;
}

.image-text-container2 img {
    max-width: 300px;
    border-radius: 10px;
}

.image-text-container2 article {
    flex: 1;
    font-family: 'Inter';
    font-size: 18px;
    line-height: 1.6;
    color: #000;
}

.image-caption2 {
    font-family: 'Inter';
    font-size: 14px;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
}

.image-text-container3 {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
    margin-top: 40px;
    flex-direction: row-reverse;
}

.image-text-container4 {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
    margin-top: 40px;
    flex-direction: row-reverse;

}

.image-text-container3 img {
    max-width: 300px;
    border-radius: 10px;
}

.image-text-container3 article {
    flex: 1;
    font-family: 'Inter';
    font-size: 18px;
    line-height: 1.6;
    color: #000;
}

.image-text-container4 {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 20px;
    margin-top: 40px;
}

.image-text-container4 img {
    max-width: 400px;
    border-radius: 10px;
}

.image-text-container4 article {
    font-family: 'Inter';
    font-size: 18px;
    line-height: 1.6;
    color: #000;
}

article {
    font-family: 'Inter';
    font-size: 18px;
    line-height: 1.6;
    color: #000;
}

.image-caption {
    text-align: center;
    width: 50%;
    word-wrap: break-word;
}
.text1 {
    transform: translate(-10em, 1em);
}

.text2 {
    transform: translate(-4em, 1em);
}

.text3 {
    transform: translate(-15em, 1em);
    margin-right: -250px;
}

.text4 {
    transform: translate(-1em, 1em);
}
.text5 {
    transform: translate(-13em, 1em);
    margin-right: -210px;
}

.image-caption1 {
    text-align: center;
    word-wrap: break-word;
    font-family: 'Inter';
    font-size: 14px;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.6);
}

.centered-image {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.image-text-container img {
    max-width: 400px;
    border-radius: 10px;
}

table {
    border-collapse: collapse;
    width: 80%;
    text-align: center;
    border: 1px solid #ddd;
}

thead {
    background-color: #f4f4f4;
}

th, td {
    padding: 10px;
    border: 1px solid #ddd;
}

th {
    font-weight: bold;
}

tr:nth-child(even) {
    background-color: #f9f9f9;
}

tr:hover {
    background-color: #f1f1f1;
}

.subscription-form {
    margin-top: 20px;
    text-align: left;
    font-size: 16px;
    margin-right: 250px;
}

.subscription-form label {
    display: block;
    margin-bottom: 5px;
}

.subscription-form input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
}

.subscription-form button {
    padding: 10px 20px;
    background-color: #f0f0f0;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}

.subscription-form button:hover {
    background-color: #e0e0e0;
}

.city-list {
    background-color: #fff;
    max-width: 600px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-top: -100px;
}

.city-list h1 {
    text-align: center;
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}

.city-list li {
    font-size: 18px;
    color: #555;
    margin: 10px 0;
}

.city-list li strong {
    font-weight: bold;
}











