@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Pacifico&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Tilt+Neon&display=swap');
@font-face {
    font-family: 'Involve';
    src: url('../fonts/Involve-SemiBold.woff2') format('woff2'),
        url('../fonts/Involve-SemiBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Snowstorm_b';
    src: url('../fonts/snowstorm_b.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Snowstorm';
    src: url('../fonts/snowstorm.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
* {
    /* border: #242527 1px solid;  */
}
html, body {
    margin: 0;
    padding: 0;
    background-color: #f4ede1;
  }
  

  .navigation {
    display: block;
    height: 55px;
    position: fixed;
    top: 0;
    width: 100%;
    background: linear-gradient(45deg, #e23b4b, #e23b4b);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease; 
    z-index: 9999 !important;
}
 .brand {
     position: absolute;
     padding-left: 20px;
     float: left;
     left: 0;
     line-height: 50px;

    }
    .Footer-logo {
        line-height: normal;
        display: inline-block;
        vertical-align: middle;
        width: 130px;
        height: 40px;
    }
 .brand a, .brand a:visited {
     color: #ffffff;
     text-decoration: none;
}

.Language-nav {
    position: relative;
    border-radius: 10px;
    height: 40px;
    width: 145px;
    display: flex;
    align-items: center;
    justify-content: center; /* Выравнивание текста по горизонтали */
    margin-right: 25px;
    margin-left: 20px;
}

.Language-Navbar-Con {
    z-index: 100;
    background-color: #e23b4b;
}

.Language-navbar-text {
    width: 90px;
    height: 100%;
    background-color: #242527;
    border-radius: 10px;
    display: flex;
    align-items: center; /* Выравнивание текста по вертикали */
    justify-content: center; /* Выравнивание текста по горизонтали */
    position: absolute;
    top: 7.5px;
    left: 50%;
    transform: translateX(-50%); /* Центровка бэкграунда по горизонтали */
    z-index: 2;
}

 nav {
     float: right;
}
 nav ul {
     list-style: none;
     margin: 0;
     padding: 0;
}
 nav ul li {
     float: left;
     position: relative;
     
}
 nav ul li a,nav ul li a:visited {
     display: block;
     padding: 0 35px;
     line-height: 55px;
     color: #f4ede1;
    font-family: Involve;
     font-weight: 600;
     text-decoration: none;
}
 nav ul li a{
     background: transparent;
     color: #FFF;
}
 nav ul li a:hover, nav ul li a:visited:hover {
     /* background: #2581DC; */
     color: #cecbcb;
}

.Language-navbar-text {
    /* background-color: #242527 !important; */
}
.nav-container {
    width: 100%;
    z-index: 999;
    position: fixed;

}
.nav-list {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 1920px;
    height: 55px;
    
}
 .navbar-dropdown li a{
    
}
.dropdown-nav {
    color: #242527;
}
.Ru-text {
    margin-top: 20px;
    color: #242527 !important;
}
.Ru-text:hover {
    color: #444649 !important;
}
.En-text {
    color: #242527 !important;
}
.En-text:hover {
    color: #444649 !important;
   
}
 nav ul li a:not(:only-child):after, nav ul li a:visited:not(:only-child):after {
     padding-left: 4px;
     content: ' \025BE';
}
 nav ul li ul li {
     min-width: 120px;
}

 nav ul li ul li a {
     padding: 15px;
     line-height: 20px;
}
.nav-container {
    /* max-width: 1000px; */
    margin: 0 auto;
    position: absolute;

}

.navigation {
    z-index: -1;
    
}

.navbar-dropdown {
    position: absolute;
    display: none;
    background: #fff;
    box-shadow: 0 0 35px 0 rgba(0,0,0,0.25);
    margin-top: 127px; /* Уменьшаем отступ для лучшего визуального выравнивания */
    background: #f4ede1;
    border-radius: 20px;
    z-index: 1;
    width: 160px;
    white-space: nowrap;
}


.dropdown-nav {

}



/* Mobile navigation */
 .nav-mobile {
     display: none;
     position: absolute;
     top: 0;
     right: 0;
     background: transparent;
     height: 55px;
     width: 70px;
}

 @media only screen and (max-width: 1330px) {
     .nav-mobile {
         display: block;
    }
     nav {
         width: 100%;
         padding: 55px 0 15px;
    }
     nav ul {
         display: flex;
    }
     nav ul li {
         float: none;
    }
     nav ul li a {
         padding: 15px;
         line-height: 20px;
         background: #f4ede1;
    }
      .nav-mobile.active + ul {
        display: block;
    }
     nav ul li ul li a {
         padding-left: 30px;
    }
    .nav-mobile.active + ul {
        display: block !important;
    }
    .Language {
        position: none;
        border-radius: none;
        height: none;
        width: none;
        display: none;
        align-items: none;
        justify-content: none; /* Выравнивание текста по горизонтали */
        margin-right: none;
        margin-left: none;
    }
    
    .Language-Navbar-Con {
        z-index: none;
        background-color: none;
    }
    .Language-navbar-text {
        width: none;
        background-color: none;
        border-radius: none;
        display: none;
        align-items: none; /* Выравнивание текста по вертикали */
        justify-content: none; /* Выравнивание текста по горизонтали */
        position: none;
        top: none;
        padding-right: none;
        left: none;
        margin: none;
        transform: none; /* Центровка бэкграунда по горизонтали */
        z-index: none;
        
    }
    
    nav ul li a,nav ul li a:visited {
        font-style: Snowstorm;
        font-weight: 1000;
        color: #242527;
    }
    .navbar-dropdown {
        position: none;
        display: none !important;
        background: none;
        box-shadow: none;
        margin-top: none; /* Уменьшаем отступ для лучшего визуального выравнивания */
        background: none;
        border-radius: none;
        z-index: none;
        width: none;
        white-space: none;
    }
     .navbar-dropdown {
         position: static;
    }
    .Lang-mobile {
    display: block !important;
    margin-top: -40px;
    }
    .navbar-dropdown {
        position: absolute;
        display: none;
        background: #fff;
        background: #f4ede1;
        border-radius: 20px;
        margin-top: 0px;
        z-index: 1;
        width: 100%;
        white-space: nowrap;
    }
    .navbar-dropdown-lang {
        position: absolute;
        display: none;
        background: #fff;
        background: #f4ede1;
        border-radius: 20px;
        margin-top: 0px;
        z-index: 1;
        width: 100%;
        white-space: nowrap;
    }
    .navbar-dropdown-lang {
        display: none !important;
    }
    
    .navbar-dropdown-lang.show {
        display: block !important;
    }
    .navigation {
        display: block;
        height: 65px;
        position: fixed;
        top: 0;
        padding-top: 10px;
        width: 100%;
        background: linear-gradient(45deg, #e23b4b, #e23b4b);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        transition: background-color 0.3s ease; 
        z-index: 9999 !important;
    }       
 }
 @media screen and (min-width:1330px) {
     .nav-list {
         display: block !important;
    }
}
.Lang-mobile {
    display: none;
    
}

 #navbar-toggle {
     position: absolute;
     left: 18px;
     top: 15px;
     cursor: pointer;
     padding: 10px 35px 16px 0px;
}
 #navbar-toggle span, #navbar-toggle span:before, #navbar-toggle span:after {
     cursor: pointer;
     border-radius: 1px;
     height: 3px;
     width: 30px;
     background: #ffffff;
     position: absolute;
     display: block;
     content: '';
     transition: all 300ms ease-in-out;
}
 #navbar-toggle span:before {
     top: -10px;
}
 #navbar-toggle span:after {
     bottom: -10px;
}
 #navbar-toggle.active span {
     background-color: transparent;
}
 #navbar-toggle.active span:before, #navbar-toggle.active span:after {
     top: 0;
}
 #navbar-toggle.active span:before {
     transform: rotate(45deg);
}
 #navbar-toggle.active span:after {
     transform: rotate(-45deg);
}

.footer {
    background-color: #e23b4b;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100vw;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-container {
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
    font-family: Involve;
    color: #f4ede1;
}
.HostedBy {
    margin-top: 0px;
    margin-bottom: -0%;
}
.Laplace {
    text-decoration: underline;
    color: #f4ede1;
}
.NDR-light {
    width: 310px;
    height: 40px;
    margin-top: 10px;
}
.footer-logo {
    font-size: 24px;
    font-weight: bold;
}
.ytp-cued-thumbnail-overlay-image {
    height: 104%;
}
.footer-text {
    flex: 1;
    text-align: center;
}
/* .get_left {
    font-size: 10px;
} */
.footer-contact {
    font-size: 14px;
}
.footer-contact-text {
    text-decoration: none;
    color: #f4ede1;
}
.VK-footer-text {
    color: #f4ede1;
}

.left-palette-img, .left-palette, .right-palette, .right-palette-img {
    display: inline-block;
    height: 800px;
}

.right-palette-img {
    rotate: 180deg;
}

.right-palette {
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0; 
    float: right;  
}
.content {
    display: inline-block;
    width: 67.5%;
}
.descriptionCon {
    text-align: left;
    
}
.NdrArt, .NdrArtImage {
    margin-left: 2vw;
    position: relative;
    display: inline-block;
    top: 25%;
    width: 25vw;
    min-width: 400px;
    z-index: 49;
}
.description {
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    font-family: Involve;
    font-weight: 600;
    margin-top: -0.2vw;
    border:#e23b4b 3px solid;
    border-radius: 10px;
    padding: 10px 10px 10px 10px;
    width: 21vw;
    min-width: 350px;
    margin-left: 4vw;
}
.FeedbackForm {
    margin-top: -30px;
    display: inline-block;
    margin-left: 8vw;
    position: absolute;
}
.FeedbackCon {
    width: 23.5vw;
    max-width: 455px !important;
    height: 31vw;
    max-height: 597px !important;
    background-color: #e23b4b;
    border-radius: 20px;
    text-align: center;
    position: absolute;
    min-width: 362px !important;    
    min-height: 575px !important;
}
.ContactUsTextCon {
    position: relative;
    width: 100%;
    height: 40px;
    margin-top: 40px;
}
.ContactUsText {
    font-size: 30px;
    color: #f4ede1;
    font-family: Involve;
    white-space: nowrap;
}
.data__block {
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: -60px;    
}
.NameCon, .EmailCon {
    width: 23.5vw;
    min-width: 358px !important;
    height: 55px;
    position: relative;
    max-width: 451px;
}

.NameHint {
    position: absolute;
    margin-top: 170px;
    left: 43px;
    font-family: Involve;
    color: #F4EDE1;
}

.name {
    font-family: Involve;
    margin-top: 195px;
    z-index: 9999;
    width: 80%;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    border-radius: 10px;
    border: none;
    font-size: 20px;
    color: #242527;
    padding-left: 10px;
}

.EmailHint {
    position: absolute;
    margin-top: 210px;
    left: 43px;
    font-family: Involve;
    color: #F4EDE1;
}

.Email {
    font-family: Involve;
    margin-top: 235px;
    z-index: 9999;
    width: 80%;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    border-radius: 10px;
    border: none;
    font-size: 20px;
    color: #242527;
    padding-left: 10px
}

.Message {
    position: absolute;
    margin-top: 250px;
    left: 43px;
    font-family: Involve;
    color: #F4EDE1;
}

.textareaBlock {
    padding-top: 10px;
    font-family: Involve;
    margin-top: 280px;
    z-index: 9999;
    width: 80%;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    border-radius: 10px;
    border: none;
    font-size: 20px;
    color: #242527;
    padding-left: 10px
}

.name, .Email, .textareaBlock{
    max-width: 372px !important;
}

input:focus, textarea:focus {
    outline: #444649;
}

.Sumbit {
    width: 35%;
    height: 120%;
    position: absolute;
    margin-top: 445px;
    left: 43px;
    font-size: 23px;
    font-family: Involve;
    color: #F4EDE1;
    background-color: #242527;
    left: 50%;
    transform: translate(-50%);
    border: none;
    border-radius: 15px;
    min-width: 162px;
}

.Sumbit:hover {
    cursor: pointer;
}


@media (min-width:1920px) {
    .content {
        display: inline-block;
        width: 67.5%;
        position: absolute;
        transform: translate(-50%, -50%);
        position: absolute; 
        top: 50%; 
        left: 50%;
    }
}
@media (max-width:1545px) {
    .FeedbackForm {
        /* margin-top: -15%; */
        margin-left: 0;
        transform: translate(-50%, -50%);
        position: absolute; 
        top: 650px; 
        left: 50%;
        }
        .footer {
            top: 1380px;
        }
        .right-palette-img {

        }
        .NdrArt, .NdrArtImage {
            left: 50%;
            transform: translate(-50%, -50%);
            position: absolute; 
            margin-left: 0;
            top: 126px;
        }
        .description {
            margin-left: 0;
            left: 50%;
            top: 380px;
            transform: translate(-50%, -50%);
            position: absolute;
        }
        .name, .Email, .textareaBlock {
            min-width: 301px;
        }
        .right-palette {
            bottom: -300px;
        }
    }

@media (max-width:996px) {
    .footer {
        top: 1250px;
    }
    .footer {
        height: 140px;
    }
    .footer-logo {
        margin-bottom: 10px;
    }
    .footer-container {
        flex-direction: column;
    }
    .footer-contact {
        margin-top: 10px;
    }
    .right-palette {
        bottom: -200px;
    }
}
@media (max-width:915px) {
    .footer {
        margin-top: 0;
    }
    .left-palette-img, .left-palette, .right-palette, .right-palette-img {
        /* display: none; */
        height: 70vw;
        width: 20vw;
    }
    
    /* 
    .left-palette-img, .left-palette, .right-palette, .right-palette-img {
        
    }
    
.left-palette {

}
.right-palette-img {
    rotate: 270deg;
}
.left-palette-img {
    rotate: 90deg;
}
.left-palette-img, .right-palette-img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.left-palette-img {
    top: 0;
}

.right-palette-img {
    bottom: 0;
} */
}
@media (max-width:670px) {
    .left-palette-img, .left-palette, .right-palette, .right-palette-img {
        display: none;
    }
}
@media (max-width:650px) {
    /* .footer {
        top: 150%;
    }    */
}
@media (max-width:558px) {
    .footer {
        top: 1250px;
        height: 178px;
        margin-bottom: 33px;
    }
    .footer-logo {
        padding-bottom: -20px;
    }
    .footer-container {
        margin-left: -5%;
    }

}

@media (max-width:490px) {
    /* .footer {
        top: 160%;
    } */
    .footer-container {
        height: 140px;
        padding-bottom: 20px;
    }
}
/* @media (max-height:915px) {
    .footer {
        top: 1250px;
    }
} */
@media (max-width:405px) {
    .footer {
        height: 210px;
        top: 1250px;
    }
    .NdrArtImage {
        width: 350px;
        min-width: 300px;
        top: 104px;
    }
    .NdrArt, .NdrArtImage {
        min-width: 0px !important;
    }
    .description {
        width: 85vw;
        min-width: 240px;
        top: 336px;
    }
    .FeedbackForm {
        top: 630px;
    }
}
@media (max-width:398px) {
    .footer {
        height: 210px;
    }
    .footer-logo {
        margin-top: -10px;
    }
}
@media (max-width:390px) {


      .name, .Email, .textareaBlock {
        min-width: 0;
        width: 276px !important;
      }
      .FeedbackForm {
        width: 330px;
      }
      .EmailCon, .NameCon {
        min-width: 330px !important;
      }
      .textareaBlock {
   
      }
      .FeedbackCon {
        width: 330px;
        height: 150vw;
        min-width: 0 !important;
        min-height: 575px !important;
    }
    }
@media (max-width: 345px) {
    .name, .Email, .textareaBlock {
        min-width: 0;
        width: 256px !important;
      }
      .FeedbackForm {
        width: 310px;
      }
      .EmailCon, .NameCon {
        min-width: 310px !important;
      }
      .textareaBlock {
   
      }
      .FeedbackCon {
        width: 310px;
        height: 155vw;
        min-width: 0 !important;
        min-height: 590px !important;
    }
    
}
@media (max-width:315px) {
    .footer {
        height: 230px;
    }
    .footer-logo {
        margin-top: -25px;
    }
}

@media (max-width:360px) {
    .NdrArtImage {
        width: 310px;
        top: 104px;
    }
    .description {
        width: 85vw;
        min-width: 240px;
        top: 320px;
    }
}
@media (max-width: 349px) {
    .NdrArtImage {
        top: 91px;
    }
}
@media (max-width:310px) {
    .NdrArtImage {
        top: 78px;
    }
}
@media (max-width:301px) {
    .NdrArtImage {
        width: 250px;
        top: 110px;
    }
    .description {
        width: 85vw;
        min-width: 240px;
        top: 329px;
    }
}