@media only screen and (max-width: 1024px) {
    .t450__menu {
        padding: 7.5rem 0;
    }
}

@media screen and (max-width: 1279px) {
    header #rec1183401061 .tn-elem[data-elem-id="1753534077753"] {
        display: flex;
        left: calc(50% - 640px + 448px) !important;
    }
}

@media screen and (max-width: 911px) {
    header #rec1183401061 .tn-elem[data-elem-id="1753534077753"] {
        display: none;
    }
}

@media screen and (max-width: 1100px) {
  #rec1183401061 .tn-elem[data-elem-id="1753534077753"] {
    width: 500px !important;
  }
}

@media screen and (max-width: 830px) {
  #rec1183401061 .tn-elem[data-elem-id="1753534077753"] {
    width: 430px !important;
  }
}

@media screen and (max-width: 750px) {
  #rec1183401061 .tn-elem[data-elem-id="1753534077753"] {
    width: 400px !important;
    left: calc(50% - 600px + 448px) !important;
  }
}

@media screen and (max-width: 639px) {
  #rec1183401061 .tn-elem[data-elem-id="1753534077753"] {
    display: none;
  }
}

.top-nav-block {
    display: flex;
    align-items: center;
}

.top-nav-wrapper {
    display: flex;
    font-family: 'Ubuntu Mono',Arial,sans-serif;
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: 1.5px;
    font-size: 18px;
    text-transform: uppercase;
    justify-content: space-between;
}

.top-nav {
    list-style: none;
    position: relative;
}

.top-nav a {
    color: #000 !important;
    transition: color .25s;
}

.top-nav a:hover {
    color: rgb(255, 155, 155) !important;
}

.top-lang:hover a {
    color: rgb(255, 155, 155) !important;
    transition: color .25s;
}

.top-nav.active:after,
.t450__list_item.active:after {
    content: "";
    display: block;
    height: 3px;
    width: 100%;
    background-color: rgb(255, 214, 214);
    position: absolute;
    left: 0;
    bottom: -6px;
}

.top-lang.active a {
    color: rgb(255, 155, 155) !important;
}

