
body {
    font-family: "Gotham Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}



body.auth {
    background: url("/local/templates/tnss/img/bg.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.loading {
    display: block;
    width: 48px;
    height: 48px;
    background: url("/local/templates/tnss/img/25.gif");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.header.auth {
    display: flex;
    width: 100%;
    padding: 15px 30px;
    justify-content: space-between;
    align-items: center;
    background: #141416;
}

.header.auth a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #D4DCE9;
}

.header.auth p {
    color: #D4DCE9;
    text-align: right;
    /* 14 Reg */
    font-family: "Gotham Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}


.auth-form {
    display: inline-flex;
    padding: 48px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 23px;
    background: #FFF;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.auth-form .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.auth-form .wrap h2 {
    color: #252C37;

    /* H3-30 */
    font-family: "Gotham Pro";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 36px */
}


.auth-form .text-field {
    margin-bottom: 1rem;
}

.auth-form .text-field__label {
    display: block;
    margin-bottom: 0.25rem;
}

.auth-form .text-field__input {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #bdbdbd;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.auth-form .text-field__input[type="search"]::-webkit-search-decoration,
.auth-form .text-field__input[type="search"]::-webkit-search-cancel-button,
.auth-form .text-field__input[type="search"]::-webkit-search-results-button,
.auth-form .text-field__input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

.auth-form .text-field__input::placeholder {
    color: #212529;
    opacity: 0.4;
}

.auth-form .text-field__input:focus {
    color: #212529;
    background-color: #fff;
    border-color: #bdbdbd;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(158, 158, 158, 0.25);
}

.auth-form .text-field__input:disabled,
.auth-form .text-field__input[readonly] {
    background-color: #f5f5f5;
    opacity: 1;
}

/* with floating label */
.auth-form .text-field_floating-3 {
    position: relative;
}

.auth-form .text-field_floating-3 .text-field__input {
    border: none;
    border-bottom: 1px solid #bdbdbd;
    border-radius: 0;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    height: calc(3.5rem + 2px);
    line-height: 1.25;
    padding: 1rem 0.75rem;

}

.auth-form .text-field_floating-3 .text-field__input:focus {
    outline: 0;
    border-bottom: 1px solid #03a9f4;
    box-shadow: none;
    background-color: #eee;
}

.auth-form .text-field_floating-3 .text-field__label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem .75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: color .15s ease-in-out, transform .15s ease-in-out;
}

.auth-form .text-field_floating-3 .text-field__input::-moz-placeholder {
    color: transparent;
}

.auth-form .text-field_floating-3 .text-field__input::placeholder {
    color: transparent;
}

.auth-form .text-field_floating-3 .text-field__input:focus,
.auth-form .text-field_floating-3 .text-field__input:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem;
    border-bottom: 1px solid #03a9f4;
}

.auth-form .text-field_floating-3 .text-field__input:focus ~ .text-field__label,
.auth-form .text-field_floating-3 .text-field__input:not(:placeholder-shown) ~ .text-field__label {
    transform: scale(.85) translateY(-.75rem) translateX(.15rem);
    color: #03a9f4;
}

/* validation */
.auth-form .text-field__wrapper {
    margin-bottom: 1.25rem;
}

.auth-form .text-field__wrapper .text-field {
    margin-bottom: 0;
}

.auth-form .text-field_floating-3 .text-field__input_invalid,
.auth-form .text-field_floating-3 .text-field__input_valid {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: right 6.3625rem center;
    background-size: 1.125rem 1.125rem;
    border-radius: 6px;
    border-bottom: 1px solid #CBCBDA;
    width: 380px;
    height: 52px;
    flex-shrink: 0;


}

.auth-form .text-field_floating-3 #password {
    background-image: url("/local/templates/tnss/img/eye-scan-svgrepo-com1.svg");
}


.auth-form .text-field_floating-3 .text-field__input.error {
    border-bottom: 1px solid #E6201C;
}

.auth-form .text-field_floating-3 label.error {
    color: #E6201C;
    font-family: "Gotham Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    margin-top: 10px;
    display: block;
}

.auth-form .text-field_floating-3 .text-field__input_invalid ~ .text-field__label,
.auth-form .text-field_floating-3 .text-field__input_invalid:focus ~ .text-field__label,
.auth-form .text-field_floating-3 .text-field__input_invalid:not(:placeholder-shown) ~ .text-field__label,
.auth-form .text-field_floating-3 .text-field__input_invalid:focus {
    color: #6A6E73;
    font-family: "Gotham Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
}

.auth-form .text-field_floating-3 .text-field__input_valid {
    border-color: #198754;
    background-image: url("/local/templates/tnss/img/eye-scan-svgrepo-com1.svg");
}

.auth-form .text-field_floating-3 .text-field__input_valid ~ .text-field__label,
.auth-form .text-field_floating-3 .text-field__input_valid:focus ~ .text-field__label,
.auth-form .text-field_floating-3 .text-field__input_valid:not(:placeholder-shown) ~ .text-field__label {
    color: #198754;
}

.auth-form .text-field_floating-3 .text-field__input_invalid:focus,
.auth-form .text-field_floating-3 .text-field__input_invalid:not(:placeholder-shown) {
    border-color: #CBCBDA;
}

.auth-form .text-field_floating-3 .text-field__input_valid:focus,
.auth-form .text-field_floating-3 .text-field__input_valid:not(:placeholder-shown) {
    border-color: #198754;
}

.auth-form .text-field__message {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875rem;
    color: #CBCBDA;
}

.auth-form .text-field__message_valid {
    color: #198754;
}

.auth-form .text-field__message_invalid,
.auth-form .text-field__message_valid {
    display: block;
}

.auth-form .auth-submit {
    display: block;
    width: 380px;
    padding: 14px 0px;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    background: #E6201C;
    margin-top: 40px;
}


.auth-form .reg-submit {
    display: block;
    width: 380px;
    padding: 14px 0px;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    background: #252C37;
    margin-top: 20px;
}


.auth-form .reg-submit span {
    color: #FFF;
    text-align: center;
    font-family: "Gotham Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}


.auth-form .auth-submit:hover {
    background: #A91714FF;
}

.auth-form .reg-submit:hover {
    background: #55647CFF;
}

.auth-form .auth-submit span {
    color: #FFF;
    text-align: center;
    font-family: "Gotham Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.auth-form .auth-description {
    color: #323840;
    text-align: center;
    font-family: "Gotham Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 20.3px */
    width: 264px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}


.auth-form .text-field_floating-3 .show-password {
    display: block;
    position: absolute;
    color: #AEB4BF;

    font-family: "Gotham Pro";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 13.2px */
    top: 20px;
    right: 5px;
    cursor: pointer;
}

.main .left-sidebar {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background-color: #252C37;
    width: 74px;
    height: 100%;
    position: fixed;
    flex-direction: column;
    z-index: 100;

}

.main .left-sidebar .burger {
    display: flex;
    padding: 17px;
    align-items: flex-start;
    gap: 10px;
}

.main .left-sidebar .burger-menu {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 10px 3px;
    justify-content: center;
    align-items: center;
}

.main .left-sidebar .main-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 86px;
}

.main .left-sidebar .menu-item {
    display: flex;
    padding: 16px 17px;
    align-items: flex-start;
    gap: 10px;
}

.main .left-sidebar .menu-item.active {
    background: #E63912;
}


.main .left-sidebar .menu-item:hover {
    background: #E63912;
}

.main .left-sidebar .menu-item .svg {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 10px 10px 9px 9px;
    justify-content: center;
    align-items: center;
}

.main .header {
    display: flex;
    padding: 19px 36px 19px 23px;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
    position: relative;
    justify-content: space-between;
}


.main .header .logo-wrap {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-left: 74px;
}

.main .header .logo {

}

.main .header .auth-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.main .header .auth-wrap .flex-row {
    display: flex;
    flex-direction: row;

}

.main .header .auth-wrap .flex-row svg {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.main .header .auth-wrap .flex-row span {
    color: #252C37;
    font-family: "Gotham Pro";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
}

.main .header .auth-wrap .flex-row.exit {
    margin-left: 40px;

}


.main .header .auth-wrap .flex-row.exit span {
    font-weight: 600;
}

.footer {
    width: 100%;
    display: block;
    position: relative;
    bottom: 0px;
    overflow: hidden;
    background-color: #f3f5f7;
}

.footer .wrap {
    flex-shrink: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}

.footer .item {
    display: flex;
    padding: 16px 17px;
    align-items: flex-start;
    gap: 10px;
    min-width: 380px;

}

.footer .wrap .element-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.footer .wrap .element-wrap .flex-row {
    display: flex;
    flex-direction: row;
}




.footer .wrap .element-wrap .flex-row span {
    olor:  #494C51;
    font-family: "Gotham Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
    padding: 20px 16px;
}

.footer .wrap .element-wrap .flex-row span.note {
    color: #ADB2BB;
}


.footer .wrap .element-wrap .flex-row .btn {
    border: none; /* Remove borders */
    color: white; /* White text */
    padding: 12px 16px; /* Some padding */
    cursor: pointer; /* Mouse pointer on hover */
    color: #252C37;
    font-family: "Gotham Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 23.4px */
    letter-spacing: 0.18px;
}

.footer .wrap .element-wrap .flex-row .btn .footer-burger {
    background-image:url('/local/templates/tnss/img/svg/burger-gray.svg');
    width: 22px;
    height: 22px;
    padding-left: 31px;
    padding-top: 4px;
    padding-bottom: 10px;
    background-repeat: no-repeat;
    margin-left: 10px;
}

.footer .wrap .element-wrap .flex-row .btn .footer-map {
    background-image:url('/local/templates/tnss/img/svg/map-footer-gray.svg');
    width: 27px;
    height: 21.46px;
    padding-left: 31px;
    padding-top: 6px;
    padding-bottom: 10px;
    background-repeat: no-repeat;
    margin-left: 10px;
}

.footer .wrap .element-wrap .flex-row .btn.active {
    color:  #E63912;
}

.footer .wrap .element-wrap .flex-row .btn.active .footer-burger {
    background-image:url('/local/templates/tnss/img/svg/burger-red.svg');
}

.footer .wrap .element-wrap .flex-row .btn.active .footer-map  {
    background-image:url('/local/templates/tnss/img/svg/map-footer-red.svg');
}

.footer .wrap .element-wrap .flex-row .btn:hover {
    color:  #E63912;
}

.footer .wrap .element-wrap .flex-row .btn:hover  .footer-burger {
    background-image:url('/local/templates/tnss/img/svg/burger-red.svg');
}

.footer .wrap .element-wrap .flex-row .btn:hover  .footer-map {
    background-image:url('/local/templates/tnss/img/svg/map-footer-red.svg');
}


.footer .wrap .element-wrap .flex-row .btn-round {
    display: flex;
    padding: 6px 18px 6px 7px;
    align-items: center;
    gap: 6px;
    border-radius: 30px;
    background:  #E7E9ED;
}

.footer .wrap .element-wrap .flex-row .btn-round:hover {
    background: #bcbec0;
}

.footer .wrap .element-wrap .flex-row .btn-round.pink {
    display: flex;
    padding: 10px 18px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
}

.footer .wrap .element-wrap .flex-row .btn-round span{
    display: flex;
    padding: 12px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 35px;
    background:  #FFF;
    color:  #ADB2BB;
    font-family: "Gotham Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 18px */

}

.footer .wrap .element-wrap .flex-row .btn-round.pink {
    display: flex;
    flex-direction: row;
    align-items: center;
    color:  #E63912;
    background:  #F6ECE9;
    font-family: "Gotham Pro";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%; /* 19.55px */

}

.footer .wrap .element-wrap .flex-row .btn-round.pink:hover {
    background: #f5b9a7;
}


.footer .wrap .element-wrap .flex-row .btn-round  .drop-down {
    background-image:url('/local/templates/tnss/img/svg/icon-arrow-drop-down.svg');
    width: 32px;
    height: 32px;

}

.footer .wrap .element-wrap .flex-row .btn-round  .footer-settings {
    background-image:url('/local/templates/tnss/img/svg/footer-settings.svg');
    width: 22px;
    height: 22px;
    padding-left: 14px;
    padding-top: 6px;
    padding-bottom: 10px;
    background-repeat: no-repeat;
    margin-left: 0px;
}

.footer .wrap .element-wrap .flex-row .btn-round  .footer-filter {
    background-image:url('/local/templates/tnss/img/svg/footer-filter.svg');
    width: 22px;
    height: 22px;
    padding-left: 14px;
    padding-top: 6px;
    padding-bottom: 10px;
    background-repeat: no-repeat;
    margin-left: 0px;
}

.main{
    display: block;
    position: relative;
    height: 100vh;
}

html,
body{
    height: 100%;
    background-color: #f3f5f7;
}

.wrapper {

}

.wrapper {
    max-width: 90%;
    margin: 0 auto;
    min-height: 80px;
    padding-left: 40px;
    display: block;
    position: relative;
}

.content{
    display: block;

}

.panel{
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.panel .wrap{
    flex-shrink: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}


.panel  .item {
    display: flex;
    padding: 16px 17px;
    align-items: flex-start;
    gap: 10px;
    min-width: 380px;
}


.panel .wrap .element-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}


.panel .wrap .element-wrap .flex-row {
    display: flex;
    flex-direction: row;
}


h1{
    color:  #252C37;
    font-family: "Gotham Pro";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 43.2px */

}


.panel .wrap  .btn-round.red {
    display: flex;
    min-height: 52px;
    padding: 9px 18px;
    align-items: center;
    gap: 6px;

    color:  #FFF;
    font-family: "Gotham Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
    border-radius: 32px;
    background:  #E63912;

}

.panel .wrap  .btn-round.red:hover {
    background:  #96250CFF;
}

.panel .wrap .btn-round.red  .plus {
    background-image:url('/local/templates/tnss/img/svg/plus.svg');
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: cover;
}


.panel .wrap  .btn-round.pink {
    display: flex;
    padding: 10px 18px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
}

.panel .wrap .btn-round.pink {
    display: flex;
    flex-direction: row;
    align-items: center;
    color:  #E63912;
    background:  #F6ECE9;
    font-family: "Gotham Pro";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%; /* 19.55px */
    border-radius: 30px;

}

.panel .wrap  .btn-round  .drop-down {
    background-image:url('/local/templates/tnss/img/svg/icon-arrow-drop-down.svg');
    width: 32px;
    height: 32px;
}

.panel .wrap .btn-round.pink:hover {
    background: #f5b9a7;
}

.panel .wrap  .btn-circle {
    display: flex;
    height: 52px;
    padding: 15px;
    align-items: center;
    border-radius: 33px;
    background: #E7E9ED;
}

.panel .wrap  .btn-circle.yellow {
    background:  #FBF1D9;
    color:  #A69123;
    font-family: "Gotham Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.panel .wrap  .btn-circle.red {
    background: #E63912;
    color:  #FFF;
    font-family: "Gotham Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.panel .wrap  .btn-circle p{
    padding: 5px;
}



.panel .wrap  .btn-circle:hover {
    background: #c3c5c7;
}

.panel .wrap  .btn-circle .clock {
    background-image:url('/local/templates/tnss/img/svg/clock.svg');
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    background-size: cover;
}
.panel .wrap  .btn-circle .download {
    background-image:url('/local/templates/tnss/img/svg/download.svg');
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    background-size: cover;
}

.panel .wrap  .btn-circle .search {
    background-image:url('/local/templates/tnss/img/svg/search.svg');
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    background-size: cover;
}


.panel .wrap  .btn-circle .navi {
    background-image:url('/local/templates/tnss/img/svg/navi.svg');
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    background-size: cover;
}

.panel .wrap  .btn-circle .eye {
    background-image:url('/local/templates/tnss/img/svg/eye.svg');
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    background-size: cover;
}


.main-menu span{
    display: none;
}


.content {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 60px;
    overflow-x: auto;
    overflow-y: hidden;
}


.content::-webkit-scrollbar {
    width: 14px; 
               /* ширина scrollbar */
}
.content::-webkit-scrollbar-track {
    background: #E9ECEF;   
     border-radius: 20px;     /* цвет дорожки */
}
.content::-webkit-scrollbar-thumb {
    background-color: #D0D3D7;    /* цвет плашки */
    border-radius: 20px;       /* закругления плашки */
    border: 3px solid #D0D3D7;  /* padding вокруг плашки */
}


.content h1{
    color: #252C37;
    font-family: "Gotham Pro";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 43.2px */

}

sup {

    color: #252C37;
    font-family: "Gotham Pro";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}



h1 {
    color:  #252C37;
    font-family: "Gotham Pro";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 43.2px */
}


.hidden{
    display: none!important;
}

button:disabled {
    opacity: 0.7;
}


.context-menu {
    cursor: pointer;
}

.context-menu-open {
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    background-color: white;
    border-radius: 12px;
    padding: 4px;
}
.context-menu-open ul {
    padding: 0;
    margin: 0;
}

.context-menu-open ul li {
    cursor: pointer;
    list-style: none;
    padding: 10px 12px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap :10px;

}

.context-menu-open ul li:last-child {
    border-bottom: 1px solid transparent;
}

.context-menu-open ul li:hover {
    background-color: #F3F5F7;
    border-radius: 6px;
}

.context-menu-open ul li i
{
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.context-menu-open ul li i.context-menu1{
   background-image:url('/local/templates/tnss/img/svg/context-menu1.svg');
}

.context-menu-open ul li i.context-menu2{
   background-image:url('/local/templates/tnss/img/svg/context-menu2.svg');
}

.context-menu-open ul li i.context-menu3{
   background-image:url('/local/templates/tnss/img/svg/context-menu3.svg');
}

.context-menu-open ul li i.context-menu4{
   background-image:url('/local/templates/tnss/img/svg/context-menu4.svg');
}

.context-menu-open ul li i.context-menu5{
   background-image:url('/local/templates/tnss/img/svg/context-menu5.svg');
}

.context-menu-open ul li i.context-menu6{
   background-image:url('/local/templates/tnss/img/svg/context-menu6.svg');
}

.context-menu-open ul li i.context-menu7{
   background-image:url('/local/templates/tnss/img/svg/context-menu7.svg');
}


.context-menu-open ul li span {
    font-family: Gotham Pro;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 114.99999999999999%;
    letter-spacing: 0%;

}