#top {
    position: relative;
    background: #fff;
    z-index: 127
}
.row_nav {
    display: flex;
    height: 37px;
    align-items: center;
    justify-content: space-between;
}
.link {
    color: #00171F;
    font-size: 14px;
    line-height: 20px;
}
.link:hover {
    color: #d5383d;
}

.row_nav-left {
    display: none;
}
.row_nav-center {
    display: inline-flex;
    align-items: center;
    gap: 16px;
}
.row_nav-right {
    display: inline-flex;
    align-items: center;
    gap: 16px;
}
.link_telegram span svg{
    width: 24px;
    fill: #2CA5E0;
    margin-right: -5px;
}
.box-phone a{
    color: #00171F;
    font-size: 14px;
    line-height: 20px;
}
.box-phone a:hover{
    color: #d5383d;
}

.light-theme #subscribeContainer p{
    color: #00171F;
}

.light-theme .ds-footer-contacts .ds-footer-item-title{
    color: #00171F;
}

.light-theme .ds-footer .blue-link{
    color: #00171F;
}
.light-theme .ds-footer-item .list-unstyled li a{
    color: #00171F;
}
.light-theme ul.ds-footer-item li a{
    color: #00171F;
}
.light-theme .ds-footer .blue-link:hover{
    color: #d5383d;
}
.light-theme .ds-footer-item .list-unstyled li a:hover{
    color: #d5383d;
}
.light-theme ul.ds-footer-item li a:hover{
    color: #d5383d;
}
.light-theme .ds-footer-item-title svg path{
    fill: #00171F;
}