/* PRESS */
.text-to-copy-bg .tn-atom:hover, .text-to-copy-bg.hover .tn-atom {
    border-color: #111 !important;
    cursor: pointer;
}
.text-to-copy-inner, .text-to-copy-bg-back, .text-to-copy-notification, .copy-text-icon, .copy-text-icon-checked {
    cursor: pointer;
}
.tab-link.active a {
    color: #111 !important;
}
.t-rec {
    word-break: normal !important;
}
.uc-fw-footer a:hover {
    color: #fa4d1e !important;
}
#rec471723739 a, #rec471720049 a, #rec471723338 a, #rec472930319 a, #rec472930320 a, #rec472930321 a, #rec472930767 a, #rec472930768 a, #rec472930769 a, {
    text-decoration: underline;
    text-underline-offset: 1px;
}
.get-app-btn {
    opacity: 0.65 !important;
}
.get-app-btn:hover {
    opacity: 1 !important;
}
@media screen and (max-width: 480px) {
    .t-container {
        max-width: 298px !important;
    } 
    .t-col {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* COURIER */
.accordion {
    color: #111111;
    font-size: 22px;
    font-family: 'Noto1',Arial,sans-serif;
    line-height: 1.45;
    font-weight: 500;
    cursor: pointer;
    background-color: transparent;
    padding: 24px 0;
    width: 1080px;
    text-align: left;
    border: none;
    outline: none;
    position: relative;
    /*transition: 0.4s;*/
}



.accordion:hover {
    color: #FF7E15;
}

/*.accordion:hover {*/
/*    padding: 24px 30px;*/
/*    width: 1020px;*/
/*}*/

.panel {
    color: #111111;
    font-size: 14px;
    font-family: 'Noto1',Arial,sans-serif;
    line-height: 1.45;
    font-weight: 400;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out, padding 0.2s ease-out;
    border-bottom: solid 1px #e3e3e3;
}

.panel ul {
    line-height: 1.55;
}

.accordion:after {
  content: url("data:image/svg+xml,%0A%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.346847 0.35946C0.80931 -0.11982 1.55911 -0.11982 2.02157 0.35946L7.5 6.0371L12.9784 0.35946C13.4409 -0.11982 14.1907 -0.11982 14.6532 0.35946C15.1156 0.83874 15.1156 1.61581 14.6532 2.09509L8.33736 8.64054C7.8749 9.11982 7.1251 9.11982 6.66264 8.64054L0.346847 2.09509C-0.115616 1.61581 -0.115616 0.83874 0.346847 0.35946Z' fill='%23707070'/%3E%3C/svg%3E%0A");
  font-size: 16px;
  color: #111;
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  top: 50%;
  /*transition: transform 0.3s;*/
}

.accordion_active:after {
  transform: translateY(-50%) rotate(180deg);
}

.t396__artboard {
    transition: height 0.2s ease-out;
}

.question-img-1 .tn-atom, .question-img-2 .tn-atom, .question-img-3 .tn-atom, .question-img-4 .tn-atom {
    transition: opacity 0.4s;
}

@media screen and (max-width: 960px) {
    .accordion {
        width: 100%;
        font-size: 18px;
        padding-right: 23px;
        box-sizing: border-box;
    }
    .accordion:hover {
        padding: 24px 0;
        padding-right: 23px;
        width: 100%;
    }
}
